@charset "utf-8";

/* ------------------------------------- MAIN */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#3d5063;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}

h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2500em;
	color:#00458c;
	font-weight:normal;
	margin:0;
	padding:1.5625em 0 0.3125em;
}

h1 span{
	font-weight:bold;
}

h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color:#00458c;
	font-weight:bold;
	margin:0;
	padding:1.5em 0 0.3125em;
}

/* IE6 PNG bug fix
.png {
	behavior: url("includes/htc/iepngfix.htc");
}
*/
/* IE6:hover bug fix
.ie6hover {
	behavior:url("includes/htc/csshover.htc");
}*/


/* ------------------------------------- LAYOUT */

#wrapper{
	width:61.25em;
	margin:auto;
}

#header{
	width:59.375em;
	float:left;
	background-color:#7a838e;
	padding:0 0.9375em;
}

#header img.logo{
	width:25.3125em;
	height:6.875em;
	float:left;
}


#orange_header_bar{
	float:left;
	height:1.8750em;
	width:59.375;
}

#content_wrapper{
	width:59.375;
	float:left;
	background-color:#616e7c;
	padding:0 0.9375em;
}

#left_column{
	float:left;
	width:25.3125em;
background-color:#D8D9DA;
}

#left_image_wrapper{
	float:left;
	width:25.3125em;
}

#left_image_wrapper img{
	float:left;
}

.left_small_image_wrapper{
	background-color:#d8d9da;
	float:left;
	padding: 0.6250em 0 0.6250em 0.6250em;
	width:24.6875em;
}

.left_small_image_wrapper_bdr_mod{/*removes the bottom border for multiple rows*/
	padding: 0.6250em 0 0 0.6250em!important;
}

.left_small_image_wrapper img{
	float:left;
	padding: 0 0.6250em 0 0;
}

#right_column{
	float:right;
	width:31.5625em;
	background-color:#fff;
	padding: 0 1.2500em 1.2500em 1.2500em;
}

#right_column img.test {
	float:left;
	padding: 0 1.2500em 1.2500em 0;
}

#right_column p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7500em;
	color:#666;
	margin:0px;
	padding:15px 0px;
}

#right_column table tr td, #right_column ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7500em;
	color:#666;
	margin:0px;
	padding:3px 10px;
}

#right_column ul{
	line-height:1.75em;
	padding:5px 0 0px 10px;
}

#right_column ul li{
	list-style:none;
	background-image:url(../../images/global/orange_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding: 0px 0 0px 30px;
}

#right_column ul.sitemap{
	line-height:1.75em;
	padding:5px 0 0px 30px;
}

#right_column ul.sitemap li{
	list-style:none;
	background-image:url(../../images/global/orange_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding: 0px 0 20px 30px;
}



/* ------------------------------------- MAIN MENU */
#nav{
	float:left;
	position:relative;
	padding:0.6250em 0 0 0;
	background-image:url(../../images/global/nav_top_bg.gif);
	background-color:#103963;
	font-family:Arial, Helvetica, sans-serif;
	width:34.0625em;
}

#nav_background{
	float:left;
	position:relative;
	width:34.0625em;
	height:6.2500em;
	position:absolute;
	top:0.6250em;
	left:0px;
}


#nav ul{
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
	clear:both;
	display:block;
	width:34.0625em;
	height:6.2500em;
	background-image:url(../../images/global/nav_bg.gif);
	background-repeat:no-repeat;
	background-color:#103963;
	float:left;
}

#nav ul li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	display:block;
}

#nav ul li a{
	float:left;
	margin:0px;
	padding:4.5em 1em 0.5em 1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #3569a0;
	position:relative;
	display:block;
	clear:both;
}

#nav ul li a:hover{
	background-image:url(../../images/global/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#nav ul li a#current_nav{
	background-image:url(../../images/global/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#nav ul li a span{
	cursor:pointer;
}

#nav ul li#end a{
	float:left;
	margin:0px;
	padding:4.5em 1.0625em 0.5em 1.0625em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:none;
}

#nav ul li a span{
	font-size:0.6875em;
	float:left;
	display:block;
	clear:both;
	position:relative;
}

#nav_box{
	width:25.3125em;
	height:2.5em;
	float:left;
	background-color:#366799;
}

#nav_box select{
	float:right;
	border:1px solid #a5acb2;
	margin:0.6250em 0.6250em 0 0;
}


/* ------------------------------------- CONTENT */

.hidden{
	display:none;
}

table.width_230{
	width:230px;
}

table.width_465{
	width:465px;
}

table tr td.form_set_width{
	width:200px;
}

table tr td input.postcode{
	width:100px;
}

table tr td input, table tr td textarea{
	width:250px;
}

table tr td input.submit{
	width:auto;
	float:right;
}

.tbl_bg_shading{
	background-color:#f6f7fe;
}
.tbl_bg_shading_drk{
	background-color:#eceeff;
}
.tbl_bg_shading_drk2{
	background-color:#dde6ff;
}

.tbl_bdr_left{
	border-left:1px solid #ccc;
}

.tbl_bdr_right{
	border-right:1px solid #ccc;
}

.tbl_bdr_top{
	border-top:1px solid #ccc!important;
}

.tbl_bdr_bottom{
	border-bottom:1px solid #ccc;
}


#image_links{
	float:left;
}

#image_links img{
	float:left;
	border:0.3125em solid #ebecec;
}

#image_links img.left{
	float:left;
	border:0.3125em solid #ebecec;
	margin: 0 1.2500em 1.2500em 0;
}


.stock_tbl_wrapper{
	float:left;
	width:465px;
}

.stock_tbl_left{
	float:left;
	width:260px;
}

.clear{
	clear:both;
}

/* ------------------------------------- FOOTER */

#footer_wrapper{
	background-color:#7a838e;
	padding:0 0.9375em;
	float:left;
}

#footer{
	background-color:#356799;
	background-image:url(../../images/global/footer_bg.gif);
	float:left;
	width:59.375em;
}

#footer_bottom{
	width:59.375em;
	float:left;
	height:0.6250em;
	background-image:url(../../images/global/nav_top_bg.gif);
	width:59.375em;
}

#footer_wrapper p, #footer_wrapper ul{
	padding: 0 1.2500em;
	color:#fff;
	margin:0px;
	padding:0.3125em 1.2500em;
	list-style:none;
}

#footer_wrapper ul li{
	float:left;
	padding:0 6px;
	border-right:1px solid #fff;
}

#footer_wrapper ul li a{
	color:#fff;
}

#footer_wrapper ul li.end{
	border:none;
}

#footer_wrapper p span, #footer_wrapper ul li{
	font-size:0.6875em;
}

#footer_wrapper p.left{
	float:left;
}

#footer_wrapper ul.right{
	float:right;
}

