body {
	color: #444;
	text-align: center;
	background: #EFEFE8 url(images/bg_body2.png) repeat fixed center top;
	font: 12px/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
}
a:link, a:visited {
	color: #B50861;
	text-decoration: underline;
	padding-bottom: 2px;
}
a:hover {
	color: #620420;
	text-decoration: none;
}
a:active {
	color: #65A9AE;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
h1 {
	margin: 5px 0;
	font-size: 14px;
	color: #33BDC8;
}
h2 {
	color: #2EA1AA;
	font-size: 14px;
}
h3 {
	color: #333;
	padding: 5px 0 5px 0px;
	border-bottom: 1px solid #ccc;
	font: italic bold  10px "Trebuchet MS", "Century Gothic", "Helvetica", "Arial", sans-serif;
	border-top: 1px solid #ccc;
	margin: 0.5em 0px;
}
h4 {
	color: #B40C64;
	font-size: 14px;
	padding-left: 20px;
	background: url(images/icon.gif) no-repeat;
}
h5 {
	color: #B40C64;
	font-size: 18px;
}
h6 {
	color: #284345;
	font-size: 13px;
	margin: 0.5em 0;
}
#sidebar {
	float: left;
	width: 230px;
}
#nav-bottom {
	background: url(images/bg_nav_bottom.png) no-repeat 5px bottom;
	padding-bottom: 30px;
	padding-left: 15px;
	clear: both;
	padding-top: 10px;
}
#nav-bottom ul {
	list-style-type: none;
	width: 185px;
	margin: 0px;
	padding: 0 0 10px 10px;
}
#nav-bottom li {
	padding: 6px 0 0 2px;
	margin: 0;
	list-style: none;
	}
#nav-bottom li a {
	display: block;
	text-decoration: none;
	margin: 0;
	font: 17px Arial, Helvetica, sans-serif;
	color:#2EA1AA;
	letter-spacing: 1px;
	}
#nav-bottom li a:hover {
	color: #B40759;
}
#nav-bottom a:active {
	border: 0;
	color: #20767D;
	text-decoration: none;
}
#nav-bottom .nav_home a {background: url(images/home_dots.gif) no-repeat 45px 3px;}
#nav-bottom .nav_how a {background: url(images/how_dots.gif) no-repeat 45px 3px;}
#nav-bottom .nav_order a {
	background:  url(images/order_dots.gif) no-repeat 0px 1px;
	color:#b4085e;
	padding-left: 20px;
}
#nav-bottom .nav_contact a {background:  url(images/contact_dots.gif) no-repeat 45px 3px;}
#container {
	background: url(images/bg_container.png) repeat-y;
	width: 723px;
	margin: 0 auto;
	text-align: left;
}
#mainbody {
	float: right;
	width: 460px;
	padding: 3px 15px 0 0;
}
#header {
	background: url(images/bg_header.jpg) no-repeat;
	height: 175px;
}
body#home #header {
	background: url(images/bg_header_home.jpg) no-repeat;
	height: 175px;
}

/********* QUOTE ************/

#quote {
	margin: 10px 0 0 15px;
	width: 210px;
	background: url(images/bg_quote.gif) repeat-y;
}
#quotetop {
	background: url(images/bg_quotetop.gif) top left no-repeat;
}
#quotebottom {
	background: url(images/bg_quotebottom.gif) bottom left no-repeat;
	padding: 15px 25px 25px 10px;
	color: #666;
	font: italic 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
/********* FOOTER ************/
#footer {
	padding: 5px 2px 10px;
	background: url(images/footer_container.png) repeat-y left bottom;
	font-size: 85%;
	color: #2EA1AA;
	text-align: center;
}
#footer a {
	color: #20767D;
	text-decoration: none;
}
#footer a:hover {
	color: #B40C64;
	text-decoration: underline;	
}

		
/*********** COPYRIGHT ******/
		
.copyright {
	color: #2EA1AA;
	font-size: 10px;
	margin: 5px 0 0 0;
	text-align: center;
	}
.price{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #B40C64;
	}
.clear{clear: both;}

/********** FORM STYLE ***********/

form {margin: 0;}

input.t, input.tr, textarea, select, .file {
	background-color: white;
	border: 1px solid #DDD;
	font-size: 1.1em;
	color: #818273;
	margin-bottom: 0.3em;
	padding: 1px 3px 0 3px;
	border-left: 3px solid #DDD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.t:focus, textarea:focus, select:focus, .file:focus {
	background-color: #fff;
	border-left: 3px solid #DD892F;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	width: 80%;
	color: #444;
}

input.t, input.tr {
	height: 1.6em;
}

input.tr, textarea.tr {
	border-left: 3px solid #1D4078;
	
}

input.tr:focus, textarea.tr:focus {
	border-left: 3px solid #DD892F;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #fff;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

select, select:focus {
	height: 1.6em;
	padding: 0;
	border: none;
	
}
