* {margin: 0;
   padding: 0;}
   
body {
	color: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(..///images/body_bg.jpg);
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #B5787C;
	border: 1px solid #D7B5B7;
}

#header {
	margin-top: 1px;
	background-image: url(..//images/main_image.jpg);
	height: 320px;
}

#wrapper {
	margin-top: 9px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-image: url(../images/round_corner.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #CA9FA3;
	padding: 5px;
	min-height:470px;
}



#photo {
	width: 130px;
	height: 400px;
	margin-left: 12px;
	margin-top: 25px;
}

#right {
	background-color: #CA9FA3;
	color: #FFFFFF;
	float: right;
	width: 154px;
	background-image: url(../images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 20px;
	border: 0px solid #FFFFFF;
	min-height:465px;
}


#content a {
	color: #492134;
}

#footer {
	clear: both;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(..//images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	font-family: Tahoma;
}

#footer a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B5787C;
}

#footer a:hover {	
	color: #FFFFFF;
	
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

p{
    margin-top: 15px;
	margin-bottom: 15px;
	line-height:1.2;
	color: #492134;
}

.tabletext{
    line-height:1.2;
	color: #492134;
	text-align:left;
}

.boldit{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:1.2;
	font-weight: bold;	
}

.ital{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:1.2;
	font-weight: normal;
	font-style: italic;
}

.sidetext{
	font-size: 0.8em;

}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(../images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	font-size: 1.3em;
	color: #492134;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2{
	
	font-size: 1.1em;
	color: #492134;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.list {
	margin-left: 25px;
	list-style-image: url(../images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #492134;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navlist
{
	height: 2.7em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A6568;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A6568;
	background-image: url(../images/navbg.jpg);
}

#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #492134;
	text-decoration: none;
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #CA9FA3;	
	
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
 #gallery {
	
	padding: 10px;
	width: 430px;
	margin-left: auto;
	margin-right: auto; }
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 20px;
	}
#gallery ul a:hover img {
	border: 5px solid #B5787C;
	border-width: 5px 5px 20px;
	color: #CCCCCC;
	}
#gallery ul a:hover { color: #fff; }

.light_grey_cells {
	background-color:#A36C6F;
	font-size: 0.9em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	
			}
	
.dark_grey_cells {
	background:#AD7B7E;
	font-size: 0.9em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;	
		}
	

#table {
	border: 1px solid #492134;
	padding:1px;
	width:447px;
	margin-left: auto;
	margin-right: auto;
}


#prod_nav {
	width:164px;
	float:left;
	background-image: url(../images/side_bg.jpg);
	height:500px;
	background-repeat: no-repeat;
	background-position: center top;
}

#freya_nav {
	width:164px;
	float:left;
	background-image: url(../images/freya_side_bg.jpg);
	height:500px;
	background-repeat: no-repeat;
	background-position: center top;
}

#panache_nav {
	width:164px;
	float:left;
	background-image: url(../images/panache_side_bg.jpg);
	height:500px;
	background-repeat: no-repeat;
	background-position: center top;
}

#fant_nav {
	width:164px;
	float:left;
	background-image: url(../images/fant_side_bg.jpg);
	height:500px;
	background-repeat: no-repeat;
	background-position: center top;
}

#prod_butts {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;	}

#prod_butts ul {
padding-top:50px;
	list-style:none;	
}

#prod_butts li a {
	background-image: url(../images/arrow_o.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left:12px;
	line-height: 20px;
	font-size:12px;
	color: #492134;
	text-decoration: none;
}

#prod_butts li a:hover {
	background-image: url(../images/arrow_of.gif);	
}

#prod_right {
	width:390px;
	float:right;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.pink_button{
	background:#EACCCE;
	border: 1px solid #FFFFFF;	
	color:#B57984;
	}

#form {
	padding: 10px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #B5787C;
}