/*
Description:	CSS 
Author:			Visualcode Limited
Date: 			April 2009.
Version:		1.0
*/

@import url('css/pageLayout.css');
@import url('css/generalform.css');
@import url('css/lightwindow.css');
@import url('css/accounts.css');
@import url('css/products.css');
@import url('css/basket.css');

/*---------------------------Global Start -----------------------------*/

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Orange:#F9F9F9;  Red:#D20000;
*/


body {
	font:12px "trebuchet ms", Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	color: #232323;
	text-align:center;
	background:#F9F9F9;
  	position:relative;
	margin:0;
	padding:0;	
	}
	
a:link {
	color:#D20000;
	text-decoration: none;
}

a:visited {
	color:#D20000;
	text-decoration: none;
}

a:active {
	color:#CCC;
	text-decoration: none;
}

a:hover {
	color:#CCC;
	text-decoration: none;
}

a img{
	border:none;
	}


h1, h2, h3, h4{
	font-weight:normal;
	line-height:normal;
	}

h1 b, h2 b, h3 b, h4 b{
	color:#000;
	font-weight:normal
	}
	
h1 {
	font-size: 18px;
	color:#D20000;
	font-weight:bold;
	padding-top:10px;
	clear:both;
	}

h2 {
	font-size: 15px;
	color:#000;
	font-weight:normal;
	}

h3 { 
	font-size: 14px;
	color:#232323;
	font-weight:normal;
	}

h4 {
	color:#CCC;
	font-size: 14px;
	font-weight:bold;
	margin:5px 0 10px 0;
	}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 5px auto;
	padding: 0px !important;
	color:#FFF;
	clear:both;
	}

p{
	margin:10px 0;
	}

.clear{
	clear:both;
	}

.clear a, .clear input{
	padding:5px 10px !important;
	background:#D20000;
	border:#ECECEC solid 3px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}

.clear a{margin-left:220px;}
	
table{margin:0; border-collapse:collapse;}	
table td{padding:5px 2px; font:12px "trebuchet ms", arial, helvetica, sans-serif; border-bottom:#F9F9F9 solid 1px; vertical-align:top;}	
table td.five{padding:5px;}
table thead td{background:#E5E5CC; border-top:#FFF solid 1px; border-bottom:#FFF solid 1px; border-right:#FEFFDB solid 1px; color:#FFF; padding-left:5px; font-weight:bold;}
table thead td.none{border-right:none;}	

.clear{	text-align:center; padding-top:5px;}

a.button {
	padding:5px 10px !important;
	background:#D20000;
	border:#CCC solid 1px;
	border-top:pink solid 1px;
	border-left:pink solid 1px;
	color:#FFF !important;
	font-weight:bold;
	font-size:85%;
	}

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Orange:#F9F9F9;  Red:#D20000;
*/

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	text-align:center;
	border-top:#ECECEC solid 5px;
	}

#header {
	width:900px;
	height:135px;
	margin:0px auto;
	padding:0 !important;
	text-align:left;	
	position:relative;
	}

.legal{
	float:right;
	font-size:10px;
	height:25px;
	}

.legal ul{
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	}

.legal ul li{
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	width:85px;
	margin-left:5px;
	
	}

.legal ul li a{
 	color:#232323;
 	display:block;
 	padding:5px 0px 0px 10px;
 	height:15px;
 	background:#ECECEC;
 	}

.legal ul li a:hover{
 	padding:5px 0px 5px 10px;
	border-bottom:#D20000 solid 2px;
 	}

#Logo {
	margin:0px;
	padding:35px 0px 30px 0px;
	text-align:left;
	width:175px;
	}

 #topNav{
 	font-size:10px;
 	width:900px;
 	text-align:right;
 	height:30px;
 	background:#d20000;
 	}
	
 #topNav ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	}
	
#topNav ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	font-weight:bold;
	width:110px;
	margin-right:0px;
	}

#topNav ul li a{
 	color:#FFF;
 	display:block;
 	padding-top:10px;
 	height:25px;
 	padding-left:10px;
 	border-right:#FFF solid 1px;
 	}
 
