/*************************/
/* Standard HTML styles */
/*************************/
body {
	background:#fff;
	padding:0px;
	margin: 0px;
	border: none;

	/* default font style */
	color: #494646;
	font-family: Verdana, Arial, sans-serif;
}

body, p, td, th, li {
	/* default font size */
	font-size: 11px;
	line-height: 14px;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	font-size: 12px;
}	
h3 {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
}
li {
	padding: 0px;
	margin: 0px;
	margin-left: 17px;
}

form {
	margin: 0px;
}

a:link, a:visited {
	color: #494646;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F3B81B;
	text-decoration: none;
}

img {
	border: 0px;
}
input, textarea, select {
	color: #494646;
	font-family: Verdana, Arial, sans-serif;
}

/*************************/
/* Common styles */
/*************************/

.warning {
	color: #CC0000;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.highlight {
	color: #F3B81B;
	font-weight: bold;
}



/*************************/
/* Wrapper styles */
/*************************/
#page_wrapper {
	width: 100%;
	padding: none;
}

/*************************/
/* Header styles */
/*************************/
#skipnav {
	display: none;
}

#page_header {
	background: #727270;
	color: #FFFFFF;
	width: 100%;
	margin-top: 30px;
	
	/* center the content in IE */
	text-align: center;
}
#page_header a:link, #page_header a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#page_header a:hover, #page_header a:active  {
	color: #F3B81B;
	text-decoration: none;
}
#page_common_nav {
	/* center the content in FireFox */
	margin-left: auto;
	margin-right: auto;
	
	text-align: right;
	width: 765px;
	height: 24px;
	line-height: 24px;
}
#page_banner_wrapper {
	text-align: center;
	border-top: 1px solid #F7F6F5;
	border-bottom: 1px solid #F7F6F5;
	background: #F7F6F5 url(../images/header/cnc_repeating_images.jpg) center center repeat-x;
	height: 117px;
	
}
#page_banner {
	/* center the content in FireFox */
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	width: 765px;
	height: 117px;
}
#page_banner .banner_logo, #page_banner .banner_image {
	border-left: 1px solid #FFFFFF;	
	float: left;	
}
#page_banner .banner_image object {
	float: left;	
}

#page_main_nav {
	/* center the content in FireFox */
	margin-left: auto;
	margin-right: auto;
	
	/* stop floats expanding to 100% in IE Mac */
	text-align: left;
	
	width: 765px;
}
#page_main_nav .nav_item {
	float: left;
}
#page_main_nav .nav_separator {
	display:none;
}

/*************************/
/* Content styles */
/*************************/

#page_body_wrapper {
	/* center the content in IE */
	text-align: center;
	
	background: #EFEEEC;
	border-bottom: 1px solid #727270;
}
#page_body {
	/* center the content in FireFox */
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	
	padding: 25px 0px;
	text-align: left;

	position: relative;
}

#main_content {
	position: relative;
	float: left;
	width: 515px;
	margin-right: -515px;
	z-index: 100;
}

#main_content #splash_animation {
	margin-bottom: 10px;
}

#main_content .intro {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px; 
}

#main_content ul.questions {
	list-style: none;
	margin-left: 0px;
}

#secondary_content {
	position: relative;
	float: left;
	padding-top: 25px;
	padding-left: 542px;

}

#secondary_content h2 {
	color: #F3B81B; 
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/common/horizontal_line_grey.gif) bottom left repeat-x;
}

#secondary_content .content_item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/common/horizontal_line_white.gif) bottom left repeat-x;
}

#secondary_content a.more_link:link, #secondary_content a.more_link:visited {
	background: url(../images/common/icon_more.gif) left center no-repeat;
	padding-left: 15px;
	color: #373634;
	text-decoration: none;	
	/* enable padding in IE % */
	height: 0;
}
#secondary_content a.more_link:hover, #secondary_content a.more_link:active {
	background: url(../images/common/icon_more_lit.gif) left center no-repeat;
	padding-left: 15px;
	color: #F3B81B;
	text-decoration: none;
	/* enable padding in IE % */
	height: 0;
}
#secondary_content a.more_link_current:link, #secondary_content a.more_link_current:visited {
	background: url(../images/common/icon_more_lit.gif) left center no-repeat;
	padding-left: 15px;
	color: #F3B81B;
	text-decoration: none;
	/* enable padding in IE % */
	height: 0;
}

ul.secondary_nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.secondary_nav li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.secondary_nav li a:link, .secondary_nav li a:visited {
	background: url(../images/common/icon_more.gif) left center no-repeat;
	padding-left: 15px;
	color: #373634;
	text-decoration: none;
	/* enable padding in IE % */
	height: 0;
}
.secondary_nav li a:hover, .secondary_nav li a:active {
	background: url(../images/common/icon_more_lit.gif) left center no-repeat;
	padding-left: 15px;
	color: #F3B81B;
	text-decoration: none;
	/* enable padding in IE % */
	height: 0;
}
.secondary_nav li a.current:link, .secondary_nav li a.current:visited {
	background: url(../images/common/icon_more_lit.gif) left center no-repeat;
	padding-left: 15px;
	color: #F3B81B;
	text-decoration: none;
	/* enable padding in IE % */
	height: 0;
}

/*************************/
/* Product Listing & Detail styles */
/*************************/
.paging_nav {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_list {


}
.product_item {
	border: 1px solid #727272;
	background: #FFFFFF;
	height: expression("137px");
	min-height: 137px;
	margin-bottom: 12px;

}
.product_image {
	float: left;
	width: 225px;
	margin: 5px 10px 0px 0px;
	text-align: center;
}
.product_description {
	margin: 20px 25px 20px 10px;
}

.productsearch_form {
	text-align: right;
	width: 100%;
}
.productsearch_form select {
	width: 218px;
}
.productsearch_form input.text {
	width: 212px;
}

table.product_techspec {
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #727272;
}
.product_techspec th, .product_techspec td {
	padding: 5px;
	border: 1px solid #727272;
}

table.basket {
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #727272;
	margin-top: 10px;
	margin-bottom: 10px;
}
.basket th, .basket td {
	padding: 5px;
	border: 1px solid #727272;
}
.payment_methods {
	margin: 25px 0px;
}	

/*************************/
/* Footer styles */
/*************************/
#page_footer_wrapper {
	/* center the content in IE */
	text-align: center;
}
#page_footer {
	/* center the content in FireFox */
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	
	padding: 10px 0px 25px 0px;
	text-align: left;
}

#page_footer a:link, #page_footer a:visited {
	color: #494646;
	text-decoration: none;
}
#page_footer a:hover, #page_footer a:active {
	color: #F3B81B;
	text-decoration: none;
}

#page_footer .top_link {
	background: url(../images/common/icon_top_lit.gif) left center no-repeat;
	padding-left: 15px;
	
	/* enable padding in IE % */
	height: 0;
}
#page_footer .email_link {
	background: url(../images/common/icon_email_lit.gif) left center no-repeat;
	padding-left: 17px;
	
	/* enable padding in IE % */
	height: 0;
}

