h1, p, ul, li, label, div, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #C3D6FF url(img/bg_tile.png) repeat-x left top;
	color: #4e5157;
	font: .63em Arial, sans-serif;
}

p a {
	color: #4e5157;
	text-decoration:none;
	font-weight:bold;
}

.justify {
	text-align:justify;
}

#bodywrapper {
	width: 100%;
	background: url(img/bg_flowers.jpg) no-repeat center top;
}

#mainwrapper {
	width: 960px;
	margin: 0 auto;
}

#floatwrapper {
	width: 960px;
	float: left;
	background: white;
}

/* @group Sidebar */

#sidebar {
	width: 244px;
	float: left;
	background: url(img/sidebargrad.jpg) no-repeat 0 295px;
}

h1 {
	display: block;
}

h1 a {
	display: block;
	width: 244px;
	height: 165px;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(img/side_logo.gif);
}

h2 {
	color: #d97caf;
	font-size: 1.1em;
	font-weight:bold;
	font-variant:small-caps;
}

h3 {
	color: #e0b2ca;
	font-size: 1.1em;
	font-weight:normal;
}


#nav {
	list-style-type: none;
}

#nav li {
	margin-bottom: 1px;
}

#nav li a{
	height: 25px;
	display: block;
	width: 244px;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#nav #home a{
	background-image: url(img/nav_home.gif);
}

#nav #about a{
	background-image: url(img/nav_abt.gif);
}

#nav #feat a{
	background-image: url(img/nav_feat.gif);
}

#nav #prod a{
	background-image: url(img/nav_prod.gif);
}

#nav #contact a{
	background-image: url(img/nav_contact.gif);
}

#nav #home a:hover{
	background-image: url(img/navon/nav_home.gif);
}

#nav #about a:hover{
	background-image: url(img/navon/nav_abt.gif);
}

#nav #feat a:hover{
	background-image: url(img/navon/nav_feat.gif);
}

#nav #prod a:hover{
	background-image: url(img/navon/nav_prod.gif);
}

#nav #contact a:hover{
	background-image: url(img/navon/nav_contact.gif);
}

#callback {
	height: 230px;
	margin-top: 65px;
	background: url(img/callback_bg.jpg) no-repeat left top;
}

.field {
	width: 200px;
	padding: 4px;
	color: black;
	font-size: 1.1em;
	background-color: #eccdda;
	border: none;
}

#callback .field {
	width: 120px;
	padding: 4px;
	color: black;
	font-size: 1.1em;
	background-color: #eccdda;
	border: none;
}

#callback #callname {
	position: relative;
	top: 82px;
	left: 52px;
}

#callback #callnum {
	position: relative;
	top: 70px;
	left: 52px;
}

#callback #callbtn {
	position: relative;
	top: 120px;
}

/* @end */

/* @group Content */

#contentarea {
	float: left;
	width: 716px;
	background: url(img/content_shadow.jpg) no-repeat left 270px;
	min-height: 630px;
}

#header {
	width: 716px;
	height: 270px;
	overflow: hidden;
}

#content {
	font-size: 1.2em;
	padding: 20px;
}

#content p{
	margin-bottom: 15px;
	line-height: 125%;
}

#content ul{
	margin-left: 15px;
}

/* @end */

#bottomcurl {
	height: 65px;
	width: 244px;
	clear: both;
	background: url(img/footer_curl.jpg) left bottom;
	float: left;
	margin-top: -60px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(img/footershadow.jpg) no-repeat left top;
	font-size: .9em;
}

#footer a{
	text-decoration: none;
	color: #4e5157;
}

#footer a:hover{
	text-decoration: underline;
}

#preload {
	display: none;
	visibility: hidden;
}