html{
	background-color:#cbd3d8;
	background-image:url(images/back.jpg);
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

td,p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1 {
	color:#ff5a00;
	font-size:18px;
	margin-top:8px;
}

h2 {
	color:#333333;
	font-size:15px;
}


h3 {
	color:#444444;
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
}

a {
	color:#940029;
}

a:hover {
	color:#666666;
}

.headerlink {
	margin-top:0px;
}

li {
	margin-left:-20px;
}

input {
	width:200px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

select {
	width:200px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.smallselect {
	width:170px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.input_long {
	width:320px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.input_right {
	width:290px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.input_right_small {
	width:139px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.input_right_tiny{
	width:64px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.smallinput {
	width:170px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.tinyinput {
	width:95px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.textarea {
	width:320px;
	height:200px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	float:left;
}

.textarea_right {
	width:290px;
	height:150px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	float:left;
}

.textarea_right_small {
	width:290px;
	height:80px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	float:left;
}

.textarea_wide {
	width:605px;
	height:100px;
	border:solid 1px #cccccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	float:left;
}

.button {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	width:100px;
	background-color:#940029;
	border:solid 1px #940029;
}

.smallbutton {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	width:60px;
	background-color:#940029;
	border:0px;
	position:absolute;
	margin-left:266px;
	margin-top:184px;
}

.smallbutton:hover {
	background-color:#000000;
}

.largebutton {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	width:160px;
	margin-left:115px;
	background-color:#940029;
	border:0px;
}

.largebutton:hover {
	background-color:#000000;
}

.button:hover {
	background-color:#000000;
	border:solid 1px #000000;
}

.checkbox {
	width:20px;
	border:none;
}

.spotlight_home {
	position:absolute;
	width:631px;
	height:30px;
	background-color:#ffffff;
	opacity:0.8;
	filter: alpha(opacity = 80);
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:right;
	color:#000000;
	margin-top:300px;
	margin-left:-18px;
	padding-top:8px;
	padding-left:20px;
}

.spotlight_home a {
	font-size:18px;
}

.headerline {
	background-color:#d2d5d6;
	width:100%;
	height:1px;
	float:left;
}

.search {
 	width:310px; 
	margin-top:10px;
 	margin-left:660px; 
	position:relative; 
	z-index:2;
}

.searchbox {
	color:#888888;
	
}

.searchbox_active {
	color:#000000;
}

.select_large {
	width:290px;
}

.searchbox_large {
	color:#888888;
	width:290px;
}

.searchbox_large_active {
	color:#000000;
	width:290px;
}

option.grey{
	background-color:maroon; 
	color:#eeeeee;
}

.menuline {
	background-color:#dfdfdf;
	margin-left:auto;
	margin-right:auto;
	width:979px;
	height:1px;
	float:left;
}

.menubar {
	background-color:#b9c5c9;
	width:100%;
	height:28px;

}

.menu {
	width:979px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/menu.gif);
}

#menuitem {
	float: right;
	height: 27px;
	text-align:center;
}

#menuitem a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
} 

.menulink {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	margin-top:5px;
	cursor:hand;
}

#menuitem:hover {
	background-color:#b30000;
	border-left: 1px solid #a30330;
}

.selectedmenu {
	border-left: 1px solid #c63b65;
	border-right: 1px solid #c63b65;
	background-color:#b30000;
}

.afterselectedmenu {
	border-left: 1px solid #940029;
	border-right: 1px solid #be6106;

}

.beforeselectedmenu {
	border-left: 1px solid #fa7c30;
	border-right: 1px solid #940029;
}

.nonselectedmenu {
	border-right: 1px solid #be6106;
	border-left: 1px solid #fa7c30;
}

.menu1 {
	width:127px;
}
.menu2 {
	width:150px;
}
.menu3 {
	width:130px;
}
.menu4 {
	width:100px;
}
.menu5 {
	width:110px;
}
.menu6 {
	width:145px;
}
.menu7 {
	width:70px;
}
.menu8 {
	width:50px;
}
.menu9 {
	width:80px;
	border-right:0px;
}

.menushadow {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-image:url(images/menushadow.gif);
	height:11px;
	line-height:11px;
}


strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.colorbar {
	width:979px;
	height:9px;
	margin-left:auto;
	margin-right:auto;
	clear:right;
}

.colorbar_1 {
	width:196px;
	background-color:#fef500;
	height:9px;
	float:left;
}

.colorbar_2 {
	width:196px;
	background-color:#ffbb00;
	height:9px;
	float:left;
}

.colorbar_3 {
	width:196px;
	background-color:#d49205;
	height:9px;
	float:left;
}

.colorbar_4 {
	width:196px;
	background-color:#d45b02;
	height:9px;
	float:left;
}

.colorbar_5 {
	width:195px;
	background-color:#b10101;
	height:9px;
	float:left;
}

.header {
	width:979px;
	height:105px;
	margin-left:auto;
	margin-right:auto;
	clear:right;
	background-color:#ffffff;
}

.relaxzone_logo {
	margin-top:8px;
	margin-left:20px;
	float:left;
}

.photobar_container_home {
	background-color:#e9eef0;
	background-image:url(images/sea_beach.jpg);
	width:100%;
	height:200px;
}

.photobar {
	background-color:#ffffff;
	clear:right;
	margin-left:auto;
	margin-right:auto;
	width:979px;
	height:200px;
}

.photobar_container_home2 {
	background-color:#ffffff;
	background-image:url(images/sea_beach.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:250px;
}

.photobar2 {
	background-color:#ffffff;
	clear:right;
	margin-left:auto;
	margin-right:auto;
	width:979px;
	height:250px;
}

.photobar_sub_container {
	width:100%;
	height:50px;
	background-color:#ffffff;
}

.photobar_sub {
	margin-left:auto;
	margin-right:auto;
	width:979px;
}

.photobar_shadow {
	width:100%;
	height:5px;
	background-image:url(images/photobar_shadow.png);
	line-height:5px;
}

.photo_1 {
	border-left: 1px solid #ffffff;
}

.photo_2 {
	border-left: 1px solid #ffffff;
}

.photo_3 {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.bigphoto_container {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;
	position:fixed;
	text-align:right;
	z-index:100;
	background-image:url(images/greyback.png);
}

.bigphoto {
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:22px;
	border-top:30px;
	border-color:#ffffff;
	background-color:#ffffff;
}

.close {
	margin-right:20px;
	font-size:13px;
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}

.greybox {
	width:30px;
	height:36px;
	background-color:#e3e6e5;
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:-5px;
}

.photobar_text {
	width:326px;
	float:left;
	padding-top:5px;
	line-height:13px;
	font-weight:bold;
}

.photobar_text2 {
	width:326px;
	float:left;
	padding-top:2px;
	line-height:13px;
	font-weight:bold;
}

.photobar_subtext {
	font-size:10px;
	color:#777777;
	font-weight:normal;
}

.top {
	margin-left:auto;
	height:35px;
	width:985px;
	margin-right:auto;
	background-image:url(images/top.png);
}

.home_left {
	width:320px;
	float:left;
}

.home_right {
	float:right;
	text-align:right;
	width:250px;
	padding-right:20px;
}

.content {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(images/content.png);
	padding-bottom:30px;
}

.widecontent {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	display:inline-table;
	background-color:#ffffff;
}

.content_part {
	width:605px; 
	float:left;
}

.content_container {
	margin-left:4px;
	margin-right:4px;
}

.content_container_high {
	margin-left:4px;
	margin-right:4px;
	height:500px;
}

.bottom {
	width:985px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bottom.png);	
	clear:both;
}

.footer {
	width:985px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer.png);	
	clear:both;
}

.footer_banners {
	width:978px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-top:5px;
}

.newsletter {
	color:#888888;
	font-size:10px;		
}

.date {
	margin-left:22px;
	padding-top:12px;	
	width:220px;
	color:#aaaaaa;
	font-size:10px;
	float:left;
}

.intro {
	padding-left:18px;
	padding-top:1px;
	height:394px;
	background-image:url(images/seaoflife_home.jpg);
	width:633px;
}

.newsletter_text {
	width:350px;
	padding-top:12px;
	padding-right:32px;
	color:#aaaaaa;
	font-size:10px;	
	text-align:right;
	float:left;
}

.contentblock {
	width:615px;
	margin-left:16px;
	padding-top:1px;
	display:inline-table;
}

.contentblock_customer {
	width:615px;
	margin-left:16px;
	padding-top:1px;
	display:inline-table;
}

.contentblock_page {
	width:615px;
	height:1100px;
	display:inline-table;
	margin-left:16px;
	padding-top:1px;
}

.contentblock_mediumpage {
	width:615px;
	height:710px;
	display:inline-table;
	margin-left:16px;
	padding-top:1px;
}

.contentblock_smallpage {
	width:615px;
	height:400px;
	display:inline-table;
	margin-left:16px;
	padding-top:1px;
}

.widecontentblock {
	width:964px;
	margin-left:13px;
	padding-bottom:10px;
	background-color:#ffffff;
}

.contentblock_right { 
	float: right; 
	width:270px;
	padding-top:5px;	
}

.contentblock_right_hidden { 
	float: right; 
	width:270px;
	display:none;
	padding-top:5px;
}

.logo {	
	opacity:0.6;
	filter: alpha(opacity = 60);
	border:1px solid #aaaaaa;
}

.logo:hover {
	opacity:1;
	filter: alpha(opacity = 100);
	border:1px solid #000000;
}

.logo_selected {	
	opacity:1;	
	filter: alpha(opacity = 100);
	border:1px solid #000000;
}

.logo_city {	
	margin:0px;
	border:1px solid #cccccc;
}

.logo_city:hover {
	border:1px solid #000000;
}

.extra_link {
	padding-top:11px;
	position:absolute;
	margin-left:515px;
	font-size:10px;
	color:#888888;
}

.promologo {	
	margin:0px;
	border:1px solid #aaaaaa;
}

.promologo:hover {	
	margin:0px;
	border:1px solid #000000;
}

.promo {
	width:102px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	height:136px;
	background-color:#748689;
	color:#ffffff;
	font-size:10px;
}

.rightcolumn {
	width:330px;
	float:left;
	position:absolute;
	margin-left:655px;
	height:500px;
}

.rightcolumn_block {
	width:290px;
	padding-left:15px;
}

.red {
	color:#c80505;
}

.footer_column_small {
	padding-left:15px;
	padding-top:10px;
	width:50px;
	float:left;
	color:#ffffff;
	text-align:center;
}


.footer_column {
	padding-left:15px;
	padding-top:10px;
	width:138px;
	float:left;
	color:#ffffff;
	text-align:center;
}

.footer_column_small a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.footer_column a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.footer_column a:hover {
	color:#cdcdcd;
}

.copyright {
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align:center;
	width:979px;
	margin-top:20px;
}

.copyright a {
	color:#000000;
}

.copyright a:hover {
	color:#000000;
}

.centerdivider {
	margin-left:-5px;
	width:610px;
	background-color:#b40000;
	color:#ffffff;
	padding:3px;
}

.divider {
	margin-top:20px;
}

.widedivider {
	margin-left:4px;
	height:1px;
	background-color:#b40000;
	position:absolute;
}

.attention {
	font-weight:bold;
	font-size:13px;
	color:#000000;
	background-color:#fef500;
	padding:3px;
}

.small {
	font-size:9px;
	color:#666666;
	font-weight:normal;
}

.obligatory {
	font-size:14px;
	color:#b10101;
	font-weight:bold;
}

.article_image {
	margin-left:30px;
	float:right;
	margin-top:4px;
	padding-bottom:20px;
	text-align:center;
}

.article_image_sub {
	margin-left:30px;
	float:right;
	font-size:9px;
	width:270px;
	margin-bottom:10px;
	padding:1px;
	text-align:center;
}

.home_image {
	width:200px;
	margin-right:30px;
	float:left;
}

.sol_intro {
	padding-left:18px;
	padding-top:1px;
	height:258px;
	width:633px;
	background-image:url(images/sol_intro.jpg);
}

.quote {
	font-size:14px;
	width:280px;
	float:right;
	margin-left:20px;
	padding-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.facebook {
	text-align:center; 
	display:none;
}

.toggle {
	width:295px;
	background-color:#dddddd;
	height:38px;
	cursor:pointer;
}

.toggle:hover {
	background-color:#cccccc;
}

.rightcolumn_image {
	width:70px;
	float:left;
}

.rightcolumn_text {
	width:220px;
	float:left;
}

.rightcolumn_button {
	padding-left:180px;
	margin-top:10px;
	margin-bottom:10px;
}

.twitter {
	display:none;
}	

.online_container {
	padding-top:10px;
}

.boldlink {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.customer_logo {
	width:153px;
	text-align:center;
	float:left;
}

.smalllink {
	font-size:10px;
}

.smalllink:hover {
	color:#666666;
	font-size:10px;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 325px;
	height: 250px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	right:0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 0px;
	border-left: 1px solid #ffffff;
	width: 325px;
}

p.samplebuttons{
	width: 50px;
	text-align: center;
}

p.samplebuttons a{
	color: #2e6ab1;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
}

.fieldheader {
	width:220px; 
	float:left;
	text-align:right;
}

.smallfieldheader {
	width:120px; 
	float:left;
	text-align:right;
	margin-right:10px;
}

.longfieldheader {
	width:425px; 
	float:left;
	text-align:left;
	margin-right:10px;
}

.field {
	width:310px; 
	margin-left:15px;
	float:left;
}

.splitfield {
	width:300px; 
	margin-left:15px;
}

.longfield {
	width:610px; 
	margin-left:10px;
}

.lanlink {
	color:#aaaaaa;
	font-size:11px;
}

.lanlink_selected {
	color:#000000;
	font-size:11px;
}

.resultblock {
	width:650px;
	display:inline-table;
}

.result_minisite {
	width:650px;
	background-color:#fff5a0;
	height:110px;
	padding-top:8px;
	border-bottom:solid 1px #cccccc;
	float:left;
	clear:right;
}
.result_logo {
	width:650px;
	height:90px;
	padding-top:8px;
	border-bottom:solid 1px #cccccc;
	float:left;
	clear:right;
}
.result_free{
	width:650px;
	height:40px;
	border-bottom:solid 1px #cccccc;
	float:left;
	clear:right;
	padding-top:7px;
}

.resultbuttons {
	width:162px; 
	margin-top:-15px; 
	float:right;
	text-align:right;
}

.resultbutton {
	width:81px; 
	margin-top:-15px; 
	float:right;
	text-align:right;
}

.resultlink {
	height:10px;
}

.emptylogo {
	width:130px;
	float:left;
	height:33px;
}

.logo_result {	
	border:1px solid #cccccc;
}

.logo_result:hover {	
	border:1px solid #000000;
}

.logo_result_small {	
	border:1px solid #cccccc;
	margin-top:3px;
}

.logo_result_small:hover {	
	border:1px solid #000000;
}

.orangebutton {
	background-image:url(images/button.gif);
	width:71px;
	height:20px;
	border:none;
	color:#ffffff;
	margin-right:10px;
	float:left;
}
.orangebutton:hover {
	background-image:url(images/button_selected.gif);
}

.icons {
	width:500px;
	height:40px;
	padding-top:28px;
	margin-left:132px;
	position:absolute;
	float:left;	
}

.icons_logo {
	width:500px;
	height:30px;
	margin-left:132px;
	position:absolute;
	float:left;	
}

.customer_desc {
	width:500px;
	height:30px;
	margin-left:132px;
	margin-top:-8px;
	position:absolute;
	float:left;	
	clear:right;
}

.thumbnail {
	padding:1px;
	border:1px solid #ffffff;
}

.thumbnail:hover {
	border:solid 1px #666666;
}

.message {
	color:#c80505;
	font-weight:bold;
	background-color:#fff5a0;
	padding:5px;
}

.pagerblock {
	height:23px;
	text-align:center; 
	background-color:#f5f5f5; 
	border-bottom:solid 1px #cccccc;
	float:left;
	width:100%;
}

.pager {
	background-color:#dfdfdf;
	width:26px;
	height:19px;
	float:left;
	padding-top:4px;
	margin-right:5px;

}

.pagerlink {
	text-decoration:none;
	font-size:12px;
}

.pager_selected {
	background-color:#940029;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
	width:26px;
	height:19px;	
	float:left;
	padding-top:4px;
	margin-right:5px;	
}

.pager_title {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	width:125px;
	height:19px;	
	float:left;
	padding-top:4px;
	margin-right:5px;
}

.pager:hover {
	background-color:#aaaaaa;
}