/* CSS Document */


body,td,th {
	font-family: Century Gothic;
	color: #333333;
}
body {
	background-color: #e9eadb;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: -2px;
	margin-right: -2px;
}
a:link {
	color: #d969a2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: d969a2;
}
a:hover {
	text-decoration: none;
	color: 867f76
}
a:active {
	text-decoration: none;
	color: d969a2;
}
p{
	margin: -1px 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 782px;
}
#content {
width:782px;
height:602px;
padding:0px;
}
#main-raves {
	background:#ffffff;
	background-repeat:no-repeat;
	width:782px;
	height:600px;
	position:relative;
	padding-left:1px;
	padding-top:1px;
	}
.panelwrappers {
		overflow:			hidden;
}
#main-contact {
	background-image:url(images/contact-bak.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	position:relative;
	padding-top:2px;
}
#contactform {
	margin: 362px -331px 0px 0px;
	width:200px;
	height:100;
	position:relative;
	float:right;
}
#main-pricing {
	background-image:url(images/pricing_bak.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	position:relative;
}
#main-marcia {
	background-image:url(images/marcia-bak.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	position:relative;
}
#thank {
	background-image:url(images/thank-bak.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	margin:auto;
	position:relative;
	padding-left:185px;
	padding-top:96px;
	padding-right:30px;
}
#error {
	background-image:url(images/error-bak.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:600px;
	margin:auto;
	position:relative;
	padding-left:185px;
	padding-top:75px;
	padding-right:30px;
}

.style1 {
	font-size: 10px;
	color: #867f76;
}
.style2 {
	font-size: 9px;
	color: #867f76;
	letter-spacing: 12px;
}
.style3 {
	font-family:"Century Gothic";
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
}
.style4 {color: #d969a2;
font-size:16px;
}
.tagline {
	font-family: "Century Gothic";
	font-size: 20px;
color: #d969a2;;
}
.style22 {
	font-size: 10px;
	color: #666666;
}
.style25 {
font-size: 13px;
}
.style26 {
font-size: 13px;
color: #d969a2;
font-weight:bold;
}
.style27 {
font-size: 16px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
height:18px;
color:#867f76;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
color:#867f76;
opacity: 1;
filter:alpha(opacity=100);
}
.menu ul ul {
width:auto;
color:#867f76;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
width:64px;
color:#867f76;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#867f76;
background:#f2f2ed; 
white-space:nowrap;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:auto;
w\idth:auto;
color:#867f76;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#f2f2ed;
color:#867f76;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#f2f2ed;
color:#d969a2;
}
.menu ul ul :hover > a.drop {
background:#f2f2ed;
color:#d969a2;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#f2f2ed;
color:#867f76;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#f2f2ed;
color:#d969a2;
}
.menu ul ul ul :hover > a {
background:#f2f2ed;
color:#d969a2;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:14px;
left:0; 
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
color:#867f76;
left:60px;
width:40px;
bottom:0;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:60px;
width:40px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f2f2ed; 
color:#999999; 
padding:5px 5px; 
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{

}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background:#f2f2ed;
color:#d969a2;
}
.menu :hover > a, .menu ul ul :hover > a {
background:#f2f2ed;
color:#d969a2;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;

}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;

}
