﻿body
{
	padding: 0;
	margin: 0;
	background-color:#D8B78C;
}

.red{color:Red;}

.clear{ clear:both;}

#header
{
	background: url(/images/headerbg.png);
}

#header .main .menu 
{
	margin:-37px 0 0 15px;
}

#header .main .menu ul
{
	list-style-type:none; padding:0; margin:0;
	}
#header .main .menu ul li
{
	float:left;
	margin-right:5px;
	width:125px;
	height:40px;
	text-align:center;
	background-color:#d7b78c; 
}

#header .main .menu ul li.active
{
	float:left;
	margin-right:5px;
	width:125px;
	height:42px;
	text-align:center;
	background-color:#f4e7bd; 
}

#header .main .menu ul li a
{
	display: block; 
	color: #b27046; 
	text-decoration: none; 
	font-weight:bold;
	line-height:40px;
}

#header .main .menu ul li a:hover
{
	text-decoration:underline;
}

#header .main .menu ul li a.active
{
	display: block; 
	color: #000; 
	text-decoration: none; 
	font-weight:bold;
	line-height:40px;
}

#header .main .menu ul li a.active:hover
{
	cursor:default;
}

#header .main
{
	width: 1000px;
	margin: 0 auto;
	height: 154px;
}
#header .main .logo
{
	background:url(/images/logo.png) no-repeat left top;
	height:85px;
	width:280px;
	float:left;
	}
#header .main .phone
{
	float:left;
	width:400px;
	text-align:center;
	margin:8px 0 0 40px;
	color:#ece3df;
	font-weight:bold;
}
#header .main .phone .cart
{
	font-weight:bold;
	padding-bottom:5px;
	color:#F4E7BD;
}
#header .main .phone .cart a
{
	font-weight:bold;
	color:#F4E7BD;
	
}
#header .main .phone .address 
{
	font-size:14px;
}
#header .main .phone .number 
{
	font-size:30px;
}
#header .main .flower
{
	float:right;
	background:url(/images/flower.png) no-repeat top right;
	height:149px;
	width:159px;
}

h1 
{
	font-size:18px;
}

#content
{
	background-color: #f4e7bd;
}
#content .main
{
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
	
}
#content .main .info
{
	margin:20px 0 0 20px;
	padding:0 10px 10px 0;
	width:600px;
	float:left;
}

#content .main .info a
{
	color:Blue;
	text-decoration:underline;
}
#content .main .sidebar
{
	width:360px;
	/*background:url(/images/line.png) repeat-y top left;*/
	float:left;
	margin-top:20px;
	padding-left:10px;
	min-height:400px;
	}

#content .main .sidebar h3
{
	color:#8D2C02;
	text-align:center;
}

#content .main .info .note 
{
	font-style:italic;
	font-size:11px;	
}

.blue
{
	color:#336699;
}
.bold 
{
	font-weight:bold;
}
.dotted-right
{
	border-right:dotted 1px black;
}
.dotted-bottom
{
	border-bottom:dotted 1px black;
}
input.bg-blue 
{
	background-color:#336699;
}
input.font-white 
{
	color:#fff;
}
input.border 
{
	border:solid 1px black;
}

#footer
{
	background-color:#D8B78C;
	border-top:1px solid black;
}
#footer .main
{
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	text-align: center;
	
}
#footer .main .content
{
	padding-top:10px;
}
#footer .main .content a
{
	color: #544e4e;
	font-weight: bold;
	text-decoration: underline;
	padding:0 10px;
}


#footer .main .content .copyright
{
	font-weight:bold;
	color:#8D2C02;
	margin-top:10px;
}

label{ font-weight:bold; font-size:14px; margin:10px 0; display:block;}