#topNav ul li a.profile{
	border-left:#FFF solid 1px;
	}

#topNav ul li.end{
	margin-right:0;
	}
	
#topNav ul li.end a{
	border-right:none;
	}

#topNav ul li a:hover{
 	background:#F9F9F9;
 	color:#232323;
 	}	
 
#topNav ul li a.on{
 	background:transparent url(images/pagearrow.gif) no-repeat 90px bottom ;
 	}	
 
#topNav ul li a:hover.on{
	background:#F9F9F9 url(images/pagearrow.gif) no-repeat 90px bottom ;
	color:#232323;
	}
	
.sectionTitle{	
	clear:right;
	float:right;
	text-align:right ;
	width:625px;
	padding-top:12px;
	font-size:21px;
	}

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/


/* ______________________ Banner ______________________ */		


#bannerContainer{
	display:block;
	height:295px;
	margin:0;
	padding:0;
	text-align:left;
	background:#F9F9F9;
	border-bottom:#ECECEC solid 2px;
	width:690px;
	float:right;
	}

#bannerContainer img{
	padding:0 !important;
	margin:0 !important;
	}

#bannerImg{
	padding:0 !important;
	margin:0 !important;
	}


/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/

/* ______________________ Main Area ______________________ */	

#wrapper {
	margin:0px auto;
	padding:0px;
	position:relative;
	border-bottom:#D20000 solid 2px;
	background:transparent;
	width:900px;
	}

.contentArea{
	clear:both;
	padding:0;
	margin:0;
	width:900px;
	}

.Content{
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	padding:0;
	width:690px;
	border-top:#D20000 solid 2px;
	float:right;
	padding-bottom:10px;
	background:transparent;
	}

.Content img{
	margin:5px;
	}

.Content ul{
	list-style:none;
	padding-left:0px;
	margin:10px 0px;
	}

.Content ul li{
	margin-bottom:10px;
	background: url(images/bullet3.gif) no-repeat 0px 3px;
	padding-left:15px;
	margin-left:30px;
	}

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/

/* ______________________ Left Navigation ______________________ */		

#leftNav {
	width:200px;
	font-size:11px;
	position:relative;
	text-align:left;
	float:left;
	position:relative;
	}
	
#leftNav ul{
	list-style:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	position:relative;
	font-size:11px;	
	}

#leftNav ul li{
	position:relative;
	padding:0px !important;
	margin:0px !important;
	border-bottom:1px solid #FFF;
	}
	
#leftNav ul li ul{
	list-style:none;
	font-size:11px;
	position:relative;
	}

#leftNav ul li a{
	color:#232323;
	background:url(images/bullet.gif) no-repeat 5px 9px;
	display:block;
	padding:5px 0px 5px 25px;
	margin-top:2px;
	border-bottom:#ECECEC solid 1px;
	position:relative;
	}

#leftNav ul li a:hover,#leftNav ul li.on a {
	background:#F9F9F9 url(images/bullet2.gif) no-repeat 5px 9px;
	position:relative;
	}


#leftNav ul li ul li a{
	color:#000;
	background:url(images/bullet2.gif) no-repeat 13px 5px;
	display:block;
	padding:2px 0px 2px 35px;
	margin-top:0px;
	font-weight:normal;
	border-bottom:#ECECEC solid 1px;
	border-left:5px solid #FFF;
	}

#leftNav ul li ul li a:hover{
	background:#ECECEC url(images/bullet.gif) no-repeat 13px 5px;
	border-left:5px solid #231F20;
	}


#leftNav h2{
	padding:5px 0px 5px 10px;
	border-top:#D20000 solid 2px;
	border-bottom:#ECECEC solid 2px;
	margin:0;
	font-size:13px;
	color:#231F20;
	font-weight:bold;
	color:#D20000;
	}	

.login h2{
	padding:0px;
	margin:0px;
	}

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/


/* ________________________________ News Ticker ________________________________ */	

h2.left{
	clear:left;
	margin:0;
	padding:10px 0px 5px 10px;
	border-bottom:#FFC20F solid 2px;
	text-align:left;
	width:220px;
	}

