/*---- COMMON ----*/
* { 
	margin:0;
	padding:0; 
}

html { 
	font-family: 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	font-size:62.5%;
	}

body { 
	height: 100%; 
	background:#eceae8;
	text-align:center; 
	}
	
ul { 
	list-style-position:inside; 
	}

img { 
	border:none; 
	}

p, a {
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif; 
	font-size: 1.5em;
	line-height: 1.4em;
}

p {
	color: #444;
	margin-bottom: 0.5em;
}
	
a { 
	color:#008fd1;
	outline-style:none;
	}

a:hover { 
	color:orange;
	text-decoration:underline; 
	}
	
h1, h2, h3, h4 { 
	color:#FFF;
	margin:0;
	padding:0; 
	}
	
h1 { 
	font-size:2.7em;
	line-height:3em; 
	}

h2 { 
	font-size:2em;
	color:#008FD1;
	line-height:2em; 
	}
	
h3 { 
	font-size:1.5em;
	color:#666;
	margin-bottom:10px; 
	}
	
h4 { 
	font-family: 'Segoe UI', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	margin-top: 15px;
	font-size:1.8em;
	color:#444;
	line-height: 2em;
	}
	



/*---- Container ----*/

.fe_container {
	width:960px;
	text-align:left;
	border:1px solid #999;
	box-shadow:0px 0px 10px #333;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	margin:0 auto;
	background:#fff;
	position: relative;
	}
	
/*---- Header ----*/	
	
.fe_head {
	background:#f5f6f9 url(../images/header_bg.gif) bottom left repeat-x;
	height:90px;
	position: relative;
	}
	
.fe_head .fe_logo a { 
	display:block;
	margin-left: 40px;
	text-indent: -9999px;
	width: 200px;
	height: 55px;
	background:transparent url(../images/logo_public.gif) 0px 12px no-repeat;
	}
	
.fe_head .fe_language {
	position: absolute;
	top: 5px;
	right: 20px;
	border: 0px solid #aaa;
}

.fe_head .fe_language a {
	display: block;
	width: 50px;
	padding: 5px 0px 5px 55px;
	background:transparent url(../images/language.png) left 5px no-repeat;
	color: #888;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.2em;
}

.fe_head .fe_language a:hover {
	text-decoration: underline;
}	
	
.fe_head .fe_menu { 
	position:absolute;
	bottom:0px;
	left:30px;
	padding:0;
	margin:0;
	width:910px;
	}	
	
.fe_head .fe_menu li { 
	float:left;
	list-style:none;
	}
	
.fe_head .fe_menu li a:hover {
	text-decoration:underline; 
	background:#f8f7f6; 
	opacity:0.5;
	/*filter: alpha(opacity=50);*/
	}	

.fe_head .fe_menu li.fe_selected a, #head #menu li a:hover { 
	background:#f5f6f9;
	}
	
.fe_head .fe_menu li.fe_selected a:hover { 
	/*text-decoration:none;*/
	/*cursor:default;*/
	cursor:pointer;
	opacity:1.0;
	/*filter: alpha(opacity=100);*/
	}	
	
.fe_head .fe_menu li.fe_menu_right { 
	float:right;
}

.fe_head .fe_menu li a { 
	display:block;
	margin-right:2px;
	padding:5px 10px;
	font-size:15px;
	color:#333;
	text-decoration:none;
	}
	
.fe_head .fe_menu li.fe_menu_right a {
	margin:0 0 0 2px;
	color:#008fd1;
	}


/*---- Mast ---- */

.fe_mast {
	background:transparent url(../images/graphic_bg.png);
	color:#fff;
	width:960px;
	overflow:auto;
}

.fe_mast div {
	float:left;
	}
	
.fe_mast_image {
/*	background:transparent url(../images/logo_tyven_e.png) no-repeat scroll left top; */
	display:block;
	height:138px;
	left:-20px;
	position:absolute;
	top:255px;
	width:138px;
	z-index: 100;
}	
	
.index .fe_mast .fe_mast_decoration {
	width:325px;
	height:237px;
	background:transparent url(../images/widget_set.png) top left no-repeat;
	}
	
.how_it_works .fe_mast .fe_mast_process {
	width:960px;
	height:285px;
	background:transparent url(../images/codeeta_process.png) left 9px no-repeat;	
	}

.how_it_works .fe_mast .fe_mast_process ul {
	list-style-type: none;
	padding: 45px 0px 0px 18px;
	border: 0px solid #AAA;
}

.how_it_works .fe_mast .fe_mast_process li {
	float:left;
	width: 175px;
	padding: 0px 2px 0px 10px;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	border: 0px solid #AAA;
}

.widgets .fe_mast .fe_mast_widgets {
	margin-left: 50px;
	width:300px;
	height:285px;
	background:transparent url(../images/codeeta_widgets.png) top left no-repeat;	
	border: 0px solid #AAA;
	}	
	
