/*
Title:			DayMen International
Description:	CSS for B + W Filters
Author:			Visualcode Limited
Date: 			Monday 19th May 2008.
Copywrite:		Visualcode Ltd.
Version:		1.0
*/


body {
	font:11px/18px "Verdana", Geneva, Tahoma, Lucida Grande, Arial, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	background:#333;
	text-align:center;
	}

input, 
button, 
select, 
textarea {
	font:11px/18px "Verdana", Geneva, Tahoma, Lucida Grande, Arial, sans-serif;
	}
	
a:link {
	color: #AE007C;
	text-decoration: none;
}

a:visited {
	color: #AE007C;
	text-decoration: none;
}

a:active {
	color: #581980;
	text-decoration: none;
}

a:hover {
	color: #581980;
	text-decoration: none;
}

a img{
	border:0;
	}

h1, h2, h3{
	font-weight:normal;
	}
	
h1 {
	font-size: 1.9em;
	color: #000;
	}

h2 {
	color:#AD017B;
	font-size: 1.5em;
	}

h3 {
	color:#666;
	font-size: 1.3em;
	}

hr {
	border: none;
	border-top: 1px dotted #333;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	}

.clear{
	height:1px;
	padding:0;
	margin:0;
	border:0;
	clear:both;
	}
	
/* Xinha Table Layout */

table {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:98% !important;
	}

table td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:1px solid #ebebeb;
	padding:5px;
	font-size:1em;
	vertical-align:top;
	}

/* ______________________ Site Palette ______________________ */

#palette{
	width:10px;
	background:#FFF;
	padding:5px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:20;
	font-size:0.1em;
	}

#palette div{
	width:10px;
	height:10px;
	border-bottom:5px solid #FFF;
	}

#palette .color1{background:#ae007c;}
#palette .color2{background:#e56c50;}
#palette .color3{background:#581980;}
#palette .color4{background:#333;}
#palette .color5{background:#ECECEC;}

/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	background:#FFF;
	}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	}
	
#header {
	width:100%;
	height:90px;
	color:#000;
	padding-bottom:10px;
	}

#Logo {
	margin-top:8px;
	padding-left:5px;
	float:left;
	}

/* ______________________ Additional Navigation ______________________ */

#topbar{
	background:#FFF;
	border-bottom:#CCC solid 1px;
	border-top:none;
	height:25px;
	color:#666;
	width:760px;
	float:right;padding-bottom:10px;
	}

#adNav a:link{color:#333;}
#adNav a:visited{color:#333;}
#adNav a:active{color:#AE007C;}
#adNav a:hover{color:#AE007C;}	

#adNav{
	height:15px;
	width:500px;
	float:right;
	padding-top:8px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:1em;
	}

#adNav li {
	padding:0px 5px 0 15px;
	border-right:#CCC solid 1px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	background: url(images/tinyArrow.gif) no-repeat 7px 2px;
	}

/* ______________________ topArea ______________________ */

#topArea{
	clear:right;
	float:right;
	text-align:left;
	padding:10px 0;
	font-size:95%;
	width:760px;
	border-bottom:#CCC solid 1px;
	}

#strap{
	width:350px;
	float:left;
	}

#search{
	float:right;
	width:350px;
	text-align:right;
	}

/* ______________________ Form Search______________________ */	

form.search{
	padding:5px 10px;
	height:30px;
	}


form.search input{
	padding:8px 6px;
	border:#CCC solid 1px;
	background:#FFF url(images/searchBack.gif) repeat-x left top;
	float:left;
	}

form.search input.search{
	text-align:left;
	background:#FFF url(images/searchInput.gif) no-repeat;
	border:none;
	height:30px;
	width:102px;
	padding:0px 15px !important;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin-left:10px;
	}

