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

body { 
	text-align: center;
	background-image:url(../images/backgrounds/vida_brown_stripe.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c90;
	margin:0
}


#wrapper {
	 position:absolute;
     left: 50%; 
     top: 50%;
     width: 780px;
     height: auto;
     margin-top: -200px; /* half of the height */
     margin-left: -390px; /* half of the width */
	 padding:0px;
 	}
	
#header {
	text-align:left;
	background-image:url(../images/logo/vida_logo3.png);
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	z-index:9;
	top:-31px;
	left:-10px;
	width: 427px;
	height: 354px;
}


#header_creations {
	text-align:left;
	background-image:url(../images/logo/logo_sm1.png);
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	z-index:9;
	top:-1px;
	left:3px;
	width: 159px;
	height: 136px;
}

#header_creations2 {
	text-align:left;
	background-image:url(../images/logo/logo_sm2.png);
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	z-index:9;
	top:-36px;
	left:10px;
	width: 64px;
	height: 52px;
}

#navbar {
	text-align:right;
	color:#c90;
	/*
	margin-left: 55%;
	*/
}

#navbar_creations {
	text-align:right;
	color:#c90;
	/*
	margin-left: 15%;
	*/
}

.nav_buttons {
	padding-left:3px;
	padding-right: 3px;
	}


#content {
	text-align:left;
	height:370px;
	border-style: solid none;
	border-top-width:4 px;
	border-top-color: #c90;
	border-bottom:none;
	background-color:#FFFFFF;
	padding:0px;
	z-index:1;
	position:relative;
}


#chocolates {
	text-align:left;
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	z-index:9;
	top:72px;
	left:450px;
	width: 310px;
	height: 100px;
}

#truffles {
	text-align:left;
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	z-index:9;
	top:186px;
	left:488px;
	width: 210px;
	height: 104px;
}


.space {
	padding:inherit;
	}
	
	
.blurb_main {
	color:#630;
	margin-top: 10%;
	margin-left:56%;
	margin-right:5%;
	}
	
.blurb_contact {
	color:#630;
	margin-top: 25px;
	margin-left:55%;
	margin-right:5%;
	}

.creations {
	background-image:url(../images/flash_files/aaa.swf);
	width:500;
	height:400;
}
	

#contac_info{
	text-align:left;
	}	
	
#email_address{
	width:50%;
	color:c90;
	text-align:left;
	float:left;
	}



#phone_number {
	width:50%;
	color:c90;
	text-align:right;
	float:left;
	}

#footer {
	background-image:url(../images/layout_design/footer.gif);
	height:15px;
	width:780px;
	text-align:left;
}


a:link { color: #c90; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }


a:visited { color: #c90; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }


a:hover { color: #fc0; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }


a:active { color: #c90; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }

