/* CSS Document */

*{
	margin:0;
	padding:0;
	font:11px Tahoma, Arial, sans-serif;
}

body{
	width:auto;
	background:#fff;
}

h1{
	font:18px tahoma, verdana, sans-serif;
	margin-bottom:20px;
} 

h2{
	
}

h3{
	font:11px tahoma, verdana, sans-serif;
	margin:14px 0;
}


h4{
	font:16px tahoma, verdana, sans-serif;
	margin-top:10px;
	margin-bottom:8px;
} 

p{
	font:11px tahoma, verdana, sans-serif;
	margin:14px 0;
	color:#808284;
}

a{

}

a:hover{

}

select{
	width:190px;
	border:1px solid #808284;
	font:11px tahoma;
	margin:3px 0;
}


input.submit{
	font:14px tahoma;
	border:1px solid;
	text-align:center;
	height:28px;
	line-height:28px;
	padding:0px 20px;
	margin:5px 0;
	display:block;
	clear:both;
}


#everything{
	width:740px;
	margin:20px auto 0px;
}

#contain{
	width:740px;
	float:left;
}

#nav{
	width:740px;
	height:110px;
	
	position:relative;
}

#nav ul{
	float:left;
	margin:38px 0 0 0px;
}

#nav ul li{
	list-style:disk;
	float:left;
	margin:0 10px;
	position:relative;
}

#nav ul li ul,
#nav ul li.out ul{
	display:none;
	position:absolute;
	clear:both;
	margin:0px;
	padding-top:4px;
	list-style:none;
}

#nav ul li:hover ul,
#nav ul li.ieover ul{
	display:block;
}

#nav ul li ul li{
	display:block;
	clear:both;
	padding:0;
	margin:0px;
	border-bottom:1px solid white;
	height:20px;
	line-height:20px;
	background:#efefef;
	width:130px;
	color:#808284;
}	

#nav ul li ul li a{
	color:#808284;
	display:block;
	height:20px;
	padding:0px 8px;
	line-height:20px;
}

.nodisk{
	list-style:none;
}

.clear{
	width:100%;
	height:1px;
	overflow:hidden;
	clear:both;
}

#nav ul li a{
	text-decoration:none;
}

#nav span{
	position:absolute;
	right:0;
	top:0;
	width:229px;
	height:91px;
}

#main{
	width:740px;
	float:left;
}

#mainnav{
	width:89px;
	margin-left:10px;
	float:left;
}

#mainnav a{
	font:14px Tahoma;
	text-decoration:none;
	display:block;
	margin-bottom:15px;
	color:#939598;
}

#mainnav a.here{
}


#mainsubnav{
	width:100px;
	margin-left:15px;
	padding-left:25px;
	float:left;
	border-left:1px solid #D1D3D4;
}

#mainsubnav a{
	font:11px Tahoma;
	text-decoration:none;
	display:block;
	width:100px;
	margin-bottom:15px;
}

#mainsubnav a:hover{
	color:#202020;
}

#mainhomegallery{
	float:right;
	margin-left:100px;
	width:459px;
}

html body#homepage #mainhomegallery h1{
	margin-bottom:0px !important;
}


#homepage  #mainhomegallery h2{
	font:18px tahoma, verdana, sans-serif;
	margin: 5px  0 8px 45px;
} 

#mainhomegallery h2{
	margin: 5px  0 8px 0px;
} 

#homepage  #mainhomegallery p{
	margin: auto 0 auto 75px;
}

#mainhomegallery p{
	margin: auto 0 auto 0px;
}


#maingallery{
	float:left;
	margin-left:80px;
	width:414px;
	height:700px;
}


#mainproduct{
	float:left;
	margin-left:75px;
	width:420px;
}

#flashholder{
	margin:0px 0 20px;
	float:left;
}

#productcontent{
	width:200px;
	float:left;}

#productimg{
	margin-left:20px;
	width:200px;
	float:left;
}


#foot{
	margin:30px auto 10px;
	width:740px;
	height:40px;
	position:relative;
	
	color:#939598;	
}

#foot span{
	width:40%;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}



p.pressArticleTitle{
	font:14px Tahoma, verdana, sans-serif;
	margin:20px 0 0 0 !important;
	
}
p.pressArticleTitle strong{
	font: bold 14px Tahoma, verdana, sans-serif;
	margin:20px 0 0 0 !important;
	
}


/* cart */
.cartitemheders, .cartitem{
	color:#232323;
	 width:100%;
	 float:left;
	 clear:both;
	 height:20px;
	 line-height:20px;
}

