body {
	margin: 0 10px;
	overflow: auto;
	background-color: #172940;
	background-image: url(bg_body.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

form {
	margin: 0;
}

.clear {
	clear: both;
}


/****************************************************
Main Elements
****************************************************/

#cont_body {
	position: relative;
	width: 955px;
	margin: 0 auto;
}

#cont_main {
	width: 955px; 
}

#cont_banner_rhs {
	width: 160px;
	height: 600px;
	position: absolute;
	top: 78px;
	right: 0;
}

#header_cont {
	position: relative;
	width: 955px;
	height: 78px;
	overflow: hidden;
	background: #3c4d60 url(bg_header.gif);
}

#header_cont #header_logo {
	display: block;
	position: relative;
	left: 0; top: 21px;
}

/* Search form */

#header_cont #header_search {
	position: absolute;
	left: 743px; top: 22px;
	width: 203px;
	height: 39px;
	background: transparent url(bg_header_search.gif);
}

input#searchtext {
	display: block;
	position: absolute;
	left: 6px; top: 12px;
	width: 124px;
	height: 13px;
	border: 0;
	background: #fff;
	font-size: 11px;
	color: #9e9e9e;
}

input#searchbtn {
	display: block;
	position: absolute;
	right: 8px; top: 8px;
	width: 57px;
	height: 23px;
}

/* Breadcrumbs */

#header_cont #bcrumbs {
	position: absolute;
	right: 17px; top: 60px;
	height: 16px;
	overflow: hidden;
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #b6b6b6;
}

#bcrumbs a {
	color: #b6b6b6;
	text-decoration: none;
}

#bcrumbs a.current {
	color: #FF0000;
}

/* Content wrapper */

#cont_content {
	padding: 0px 14px 14px 9px;
	width: 932px;
	background: #fff;
	min-height: 400px;
	_height: 400px;
}

#cont_content #col_left {
	float: left;
	width: 723px;
	margin-right: 12px;
	min-height: 200px;
}

#cont_content #col_right {
	float: left;
	width: 197px;
}

/* Footer */

#cont_footer {
	padding: 10px 0 20px 20px;
	font-size: 11px;
	color: #fff;
}

#cont_footer a {
	text-decoration: none;
	color: #fff;
}

#cont_footer a:hover {
	text-decoration: underline;
}

/****************************************************
Content columns
****************************************************/

#col_left_1 {
	float: left;
	width: 310px;
	margin-right: 15px;
}

#col_left_1 img {
	display: block;
	width: 310px;
	margin: 0 0 18px 0;
}

#col_left_1 img#enlarge{
	display: block;
	width: 54px;
	margin: -13px 0 10px 256px;

}


#col_left_2 {
	float: left;
	width: 377px;
	padding-left: 8px;
	overflow: hidden;
}

#col_left_2.single_col {
	width: 700px;
	padding: 5px 10px 10px 10px;
}


/****************************************************
Main Nav
****************************************************/

#cont_nav {
	height: 35px;
	background: #fff;
	z-index: 999;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
}

/* top level items */
#nav a {
	display: block;
	margin-left: 1px;
	_margin-left: 0;
}

#nav li {
	float: left;
}

#nav .i00 { width:103px; }
#nav .i01 { width:133px; }
#nav .i02 { width:107px; }
#nav .i03 { width:122px; }
#nav .i04 { width:115px; }

/* 2nd level items */

#nav li ul, #nav li ul li {
	/* sub menu width */
	width: 150px;
}

#nav li ul.products, #nav li ul.products li {
	/* products sub menu width */
	width: 280px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border: 1px solid #a8a8a8;
	border-bottom: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-top: -6px;
}

#nav li ul li {
	height: 27px;
	background: #fff url(nav_item.gif);
}

#nav li ul li a {
	height: 15px;
	padding: 6px 6px 6px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #666;
}

#nav li ul li a:hover {
	color: #444;
	background: transparent url(nav_item-over.gif) no-repeat scroll left;
}

/* Customised message */

#cont_nav #cust {
	padding: 10px 18px 0 0;
	text-align: right;
	font-size: 10px;
	color: #6d6d6d;
}

#cont_nav #cust span {
	color: #de001a;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3px 0 10px;
	background: transparent url(subnav_li.gif) no-repeat;
}

#cont_nav a {
	color: #b5b5b5;
	text-decoration: none;
}

/****************************************************
RHS Subnav
****************************************************/

#subnav {
	width: 197px;
	background: #fff url(subnav_bg.gif) no-repeat;
	padding-top: 5px;
}

#subnav img {
	display: block;
} 

#subnav .subnav_t {
	cursor: pointer;
}

#subnav .subnav_h {
	margin-top: -12px;
	cursor: pointer;
}