form.search img{
	float:right;
	}	

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	clear:both;
 	height:40px;
 	margin-bottom:3px;
	position:relative;
	z-index:1;
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0;
	position:relative;
	height:35px;
	text-align:left;
	border-bottom:#CCC solid 1px;
	}
	
 #navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	background:#333 url(images/navBack.gif) repeat-x;
	margin-right:5px;
	font-weight:bold;
	font-size:90%;
	margin-top:5px;
	}

 #navigation ul li.end{
 	background:#AE007C;
 	float:right;
 	}
	
 #navigation ul li a {
	color:#FFF;
	position:relative;
	height:25px;
	display:block;
	padding:5px 0px 0px 0px;
	
	}
	
 #navigation ul li a:hover {
	color:#FFF;
	position:relative;
	background:#AE007C url(images/navBackOver.gif) repeat-x;
	}

 #navigation li ul {
 	display: none;
 	position: absolute;
  	margin-top:5px;
	top: 29px;
	left: -2px;
	border:none;
	border-top:1px solid #FFF;
	background:transparent;
	z-index:25;
	}


#navigation li:hover ul,
 #navigation li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
	padding-bottom:5px;
	background:transparent;
	}
	
 #navigation li ul li {
	margin:0;
	padding:0px;
	display:block !important;
	float:none;
	border:none;
	border-bottom:#FFF solid 1px;
	border-right:none;
	text-align:left;
	font-size:100%;
	background:transparent url(images/dropNav.png) repeat;
	height:30px;
	}

 #navigation li ul li a{
	display:block;
	padding:5px 0 0 15px !important;
	color:#FFF;
	border:none;
	text-align:left;
	}

 #navigation li ul li a:hover{
	color:#FFF;
	background:#581980;
	}

/* Third Level*/


#navigation li ul li ul{
	display:none !important;
	position:absolute;
	top:0;
	left:0;
	}


	

/* ______________________ Banner ______________________ */	


#banner{
	border-top:#CCC solid 1px;
	padding-top:5px;
	background:#FFF;
	margin-bottom:5px;
	}

#bannerHB{
	display:none;
	}
	
/* ______________________ Main Content/Areas ______________________ */	

#mainContent{
	width:960px;
	float:right;
	background:#FFF;
	margin-bottom:5px;
	}

#content{
	width:760px;
	float:right;
	}


.sContent{
	border:#CCC solid 1px;
	border-left:none;
	border-right:none;
	background:#FFF;
	margin-bottom:0px;
	text-align:left;
	padding:10px;
	}

.sContent li{
	list-style:none;
	background:url(images/bullet.gif) no-repeat 0 6px;
	margin:5px 0px 5px 0px;
	padding-left:15px;
	}


/* ______________________ Side Navigation ______________________ */	

	
	
#sideNav {
	font-size:100%;
	position:relative;
	width:195px;
	float:left;
	text-align:left;
	background:#FFF;
	border-top:#CCC solid 1px;
	border-bottom:#FFF solid 5px;
	}

#sideNav ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	}

#sideNav ul li {
	padding:5px 0px 5px 15px;
	border-bottom:#CCC solid 1px;
	background:transparent url(images/box.gif) no-repeat 0 12px !important;
	background-position: 0px center;
	position:relative;
	}

#sideNav ul li a{
	color:#000;
	}

#sideNav ul li a:hover{
	color:#AE007C;
	}


#sideNav li ul{
	
	}

#sideNav li:hover ul,
#sideNav li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	background-position:left bottom;
	width:180px;
	list-style:none;
	}

#sideNav li ul li{
	padding:0px 0px 0px 10px;
	border-bottom:none;
	background: url(images/tinyArrowWhite.gif) no-repeat !important;
	background-position: 0 5px !important;
	position:relative;
	}
	
#sideNav li ul li a{
	color:#666 !important;
	}

#sideNav li ul li a:hover{
	color:#581980 !important;
	}

	
/* ______________________ Footer ______________________ */

#clearWrapper{	
	border-bottom:#4a0106 solid 1px;
	clear:both;
	height:0;
	}

#footer {
	border-top:#CCC solid 3px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:85%;
	color:#FFF;
	text-align:center;
	background:#333;
	margin:0;
	}

#fholder{
	width:960px;
	margin:0 auto;
	}
	
#fholder b,
#fholder a{
	color:#AE007C;	
	}

