@charset "UTF-8";
/* CSS Document */
html {background-color:#666666;}
body {
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px;
	clear:both;
	width:960px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#outer {
	background-color: #fff;
}

#header {
	height: 120px;
	background-image:url(../images/gray_blend_head.png);
	background-repeat: no-repeat;
}
#logo {
	float:left;
	position:relative;
	top: 12px;
	left: 20px;
}
#logo a img {
	border:0px;
}
#tag {
	position:relative;
    float:right;
	top: 30px;
	right:45px;
	}
	
#h1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 24px;
}

#global_nav {
	height:27px;
	/*background-image:url(../images/button_all.png);*/
	background-repeat:no-repeat;
	width:680px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	top:68px;
	text-align:right;
	left:239px;
	white-space:no-wrap;
	padding-left:55px;
	/*left: 278px;*/
}
#global_nav a{
display: block;
text-decoration: none;
color: #fff;
padding-left:15px;
padding-right:22px;
height: 23px;
float: left;
display: inline;
border-right: 1px solid #222;
background-image:url(../nav/btn_1.gif);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

#global_nav a:hover{
	background-image:url(../nav/downbtn_1.gif);
	color: #333333;
}
#global_nav ul,li {
	display: inline;
	list-style:none;
}

#global_nav a {
	padding-right: 10px;
	margin-bottom:2px;
	text-decoration:none;
	font-size: 12px;
}


#global_nav #s1,
#global_nav #s2,
#global_nav #s3,
#global_nav #s4,
#global_nav #s5,
#global_nav #s6 {
	display : none;

}
.subcss {
visibility: hidden;
z-index: 100;
}

#s1, #s2, #s3, #s4, #s5, #s6 {
	display : inline;
	position : absolute;
	text-align:right;
	top:90px;
	left:0px;
    width: 880px;
}

#s1 {
    width: 680px
}

#s4 {
    width: 845px;
}

#outer #page #product_title {
	clear: both;
	margin-top: 30px;
}

#s1 li, #s2 li, #s3 li, #s4 li, #s5 li, #s6 li {
	border-bottom:1px solid #fff;
	white-space: nowrap;
	margin-top:2px;


}

.bracket {
	color:red;
	font-size:medium;
	vertical-align: -10%;
	padding-right:1px;
}
#s1 a, #s2 a, #s3 a, #s4 a, #s5 a, #s6 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#ccc;
	text-decoration:none;
	margin-top: 1px;
	padding-right: 5px;
	padding-left: 5px;

}
#s1 a:active, #s2 a:active, #s3 a:active, #s4 a:active, #s5 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#ccc ;
	text-decoration:none;
}
#s1 a:hover, #s2 a:hover, #s3 a:hover, #s4 a:hover, #s5 a:hover, #s6 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	text-decoration:none;
}

#footer {
	border-bottom: 1pt dotted #A6A6A6;
	text-align:right;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top:20px;
	clear:both;
	display: block;
	margin: 25px auto;
	padding-bottom: 5px;
	padding-right: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}
a {
	color: #CC0000;
}