.cartitemheders_uline{
	border-bottom:1px solid #fff;
	 background:#7BB3DA;
	 color:#ffffff;
	 width:100%;
	 float:left;
	 clear:both;
	 height:20px;
	 line-height:20px;
}

.cartitemheders *, .cartitemheders_uline *{
	height:20px;
	line-height:20px;
	border-right:1px solid #94c6e7;
}

.cartitem{
	height:30px;
	line-height:30px;
}

.basketsubmit{
	margin:2px 0px;
	width:100%;
	text-align:right;
}

.cartitem *{
	height:30px;
	line-height:30px;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}


.cartitemheders{
	 background:#7BB3DA;
	 color:#ffffff;
}

.cartitemname, .cartitemquant, .cartitemcost, .cartitemactions{
	padding-left:2px;
	float:left;
	width:111px;
}

.cartitemname{
	width:212px;
}

.cartitemquant{
	width:50px;
}

.cartitemcost{
	width:60px;
}

.cartitemactions{
	border-right:none;
	padding-left:3px;
	text-align:center;
}

/* form stuff */
form{
padding:0px;
}

#Submit, .go{
	border:1px solid #292929;
	font:1.2em Arial;
	padding:2px 7px;
	background:#7BB3DA;
}

.row{
	float:left;
	clear:both;
	width:100%;
	margin:3px 0px;
}

.fld{
	border:1px solid #696969;
	float:left;
	width:65%;
	font:1.2em Arial;
	padding:1px 2px;	
}

textarea.fld{
	height:300px;
	font:1.2em Arial;
	padding:1px 2px;
}

label{
	width:25%;
	float:left;
	font:1.2em Arial;
	color:;
	color:#808284;
	padding:1px 2px;
}


/*
	email
*/

.required{
	height:20px;
	text-transform:capitalize;
	margin-right:10px;
	margin-top:10px;
}

.attributeinput{
	margin-top:10px;
}

.list{
	list-style:none;
	margin:5px 0px;
}


tr{
	margin:5px 0px;
}

#userdetails{
	display:none;
}

#userdetails label{
	width:100%;
	height:30px;
	line-height:30px;
	position:relative;
	font-size:1em;
	color:#202020;
}

#userdetails input, #userdetails select{
	width:200px;
	height:22px;
	position:absolute;
	top:0px;
	right:5px;
}

.b{
	font-size:1em;
	color:#000;
	margin:4px 0 !important;
}


/* sublist in main nav */

body #everything #contain #nav ul li ul li,
body #everything #contain #nav ul li ul li a {
	color:#808284;
	text-decoration:none;
}

/* section colours */

#generic #nav ul li,
#generic #nav ul li a,
#generic #mainnav a.here,
#generic #mainsubnav a,
#generic h1,
#generic input.submit,
#blue #nav ul li,
#blue #nav ul li a,
#blue #mainnav a.here,
#blue #mainsubnav a,
#blue h1,
#blue h2,
#blue h3,
#blue h4,
#blue input.submit,
#blue p.pressArticleTitle,
#blue a
{
	color:#7BB3DA;
}
 #blue body #everything #contain #nav ul li ul li a:hover,
 #blue body #everything #contain #nav ul li ul li.ieover a,

{
	background:#7BB3DA;
	color:white;
}

#red #nav ul li,
#red #nav ul li a,
#red #mainnav a.here,
#red #mainsubnav a,
#red h1,
#red h2,
#red h3,
#red h4,
#red input.submit,
#red p.pressArticleTitle,
#red a
{
	color:#EA5692;
}
 #red body #everything #contain #nav ul li ul li a:hover,
 #red body #everything #contain #nav ul li ul li.ieover a,

{
	background:#EA5692;
	color:white;
}

#yellow #nav ul li,
#yellow #nav ul li a,
#yellow #mainnav a.here,
#yellow #mainsubnav a,
#yellow h1,
#yellow h2,
#yellow h3,
#yellow h4,
#yellow input.submit,
#yellow p.pressArticleTitle,
#yellow a
{
	color:#FFB447;
}
 #yellow body #everything #contain #nav ul li ul li a:hover,
 #yellow body #everything #contain #nav ul li ul li.ieover a,

{
	background:#FFB447;
	color:white;
}

#green #nav ul li,
#green #nav ul li a,
#green #mainnav a.here,
#green #mainsubnav a,
#green h1,
#green h2,
#green h3,
#green h4,
#green input.submit,
#green p.pressArticleTitle,
#green a
{
	color:#61B049;
}
 #green body #everything #contain #nav ul li ul li a:hover,
 #green body #everything #contain #nav ul li ul li.ieover a,

{
	background:#61B049;
	color:white;
}