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

/* 
Designed by: Brian Davey
Date: 3/19/2009

Primary Colors:
background: #ff7800
body: #ff8b00
text: #8a4100
 */

body, div, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

html, body{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
font: 16px Arial, Helvetica, sans-serif;
color: rgb(255,255,255);
background-color: rgb(255,121,0);
}
a{
text-decoration:none;
color:#8a4100
}
	a:hover{
	text-decoration:underline;
	color:#8a4100;
	}

#container{
width: 999px;
}
#header{
width: 999px;
height: 311px;
background-image: url('../images/header.jpg');
}
#header a{
display: none;
}
#leftbar{
width: 250px;
height: 485px;
margin-bottom:1000px;
background-image: url('../images/leftbar.jpg');
float: left;
}
#content{
width: 671px;
float: left;
background-image: url('../images/nav.jpg');
background-color: rgb(255,139,0);
background-repeat: repeat-y;
}
#left{
float:left;
width: 200px;
}
#right{
width: 460px;
min-height:350px;
float:right;
padding-right:10px;
padding-bottom:20px;
}
#spacer{
float:right;
width: 10px;
}
#menutop{
float: left;
width: 200px;
height: 86px;
background-image: url('../images/navtop.jpg');
}
#menu{
width: 200px;
float: left;
}
	#menunav li {
	list-style:none;
	line-height:35px;
	font-size:16px;
	margin-left:20px;
	}
	#menunav li a {
	color:#8a4100;
	text-decoration:none;
	}
	#menunav li a:hover, a:active, #menulink1 #menunav1, #menulink2 #menunav2, #menulink3 #menunav3, #menulink4 #menunav4, #menulink5 #menunav5, #menulink6 #menunav6, #menulink7 #menunav7 {
	text-decoration:underline;
	color:#fff;
	}
	
#title_home{
position:absolute; top: 215px; left: 465px;
width: 204px;
height: 89px;
background-image: url(../images/title_home.jpg);
}
#title_floral{
position:absolute; top: 225px; left: 450px;
width: 356px;
height: 62px;
background-image: url(../images/title_floral.jpg);
}
#title_contact{
position:absolute; top: 225px; left: 455px;
width: 213px;
height: 50px;
background-image: url(../images/title_contact.jpg);
}
#title_yogapilates{
position:absolute; top: 225px; left: 455px;
width: 321px;
height: 68px;
background-image: url(../images/title_yogapilates.jpg);
}
#title_massages{
position:absolute; top: 225px; left: 455px;
width: 260px;
height: 65px;
background-image: url(../images/title_massages.jpg);
}
#title_merchandise{
position:absolute; top: 225px; left: 455px;
width: 324px;
height: 56px;
background-image: url(../images/title_merchandise.jpg);
}
#title_vintageantiques{
position:absolute; top: 225px; left: 450px;
width: 362px;
height: 59px;
background-image: url(../images/title_vintageantiques.jpg);
}


#footer{
width: 671px;
padding-top:5px;
float:left;
text-align:center;
}
	#footernav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	overflow:hidden;
	width:671px;
	}
		.footernav , .footernav a:link, .footernav a:visited {
		line-height:25px;
		color:#fff;
		font-size:11px;
		margin-right:20px;
		}
		#footernav li a:hover, a:active, #footerlink1 #footernav1, #footerlink2 #footernav2, #footerlink3 #footernav3, #footerlink4 #footernav4, #footerlink5 #footernav5, #footerlink6 #footernav6, #footerlink7 #footernav7 {
		text-decoration:underline;
		}
