@charset "utf-8";
/* Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, li, img, label, submit, .textfield {
	margin: 0;
	padding: 0;
	border: 0;
	}
ul {
	list-style: none;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/* Structure */
#container {
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
	}
#content {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	}
#header {
	height: 200px;
	position: relative;
	}
#logo {
	position: absolute;
	top: 65px;
	left: 40px;
	}
#language {
	position: absolute;
	top: 20px;
	right: 40px;
	}
#references {
	width: 340px;
	position: absolute;
	top: 40px;
	right: 40px;
	}
#copy {
	margin: 0px 0px 0px 0px;
	padding: 30px 315px 30px 40px;
	}
#page1 #copy {
	padding-top: 50px;
	}
#main_column {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
	}
#page1 #main_column {
	border-bottom: 1px solid #E5E5E5;
	}
#left_column {
	float: left;
	width: 260px;
	min-height: 425px;
	margin: 10px 0px 15px 0px;
	padding: 10px 23px 20px 30px;
	border-right: 1px solid #E5E5E5;
	}
#right_column {
	float: left;
	width: 260px;
	margin: 10px 0px 15px 20px;
	padding: 10px 20px 20px 30px;
	}
#contact {
	width: 200px;
	float: right;
	margin: 35px 20px 20px 0px;
	padding: 40px 30px 20px 35px;
	color: #333333;
	background-color: #00C3EE;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	}
.box {
	padding: 0px 30px 20px 30px;
	margin: 30px 0px 30px 0px;
	border: 1px solid #00C3EE;
	}
#benefits {
	clear: both;
	height: 65px;
	background-color: #E5E5E5;
	background-image: url(images/benefits.png);
	background-repeat: repeat-x;
	position: relative;	
	}
form {
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	}
.textfield {
	width: 190px;
	margin: 0px 0px 7px 0px;
	padding: 3px 3px 3px 3px;
	border: 0px;
	}
select {
	width: 196px;
	margin: 0px 0px 7px 0px;
	padding: 3px 3px 3px 3px;
	border: 0px;
	}
.select optgroup {
	font-style: normal;
	}
textarea {
	width: 186px;
	overflow: hidden;
	margin: 0px 0px 7px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
	}
#submit {
	width: 120px;
	height: 30px;
	margin: 20px 0px 15px 40px;
	padding: 8px 0px 8px 0px;		
	border: 0px;
	}
form p {
	margin-top: 10px;
	font-size: 1em;	
	color: #F8F8F8;
	}
.mandatory {
	color: #FF0000;
	}
#footer {
	padding: 10px 10px 10px 10px;
	text-align: center;
	}
#minilogo {
	margin: 0px 0px -5px -45px;
	}


/* Typography & Colors */
body, .textfield, #submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	color: #444444;
	}
body {
	background-color: #FC6303;
	}
#content {
	background-color: #FFFFFF;
	}
h1 {
	font-size: 1.2em;
	color: #222222;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 10px -25px;
	}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #00C3EE;
	padding: 25px 0px 10px 25px;
	margin: 20px 0px 10px -25px;
	background-image: url(images/corner_small.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	}
#page1 #content h2, #references h2 {
	padding: 20px 0px 10px 25px;
	margin: 0px 0px 0px -25px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: none;
	}
#page1 #content h2 a, #references h2 a {
	color: #00C3EE;
	padding: 20px 0px 10px 25px;
	margin: 0px 0px 0px -25px;
	background-image: url(images/corner_small.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	}
#references h2 a {
	color: #222222;
	}
#page1 #content h2 a:hover, #references h2 a:hover {
	background-image : url(images/corner_small_hover.png); 
	}	
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #00C3EE;
	font-weight: bold;
	margin: 2em 0em 1.5em 0em;
	}
h4 {
	font-size: 1.6em;
	font-weight: normal;
	color: #F8F8F8;
	padding: 0px 0px 10px 0px;	
	}
#copy h6 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 40px 0px 15px -5px;
	}
#copy h6 a {
	color: #00C3EE;
	}	
#copy h6 a:hover {
	text-decoration: none;
	}	
p {
	margin: 0em 0em 1.3em 0em;
	}
p, li, label, .textfield {
	font-size: 1.1em;
	line-height: 1.6em;
	}
select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #444444;
	}
#copy ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: -0.5em 0em 2em 1.6em;
	}
#copy li {
	padding: 2px 0px 2px 0px;
	line-height: 1.3em;
	}
#copy li a {
	text-decoration: underline;
	}
#copy li a:hover {
	text-decoration: none;
	}
#copy .ul_no_disc {
	list-style-type: none;
	margin: 1em 0em 2em 0em;	
	}
