/*--------------------------------------------
Website: Viva Aesthetics / www.vivaaesthetics.ca
Design & development: 4c / www.4c.ca
Date: Janvier 2008
Description: Layout + Style

-------------------------------------------- */



/*--------------------------------------------
 LAYOUT 
-------------------------------------------- */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 750px;
}

#main {
	margin: 30px 0 20px 0;
	width: 750px;
}

#left {
	float: left;
	margin: 0 0 20px 0;
	width: 510px;
}

#right {
	background: #BFD830 url(graphics/bottom_right_box.jpg) no-repeat left bottom;
	float: right;
	margin: 25px 0 20px 0;
	padding: 0 0 15px 0;
	text-align:left;
	width: 200px;
}


#footer {
	color: #614A41;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 0 0;
	text-align: center;
	width: 750px;
}

#copyright {
	color: #614A41;
	font-size: 10px;
	text-align: right;
	width: 750px;
}


/*--------------------------------------------
 TYPO 
-------------------------------------------- */


p, h1, h2, h3, ul, li {
	margin: 0 0 12px 0;
}


p, ul ,li {
	color: #614A41;
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #614A41;
	text-decoration: underline;
}


h1 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -999px;
	width: 510px;
}

h2 {
	border-bottom-color: #614a41;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #3d2217;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 50px 0 15px;
	padding: 10px 0 2px;
}

	h2.top {
		margin: 25px 0 15px;
	}

h3 {
	color: #839a00;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


/* specifique  typo */

.white {
	color: #FFFFFF;
	margin: 12px 0 12px 20px;
}

.strong {
	font-weight: bold;
}

#copyright a {
	text-decoration: none;
}

/*--------------------------------------------
 Header + Nav 
-------------------------------------------- */

#logo {
	height:110px;
	left:300px;
	position:absolute;
	width:150px;
	z-index:100;
}
		
	#logo a,
	#logo1 a {
		display:block;
		height:100%;
		width:100%;
	}
	

/* Menu */

#menu {
	list-style-type: none;
	margin: 0px;
	padding: 50px 0;
	position: absolute;
	top: 0;
}
	
	#menu li 	{
		float: left;
		height: 15px;
		overflow: hidden;
		text-align:left;
		text-indent: -999px;
	}
	
		#menu li a {
			background-repeat: no-repeat;
			display: block;
			margin: 0 10px 0 15px;
		}
		
			#menu li a:link,
			#menu li a:visited {
				background-position: 0 0;
				}	
				
			#menu li a:hover,
			#menu li a:active {
				background-position: 0 -15px;
				}
						
		#menu li a.home {
			background-image: url(graphics/home_but.jpg);
			width: 40px;
		}
		
		#menu li a.services {
			background-image: url(graphics/services_but.jpg);
			width: 88px;
		}
			
		#menu li a.packages {
			background-image: url(graphics/packages_but.jpg);
			width: 97px;
		}
			
		#menu li a.products {
			background-image: url(graphics/products_but.jpg);
			width: 92px;
			margin: 0 0 0 170px;
		}
		
		#menu li a.about {
			background-image: url(graphics/about_but.jpg);
			width: 73px;
		}
			
		#menu li a.contact {
			background-image: url(graphics/contact_but.jpg);
			width: 55px;
		}
		

/* ---------------------------------------------------------------------- */
/* HOME PAGE */
/* ---------------------------------------------------------------------- */

/* Header */

.homeheader {
	background-image: url(graphics/bckgd_header.jpg);
	height: 120px;
}

/* banner */

#banner {
	background-image: url(graphics/bckgd_banner.jpg);
	color: #3d2217;
	display: block;
	font-size: 15px;
	height: 275px;
	line-height: 19px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 750px;
}

	#banner p {
		color: #3D2217;
		font-size: 15px;
		left: 0;
		line-height: 19px;
		padding: 80px 0;
		position:absolute;
		top: 0px;
		width: 300px;
	}

	#learnmore {
		background-image: url(graphics/learn_more_button.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		height:25px;
		left: 0px;
		position: absolute;
		top: 214px;
		width:220px;
		z-index:100;
	}
	
	#promopackages {
		height:112px;
		width:230px;
		z-index:100;
		position: absolute;
		left: 490px;
		top: 140px;
		background-image: url(graphics/package-promo.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		text-align:left;
		text-indent:-999em;
		}
		
			#learnmore a,
			#promopackages a {
			display:block;
			height:100%;
			width:100%;
			}

/* Green Box  */

#promotion {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	color: #3d2217;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	background-color: #F2F7D6;
	height: 200px;
	width: 750px;
	background-image: url(graphics/white-space.jpg);
	background-repeat: repeat-x;
}

	.imgpromotion1 {
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0;
		display: block;
		border: none;
	}
	
	.imgpromotion2 {
		position: absolute;
		left: 195px;
		top: 0px;
		margin: 0;
		display: block;
		border: none;
	}
	
	#textgreenbox {
		position: absolute;
		right: 0px;
		top: 0px;
		padding: 50px 20px;
		display: block;
		width: 330px;
	}
	
	#titlebox {
		background-image: url(graphics/title_green_box.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		height: 20px;
		position: absolute;
		text-align:left;
		text-indent:-999em;
		top: 25px;
		width: 320px;
		}
	
	.green {
		color: #839a00;
		font-weight: bold;
	}


