
/*****************************
* 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:white;text-decoration:none; font-weight:normal;}
.menuContent a:hover{font-weight:bold;}

/* vertical menu heading */
.vertical_menu h1{	font-size:16px;	color:#C2BED9;	text-align:left; font-weight:bold;}
	
/* 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{font-weight:bold;}

/* main content area */
#middleContent{	font-size:12px; color:white; }
#middleContent a{	color:white; text-decoration:none; font-weight:bold;}
#middleContent a:hover{ text-decoration:underline; }
#middleContent legend{	font-size: 15px;color:#00374B; font-weight:bold;}
#middleContent h1{	font-size:24px;clear:both;	padding:8px 0 6px 4px;	color:#C4BBDA; border-bottom: 1px white dashed;}
#middleContent h2{	font-size:16px; clear:both;	padding:8px 0 4px 0;	color:#C4BBDA}
#middleContent h3{	font-size:14px; clear:both;	padding:8px 0 4px 0;	color:#C4BBDA;}
#middleContent h4{	font-size:12px; clear:both;	padding:8px 0 4px 0;	color:#C4BBDA;}
#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) #152765 top center no-repeat;}
/* div.innerBG{	margin: 0;	padding:0;	width:100%;	overflow:hidden;	position:relative;	min-width:848px;}*/
.outer{	margin:10px auto 20px auto;	padding: 0;	width:900px;}
.inner{	margin:0 auto;	padding:0;	width:100%;	position:relative;	}


/* The main content areas */
#content{position:relative; height:1%; margin-top:75px;}
#menu1{	float:left; margin-left:0px; }
#middleContent{	float:left; padding: 23px 0 0 25px; position:relative;	vertical-align:top; /*width:640px;*/ width:74%; }
#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:176px; height:22px;	margin:0 5px 0 5px; padding:7px 5px 2px 0px; text-transform:lowercase; }


/* The vertcal menu main content */
.menuContent{	width:170px;	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 {	clear:both;	margin:0;	padding:5px 0 0 0;	height:41px;	color:#E3001B;	text-align:center;	position:relative;	width:100%;}
