@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:20px;
	height:100%;
}
body.product {
	background:url(../images/inner_product_bg.png) 950px 105px no-repeat;
}
a:link,
a:visited {
	color:#57B6DD;
	text-decoration:underline;
}
a:hover {
	color:#8FCEE9;
	text-decoration:underline;
}
form {
	margin:0px;
	padding:0px;
}
p {
/*	margin:0px;
	padding:0px;
*/}
div.overall {
	width:957px;
	float:left;
	height:100%;
}
div.top {
	float:right;
	height:33px;
	width:100%;
	padding: 10px 0px;
	text-align:right;
	font-weight:bold;
}
div.top a:link,
div.top a:visited {
	color:#666666;
	text-decoration:none;
}
div.top a:hover {
	color:#9E9E9E;
	text-decoration:none;
}
div.top input.search {
	width:140px;
	background:url(../images/search_icon.png) right center no-repeat;
	border: 1px solid #808080;
	padding:0px 18px 0px 3px;
	color: #000000;
	height:16px;
}
div.top input.search_btn {
	background:none;
	border: none;
	padding:0px 3px 17px 0px;
	height:16px;
	width:60px;
	font-size:13px;
	color:#666666;
	cursor:pointer;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.top input.search_btn:hover {	
	color:#9E9E9E;
}
div.top_menu {
	width:720px;
	height:33px;
	background:url(../images/top_menu_bg.png) center center no-repeat;
	float:right;
}
div.flash {
	width:720px;
	margin:16px 0px 10px 0px;
	float: left;
}
div.right_side {
	float:right;
	width:729px;
}
td.left_side {
	width:228px;
	background:url(../images/inner_1_strip_bg_tiled.png) top center repeat-y;
	height:100%;
}
td.left_side div.logo {
	margin:0px;
}
td.left_side div.inner {
	width:228px;
	background:url(../images/inner_1_strip_bg_top.png) top center no-repeat;
	min-height:800px;
	height:100%;

	height: expression( this.scrollHeight < 800 ? "800px" : "auto" );  /* sets min-height for IE */
}
td.bottom {
	background:url(../images/inner_1_strip_bg_bottom.png) top center no-repeat;
	height:8px;
}
div.footer {
	border-top:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	height:25px;
	width:100%;
	text-align:center;
	margin:20px 0px 0px 0px;
	font-size:11px;
	float:right;
}
div.footer a:link,
div.footer a:visited {
	color:#666666;
	text-decoration:none;
	padding:0px 10px;
	border-right:1px solid #666666;
	height:25px;
}
div.footer a:hover {
	color:#666666;
	text-decoration:none;
	background:#1B75BB;
	color:#ffffff;
	padding:0px 10px;
	height:25px;
}
div.credit {
	width:937px;
	color:#B2B2B2;
	font-size:11px;
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px 10px;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* Titles */
h1 {
	color:#F05A28;
	font-size:19px;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
}

h2 {
	color:#1B75BB;
	font-size:17px;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	clear:both;
}

div.main_right h2 {
	color:#1B75BB;
	font-size:17px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	border-top:1px solid #cccccc;
}
div.main_right h3 {
	color:#1B75BB;
	font-size:13px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	border-top:1px solid #cccccc;
}
div.main_right h4 {
	color:#1B75BB;
	font-size:12px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	border-top:1px solid #cccccc;
}
div.spacer {
	clear:both;
}
/* Boxes */
div.box_1 {
	width:461px;
	height:201px;
	overflow:hidden;
	padding:10px;
	float:left;
	clear:left;
	background:url(../images/box_1_bg.png) top left no-repeat;
	margin:5px 0px;
}
div.box_2 {
	width:461px;
	height:201px;
	overflow:hidden;
	padding:10px;
	float:left;
	clear:left;
	background:#ffffff;
	margin:5px 0px;
}
div.box_3 {
	width:461px;
	height:194px;
	overflow:hidden;
	padding:10px;
	float:left;
	clear:left;
	background:url(../images/box_3_bg.png) top left no-repeat;
	margin:5px 0px;
}
div.box_small_1 {
	width:200px;
	height:202px;
	overflow:hidden;
	padding:10px;
	float:right;
	clear:right;
	background:url(../images/box_small_1_bg.png) top left no-repeat;
	margin:5px 0px;
}
div.box_1 img,
div.box_2 img,
div.box_3 img {
	float:right;
	margin:5px;
}

div.box_present {
	width:137px;
	height:95px;
	padding:11px 0 0 65px;
	background:url(../images/presentaion_bg.gif) top left no-repeat;
	color:#ffffff;
	font-size:23px;
	line-height:27px;
	position:relative;
	left:14px;
}
div.box_present a:link,
div.box_present a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.box_present a:hover {
	color:#F9B871;
	text-decoration:none;
}
div.main {
	float:right;
	width:720px;
}
div.main div.main_left {
	width:509px;
	float:left;
	padding-right:10px;
	background:url(../images/vertical_hr.png) top right no-repeat;
}
div.main div.main_right {
	width:190px;
	float:right;
	padding:0px 5px;
}
div.main div.main_right div.price {
	width:150px;
	margin:5px auto 10px auto;
	text-align:center;
	font-size:16px;
	color:#1B75BB;
	font-weight:bold;
}
div.main div.main_right td.price {
	text-align:center;
	font-size:13px;
	color:#1B75BB;
	font-weight:bold;
}
	/* Lists */

/* default */
div.main ul {
	list-style: url(../images/list.png) outside;
	padding:17px;
	margin:0px;
}
div.main ul li {
	padding:0px;
	margin:0px 0px 0px 15px;
}
/* products links */
div.main div.main_right ul {
	list-style: url(../images/list_2.png) outside;
	padding:0px 0px 5px 0px;
	margin:0px;
}
/* PDF list */
div.main ul.pdf {
	list-style: url(../images/pdf_icon.gif) outside;
	padding:17px;
	margin:0px 0px 0px 15px;
}

/* Side Menu */
div.side_menu {
	width:190px;
	margin: 150px 0px 10px 0px;
	position:relative;
	left:37px;
}
div.side_menu ul {
	list-style:none;
	color:#ffffff;
	font-size:12px;
}
div.side_menu ul li,
div.side_menu ul {
	padding:2px 0px;
	margin:0px;
}
div.side_menu ul li.selected {
}
div.side_menu ul li.selected a {
	background:url(../images/list_arrows.gif) 0px 5px no-repeat;
	padding:0px 0px 0px 15px;
}
div.side_menu ul li ul {
	border-top:1px solid #cccccc;
/*	border-bottom:1px solid #cccccc;
*/	padding:5px 5px 5px 15px;
	margin:0px;
}

div.side_menu a:link, 
div.side_menu a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.side_menu a:hover {
	color:#2cc5ff;
	text-decoration:none;
}
div.side_menu li.lselected a:link,
div.side_menu li.lselected a:visited {
	color:#00ADEE;
	text-decoration:none;
}
hr {
	height:1px;
	width:100%;
	clear:both;
	color:#57B6DD;
}
.back2top {
	width:100%;
	text-align:right;
}

/* Buy Now button */
a.buy_now:link,
a.buy_now:visited {
	background:url(../images/buy_now_btn_up.png) top left no-repeat;
	display:block;
	height:23px;
	margin:0px auto;
	width:125px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color:#1B75BB;
	text-decoration:none;
}
a.buy_now:hover {
	background:url(../images/buy_now_btn_hover.png) top left no-repeat;
	text-decoration:none;
}
table.in a.buy_now,
table.in2 a.buy_now {
	margin:5px auto;
}
a.buy_now_big:link,
a.buy_now_big:visited {
	background:url(../images/buy_now_btn_big_up.png) top left no-repeat;
	display:block;
	width:127px;
	height:32px;
	margin:0px auto;
}
a.buy_now_big:hover {
	background:url(../images/buy_now_btn_big_hover.png) top left no-repeat;
}

a.buy_now_small:link,
a.buy_now_small:visited {
	background:url(../images/buy_now_btn_small_up.png) top left no-repeat;
	display:block;
	width:70px;
	height:19px;
	margin:0px auto;
}
a.buy_now_small:hover {
	background:url(../images/buy_now_btn_small_hover.png) top left no-repeat;
}
/*	Tables	*/
table.in {
	width:100%;
	text-align:left;
	border:1px solid #1B75BB;
	text-indent:10px;
}
table.in th,
table.in2 th {
	background:#1B75BB;
	color:#ffffff;
}
table.in tr,
table.in2 tr {
	background:#ffffff;
}
table.in td,
table.in2 td {
	border-bottom:1px solid #1B75BB;
}
table.in td.price,
table.in2 td.price {
	font-weight:bold;
}
table.in2 {
	width:60%;
	text-align:left;
	border:1px solid #1B75BB;
	text-indent:10px;
}
.main_right table {
	width:100%;
	text-align:left;
	font-size:11px;
/*	border:1px solid #1B75BB; */
}

/* Boxes */
div.box {
	float:left;
	width:360px;
	border-bottom:1px solid #1B75BB;
	padding:10px 0px;
}
div.box div.pic {
	float:left;
}
div.box div.btn_price {
	float:left;
	clear:left;
	width:120px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color:#1B75BB;
}
div.box div.text {
	float:right;
	width:200px;
	margin: 0px 20px 0px 0px;
}
div.box2 {
	float:left;
	width:720px;
	border-bottom:1px solid #1B75BB;
	padding:10px 0px;
}
div.box2 div.pic {
	float:left;
	width:161px;
}
div.box2 div.btn_price {
	margin: 10px auto 0px auto;
	clear:left;
}
div.box2 div.text {
	float:right;
	width:540px;
}

div.money_b {
	margin:0px auto;
	width:100px;
	text-align:center;
}
/* Search Filter Results */
div.search_result {
	width:99%;
	padding:5px 0px;
	border-bottom:1px dashed #B3B3B3;
	float:right;
}
a:link.lbOn,
a:visited.lbOn {
	background:	url(../images/searchfilter/search_filter_button.png) center center no-repeat;
	width:202px;
	line-height:54px;
	clear:right;
	margin:10px auto;
	color:#e7e7e7;
	font-size:23px;
	display:block;
	text-decoration:none;
	text-align:center;
}
a:hover.lbOn {
	background:	url(../images/searchfilter/search_filter_button_hover.png) center center no-repeat;
	text-decoration:none;
	color:#ffffff;
}

div.main a:link.lbOn,
div.main a:visited.lbOn {
	background:	none;
	width:auto;
	line-height:inherit;
	clear:none;
	margin:0px;
	font-size:inherit;
	display:inherit;
	text-align:inherit;
}
div.main a:hover.lbOn {
	background:	none;
}

/* Quick 2 Buy */
input.add2cart {
	background:url(../images/add_2_cart_btn_small_up.png) center center no-repeat !important;
	height:23px !important;
	width:87px !important;
	border:none !important;
}
a:link.share,
a:visited.share {
	width:202px;
	line-height:30px;
	clear:right;
	margin:10px auto;
	display:block;
	text-decoration:none;
	text-align:center;
}
a:hover.share {
	text-decoration:none;
}
.topMenuItems {
	float:right;
	padding:0 15px 0 0;
}
.veriSign {
	float:right;
	overflow:hidden;
	height:52px;
	z-index:1000;
	position:relative;
	top:-13px;
}
.veriSign img {
	height:60px;
	width:auto;
}