#copy a {
	color: #660066;
	}
#header h1 {
	visibility: hidden;
	}
#intro {
	color: #222222;
	padding: 10px 0px 10px 0px;
	}
#page1 #intro {
	color: #222222;
	padding: 0px 0px 10px 0px;
	}

	
.services {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00C3EE;
	padding: 5px 20px 5px 15px;
	margin: 0px -30px 15px -30px;
	}	
#footer span {
	visibility: hidden;
	}
#references p {
	margin: 0em 0em 0.5em 0em;
	}
#references #what {
	font-size: 1.1em;
	color: #F8F8F8;
	}
#references #who {
	font-size: 1.1em;
	font-weight: bold;
	color: #DDDDDD;
	}
#references {
	margin: -5px 0px 0px 0px;
	}
.contact_category {
	font-size: 1.1em;
	font-weight: bold;
	color: #222222;
	padding: 3px 0px 2px 0px;
	}
.e-mail a {
	color: #660066;
	}
.link {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: -5px 0px 10px 0px;
	}
.link a {
	color: #660066;
	}
.link span {
	padding: 0px 15px 0px 0px;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: center;
	}
label {
	display: block;
	color: #F8F8F8;
	}
#submit {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00C3EE;
	background-image: url(images/submit.png);
	background-position: 0px 0px;
	}
#submit:hover {
	background-position: 0px -30px;
	}
.errormsg {
	color: #FFFF00;
	}
.correctmsg {
	margin: 20px 0px 20px 0px;
	color: #FFFF00;
	font-size: 1.1em;
	}
#customer_service, #guaranteed_privacy {
	font-size: 1.1em;
	font-weight: bold;
	color: #777777;
	}
#customer_service {
	position: absolute;
	left: 250px;
	top: 12px;
	height: 50px;
	width: 200px;
	padding: 5px 0px 0px 50px;
	background-image: url(images/customer_service.png);
	background-repeat: no-repeat;
	}
#years {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #C4C4C4;
	display: block;
	float: left;
	margin: 7px 0px 0px -42px;
	}	
#guaranteed_privacy {
	position: absolute;
	left: 600px;
	top: 12px;
	height: 50px;
	width: 200px;
	padding: 5px 0px 0px 45px;
	background-image: url(images/guaranteed_privacy.png);
	background-repeat: no-repeat;
	}
#page7 #copy img {
	padding: 10px 0px 5px 3px;
	}	
.profile {
	width: 200px;
	height: 350px;
	padding-top: 20px;
	float: left;
	}
hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	border: 0px;
	height: 1px;
	margin: -5px 0px 20px 0px;
	}


/* Accordion */
#copy #accordion, #copy #accordion2 {
	list-style: none;
	margin: 0px auto 20px auto
	}
h5 {
	font-size: 1em;
	border: 1px solid #E5E5E5;
	color: #660066;
	background-color: #E5E5E5;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	}
h5 span {
	padding: 0px 20px 0px 0px;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: center;
	}
.active_header span {
	background-image: url(images/link_down.png);
	}
#accordion .accordion_section, #accordion2 .accordion_section {
	overflow: hidden;
	margin: 0px;
	}
#accordion .accordion_content, #accordion2 .accordion_content {
	font-size: 0.9em;
	padding: 20px 30px 20px 30px;
	margin: 0px;
	border: 1px solid #E5E5E5;
	border-top: none;
	}


/* Menu */
#menu {
	position: absolute;
	height: 30px;
	left: 0px;
	bottom: -1px;
	}
#menu a {
	font-size: 1.3em;
	color: #555555;
	}
#menu a:hover {
	text-decoration: none;
	}
#menu li {
	display: block;
	float: left;
	background-image: url(images/menu_corner_left.png);
	background-position: top left;
	background-repeat: no-repeat;	
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#menu li a {
	display: block;
	height: 18px;
	font-size: 1.0em;
	background-image: url(images/menu_corner_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;	
	padding: 6px 25px 0px 0px;
	}
#page1 #menu1, #page2 #menu2, #page3 #menu3, #page4 #menu4, #page5 #menu5, #page6 #menu6, #page7 #menu7 {
	background-image: url(images/menu_corner_left_active.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;	
	}
#page1 #menu1 a, #page2 #menu2 a, #page3 #menu3 a, #page4 #menu4 a, #page5 #menu5 a, #page6 #menu6 a, #page7 #menu7 a {
	font-size: 1.0em;
	font-weight: bold;
	color: #222222;
	height: 30px;
	background-image: url(images/menu_corner_right_active.png);
	padding: 11px 25px 0px 0px;
	}