#subnav .subnav_c {
	width: 186px;
	_width: 185px;
	margin-left: 5px;
	font-size: 12px;
	color: #666;
	background: transparent url(subnav_inner.gif) no-repeat scroll bottom;
	display: none;
}

#subnav .subnav_c.active {
	display: block;
}

#subnav .subnav_c div {
	margin: 2px 10px 24px 13px;
}
html>body #subnav .subnav_c div {
	margin: 0;
	padding: 2px 10px 24px 13px;
}

#subnav #subnav_4_c div {
	margin-bottom: 15px;
}

#subnav .subnav_d {
	width: 186px;
	_width: 185px;
	margin-left: 5px;
	font-size: 12px;
	color: #666;
	background: transparent url(subnav_inner.gif) no-repeat scroll bottom;
	display: none;
}

#subnav .subnav_d.active {
	display: block;
}

#subnav .subnav_d div {
	margin: 2px 10px 24px 13px;
}
html>body #subnav .subnav_d div {
	margin: 0;
	padding: 2px 10px 24px 13px;
}





html>body #subnav #subnav_4_c div {
	margin-bottom: 0;
	padding-bottom: 15px;
}

#subnav ul {
	margin: 0 0 -4px 0;
	padding: 0;
	list-style-type: none;
}

#subnav ul li {
	padding-left: 12px;
	padding-bottom: 4px;
	background: transparent url(subnav_li.gif) no-repeat;
}

#subnav ul li a {
	background: none;
}

#subnav a {
	color: #de001a;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#subnav .textbox {
	display: block;
	padding: 4px 4px 6px 6px;
	border: 0;
	font: 11px sans-serif;
	color: #333;
	background: #eeeeef;
}

#subnav_locator {
	width: 91px;
	margin-right: 5px;
}

#subnav_name, #subnav_email {
	width: 151px;
	margin-right: 6px;
}

#subnav_name {
	margin-bottom: 5px;
}

#subnav_email {
	margin-bottom: 2px;
}

#subnav_send {
	float: right;
}

/****************************************************
RHS Feature
****************************************************/

#feat {
	width: 197px;
	height: 435px;
	position: relative;
	background: #eeeeef url(subnav_bg.gif) no-repeat;
	padding-top: 5px;
	margin-top: 16px;
	border-bottom: 1px solid #dedfe0;
}

#feat img {
	display: block;
}

#feat #feat_thumb {
	width: 186px;
	margin: 0 0 0 5px;
}

#feat #feat_ol {
	width: 186px;
	height: 8px;
	position: absolute;
	left: 5px; top: 5px;
}
html>body #feat #feat_ol {
	background-image: url(feat_ol.png);
}

#feat_content {
	margin: 12px 0 0 12px;
	padding-right: 5px;
}

h4.featured {
	margin: 7px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #a4a4a4;
}

h5.featured {
	margin: 3px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #383838;
}

p.featured {
	margin: 2px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #acacac;
}

a.featured {
	color: #de001a;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background: transparent url(arrow_red_r.gif) no-repeat;
}

a.featured:hover {
	text-decoration: underline;
}

/******************************************************
Homepage New Products
******************************************************/

#newprod {
	float: left;
	position: relative;
	width: 292px;
	height: 257px;
	padding: 5px 5px 5px 16px;
	position: relative;
	margin-top: 14px;
	background: #eeeeef;
	border: 1px solid #dedfe0;
}

#newprod .title {
	display: block;
	margin-top: 13px;
}

#newprod .thumb {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: -30px;
	min-height: 110px;
}

#newprod .inner {
	display: none;
}

/******************************************************
RHS More Information
******************************************************/

#moreinfo {
	width: 197px;
	position: relative;
	background: #eeeeef url(subnav_bg.gif) no-repeat;
	padding-top: 2px;
	margin-top: 16px;
	font-size: 11px;
}

#moreinfo_content {
	margin: 12px 0 0 12px;
}

#moreinfo ul {
	margin: 10px 0;
	padding: 8px 0 2px 0;
	width: 93%;
	list-style-type: none;
	border-top: 1px solid #e0e0e1;
	border-bottom: 1px solid #e0e0e1;
}

#moreinfo ul li {
	padding-left: 12px;
	padding-bottom: 4px;
	background: transparent url(arrow_red_r.gif) no-repeat;
}

#moreinfo ul a {
	color: #333;
	text-decoration: none;
}

#moreinfo ul a:hover {
	text-decoration: underline;
}

#moreinfo img {
	display: block;
}

/************************
ADDITIONAL CLASSES 
************************/

.disclaimer {
	color: #666666;
	font-size: 0.8em;
	font-style: italic;
}

/******************
ROSTIK ADD PICS
******************/

#photo_thumb {float:left; margin-left:14px; margin-top:14px; width:208px; height:117px;}
#photo_thumb A{display:block;width:208px; height:117px; background:none;}
#photo_thumb A:hover{ background:url(photos/shadow.png);}
