/* 
	Complete Personal Styling:	
	11/05/2009
	Simon Browne (Symart Media)
*/


/* CONTAINERS -----------------------------------------------------*/

html {
	overflow: auto;
}

body 
{	
	background: #1C0C04;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	text-align: center;
	color: #351A0B;
}

.bounding
{	
	width: 960px;
	margin: 0 auto;		
	text-align: left;	
}

#page 
{		
	background: #FFF url(../img/background_page.png) top repeat-x;			
	width: 100%;
}

#page.two_menus
{		
	background: #FFF url(../img/background_page_2.png) top repeat-x;	
}

/* HEADER ----------------------------------------------------------------*/

#header
{
	height: 300px;
	text-align: center;
}

#page.two_menus #header
{
	height: 340px;
}

#logo {
	position: relative;
	height: 210px;
	padding-top: 25px;
}


/* MENU -----------------------------------------------------------*/

#menu {
	position: relative;
	padding-top: 25px;
	height: 40px;
}

#menu.services {
	position: relative;
	padding-top: 2px;
	height: 38px;
}

#menu.products {
	position: relative;
	padding-top: 2px;
	height: 38px;
}

#menu ul {
	position: relative;
	margin: 0px auto;
	width: 570px;
	height: 40px;
}

#menu.services ul {
	position: relative;
	width: 740px;
}

#menu.products ul {
	position: relative;
	text-align: center;
	width: 380px;
}

#menu ul li
{
	float: left;
	height: 40px;
}

#menu ul li a
{
	position: relative;
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#menu.services ul li a
{
	color: #333;
	height: 38px;
	line-height: 38px;
	padding: 0 9px;
	font-size: 85%;
}

#menu ul li a:hover, #menu ul li a.active
{
	background:	#351A0B;
}

#menu.services ul li a:hover, #menu.services ul li a.active
{
	background: #C9D6A6
}

#menu.products ul li a
{
	color: #333;
	height: 38px;
	line-height: 38px;
	padding: 0 9px;
	font-size: 85%;
}

#menu.products ul li a:hover, #menu.products ul li a.active
{
	background: #C9D6A6
}

/* MAIN -----------------------------------------------------------*/

.main
{
	margin-top: 50px;
}

/* CONTENT --------------------------------------------------------*/

#content
{
	width: 610px;
	padding: 0 14px;
	margin-bottom: 50px;
	float: left;
}

#content h1.image
{
	width: 610px;
	height: 26px;
	color: transparent;
	text-transform: capitalize;
	text-indent: -9999px;
}

h1.home
{
	background: url(../img/h1_home.png);
}

h1.about
{
	background: url(../img/h1_about.png);
}

h1.services
{
	background: url(../img/h1_services.png);
}

h1.personal
{
	background: url(../img/h1_personal.png);
}

h1.colour
{
	background: url(../img/h1_colour.png);
}

h1.wardrobe
{
	background: url(../img/h1_wardrobe.png);
}

h1.shopping
{
	background: url(../img/h1_shopping.png);
}

h1.skincare
{
	background: url(../img/h1_skincare.png);
}

h1.grooming
{
	background: url(../img/h1_grooming.png);
}

h1.hairstyle
{
	background: url(../img/h1_hairstyle.png);
}

h1.bespoke
{
	background: url(../img/h1_bespoke.png);
}

h1.style
{
	background: url(../img/h1_style.png);
}

h1.contact
{
	background: url(../img/h1_contact.png);
}

h1.gift
{
	background: url(../img/h1_gift.png);
}

h1.testimonials
{
	background: url(../img/h1_testimonials.png);
}

h1.adonia
{
	background: url(../img/h1_adonia.png);
}

h1.products
{
	background: url(../img/h1_products.png);
}

h1.eportfolio
{
	background: url(../img/h1_estyle_portfolio.png);
}

h1.ebooks
{
	background: url(../img/h1_ebooks.png);
}

h1.diana
{
	background: url(../img/h1_diana.png);
}

#content p
{
	margin-top: 1.5em;
	line-height: 1.5em;
}

#content ul {
	margin-top: 1em;
}

#content ul li
{
	list-style: disc;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 20px;
	line-height: 1.5em;
}

#side_panel.gift-certificate img {
	margin-top: 80px;
}

#side_panel.aici-logo img {
	margin-top: 200px;
	align: center;
}



/* CONTACT FORM -----------------------------------------------------*/

#contactform, #giftform {
		margin-top: 20px;
    width: 600px;
		height: 250px;
    position: relative;
}
#contactform input, #contactform textarea, #giftform input, #giftform textarea{
    background-color: #F2F2F2;
    border: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 10px;   
    border: 1px solid #ccc;
}
#contactform label, #giftform label{   
    height: 20px;
    display: block;
}

#contactform #s1, #giftform #s1 {
    width: 200px;
    height: 60px;
    top: 10px;
    left: 0px;
    position: absolute;
}
#contactform #s1 label, #giftform #s1 label {

}

#contactform #s1 input, #giftform #s1 input {
    width: 180px; 
}

#contactform #s2, #giftform #s2 {
    width: 200px;
    height: 60px;
    top: 80px;
    left: 0px;
    position: absolute;
}
#contactform #s2 label {

}

#contactform #s2 input, #giftform #s2 input {
    width: 180px; 
}

