/* CSS Document */

/* STRUCTURE START */

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #709fc6;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica;
	color: #307cbb;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-size: 26px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

a {
	font-weight: bold;
	color: #709fc6;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #709fc6;
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}



/* HEAD AREA START */

#head_area {
	width: 950px;
	height: 120px;	
	/*height: 225px;	
	background-image: url(../images/ecom_water.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	float: left;
}

#header_content {
	height: 125px;
	width: 930px;
	margin-left: 20px;
}

#header_language {
	height: 30px;
	width: 340px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: text-top;
}

#header_contact {
	height: 30px;
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#header_nav {
	height: 46px;
	width: 775px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	float: left;
	clear: both;
}

#header_nav ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_nav ul li {
	display: inline;
}

#header_nav ul li a {
	text-decoration: none;
	color: #709fc6;
	float: left;
	height: 18px;
	padding-top: 14px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 21px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(../images/nav_up.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header_nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/nav_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header_logo {
	height: 125px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* HEAD AREA END */


/* CONTENT AREA START */

#content_area {
	width: 930px;
	margin-left: 20px;
	float: left;
}

#product_area {
	width: 930px;
	margin-left: 20px;
	float: left;
}

.title_block {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B64AD;
	padding: 0px;
	width: 910px;
}

.login_box {
	width: 430px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.account_box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #307cbb;
	width: 435px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#product_nav {
	height: 40px;
	width: 910px;
	float: left;
	background-image: url(../images/product_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#product_nav p {
	margin: 0px;
	padding: 0px;
}

.product_navigation {
	float: left;
	/*width: 200px;*/
	margin: 0px;
	padding-top: 2px;
}

.product_navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.product_navigation ul li {
	margin: 0px;
	font-size: 12px;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;*/
}

.product_navigation ul li a {
	color: #FFFFFF;
}

.contract_navigation {
	float: left;
	height: 40px;
	width: 200px;
}

.contract_navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.contract_navigation ul li {
	margin: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contract_navigation ul li a {
	color: #FFFFFF;
}

.basket_area {
	float: right;
	color: #FFFFFF;
	padding-top: 10px;
	margin-right: 10px;
}

.basket_area a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.basket_area a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#steps {
	height: 40px;
	width: 910px;
	float: left;
	margin-top: 10px;
}

.steps1 {
	background-image: url(../images/steps_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.steps2 {
	background-image: url(../images/steps_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.steps3 {
	background-image: url(../images/steps_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.steps4 {
	background-image: url(../images/steps_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.step1 {
	background-image: url(../images/step_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.step {
	float: left;
	padding-left: 10px;
	height: 26px;
	color: #FFFFFF;
	padding-right: 40px;
	padding-bottom: 12px;
	margin-left: 13px;
}

.step a {
	color: #FFFFFF;
	text-decoration: none;
}

.step a:hover {
	text-decoration: underline;
}

.left_basket_column {
	width: 650px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left_basket_column_wide {
	width: 910px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

.detail_Area {
	margin-top: 10px;
	margin-left: 10px;
}

.detail_Area p {
	
}

.detail_Area_1 {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83ACCD;
}

.detail_Area_2 {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83ACCD;
}

.detail_Area_3 {
	padding-top: 0px;
	padding-bottom: 0px;
}


.right_basket_column {
width: 240px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.button {
	margin: 5px;
	padding: 5px;
	background-color: #1d5482;
	border: 1px solid #999999;
	color: #FFFFFF;
}

.right_button {
	margin: 5px;
	padding: 5px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #666666;
}

.search_box {
	width: 220px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.right_top {
	background-image: url(../images/right_col_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 38px;
	width: 185px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.right_bottom {
	width: 185px;
	background-image: url(../images/right_col_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	padding-left: 17px;
	padding-top: 10px;
	float: left;
	height: auto;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.product_table  {
	width: 650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	padding: 0px;
}

.product_table_wide  {
	width: 900px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	padding: 0px;
}

.product_table p, .product_table_wide p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/* CONTENT AREA END */


/* FOOTER AREA START */

#footer_area {
	float: left;
	height: 150px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #205A8A;
}

#foot_nav_block {}

#foot_nav_top {
	float: left;
	width: 800px;
	height: 100px;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 40px;
}

#foot_nav_bottom {
	background-image: url(../images/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 950px;
}

.foot_column {
	width: 19%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C82BC;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.foot_column P {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}

#sub_foot_block {
	/*width: 910px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;*/
}

/* FOOTER AREA END */


/*STRUCTURE END */


/* header products */

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	color:#000;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.products {
	width: 32px;
	color:#709FC6;
	text-indent:0;
	font-size:12px;
	width:inherit;
	text-transform:uppercase;
}
ul#topnav a.products:hover {
	color:#fff;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left:0;
	z-index: 99999;
	margin-left:-190px;
	background: #344c00 url(../images/tablebg.png); /*--Background gradient--*/
	padding: 10px 10px 10px;
	border:solid 2px #9999cc;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 125px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	
	border:0px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #666666;
	margin-left:15px;
	font-size:11px;
	border:0px;
}
ul#topnav .sub ul li a {

	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 2px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #999999;
	font-size:11px;
	border:0px;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
	background:none;
}