@charset "UTF-8";
/* CSS Document */

.bluebg{
background-image:url(../images/blue_bg.gif);
background-repeat:repeat-x;
background-color:#fff;
padding-bottom:5px}
#whitebg{ background-color:#FFFFFF}

/*side bar styles start*/

div#navigation2 {
	float: left;
	width: 191px;
	border: 1px solid #666666;
	margin: 0 0 0 0;
}

/*div#navigation h1 {
	color:#003366;
	font-size:12px;
	padding-left:10px;
	padding-top:10px; 
}*/

#navigation2 ul {
	line-height : 1.5em;
	list-style-type:none;
	margin-left:10px;
	margin-right:20px;
	padding-left:12px;
}

#navigation2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	border-bottom:1px dashed #6699cc;
	list-style: none;
}

#navigation2 a {
	color: #333;
	text-decoration:none
}

#navigation2 a:hover {
	padding-left:-10px;
	text-decoration:none; color: #33599a;
}

/*white bg nav*/

#navigationwh ul {
	line-height : 1.3em;
	list-style-type:none;
	margin-left:10px;
	margin-right:30px;
	padding-left:22px;
}

#navigationwh li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom:1px dashed #cccccc;
	list-style: none;
}

#navigationwh a {
	color: #000000;
	text-decoration:none
}

#navigationwh a:hover {
	padding-left:-10px;
	text-decoration:none; color:#33599a;
}

/*nav customer service*/

#navigationcs ul {
	line-height : 0.8em;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px; 
	
}

#navigationcs li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom:1px dashed #cccccc;
	list-style: none; padding-bottom:6px;
}

#navigationcs a {
	color: #000000;
	text-decoration:none
}

#navigationcs a:hover {
	padding-left:-10px;
	text-decoration:none; color:#33599a;
}

/*nav shipping*/

#navigationship ul {
	line-height : 1.0em;
	list-style-type:none;
	margin-left:10px;
	margin-right:20px;
	padding-left:12px; 
}

#navigationship li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	border-bottom:1px dashed #cccccc;
	list-style: none; padding-bottom:3px;
}

#navigationship a {
	color: #000000;
	text-decoration:none
}

#navigationship a:hover {
	padding-left:-10px;
	text-decoration:none; color:#33599a;
}

/*search form styles*/
#search_form {
	display: block;
	width: 100%;
	height: 22px;
	background-image: url(/images/search-bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
}

#search_keyword {
	width: 120px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#search_button {
	border: 0px;
	background: transparent;
	background-image: url(/images/go.gif);
	height: 20px;
	width: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}

.side {
list-style-image:none;
color:#FF0000;
text-decoration:underline
}
/*search form end*/
/*side bar styles end*/

	/*.add{color:#333;clear:both;border-bottom:1px solid #ccc;font-size:1em;margin:0 0 1.429em;padding:0 0 3px}*/
.add{color:#333;clear:both;font-size:1em;margin:0 0 1.429em;padding:0px 0 0px 0px}
/*.add em{margin-right:.2em}
.add em,.add span{font-family:Verdana;text-tranform:lowercase;font-style:italic; font-size:1em}
.add span{float:right;background:#fff;padding:0 2px 0 0}*/
.add strong,.add a,.add a:visited{text-transform:lowercase;-moz-border-radius:.7em;-webkit-border-radius:.7em;font-weight: normal;padding:.1em .7em; text-decoration:none}
.add strong{background-color: #ccc;color:#fff}
.add a,.add a:link{color:#333;background-color:#ccc}
.add a,.add a:hover {color:#333;background-color:#ccc}

.title {
padding-top:3px;
color:#1255a3;
background-image:url(../images/nav-title.gif);
background-repeat:repeat-x;
text-align:center;
font-size:.899em;
font-weight:normal;
margin-top:2px;
margin-bottom:3px;
height:20px;
}