.registration .fe_mast .fe_mast_boxes {
	margin-left: 50px;
	width:300px;
	height:285px;
	background:transparent url(../images/codeeta_boxes.png) top left no-repeat;
	}
	
	
.fe_mast .fe_mast_text {
	width:580px;
	padding-top:40px;
	border: 0px solid #AAA;
	}
	
.fe_mast .fe_mast_text h1 {
	font-weight: 900;
	font-size:45px;
	line-height:55px;
	border: 0px solid #AAA;
	}

.fe_mast .fe_mast_text h2 {
	font-weight: 900;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-bottom: 10px;
	border: 0px solid #AAA;
	}
	
.fe_mast_button a {
	display:block;
	margin-top: -20px;
	background: #91E06B url(../images/mast_button_bg.gif) top left repeat-x;
	width:100%;
	border:1px solid #61D32B;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
	}	
	
.fe_mast_button a:hover {
	color: #FFF;
	text-decoration: underline;
	}	
	
.fe_mast_button span {
	background:transparent url(../images/card_address.png) left center no-repeat;
	padding-left:40px;
	margin-left:12px;
	line-height:30px;
	display:block;
	font-size:19px;
	color:#fff
	}	

.widgets .fe_mast_button a {
	width:225px;
	margin: 0 auto;
}
	
	
.fe_mast .fe_mast_text .fe_mast_sub p {
	width:320px;
	font-size: 1.6em;
	color:#fff;
	border: 0px solid #AAA;
	}
	
.fe_mast .fe_mast_arrow	a {
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 200px;
	right: 50px;
	background: transparent url(../images/arrow.gif) top left no-repeat;
	border: 0px solid #AAA;
}	

.index .fe_mast_button {
	width:190px;
	} 
	
.index  .fe_mast_button {
	padding: 30px 0 0 10px;
}

.how_it_works .fe_mast_button {
	margin: 15px 0 0 175px;
}	

.widgets .fe_mast .fe_mast_text {
	position: relative;
	display: block;
	width: 540px;
}
	
.widgets .fe_mast .fe_mast_text p.l1 {
	position: absolute;
	top: 155px;
	left: 35px;
	left: 35px;
	font-size: 25px;
	color:#fff;
	margin-bottom: 0px;
}

.widgets .fe_mast .fe_mast_text p.l2 {
	position: absolute;
	top: 190px;
	left: 220px;
	font-size: 15px;
	font-weight: 900;
	color:#e5e6e8;
	margin-bottom: 0px;
}

.widgets .fe_mast .fe_mast_text p.l3 {
	position: absolute;
	top: 210px;
	left: 125px;
	font-size: 25px;
	font-weight: 900;
	color:#fff;
	margin-bottom: 0px;
}

.widgets .fe_mast .fe_mast_text p.l4 {
	position: absolute;
	top: 190px;
	left: 65px;
	font-size: 15px;
	color:#fff;
	margin-bottom: 0px;
}	

.widgets .fe_mast .fe_mast_text p.l5 {
	position: absolute;
	top: 220px;
	left: 35px;
	font-size: 17px;
	color:#e5e6e8;
	margin-bottom: 0px;
}
	
.registration .fe_mast .fe_mast_text .fe_mast_sub p {
	width:420px;
	font-size: 1.6em;
	color:#fff;
	border: 0px solid #AAA;
	}


.video_demo .fe_mast .fe_mast_text, .contact .fe_mast .fe_mast_text { 	
	width:700px;
	margin: 0px 150px 0px;
	padding-bottom: 50px;	
}

.video_demo .fe_mast .fe_mast_text h1, .contact .fe_mast .fe_mast_text h1 { 	
	font-weight: 900;
	font-size:45px;
	line-height:55px;
	text-align: center;
}

/*---- Page ---- */	
	
.fe_page {
	margin-top:-14px;
	padding-top:45px;
	padding-bottom:20px;
	overflow:auto;
	width:960px;
	background:transparent url(../images/page.png) top left no-repeat
	}
	
.fe_page .fe_page_col_0 {
	float:left;
	width:960px;
	}
	
.fe_page .fe_page_col_0 .inner {	
	padding: 0px 50px 10px;	
	}
	
.fe_page .fe_page_col_1 {
	float:left;
	width:660px;
	}
	
.fe_page .fe_page_col_1 p.intro {
	margin-bottom: 20px;
}
		
.fe_page .fe_page_col_1 h2 {	
	padding-left: 25px;
	background:transparent url(../images/e_small_blue.gif) 0px 10px no-repeat;
}
	
.fe_page .fe_page_col_1 h3 {
	font-family: 'Segoe UI', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	font-size:1.75em;
	color: #444;
}
	