#newsticker{
	margin-top:5px;
	padding:0px 10px 0 5px;
	height:120px;
	clear:left;
	width:210px;
	border-left:#ECECEC solid 5px;
	text-align:left;
	}

.conDet{
	margin-top:5px;
	padding:0px 10px 0 5px;
	clear:left;
	width:210px;
	border-left:#ECECEC solid 5px;
	text-align:left;
	background:#FEDF50;
	}

#newsticker ul{
	margin:0;
	padding:0;
	}

#newsticker li,  .conDet li{
	border-bottom:0 !important;
	background:url(images/bullet.gif) no-repeat 0px 8px;
	display:block;
	padding:5px 0px 0px 25px;
	}

.ntitle a{
	color:#ba122a !important;
	font-weight:bold;
	}

.ncontent{
	padding:5px 0px;
	}

.nlink a{
	color:#ba122a !important;
	}
	
 

/* ______________________ Short Login Form ______________________ */	
.login{
	width:180px;
	margin-left:10px;
	float:left;
	clear:left;
	color:#324B35;
	padding:10px;
	border-bottom:#FFF solid 1px;
	}

form.sLogin{
	padding:0px 0px 10px 0px;
	border:none;
	margin-left:10px;
	margin-bottom:10px;
	border-bottom:#ECECEC solid 1px;
	}

form.sLogin p{
	margin:0;
	padding:0;
	}

form.sLogin label{
	display:block;
	margin-bottom:0px;
	width:50px;
	font-size:10px;
	font-weight:bold;
	}

form.sLogin p.pass label{
	display:block;
	width:130px;
	padding:0 0 0 50px;
	margin:0;
	}

form.sLogin label a{
	color:#FFC20F; text-decoration:underline;
	width:50px;
	}
	
form.sLogin label a:hover{
	color:#F68121;
	}
	
form.sLogin .error{
	font-size:10px;
	color:#FFC20F;
	}
	
form.sLogin input{
	padding:0px;
	border:none;
	width:125px;
	height:20px;
	padding:3px 5px 3px 5px ;
	}

form.sLogin input.submit{
	background:#ECECEC url(images/button_Background.gif) repeat-x left top;
	border:#CCC solid 1px;
	border-top:#ECECEC solid 1px;
	border-left:#ECECEC solid 1px;
	height:23px;
	width:50px;
	color:#232323;
	padding:2px !important;
	margin:5px 0 0px 50px;
	text-align:center;
	font-weight:bold;
	font-size:85%;
	}

/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/

/* ______________________ Footer ______________________ */

#footer {
	clear:both;
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding-top:0px;
	color:#232323;
	margin:0 auto;
	width:900px;
	border-top:#FFF solid 1px;
	background:#FFF url(images/footer.gif) no-repeat left bottom;
	}

#footer h4{color:#232323;}

#footer a{color:#D20000; text-decoration:underline;}
#footer a:hover{color:#F68121;}

#copyright, #contactft{
	text-align:left;
	padding:3px 10px;
	float:left;
	border-right:#FFF solid 1px;
	}
	
#detailsft{float:left;padding:3px 10px;}

#contactft{float:left; width:310px; height:85px;} 
#copyright{float:left; width:230px; height:85px;} 
#copyright span a, #copyright span{color:#232323;}			
	
	
/*
Colour Palette
dk Grey:#232323; Grey:#CCCCCC; lt Grey:#ECECEC; ltlt Grey:#F9F9F9;  Red:#D20000;
*/

/* ______________________ Search Main Area ______________________ */	

form.search{
	padding:0;
	height:25px;
	margin:0px;
	width:235px;
	position:absolute;
	top:97px;
	right:0px;
	z-index:10;
	text-align:right;
	}

form.search label{
	width:40px;
	font-size:11px;
	color:#FFF;
	}


form.search input{
	border:none;
	margin:0px 2px;
	padding:2px 3px;
	background:#FFF;
	border:#CCC solid 2px;
	width:110px;
	color:#333;
	}

form.search input.search{
	background:#D20000;
	width:55px;
	margin:0px 5px;
	padding:2px 3px;
	height:23px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:#FFF solid 1px;
	margin-top:1px;
	}
	