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

body{
	background:#2F97BC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	line-height: 16px;
}

h3{
	font-size:15px;
	font-weight:bold;
	color:#704489;
	margin:8px 0 4px 0;
	padding:0;
}
h3 a {
	font-size:15px;
	font-weight:bold;
	color:#704489;
	margin:8px 0 4px 0;
	padding:0;
	text-decoration: none;
}
h3 a:hover {
	font-size:15px;
	font-weight:bold;
	color:#C485DE;
	margin:8px 0 4px 0;
	padding:0;
	text-decoration: none;
}

h4{
	font-size:15px;
	font-weight:bold;
	color:#704489;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0px;
}

hr{
	color:#704489;
	background-color:#704489;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

form{
	width:190px;
	margin:6px auto;
}

form input{
	margin:3px 0;
}

a {
	color:#C485DE;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*------------Classes-------------*/

.image_left{
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.image_right{
	float:right;
	margin:5px 0 0 8px;
}

.image_left_border{
	float:left;
	margin:5px 8px 0 0;
	border:2px solid #FFFFFF;
}

.image_right_border{
	float:right;
	margin:5px 0 0 8px;
	border:2px solid #FFFFFF;
}

.product{
	margin-bottom:30px;
}

.right_side{
	border-left:2px #4F2173 solid;
}

.testimonial_text{
	margin:0 0 8px;
	padding:0;
}

/*-------------DIVS---------------*/

#container{
	margin:0 auto;
	width:880px;
	background:#548622 url(/new_images/MG_BG_NEW.jpg) top center no-repeat;
	border-left:4px #FFFFFF solid;
	border-right:4px #FFFFFF solid;
}

#nav_container{
	border-top:6px #4F2173 solid;
	width:100%;
}

#navigation ul{
	list-style-type:none;
	width:800px;
	padding:12px 0;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border-bottom:#4F2173 solid 2px;
	border-right:#4F2173 solid 2px;
	border-left:#4F2173 solid 2px;
	background:#704489;
}

#navigation li{
	display:inline;
	margin:0 10px;
}

#navigation li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 24px;
}

#navigation li a:hover, #navigation li a.page_on{
	color:#FFF689;
	text-decoration:none;
	background:#4F2173;
}

#pictures{
	/*float:right;
	margin-right:94px;
	margin-top:26px;*/
	/*text-align:right;
	margin-right:45px;
	margin-top:15px;*/
	position:relative;
	top:-232px;
	left:458px;
	width:383px;
	height:261px;
	z-index:1;
}

#pictures_frame{	
	position:relative;
	top:10px;
	left:440px;
	z-index:100;
	width:383px;
	height:261px;
	/*margin-top:-253px;
	margin-right:76px;
	float:right;*/
}

#content{
	width:800px;
	margin:-230px auto 0 auto;
	background:#F8F6DB;
	border:2px #BF703D solid;
}

#specials{
	width:220px;
	margin:15px;
	background:url(/new_images/specials_bg.jpg) top left repeat-y;
}

#specials p{
	margin:10px 10px 10px 34px;
}

#newsletter{
	width:220px;
	background:#FFD496;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#newsletter p{
	margin:6px 10px;
	padding:0;
}

#page_content{
	float:right;
	width:525px;
	margin:15px 15px 15px 0;
	padding-left:10px;
	border-left:#BF703D solid 2px;
}

#page_content p{
	margin:8px 0;
	padding:0;
}

#main_content{
	margin:8px 15px;
	padding:0;
}

#main_content p{
	padding:0;
}

#footer{
	width:800px;
	margin:0 auto 10px auto;
	background:#704489;
	border-left:2px #4F2173 solid;
	border-right:2px #4F2173 solid;
	border-bottom:2px #4F2173 solid;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}

#contact_info{
	width:800px;
	margin:5px auto 15px auto;
	text-align:center;
	color:#91C45E;
}

#contact_info a{
	color:#91C45E;
	text-decoration:none;
}

#contact_info a:hover{
	color:#FFF689;
	text-decoration:underline;
}