#copyright{
	text-align:left;
	float:left;
	width:450px;
	padding-top:10px;
	}

#contactAd,
#contactNo{
	width:170px;
	padding:10px 20px;
	float:right;
	text-align:left;
	border-left:#CCC solid 1px;
	height:100px;
	}


#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}

#legalAd {
	clear:both;
	text-align:right;
	padding-top:15px;
	}

/*--------------------------- General Forms - Specific ---------------------------*/

form.custDetails {
	margin:0;
	padding:0;
	margin-top:10px;
	padding-top:10px;
	}

form.custDetails p {
	margin:0;
	padding:2px 0 2px 0 ;
	
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 15em;
	text-align: left;
	font-size:95%;
	}

form.custDetails input,
form.custDetails select,
form.custDetails textarea{
	margin-bottom:5px;
	padding:3px;
	border:#CCC solid 1px;
	background:#FFF url(images/searchBack.gif) repeat-x left top;
	}

form.custDetails select{
	margin-bottom:5px;
	padding:0;
	border:#CCC solid 1px;
	}

form.custDetails form input.standard {
	width:200px;
	}

form.custDetails form textarea {
	width:400px;
	font-size:9pt;
	}	


form.custDetails .submit {
	margin-top:10px;
	text-align:left;
	}

form.custDetails .submit input {
	background:#000 url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:5px 10px !important;
	border:#666 solid 1px;
	border-left:#333 solid 1px;
	border-top:#333 solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}

form.custDetails .currency{
	width:250px;
	}

form.custDetails .currency label{
	margin:0;
	padding:0;
	text-align: left;
	font-size:95%;
	width:1em;
	}

form.custDetails .currency input {
	float:left;
	}	

form.custDetails .currency .inner{
	width:100px;
	float:right;
	}

form.custDetails input.button {
	background:#000 url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:5px 10px !important;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}

/* ___________________________________ PRODUCTS ___________________________________ */

#productContainer{
	margin-bottom:10px;
	}	
#productDetails{
	margin-bottom:15px;
	}	
table.summary,
table.details{ 
	width:100% !important;
	}
table.summary td,
table.details td{
	background:#FFF;
	border:#03625A solid 1px;
	}
table.summary td.head,
table.details td.head{
	background:#03625A;
	color:#FFF;
	padding:0 5px;
	text-align:right;
	line-height:13px;
	}
table.summary td.head h1,
table.details td.head h1{
	padding:0;
	margin:0;
	color:#FFF;
	text-align:left;
	font-size:1.4em;
	padding-bottom:10px;
	}
table.summary td.detailButton,
table.details td.detailButton{
	vertical-align:bottom;
	background:#ECECEC;
	width:100px;
	}
table.summary td.detailButton a,
table.details td.detailButton a{
	display:block;
	background:#00615f url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:2px 5px;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	text-align:center;
	}
table.details td.pictures{
	padding:5px;
	width:175px;
	text-align:left;
	font-weight:bold;
	}
.smallimages{
	margin-top:6px;
	}
.smallimages img {
	border:#FFF solid 1px;
	margin:0;
	padding:0;
	}

/* ___________________________________ Stockists ___________________________________ */

#stockSearch{
	border:#DDD solid 1px; 
	padding:10px;
	background:#FCFCFC;
	}

#stockSearch form select{
	float: left;
	margin-bottom:5px;
	padding:0;
	border:#CCC solid 1px;
	background:#00615f;
	color:#FFF;
	}

#stockSearch form label {
	float: left;
	margin:0 0 0 10px;
	padding:0px 1px 0 1px;
	width: 5em;
	text-align: left;
	font-size:95%;
	font-weight:bold;
	}

#stockSearch form input.submit {
	background:#AE007C;
	padding:3px 10px !important;
	border:#333 solid 1px;
	border-left:#CCC solid 1px;
	border-top:#CCC solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	margin-left:10px;
	}

#Stockists{
	margin-top:10px;
	border:#DDD solid 1px;
	text-align:center;
	background:#FCFCFC;
	padding:5px 0;
	
	}

