/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

#vheader {
  padding-left: 1em;
  float:left;
  width:100%;
  background:#fff url("../images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }

/* remove stupid bullets */

#vheader ul {
   list-style-type: none;
}

/* remove stupid bullets */

a
{
	color: #0077dd;
	text-decoration: underline;
}

/* remove stupid bullets */

a:hover
{
	text-decoration: none;
}

/* Install Gallery Menu */

#gheader {
	padding-left: 0em;
	float:inherit;
	font-size:93%;
	line-height:normal;
  }
  
/* remove stupid bullets */

#gheader ul {
   list-style-type: none;
}

/* remove stupid bullets */

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}




/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: reletive;
	height: 4em;
	padding-left: 1em;
}

#header h1
{
	position: absolute;
	top: 30px;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #555;
	text-indent: 1px;
	left: 240px;
}

#header h2
{
position: absolute;
	top: 50px;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #000;
	text-indent: 1px;
	right: 15px;
}

/* Content */

#content
{
	line-height: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h1
{
	line-height: 1;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('../images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */


#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}



/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 1em 1em 1.5em 1em;
	background: #fff url('../images/a1.gif') top right repeat-y;
	background-image: url(images/a1.gif);
}

#secondaryContent .xbg
{
	position: absolute;
	right: 32px;
	bottom: 65px;
	background: #fff url('../images/a3.gif') top right no-repeat;
	height: 1px;
	width: 1px;
	background-color: #666666;
	background-image: url(../images/a3.gif);
}
#secondaryContent h1
{
	font-size: 1.6em;
	padding: 8px;
	color: #333333;
	text-align: center;
}

#secondaryContent h4
{
	font-size: 1.1em;
}

#secondaryContent #h4s
{
	font-size: 1.1em;
	color: #333333
}

#secondaryContent ul a
{
	clear: inherit;
	color: #333333;
	list-style-type: none;
	font-size: 1.2em;
	
}


/* Gallery Content */


#galleryContentContainer
{
	background-color: #fff;
	float: none;
	margin: 3em 40em 0em -13em;
	width: 80%;
}

#galleryContent
{
	margin: 3em 40em 0em -19em;
	padding: 1.5em 3em 1.5em 3em;
}



/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 1em 1em 1.5em 1em;
	background: #fff url('../images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 6px;
	bottom: 44px;
	background: #fff url('../images/a4.gif') top left no-repeat;
	height: 11px;
	width: 31px;
}


/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}


.clear
{
	clear: both;
}
/* Images */
img.logo {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 10px;
}

img.logo2 {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 30px;
	padding: 10px;
	clear: left;
}

img.logo3 {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 30px;
	padding: 10px;
	}

img.icon {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px;
}

img.icon2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}

img.icon3 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 20px;
}

img.footer {
	float: center;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px;
}

img.ad {
	float: center;
	margin-bottom: 10px;
	margin-top: 15px;
	border: 3px solid #666;

}

img.ad2 {
	float: center;
	margin-bottom: 5px;
	margin-top: 15px;

}

img.main {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

img.button2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px;
	border: 0px;
}

img.button1 {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 10px;
}

img.productbox {
	padding: 5px;
	border: 0px;
}

</style>

/* Test area */    

#vheader ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#vheader li {
  float:left;
  background:url("../images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#vheader a {
  float:left;
  display:block;
  background:url("../images/norm_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#666;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#vheader a {float:none;}
/* End IE5-Mac hack */
#vheader a:hover {
  color:#333;
  }
#vheader #current {
  background-image:url("../images/norm_left_on.gif");
  }
#vheader #current a {
  background-image:url("../images/norm_right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/*----right Panel----*/
.right {
	float: right;
	width: 200px;
	margin: 10px 0 10px 0;
}

.right a {
	color: #bc243c;
	background: inherit;
}

.right a:hover {
	color: #323334;
	background: inherit;
}

		
	.rigttop {
	background: url(../images/shp_topright.gif) no-repeat;
	color: #fff;
	height: 17px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
		
	.right_articles {
	font-size: 0.9em;
	border: 2px solid #00598c;
	color: #000;
	padding: 0px 25px 17px 25px;
	margin: 10 0 10px 0;
	}

/*----right Panel----*/

/*-----hoverbox------*/

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}


clear: both;

/* header second tab test */

	#header {
		background-color: white;
	}
	
    #header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: white;
		float: left;
		width: 100%;
    }
    
	#header li {
		float: right;
		margin: 0 1em 0 0;
    }
    
	#header a {
		text-decoration: none;
		display: block;
		width: 6em;
		padding: 0 0.5em;
		font-weight: bold;
		color: black;
		border-bottom: 0.5em solid #555;
		color: #555;
    }
	
	#header a:hover {
		color: #555;
		border-color: #fa3;
	}
	
	#header #selected a {
		color: #555;
		border-color: #fa3;
	}
	
	#content {
		clear: both;
		padding: 1em;
	}


/* bottom menu details */
	
#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:1px solid #555;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
	