#contactform #s3, #giftform #s3 {
    width: 200px;
    height: 60px;
    top: 150px;
    left: 0px;
    position: absolute;
}
#contactform #s3 label {

}
#contactform #s3 input, #giftform #s3 input {
    width: 180px;
}
#contactform #s4, #giftform #s4 {
    width: 390px;
    height: 200px;
    top: 10px;
    left: 210px;
    position: absolute;
}
#contactform #s4 label, #giftform #s4 label {
    height: 19px;
}
#contactform #s4 textarea, #giftform #s4 textarea {
    width: 370px;
    height: 156px;
    overflow: auto;
}

#contactform #sbutt, #giftform #sbutt {
	width: 600px;
    height: 40px;
    top: 215px;
    
    position: absolute;
}

#contactform #sbutt div.error, #giftform #sbutt div.error {
	float: left;	
	height: 40px !important;
	line-height: 40px !important;
}

#contactform #sbutt label {

}
#contactform #sbutt input, #giftform #sbutt input {
    background: url(/img/btn_submitcontact.png) 0 0;
    height: 40px;
    width: 100px;
    float: right;    
    border: none;
	color: #fff;
}

#contactform #sbutt input:hover, #giftform #sbutt input:hover {
	background: url(/img/btn_submitcontact.png) 0 -40px;
	cursor: pointer;
}

#contactform .error, #giftform .error {
	border-color: #990000;
}

#contact_details {
	margin-bottom: 20px;
}

#contact_details h3 {
	color: #A5AF84;
	margin-bottom: 10px;
}

#contact_details p {
	line-height: 1.5em;
	font-size: 90%;
}

#contact_details span.label {
	float: left;
	width: 115px;
	font-weight: bold;
}

#contact_details span.text {
	font-weight: normal;
	float: left;
}

iframe.map {
	margin-top: 10px;
}

#map_link {
	float: left;
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 20px;
}

/* HOME HERO -------------------------------------------------------*/

div#home-hero {
	float: left;
	width: 290px;
	height: 420px;
	padding: 0 5px;
	background: #fff;
	position: relative;
}

div#home-hero div.hero-slide {
	position: absolute;
	top: 0;
	left: 10;
	width: 290px;
	height: 420px;
}

/* SIDE PANEL -----------------------------------------------------*/

#side_panel {
	position: relative;
	width: 320px;
	float: left;
}

#side_panel img
{
	margin-left: 15px;
	padding-bottom: 10px;
}

#aici-logo img {
	margin-left: 30px;
}

#df-logo img {
		margin-top: 30px;

}

#lookgood-logo img {
	margin-top: 30px;
	margin-left: 10px;
}


/* SERVICES -------------------------------------------------------*/

/* CONTACT --------------------------------------------------------*/

/* FOOTER ---------------------------------------------------------*/

#footer
{
	background: #1C0C04;
	padding-top: 35px;
	margin-bottom: 20px;
}

#footer .column_third {
	position: relative;
	width: 265px;
	float: left;
	padding-left: 15px;	
	padding-right: 40px;
}

#footer #last_column {
	padding-right: 0px;
}

#footer h2.image
{
	width: 290px;
	height: 25px;
	color: transparent;
	text-transform: capitalize;
	text-indent: -9999px;
}

#footer h2.linda
{
	background: url(../img/h2_linda.png);
}

#footer h2.testimonials 
{
	background: url(../img/h2_testimonials.png);
	cursor: pointer;
}

#footer h2.gift
{
	background: url(../img/h2_gift.png);
}

#footer h2.estyle_portfolio
{
	background: url(../img/h2_estyle_portfolio.png);
}

#footer h2.diana
{
	background: url(../img/h2_diana.png);
}

#footer p
{
	margin-top: 1em;
	font-size: 90%;
	line-height: 1.5em;
	color: #fff;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer .detail img
{
	padding-right: 10px;
}

#footer a.purchase
{
	float: left;
	width: 160px;
	height: 28px;
	margin-top: 1em;
	background: url(../img/purchase.png) 0 0;	
	cursor: pointer;
}

#footer a.purchase:hover
{
	background-position: 0 -28px;
}

#footer a.view_new
{
	float: left;
	width: 160px;
	height: 28px;
	margin-top: 1em;
	background: url(../img/view_new.png) 0 0;	
	cursor: pointer;
}

#footer a.view_new:hover
{
	background-position: 0 -28px;
}

#footer a.find_more
{
	float: left;
	width: 160px;
	height: 28px;
	margin-top: 1em;
	background: url(../img/find_more.png) 0 0;	
	cursor: pointer;
}

#footer a.find_more:hover
{
	background-position: 0 -28px;
}

#footer a.read_more
{
	float: left;
	width: 160px;
	height: 28px;
	margin-top: 1em;
	background: url(../img/read_more.png) 0 0;	
	cursor: pointer;
}

#footer a.read_more:hover
{
	background-position: 0 -28px;
}


/* UTILITY CLASSES ------------------------------------------------*/

.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* DOWNLOAD BUTTON ------------------------------------------------------*/


#content a.download
{
	float: left;
	margin-top: 10px;
	width: 100px;
	height: 30px;
	background: url(../img/btn_download.png) 0 0;	
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}

#content a.download:hover
{
	background-position: 0 -30px;
}




