
/*****************************
* F O N T S
******************************/
/* Apply a font set to all */
*{ font-family:Arial, Helvetica, sans-serif;}

#header_top{ font-size: 12px;}

/* The customer logged in links - top left */

#loggedin_links a{	color:#DFE6EE; text-decoration:none; font-weight:bold;}
#loggedin_links a:hover{color:#DFE6EE;}

/* The shopping basket link - top right */
#basket_link{ float:right;	background:url(../misc/mybasket_bg.gif) no-repeat top left;	padding-left:15px;	color:#DFE6EE; text-decoration:none; font-weight:bold;}
#basket_link:hover{	color:#FFFEFF;}

/* The links to content pages on the header */
#header_general_links a{ color:#DFE6EE; font-size:12px; font-weight:bold; text-decoration:none}
#header_general_links a:hover{	color:white;}

/* default font for text in vertical menus */
.menuContent *{ font-size:12px; color:white;}

/* normal link in vertical menu */
.menuContent a{	color:yellow;text-decoration:none; font-weight:normal;}
.menuContent a:hover{font-weight:bold;}

/* vertical menu heading */
.vertical_menu h1{	font-size:12px;	color:yellow;	text-align:left; font-weight:bold; border-bottom: 1px white solid;}
	
/* navigation links in the vertical menu */
.vertical_menu ul li a{	text-decoration: none;	color:white; font-weight:normal;}
.vertical_menu ul li a:hover{color:yellow;}

/* main content area */
#middleContent{	font-size:12px; color:white; }
#middleContent a{	color:yellow; text-decoration:none; font-weight:bold;}
#middleContent a:hover{ text-decoration:underline; }
#middleContent legend{	font-size: 15px; color:yellow; font-weight:bold;}
#middleContent h1{	font-size:24px;clear:both;	padding:8px 0 6px 4px;	color:yellow;}
#middleContent h2{	font-size:16px; clear:both;	padding:8px 0 4px 0;	color:yellow}
#middleContent h3{	font-size:14px; clear:both;	padding:8px 0 4px 0;	color:yellow;}
#middleContent h4{	font-size:12px; clear:both;	padding:8px 0 4px 0;	color:yellow;}
#middleContent .specialoffer{ color:red; font-weight:bold; }
#middleContent select{font-size:11px; }

/* Footer sections */
#footer_left{ font-style:italic; font-weight:bold; }


/**************************
* 
* L A Y O U T
*****************************/
hr{color:white;}
body{background:url(../misc/background.jpg) #006FB4 top left no-repeat; width:995px; margin:0;}
/* div.innerBG{	margin: 0;	padding:0;	width:100%;	overflow:hidden;	position:relative;	min-width:848px;}*/
.outer{	margin:10px auto 20px auto;	padding: 0;	width:1042px; }
.inner{	margin:0 auto;	padding:0;	width:100%;	position:relative; }

/* floating divs for left menu */
#floater_one{position:absolute;margin-top:170px;left:113px;}
#floater_two{position:absolute;margin-top:670px;left:110px;}
#floater_three{position:absolute;margin-top:390px;left:110px;}
#floater_search{position:absolute;top:290px;left:840px;z-index:1000;}
#search_submit{position:absolute;top:21px;left:65px;z-index:1001;}




/* The main content areas */
#content{position:relative; height:1%; padding-top:25px; margin-left:228px; }
#menu1{	float:left; margin:180px 0 0 20px; }
#middleContent{	float:left; padding: 23px 0 0 25px; position:relative;	vertical-align:top; /*width:640px;*/ width:540px; }
#borderedarea{	 margin:0; padding:0;}

/* The top of the header */
#header_top{ height:30px; }
#loggedin_links{ margin:0; padding:0 0 0 25px; float:left;width:250px;list-style:none;}
#loggedin_links li{	padding:0;	margin:0;	float:left;	width: 33%; 	/* border-left:1px solid #fff;*/	/* For adding a list icon image */	/*padding-left:10px;	background-image:(../misc/list_icon.gif);	background-repeat:no-repeat;	background-position: 0 .5em;	*/}

/* The page header */
#headerr{	padding:0;	margin:0px;	height:126px;	position:relative;}

/* The statis links in the header (contact us etc */
#header_general_links{	float:right; margin:95px 25px 0 10px ;	padding:0;	position:relative;	width:600px; }
#header_general_links li{	padding:0 53px 10px 0;	margin:0; float:left;	 /*border-left:1px solid #fff;*/ 		list-style-type:none;}

/* The vertical navigation menus */
.vertical_menu{	margin:0 0 20px 0;	padding:5px; }

/* The vertical menu heading */
.vertical_menu h1{	width:160px; height:22px;	margin:0 5px 0 5px; padding:7px 5px 2px 0px;  }


/* The vertcal menu main content */
.menuContent{	width:160px;	margin: 0 0px 5px 3px;	padding:10px 0 5px 0;	/*background:url(../misc/menuContent_bg.jpg) bottom left no-repeat #FFFFFF;*/	/*border:2px solid #19171A; */}
.menuContent ul{	margin:0 0 0 25px;	/* changes the amount the list image is from the left */	padding:0;}
.menuContent li{	line-height:21px; 	padding:5px 0 6px 5px; list-style-type:circle; color:white; border-bottom: 1px white dashed;}

/* Main content list image */
#middleContent li{ 	list-style-type:circle;	padding:0 0 0 20px; 	/* indentation of text */	 margin-bottom:5px;}

#footer { left:-120px; position:relative; clear:both; margin:0;	padding:5px 0 0 0;	color:white; font-size:12px;}
#footer p { color:white;}
#footer a{color:yellow; }
