@charset "UTF-8";
/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#e3e9dc;
		color:#6e818b;
		text-align: center;
		font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
}
	body {
		min-width:800px;
	}
	
	
	#wrap {
		background:#eff2ea;
		margin: 60px auto 0;
		width:800px;
		text-align: left;
		clear: both;
	}
	


#rightside { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain.  */
	padding: 0;
	float:  right;
	
	
} 

	#leftsidehome {
	float: left; /* since this element is floated, a width must be given */
	width: 335px;
	background: #ecf0e8 url(../images/homeside.png) no-repeat left top;
	height:540px;
	margin: 0;
	padding: 0;
} 

	#leftsidestockist {
	float: left; /* since this element is floated, a width must be given */
	width: 335px;
	background: #ecf0e8 url(../images/stockistside.png) no-repeat left top;
	height:540px;
	margin: 0;
	padding: 0;
} 

#leftsidecontact {
	float: left; /* since this element is floated, a width must be given */
	width: 335px;
	background: #ecf0e8 url(../images/contactside.png) no-repeat left top;
	height:540px;
	margin: 0;
	padding: 0;
}

#leftsidefind {
	float: left; /* since this element is floated, a width must be given */
	width: 335px;
	background: #ecf0e8 url(../images/findusside.png) no-repeat left top;
	height:540px;
	margin: 0;
	padding: 0;
	
}


a:link{
	color:#a796b3;
	text-decoration: none;
}



a:visited{
	color:#a796b3;
	text-decoration: none;
}

a:hover{
	color:#a796b3;
	text-decoration: underline;
}

a:active{
	color:#a796b3;
	text-decoration: underline;
	}
	
	#box {
	padding: 2px 5px;
	border: 1px solid #71838d;
	vertical-align: top;
}
	
	#header {
	padding-left: 87px;
	padding-top: 47px;
	padding-bottom: 18px;
}

img a {
	border-style: none;
}

img, div { behavior: url(iepngfix.htc) }

#navigation {
   list-style: none;
   margin: 0; 
   padding: 0;
    background: transparent url(../images/navbackground.png) no-repeat left;
    height: 19px;
}

#navigation li {
   float: left;
}

#navigation ul{
	padding-left: 36px;
}
#navigation li a {
   display: block;
     text-align: left;
   color:#bcc5ca;
	text-decoration: none;
   padding: 3px 9px 0px 0;
	line-height: 16px;
}
#navigation li a:hover {
   color:#71838d;
	text-decoration: underline;
}





		
	body#home a#homenav,
body#stockists a#stocknav,
body#contact a#connav,
body#find a#findnav {
color:#71838d;
font-weight:bold;
}

#container {
	margin-left: 90px;
	width: 225px;
	padding:0;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 0;
}


#copyright {
font-size:10px;
font-style:italic;
text-align:right;
padding: 10px 0 0;
margin: 0px auto;
width:  800px;
}


.subtitle {
	font-size: 16px;
	font-weight: normal;
	color:#71838d;
	letter-spacing: 1px;
}

p {
	font-size: 12px;
	line-height: 17px;
}