/* ---------------------------------------------------------------------- */
/* INNER PAGE */
/* ---------------------------------------------------------------------- */


/*HEADER*/

.bannerservices {
	background-image: url(graphics/banner_services.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height: 210px;
	padding: 40px 0;
}

.bannerpackages {
	background-image: url(graphics/banner_packages.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height: 210px;
	padding: 40px 0;
}

.bannerproducts {
	background-image: url(graphics/banner_products.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height: 210px;
	padding: 40px 0;
}

.bannerabout {
	background-image: url(graphics/banner_about.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height: 210px;
	padding: 40px 0;
}

.bannercontact {
	background-image: url(graphics/banner_contact.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height: 210px;
	padding: 40px 0;
}


/* Titles */


.title-body {
	background-image: url(graphics/title-services-body.jpg);
}

.title-facial {
	background-image: url(graphics/title-services-facial.jpg);
}

.title-hand {
	background-image: url(graphics/title-services-hand.jpg);
}

.title-makeup {
	background-image: url(graphics/title-services-makeup.jpg);
}

.title-massage {
	background-image: url(graphics/title-services-massage.jpg);
}

.title-thermal {
	background-image: url(graphics/title-services-thermal.jpg);
}

.title-waxing {
	background-image: url(graphics/title-services-waxing.jpg);
}

.title-prodderma {
	background-image: url(graphics/title-products_dermalogica.jpg);
}

.title-prodcell {
	background-image: url(graphics/title-products_cellcosmet.jpg);
}

.title-prod {
	background-image: url(graphics/title-products.jpg);
}

.title-packages {
	background-image: url(graphics/title-packages.jpg);
}

.title-about {
	background-image: url(graphics/title-about.jpg);
}

.title-info {
	background-image: url(graphics/title-info.jpg);
}

.title-map {
	background-image: url(graphics/title-map.jpg);
}


/* Left Column */

	#left img {
		border: 0;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#left .logoimg {
		float: right;	
		margin: 0 0 10px 10px;
	}

	.greenbox {
		background-color: #F2F7D6;
		background-image: url(graphics/bottom_green_box-2.jpg);
		background-position: left bottom;
		background-repeat: no-repeat;
		display: block;
		clear: left;
		float:left;
		margin: 0 0 10px;
		padding: 10px 10px 10px 20px;
		width: 480px;
	}
	
	.whitebox {
		clear: left;
		display: block;
		float:left;
		margin: 0 0 10px;
		padding: 10px 0px 10px 20px;
		width: 480px;
	}
	
	.greenbox2 {
		background-color: #F2F7D6;
		clear: left;
		display: block;
		float:left;
		height:15px;
		margin: 0 0 10px;
		padding: 5px 10px 5px 20px;
		width: 480px;
	}

	.whitebox2 {
		clear: left;
		display: block;
		float:left;
		height:15px;
		margin: 0 0 10px;
		padding: 5px 10px 5px 20px;
		width: 480px;
	}

	#left .leftbox {
		float: left;
		margin: 0;
		width: 390px;
		}
		
	#left .rightbox {
		float: right;
		margin: 0;
		text-align: center;
		width: 90px;
		}
	
	#left .price {
		color: #3D2217;
		font-size: 18px;
		font-weight: bolder;
	}
	
	#left .price2 {
		color: #3D2217;
		font-size: 12px;
		font-weight: bold;
	}
	
	#left .small {
		font-size: 10px;
		line-height: 12px;
	}
	
	#left .list {
		color: #839a00;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}

	#note {
		clear:both;
		margin: 0;
		padding: 5px 0;
	}


/* right Column */

	
#right p {
	margin: 0;	
	padding: 0 20px 0 20px;
}
	
#right h1 {
	margin: 0;
	padding: 15px 20px 10px 20px;
}


/* SUB NAV */

#subnav {
	display: block;
	list-style-type: none;
	margin: 0;
	padding:0;
	width: 200px;
}
	
	#subnav li 	{
		border-bottom-color: #D5E678;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		height: 20px;
		line-height: 20px;
		margin: 0;
		padding: 0;
		text-align:left;
		width: 200px;
	}
	
		#subnav li a {
			color: #FFFFFF;
			display: block;
			font-size: 12px;
			font-weight: bold;
			padding: 0 0 0 10px;
			text-decoration: none;
		}	
			
		#subnav li a:hover,
		#subnav li a:active {
			color: #614A41;
		}

/* Photo Gallery */

#rightgallery {
	float: right;
	margin: 50px 0;
	padding: 0;
	width: 200px;
}
	
	ul#gallery {	
		list-style-type: none ;
		margin: 0;
		padding: 0;
	}
	
		ul#gallery li {
			float: left ;
		}
		
		ul#gallery li a img {
			border: 1px solid #BFD830;
			margin: 0 3px 0 0 ;
		}
	
	dl#photo {	
		clear: both ;
		margin: 0;
	}
	
		dl#photo dd {
			margin: 0 ;
		}
		
		dl#photo img {
			border: 0;
			padding: 0;
		}	