#Stockists .details{
	width:250px;
	float:right;
	clear:right;
	}

#Stockists .clearDetails{
	clear:right;
	border-top:#AE007C solid 1px;
	}

.shop{
	border:#DDD solid 1px;
	width:335px;
	float:left;
	padding:10px;
	margin:5px;
	text-align:left;
	background:#FFF;
	height:120px;
	}
	
.shop p {
	color:#AE007C;
	font-size:13px;
	margin:0;
	padding:0;
	}

#Directions {
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	border:#DDD solid 1px;
	padding:5px 10px;
	background:#FCFCFC;
	text-align:center;
	}
	
#Directions .right a, #Directions .left a {
	display:block;
	background:#AE007C url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:2px 0px;
	border:#10151D solid 1px;
	border-left:#CCC solid 1px;
	border-top:#CCC solid 1px;
	color:#FFF;
	font-weight:bold;
	}
#Directions .right,
#Directions .left{
	width:100px !important;
	font-size:85%;
	text-align:center;
	}	
#Directions .right{
	float:right;
	}
#Directions .left{
	float:left;
	}

.pagenumbers{
	float:left;
	margin-left:10px;
	width:315px;
	text-align:center;
	font-weight:bold;
	}
	
/*-------------- Stockists ----------------*/	
	
/* PDF */

#PDF {
	margin-top:20px;
	background:#FFFCCC;
	border:#CCC dotted 1px;
	}

#PDF ul li {
	background:url(images/pdficonsmall.gif) no-repeat 2px 5px;
	padding:10px 10px 10px 30px;;
	}

#getPDF {
	padding:0 0 10px 40px;
	font-weight:bold;
	font-size:80%;
	}	

.orderform {
	border:#02DED9 solid 1px;
	padding:10px;
	background:#edffff;
	margin-bottom:10px;
	}

.stockistdetails{
	border:#006260 solid 1px;
	padding:10px;
	background:#FFF;
	margin-bottom:10px;
	}
	
.stockistdetails table{
	width:100% !important;
	}

.stockistdetails table td{
	border:#006260 solid 1px;
	background:#FFF;
	}	

.stockistdetails table td.title{
	background:#006260;
	color:#FFF;
	font-weight:bold;
	width:120px;
	}
	
.loggedin{
	border:#02DED9 solid 1px;
	padding:10px;
	background:#edffff;
	color:#000;
	text-align:right;
	}

	
/*-------------- News ----------------*/

.back {
	padding:10px 0;
	text-align:center;
	border-top:#AD017B solid 1px;
	}

.back a {
	background:#AD017B;
	padding:5px 10px !important;
	border:#333 solid 1px;
	border-left:#CCC solid 1px;
	border-top:#CCC solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}
	
h1.archived{
	border-top:#AD017B solid 1px;
	padding-top:10px;
	}
	
ul.archived{
	margin:0;
	padding:0;
	margin-bottom:15px;
	}

ul.archived li{
	background:#fce2dc;
	border:#e56c50 solid 1px;
	margin-bottom:5px;
	padding:5px 10px;
	}
	

/*--------------------------- Tabbed ---------------------------*/

#Tab {
	  float:left;
	  width:100%;
	  background:#FFF;
	  border-bottom:#CCC solid 1px;
	  line-height:normal;
	  margin-bottom:10px;
	  }
#Tab ul {
	  margin:0;
	  padding:0px 10px 0 0;
	  list-style:none;
	  }
#Tab li {
	  float:left;
	  background:#333 url("images/navBack.gif") repeat-x left top;
	  margin:0 0 0 5px;
	  padding:0 0 0 9px;
	  border-right:#CCC solid 1px;
	  border-bottom:none;
	  border-top:#ECECEC solid 1px;
	  border-left:#ECECEC solid 1px;
	  }
	 
#Tab li.current{
	background:#AE007C url(images/navBackOver.gif) repeat-x;
	}
	  
#Tab a {x;
	  float:left;
	  display:block;
	  padding:5px 15px 4px 6px;
	  text-decoration:none;
	  font-weight:bold;
	  color:#FFF;
	  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
