@import url(form.css);
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E0E0E0 url(images/bg_01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2 {
	margin: 20px 0px 30px 0px;
	text-transform: xlowercase;
	font-weight: normal;
	color: #878787;
}

h1 span, h2 span {
	color: #535353;
}

h1 {
	padding: 0px 0px 0px 55px;
	background: url(images/homepage_09.gif) no-repeat left center;
	letter-spacing: -2px;
	font-size: 34px;
}

h2 {
	padding: 0px 0px 0px 35px;
	background: url(images/homepage_10.gif) no-repeat left center;
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: justify;
}

strong {
	color: #5E5E5E;
}

a {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LIST STYLES */

ul.style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.2;
}

ul.style1 li {
	padding-left: 19px;
	background: url(images/homepage_11.gif) no-repeat left center;
}

ul.style2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.5;
}

ul.style2 li {
}

ul.style2 b {
	padding: 2px 5px;
	background: #E9E9E9;
	color: #999999;
}

ul.style2 a {
	padding-left: 5px;
}

ul.style3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.style3 li {
	margin-bottom: 10px;
}

ul.style3 img {
	margin-top: 5px;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 170px;
}

/** SEARCH */

#search {
	float: right;
	width: 400px;
	height: 170px;
	background: red url(images/bg_02.gif) no-repeat left top;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search form {
	padding: 116px 0px 0px 69px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 229px;
	height: 18px;
	padding: 5px 5px 0px 5px;
	background: #FEFEFE url(images/homepage_03.gif) repeat-x left top;
	border: 1px solid #DEDEDE;
	font: 12px Arial, Helvetica, sans-serif;
	color: #949393;
}

#search .input-submit {
	width: 51px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	background: #F37E00 url(images/homepage_04.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** BANNER */

#banner {
	margin-bottom: 10px;
}

/** MENU */

#menu {
	height: 62px;
	margin-bottom: 10px;
	background: url(images/bg_03.gif) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	margin: 0px 10px 0px 0px;
	padding: 0px 1px 0px 0px;
}

#menu a {
	float: left;
	height: 26px;
	padding: 5px 12px 0px 12px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: xlowercase;
	font-size: 15px;
	color: #535353;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: url(images/bg1_01.gif) no-repeat right top;
}

#menu li.active a {
	background: url(images/bg1_01.gif) no-repeat right top;
	color: #ffffff;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg_04.gif) repeat-y left top;
}

.subpage2 #page {
	background-image: url(images/bg1_02.gif);
}

.subpage3 #page {
	background-image: url(images/subpage3_01.gif);
}

/** CONTENT */

#content {
	float: left;
	width: 540px;
	padding: 30px 30px 10px 30px;
	background: url(images/bg_05.gif) no-repeat left top;
}

.subpage2 #content {
	float: right;
	background: url(images/bg1_03.gif) no-repeat right top;
}

.subpage3 #content {
	float: none;
	width: auto;
	background: url(images/subpage3_02.gif) no-repeat left top;
}

/** 2-COLUMN LAYOUT */

.two-columns {
	width: 100%;
	overflow: hidden;
}

.two-columns .column1 {
	float: left;
	width: 255px;
}

.two-columns .column2 {
	float: right;
	width: 255px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 250px;
	padding: 30px 20px 10px 30px;
	background: url(images/bg_05.gif) no-repeat right top;
}

.subpage2 #sidebar {
	float: left;
	background: url(images/bg1_03.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(images/bg_06.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #ABAAAA;
	font: 12px/14px tahoma, arial, helvetica, sans-serif normal;
	}
.footerDisclaimer {
	font: 12px/14px tahoma, arial, helvetica, sans-serif normal;
}
.subpage2 #footer {
	background-image: url(images/bg1_04.gif);
}

.subpage3 #footer {
	background-image: url(images/subpage3_03.gif);
}

.subliminal-messages-sample {
    clear: left;
    width: 510px;
    height: 50px;
    background-color: #ffefad;
    padding: 5px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: url('images/subliminal-box.jpg') no-repeat;
}

.subliminal-messages-sample h3 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 120%;
    color: #000000;
}

.subliminal-messages-sample-object {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}
.red_box1 {
	background-color:#F5E0E0;
	border: 1px solid #CC0000;
	color:#990000;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 15px/15px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
}
.red_box {
	background-color:#CCFFCC;
	border: 1px solid #CC0000;
	color:#990000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blue_box11 {
	background: #e3f0f7;
	border:1px solid #89c0dc;
	color: #666666;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:12px;
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange_box1 {
	background-color: #E8E8E8;
	border: 1px solid #DDDCD8;
	color:#000000;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font: 13px/14px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
}
.orange_boxblu {
	background-color: #0099CC;
	border: 1px solid #003366;
	color:#ffffff;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	font: 15px/14px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
}
.orange_box2 {
	background-color: #f8f8f0;
	border: 1px solid #CC3300;
	color:#000000;
	padding: 13px;
	margin-top: 13px;
	margin-bottom: 13px;
	font: 12px/14px tahoma, arial, helvetica, sans-serif normal;

}
.green_box1 {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
/*	background:#eaf2d9;
	border: 1px solid #cccc99;
	color:#333333;*/
}
.green_box2 {
	background:#eaf2d9;
	border: 1px solid #cccc99;
	color:#333333;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.yellow_box {
	background-color:#fffff8;
	border: 1px solid #e1e1ad;
	color:#333333;
}
.yellow_box1 {
	background-color:#fffff8;
	border: 1px solid #e1e1ad;
	color:#333333;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font: 12px/14px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
	
}
.yellow_box2 {
	background-color:#f8f8f0;
	border: 1px solid #cccccc;
	color:#ff6600;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 14px/14px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
	
}
.yellow_box3 {
	background-color:#f8f8f0;
	border: 1px solid #cccccc;
	color:#000000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 12px/12px tahoma, arial, helvetica, sans-serif normal;
	
}
.red_boxfaq {
	background-color:#CCFFCC;
	border: 1px solid #006600;
	color:#990000;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 14px/14px tahoma, arial, helvetica, sans-serif normal;
	font-weight: bold;
	color: #000000;
}
.mailing1 {
	font-size: 14px;
	color: #008000;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight: bold;
}
.mailing2 {
	font-size: 10px;
	color: #333333;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mailing3 {
	font-size: 11px;
	color: #333333;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mailing4 {
	font-size: 18px;
	color: #D6D6D6;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight: bold;
}
.garantito {
	font-size: 16px;
	color: #ff6600;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight: bold;
}
.subliminali {    
	DISPLAY: none
}
.go_button {font-size: 16px; font-weight: bold; color: #FFF; background-color: #312E2E; border: 1px solid #DDDCD8; padding:4px;}
.go_button2 {font-size: 11px; font-weight: bold; color: #312E2E; background-color: #FFF; border: 1px solid #DDDCD8; padding:2px;}