.fe_page .fe_page_col_1 a, .fe_page .fe_page_col_2 a {
	font-size: 1em;
}

.fe_page a.video img {
	border: 3px solid white;
}

.fe_page a.video:hover img {
	border: 3px solid orange;
}

.fe_page .fe_page_col_1_1 img {	
	float: left;
	padding: 5px 10px 25px 0px;
	margin-left: -8px;
}
	
.fe_page .fe_page_col_1_2 img {	
	float: left;
	padding: 5px 10px 25px 0px;
	margin-left: -5px;
}	
	
.fe_page .fe_page_col_1 .inner {	
	padding: 0px 25px 10px 50px;
}

.fe_page .fe_page_col_1 .fe_page_col_1_1, .fe_page .fe_page_col_1 .fe_page_col_1_2 {
	float: left;
	width: 50%;	
}

.fe_page .fe_page_col_1 .fe_page_col_1_1 .inner {
	padding: 10px 10px 10px 0px;
}

.fe_page .fe_page_col_1 .fe_page_col_1_2 .inner {	
	padding: 10px 0px 10px 10px;
}

.fe_page .fe_page_col_1 .fe_page_col_1_1 .inner p.detail {
	padding-right: 10px;
}

.fe_page .fe_page_col_1 .fe_page_col_1_1 .inner h3, .fe_page .fe_page_col_1 .fe_page_col_1_2 .inner h3 {
	position: relative;
}


