﻿body {
	margin: 0;
	padding: 0;
	background-color: #370d35;
	background-image: url("images/bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
	font: 13px "trebuchet ms", sans-serif;
	color: #111;
}

div#page {
	width: 784px;
	margin: 0 auto 0 auto;
	border-top: 8px solid #370d35;
	padding: 0;
}

div#top {
	height: 146px;
	padding: 0;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
}

div#left {
	float: left;
	width: 175px;
	padding:  7px 0 0 3px;
}

/*Navigation Menu */
ul#menu {
	margin: 0;
	padding: 0;
}
ul#menu li {
	width: 175px;
	margin: 0; 
	padding: 0;
	list-style-type: none; 
}

ul#menu li ul { 
	display: none; 
}

/*DROP DOWNS*/
ul#menu li:hover {
	position: relative;
}

ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	top: 6px;
	left: 150px;
	width: 175px;
	margin: 0; 
	border: 1px solid white;
	padding: 0;
	background: #F9E890;
	z-index: 5;
}

ul#menu li:hover > ul li {
	height: auto;
	margin: 0;
	border: 1px solid white;
	padding: 3px 0 3px 3px;
	font: 13px "trebuchet ms", serif;
}

/*For IE*/
ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul.level1, ul#menu li.over ul { 
	display: block;
	position: absolute;
	top: 6px;
	left: 150px; 
	width: 175px;
	margin: 0; 
	border: 1px solid white;
	background: #F9E890;
	z-index: 7;
}

ul#menu li.over ul li {
	margin: 0;
	border: 1px solid white;
	padding: 3px 0 3px 3px;
	font: 13px "trebuchet ms", serif;
}
/*End For IE*/

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	padding: 5px 0 5px 16px;
	font: bold 17px times, serif;
	letter-spacing: 1px;
	color: #370d35;	
}

.menulink:hover, ul#menu a:hover, .submenu:hover, .submenu:active  {
	color: #790101;
}

.active:link, .active:visited, .active:hover, .active:active {
	background: url("images/sunflower.gif");
	background-repeat: no-repeat;
	color: #790101;		
}

.submenu:link, .submenu:visited {
	color: #370d35;
}

/*Other Left Column Content*/
div#left form {
	margin: 0;
	padding: 0;
}

div#newsletter {
	width: 140px;
	margin: 2px 0 0 5px;
	padding: 2px 6px 11px 7px;
	background: url("images/signup.gif");
	background-repeat: no-repeat;
	text-align: center;
		color: #222;
}
div#newsletter h3 
{
    margin: 3px 0px 0px 0px;    
}
div#newsletter p 
{
    margin: 8px 0px 0px 0px;
    text-align:center;    
}
div#newsletter img {
	border: 1px solid #666;
}

p.quote {
	
	line-height: 15px;
	font-size: 11px;
	color: #222;
}

/*CONTENT*/
.quoteText {	
	text-align: left;	
	font: italic 12px "trebuchet ms", sans-serif;	
}
.quoteAuthor {	
	text-align: center;	
	font: italic 12px "trebuchet ms", sans-serif;	
}


.radr_clipRegion  
{  
    background-color:#ffffff !important;  
}  
.radr_item div  
{  
    background-color:#ffffff !important;  
}  

div#content {
	float: right;
	width: 560px;
	margin: 0;
	padding: 0 20px 0 20px;
}

h1 {
	margin: 5px 0 0 0;
	font: 31px "trebuchet ms", sans-serif;
	color: #790101;
}

h2 {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #790101;
	font: 23px "trebuchet ms", sans-serif;
	color: #790101;
}

h2.plain {
	border: 0;
}

h2.home {
	border: 0;
	font: italic 20px "trebuchet ms", sans-serif;
	text-align: center;
	color: #790101;
}

h3 {
	margin: 13px 0 -12px 0;
	font: bold 15px "trebuchet ms", sans-serif;
}

h3.margin {
	margin-bottom: 0;
}

p {
	margin: 13px 0 0 0;
	text-align: justify;
	line-height: 17px;
}

table {
	margin: 13px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

td fieldset {
	margin: 0 0 5px 0;
}

ul {
	margin: 13px 0 0 25px;
	padding: 0;
}

li {
	margin: 4px 0 0 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #790101;
	cursor: pointer;
}

a:hover {
	color: #AD2F2F;	
}

.clear {
	clear: both;
}

img {
	border: 0;
}

img.highlight {
	float: right;
	margin: 15px 0 15px 25px;
	/*border: 5px double  #340d34;*/
}

div.highlight {
	float: right;
	width: 200px;
	margin: 15px 0 15px 30px;
	text-align: center;
}

/*Store*/
img.product {
	float: left;
	margin: 13px 20px 65px 0;
}

iframe.product {
	float: left;
	width: 120px;
	height: 240px;
	margin: 13px 6px 25px 0;
}
/*Sessions*/
table#rates {
	background: #eee;
}

table#rates td {
	border-bottom: 2px solid white;
}

/*Testimonials*/
div.line {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #340d34;
}

/*Contact*/
div.contact {
	float: right;
	width: 292px;
	margin: 15px 0 15px 25px;
	border: 2px solid  #492a41;
	padding: 0 5px 6px 5px;
	background: #FBF8DF;
}

div.contact h2 {
	margin-top: 5px;
	border: 0;
}

div.contact table {
	margin: 0;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	height: 17px;
	margin: 0;
	padding: 4px 0 0 150px;
	text-align: center;
	font-size: 11px;
	color: #333;
}

.siteby:link, .siteby:visited, .siteby:active {
	font-weight: normal;
}

.siteby:hover {
}