@charset "utf-8";
/* Basic */

body {
	text-align: center;
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
	overflow:visible;
}
a img {
	border:none;
}
.qmclear {
	display:none;
}
#container {
	width:1000px;
	text-align:left;
	margin:0px auto;
	background-image:url(../gfx/container_bg.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	overflow:hidden;
}
#container_top {
	margin:0px auto;
	background-image:url(../gfx/container_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#container_bot {
	margin:0px auto;
	background-image:url(../gfx/container_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	padding-bottom:18px;
	height:100%;
}
#container_padding {
	padding:29px 30px 18px;
}
#header {
	overflow:hidden;
	text-align:right;
}
#header img {
	float:left;
}
#utility {
	margin:60px 30px 0px 0px;
	padding:0px;
	display:block;
	float:right;
}
#utility li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	float:left;
}
#utility li a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}
#utility li span.qmdivider {
	display:block;
	width:1px;
	height:10px;
	line-height:10px;
	background-color:#666;
	overflow:hidden;
	margin:6px 10px 0px 10px;
}
/* Mainnav */

#mainnav {
	display:block;
	width:940px;
	height:36px;
	background-image:url(../gfx/mainnav.gif);
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#mainnav li {
	display:inline;
	margin:0px;
	height:36px;
	line-height:36px;
	padding:0px;
	float:left;
	text-align:center;
	margin:0px 20px;
}
.main_first {
	margin-left:50px !important;
}
#mainnav li span {
	display:block;
	width:1px;
	background-color:#fff;
	height:16px;
	margin-top:10px;
}
#mainnav li a {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
/* Left Rail */

#lr {
	width:234px;
	float:left;
}
#lr .padding {
	margin:20px 0px 20px 20px;
	border-right:1px solid #ddd;
}
#lr h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:0px;
	padding:0px;
}
#lr ul {
	margin:10px 0px 0px 12px;
	padding:0px;
}
#lr ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#666;
	background-image:url(../gfx/bullet.gif);
	background-position:0px 7px;
	padding-left:20px;
	background-repeat:no-repeat;
	line-height:26px;
	text-transform:uppercase;
}
#lr ul li a {
	text-decoration:none;
	color:#666;
}
/* Right Rail */

#rr {
	float:left;
	width:704px;
	color:#666;
	font-size:12px;
}
#rr .padding {
	margin:20px 30px 20px 30px;
}
/* Footer */

#footer {
	font-size:12px;
	width:960px;
	margin:0px auto;
	text-align:left;
	padding-bottom:15px;
	overflow:hidden;
}
.copyright {
	float:left;
	width:400px;
	display:block;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer p {
	margin:0px;
	float:left;
	color:#fff;
}
#footernav {
	float:right;
	margin:0px;
	padding:0px;
}
#footernav li {
	padding:0px;
	list-style:none;
	display:block;
	float:left;
	text-transform:capitalize;
}
#footernav li span.qmdivider {
	display:block;
	width:1px;
	height:10px;
	line-height:10px;
	background-color:#fff;
	overflow:hidden;
	margin:3px 10px 0px 10px;
}
/* Slieshow */

#cycle-pager {
	margin:0px;
	padding:0px;
	float:left;
}
#cycle-pager li {
	float:left;
	margin-right:2px;
	list-style:none;
}
#cycle-pager li a {
	color:#ffffff;
	line-height:20px;
	height:20px;
	display:block;
	overflow:hidden;
	font-size:11px;
}
#cycle-pager li a:hover {
	text-decoration:none;
}
.item {
	background-image:url(../gfx/sprite_buttons.png);
	height:20px;
	width:20px;
	display:block;
	overflow:hidden;
}
#cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-pause {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-paused {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-next {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#home-cycle {
	width: 675px;
	height: 370px;
	overflow: hidden;
	margin:0px;
}
ul#cycle-nav {
	margin:5px 0px 0px 0px;
	text-align: right;
	float:right;
}
ul#cycle-nav li {
	display: block;
	float:left;
	margin: 0 2px;
}
ul#cycle-nav li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
ul#cycle-nav a:focus {
	outline: none;
}
ul#cycle-nav li#cycle-status {
	display: block;
	float: left;
	margin: 3px 10px 0 0px;
	font-size: 11px;
	font-weight: bold;
}
.cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	background-position:0px -60px;
}
#home_content {
	overflow:hidden;
	width:675px;
	display:block;
	font-size:12px;
	color:#666;
}
#home_content a {
	color:#666;
}
#content h1 {
	color:#83a4d5;
	font-size:24px;
	font-weight:normal;
}
#home_left {
	float:left;
	width:360px;
	line-height:25px;
}
#home_right {
	float:left;
	width:250px;
	margin-left:40px;
	line-height:24px;
}
/* Product Interior */

#product_img {
	display:block;
	background-color:#7d9fd2;
	overflow:hidden;
	width:661px;
	padding:7px 0px;
}
#product_img img {
	float:left;
	margin-left:7px;
}
#product_detail ul {
	width:50%;
	float:left;
	padding:10px 0px 20px;
	margin:0px;
	list-style-position:inside;
}
#product_detail ul li {
	line-height:24px;
	height:24px;
}
.wpc_bookmarks {
	MARGIN-BOTTOM: 10px;
	OVERFLOW: hidden
}
.wpc_bookmarks UL {
	width:auto !important;
}
.wpc_bookmarks UL LI {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 20px;
	TEXT-ALIGN: center
}
.wpc_section_toplink {
	FONT-SIZE: 11px;
	FLOAT: right
}
.wpc_section H3 {
	PADDING-BOTTOM: 3px;
	BORDER-BOTTOM: #ddd 1px solid
}


ul.manufacturer {
	float: left;
	width: 340px;
	list-style: none;
}

.wpc_section {
	clear:both;
}

img.left {
float:left;
margin:0px 15px 15px 0px;
}

.wpc_bookmarks a, .wpc_section a { color:#666; font-weight:bold;}