@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#808080;
	vertical-align: middle;
}

img{ border:none;}

li{margin-left:15px;}

#products_container{width:760px; background-color:#000000; margin:auto; margin-top:15px;}


#main_container{width:760px; background-image:url(images/main_bg.gif); background-repeat:repeat-y; background-color:#000000; margin:auto; margin-top:15px;}

#header{ background-color:#587a8a; padding-right:15px; padding-top:10px; text-align:right; height:154px; 
         background-image:url(images/header_bg.jpg)}
		 
		 
		 
#header a:link{color:#ffffff; text-decoration:none;}
#header a:visited{color:#ffffff; text-decoration:none;}
#header a:hover{color:#ffffff; text-decoration:none;}


a:link{color:#8fb4da; text-decoration:none}
a:visited{color:#8fb4da; text-decoration:none}
a:hover{
	color:#ffd800;
	text-decoration:none
}

#navigation{
	width:750px;
	background-color:#000000;
	height:41px;
	clear:left;
	font-weight:bold;
	color:#ffffff;
	padding-top: 15px;
	padding-right: 10px;
	background-image: url(images/nav.jpg);
}

#nav_links{
	background-repeat:no-repeat;
	background-position:left;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:28px;
	width:533px;
	padding-top: 11px;
	margin-left: 216px;
}

#nav_links li{
	display: inline;
	list-style-type: none;
}

#nav_links a:link{color:#ffffff; text-decoration:none;} 
#nav_links a:visited{color:#ffffff; text-decoration:none;}
#nav_links a:hover{color:#ffd800; text-decoration:none;}

#left_side{ background-color:#587a8a; background-repeat:no-repeat;
			padding:25px; width:165px; color:#ffffff; text-align:justify; float:left;}
			
#left_side a:link{color:#000000; text-decoration:none; font-size:12px; font-weight:bold; }
#left_side a:visited{color:#000000; text-decoration:none; font-size:12px; font-weight:bold; }
#left_side a:hover{color:#ffffff; text-decoration:none; font-size:12px; font-weight:bold; }
			
.pushtoright{text-align:right;}
			
#center{
	background-color:#000000;
	width:325px;
	float:left;
	padding:25px;
	color:#545454;
}

#right_side{
	background-color:#000000;
	float:right;
	padding-top:25px;
	width:139px;
	text-align: left;
	font-size: 10px;
	padding-right: 12px;
	padding-left: 13px;
}

#right_side a:link{color:#8fb4da; text-decoration:none}
#right_side a:visited{color:#8fb4da; text-decoration:none}
#right_side a:hover{color:#ffffff; text-decoration:none}

#right_content{
	padding:25px;
	width: 495px;
	background-color: #000000;
	float: right;
}

#tradeshow{
	padding-top:10px;
	padding-bottom: 10px;
}

#footer{
	background-color:#000000;
	width:730px;
	clear:both;
	height:40px;
	color:#545454;
	text-align:center;
	border-top:#a8a8a8 1px solid;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#footer a:link{color:#ffffff; text-decoration:none}
#footer a:visited{color:#ffffff; text-decoration:none}
#footer a:hover{
	color:#ffd800;
	text-decoration:none
}
		
.qoute{ font-size:16px; font-weight:bold; color:#ffd800;}
.yellow_text{ color:#ffd800;}

.price {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}

hr.divider {
	color: #333;
	background-color: #333;
	height:2px;
	border-width:0;
	margin-top:20px;
	margin-bottom:20px;
}

.itemnumber {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #8fb4da;
}

.slimitemnumber {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #748FA7;
}

/*CSS for Announcement at top of page*/
.shippingHead {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
}
#announcement {
background-color:#FFFFFF;
text-align:center;
padding: 5px;
}
