
/*****************************
* 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:#8B8B8D; text-decoration:none}
#loggedin_links a:hover{color:#D8D8D8;}

/* The shopping basket link - top right */
#basket_link{ float:right;	background:url(../misc/mybasket_bg.gif) no-repeat top left;	padding-left:15px;	color:#354F99; text-decoration:none;}
#basket_link:hover{	color:#525254;}

/* The links to content pages on the header */
#header_general_links a{ color:white;font-size:12px; font-weight:normal; text-decoration:none}
#header_general_links a:hover{	color:#8A8A8C;}

/* default font for text in vertical menus */
.menuContent *{ font-size:12px; color:#8B8B8B;}

/* normal link in vertical menu */
.menuContent a{	color:#666666;}
.menuContent a:hover{color:#921415;}

/* vertical menu heading */
.vertical_menu h1{	font-size:12px;	color:white;	text-align:center;}
	
/* navigation links in the vertical menu */
.vertical_menu ul li a{	text-decoration: none;	color:#636567;}
.vertical_menu ul li a:hover{color:#96151A;}

/* main content area */
#middleContent{	font-size: 12px;color:#656567; }
#middleContent a{	color:#96151A;}
#middleContent a:hover{ color:#646466; }
#middleContent legend{	font-size: 15px;color:#93141B; font-weight:bold;}
#middleContent h1{	font-size:18px;clear:both;	padding:8px 0 4px 0;	color:#93141B;}
#middleContent h2{	font-size:16px; clear:both;	padding:8px 0 4px 0;	color:#93141B;}
#middleContent h3{	font-size:14px; clear:both;	padding:8px 0 4px 0;	color:#93141B;} 
#middleContent h4{	font-size:12px; clear:both;	padding:8px 0 4px 0;	color:#93141B;}
#middleContent .specialoffer{ color:green; font-weight:bold; }
#middleContent select{font-size:11px; }

/* Footer sections */
#footer{ text-align:center; font-size:11px; }
#footer a{color:#93141B; }


/**************************
* 
* L A Y O U T
*****************************/

body{background:url(../misc/background.jpg) repeat-x bottom;}
div.innerBG{	margin: 0;	padding:0;	width:100%;	overflow:hidden;	position:relative;	min-width:852px;}
.outer{	margin:5px auto 5px auto;	padding: 0;	width:852px;}
.inner{	margin:0 auto;	padding:0;	width:100%;	position:relative;	background:#ffffff;	}

/* The main content areas */
#bordered{border:1px solid #D4D6D5; border-top:none; padding:0; margin:0; background:white;}
#content{position:relative; padding-top:12px; }
#menu1{	float:left; margin:0; padding:0;}
#middleContent{	float:left; padding: 0 0px 10px 12px; position:relative;	vertical-align:top; /*width:640px;*/ width:74%; }
#menu2{	float:left; background-color:#FF0000;}

/* The top of the header */
#header_top{ height:20px; }
#loggedin_links{ margin:0; padding:0;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:(../buttons/list-icon.gif);	background-repeat:no-repeat;	background-position: 0 .5em;	*/}

/* The page header */
#headerr{	padding:0;	margin:0;	background: url(../misc/top_banner_background.jpg) no-repeat;	height:122px;	position:relative;}

/* The statis links in the header (contact us etc */
#header_general_links{	float:right; margin:90px 0 0 0;	padding:0 75px 0 0;	position:relative;	width:420px; }
#header_general_links li{	padding:0;	margin:0;	float:left;	/* border-left:1px solid #fff;          The left border */		width: 25%;	list-style-type:none;}

/* The vertical navigation menus */
.vertical_menu{	margin:0 0 15px 0;	padding:0;}

/* The vertical menu heading */
/* With a simple fill ... .vertical_menu h1{	width:174px;	margin:0 0 0 3px;	padding:2px 0px 2px 8px; 	background-color:#666666;	} */
/* With a background image .. */
.vertical_menu h1{	width:180px; height:22px;	margin:0; padding:2px 0px 2px 0px; background: url(../misc/vertical_menu_background.jpg) no-repeat;	}


/* The vertical menu main content */
.menuContent{	width:180px;	margin: 0 0px 5px 3px;	padding:10px 0 5px 0;	/*background:url(../misc/menuContent_bg.jpg) bottom left no-repeat #FFFFFF;	border:2px solid #BCBEC0; */}
.menuContent ul{	margin:0 8px 0 8px;	/* changes the amount the list image is from the left */	padding:0;}
.menuContent li{	line-height:16px;	padding:0 0 0 28px; border-bottom: 1px solid #666666;	/* indentation of text */	list-style-type:none;		background:url(../buttons/list-icon.gif) 2px 0 no-repeat; margin-bottom:7px;}

/* Main content list image */

#middleContent li{ 	list-style-image:(../buttons/list-icon.gif);		padding:0 0 0 20px; 	/* indentation of text */	 margin-bottom:5px;}


#footer_mast{clear:both; background:url(../misc/footer_mast.jpg) repeat-y; height:7px;}
#footer {	clear:both;	margin:0;	padding: 5px 0 0 0;	height:41px;	color:#93141B;	position:relative;	width:100%; 	background:url(../misc/footer_logo.jpg) #FFFFFF 2px 0 no-repeat; }