.fe_page .fe_page_col_1 .fe_page_col_1_1 .inner h3 p, .fe_page .fe_page_col_1 .fe_page_col_1_2 .inner h3 p {
	position: absolute;
	top: -19px;
	left: -25px;
	font-size: 11px;
	color: #FFF;
	padding: 3px 5px;
	background: #7DD654;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.fe_page .fe_page_col_1 .note .inner {
	padding: 10px;
	background: #AAA;
	width:250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.fe_page .fe_page_col_1 .note .inner h3 {
	color: #D6E6F6;
}

.fe_page .fe_page_col_1 .note .inner p {
	color: #FFF;
}

.fe_page .fe_page_col_2 .note .inner {
	margin-top: 25px;
	padding: 10px;
	width:250px;
	background: #D6E6F6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.fe_page .fe_page_col_2 .note .inner h3 {
	font-family: 'Segoe UI', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	font-size:1.75em;
	color:#008FD1;
}

.fe_page .fe_page_col_2 .note .inner p {
	background:transparent url(../images/marker.gif) left top no-repeat;
	padding-left: 35px;
}

.fe_page .fe_page_col_1 ul { 
	list-style-position:inside;
	list-style-type:disc; 
	}
		
.fe_page .fe_page_col_2 {
	float:left;
	width:300px;
}

.fe_page .fe_page_col_2 .inner {	
	padding: 0px 50px 10px 25px;
}

.primary .fe_page .fe_page_col_2 h2.fe_extra_video, .how_it_works .fe_page .fe_page_col_2 h2.fe_extra_video {	
	margin-bottom: 10px;
	padding-left: 40px;
	background:transparent url(../images/television.png) 0px 10px no-repeat;
}

.primary .fe_page .fe_page_col_2 img {
	margin-top: 5px;
}

.how_it_works .fe_page .fe_page_col_2 .inner {	
	padding: 0px 50px 10px 25px;
}

.how_it_works .fe_page .fe_page_col_2 h2.fe_extra_support {
	padding-left: 40px;
	background:transparent url(../images/lifebouy.png) 0px 10px no-repeat;
}

.how_it_works .fe_page li {
	font-size: 1.3em;
	color: #444;
}

.widgets .fe_page .fe_page_col_1 {
	float:left;
	width:50%;	
}

.widgets .fe_page .fe_page_col_2 {
	float:left;
	width:50%;	
}

.widgets .fe_page .fe_page_col_1 h3, .widgets .fe_page .fe_page_col_2 h3 {	
	font-family: 'Segoe UI', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	font-size:1.75em;
	color:#008FD1;
	margin-bottom: 5px;
}

.widgets .fe_page .fe_page_col_1 p.tyshop {
	background:transparent url(../images/icon_tyshop.gif) no-repeat left center;
	padding: 5px 0px 5px 75px;
}

.widgets .fe_page .fe_page_col_1 p.tyform {
	background:transparent url(../images/icon_tyform.gif) no-repeat left center;
	padding: 5px 0px 5px 75px;
}

.widgets .fe_page .fe_page_col_2 p.tybooking {
	background:transparent url(../images/icon_tybooking.gif) no-repeat left center;
	padding: 5px 0px 5px 95px;
}


.widgets .fe_page .fe_page_col_2 p.typay {
	background:transparent url(../images/icon_typay.gif) no-repeat left center;
	padding: 5px 0px 5px 75px;
}

.widgets .fe_page li {
	font-size: 1.2em;
	color: #444;
}

.registration .fe_page table {
	margin:0 0 60px;
	width:100%;
	}	
	
.registration .fe_page table th {
	color:#999999;
	font-size:1.9em;
	line-height:1.4em;
	text-align:center;
	padding:0;
	}
	
.registration .fe_page table th.account_services_professional {	
	color:#008FD1;
	}
	
.registration .fe_page table td {
	border-bottom:1px dotted #666666;
	padding:5px 0;
	text-align:center;
	color:#333333;
	font-size:1.2em;
}

.registration .fe_page table tr.account_services_header td {
	border-bottom: none;
}

.registration .fe_page table td.account_services_detail {		
	font-weight:700;
	text-align:right;
	width:150px;
}

.registration .fe_page table td.account_services_group {
	font-weight:700;
	text-align:left;
	width:80px;
	color:#918E87;
	border-bottom: none;
}

.registration .fe_page table td.account_services_information a {
	display: block;
	position: relative;
	background:transparent url(../images/information.gif) no-repeat right center;
	cursor:pointer;
	height:16px;
	width:16px;
	border-bottom: none;
	text-decoration: none;
	}

.registration .fe_page table td.account_services_information a span {
	display: none;
}

.registration .fe_page table td.account_services_information a:hover span {
	position: absolute;
	top: 25px;
	left: -165px;
	text-align: left;
	display: block;
	width: 175px;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 7px;
	background: #222 none repeat scroll 0 0;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	opacity:0.9;
	/*filter: alpha(opacity=90);*/
	z-index: 100;
}	
	
.registration .fe_page .fe_page_col_0 a.registration_button_gratis, .fe_page .fe_page_col_0 a.registration_button_professional {
	text-decoration:none;
	background: #6A6A6A none repeat scroll 0 0;
	margin:0 auto;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFFFFF;
	display:block;
	font-size:1em;
	line-height:28px;
	margin-top:10px;
	text-decoration:none;
	}

.registration .fe_page .fe_page_col_0 a.registration_button_gratis {
	width:225px;
	background: #6A6A6A none repeat scroll 0 0;	
	}
	
.registration .fe_page .fe_page_col_0 a.registration_button_gratis:hover {
	text-decoration: underline;
}	
	
.registration .fe_page .fe_page_col_0 a.registration_button_professional {	
	width:250px;
	background: #008FD1 none repeat scroll 0 0;
}

.registration .fe_page .fe_page_col_0 a.registration_button_professional:hover {
	text-decoration: underline;
}
	
.registration .fe_page .fe_page_col_0 span.button_card_address, .fe_page .fe_page_col_0 span.button_card_address_plus {
	background-color:transparent;
	background-position:7px center;
	background-repeat:no-repeat;
	display:block;
	line-height:26px;
	padding-right:10px;
	text-indent:30px;
	font-size:1.2em;
	}

.registration .fe_page .fe_page_col_0 span.button_card_address {	
	background:transparent url(../images/mini_card_address.png) 25px center no-repeat;
}

.registration .fe_page .fe_page_col_0 span.button_card_address_plus {	
	background:transparent url(../images/mini_card_address_plus.png) 15px center no-repeat;
}	

.video_demo .fe_page_col_0 .inner {	
	text-align: center;
}

.contact .fe_page_col_0 .inner ul {		
	padding-left: 15px;
	font-size: 1.2em;
}


/* ------------------------------------------------ 
Foot Content
--------------------------------------------------*/

.fe_foot {
	float: left;
	width: 100%;
	background: #434A52;
}

.fe_foot .fe_logo_tyven a {
	text-indent: -9999px;
	float: left;
	background:transparent url(../images/tyven_minilogo.png) center center no-repeat;
	width: 205px;
	height: 80px;
}

.fe_foot .fe_logo_codeeta a {
	text-indent: -9999px;
	float: right;
	background:transparent url(../images/codeeta_minilogo.png) center center no-repeat;
	width: 205px;
	height: 70px;
}

.fe_foot .fe_menu {
	margin: 15px auto 0px;
	width: 500px;
}

.fe_foot .fe_menu ul {
	margin: 0 auto;
	overflow: hidden;
	width: 500px;
}

.fe_foot .fe_menu ul li {
	float: left;
	list-style: none;
	margin: 0 10px;
}

.fe_foot .fe_menu ul li a {
	color: #AAA;
	text-decoration: none;
}

.fe_foot .fe_menu ul li a:hover {
	color: orange;
	text-decoration: underline;
}

.fe_foot p {
	padding-top: 10px;
	font-size: 1.2em;
	text-align:center;
	color: #888;
}

.fe_foot p a {
	font-size: 1em;
	text-decoration: none;
	color: #AAA;
}

.fe_foot p a:hover  {
	color: orange;
	text-decoration: underline;
}



		