/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161d1e;
	background: #ffffff url(templatemo_body_top.jpg) repeat-x top;
}
		
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
a:active, a:hover {
	color: #00CC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	float: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(divider.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r60 { margin-right: 60px; }

.button_01 a {
	display: block;
	width: 94px;
	height: 28px;
	padding: 6px 5px 4px 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #093;
	background-repeat: no-repeat;
}

.button_01 a:hover {
	color: #FFF;
	font-size: 14px;
	background-color: #0C3;
	background-image: url(templatemo_button_01_hover.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

h2 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 19px;
	font-weight: bold;
	color: #666666;
}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* menu */

#templatemo_menu {
	height: 59px;
	color: #666;
}

#templatemo_menu ul {
	width: 590px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	width: 100px;
	display: block;
	height: 35px;
	padding: 14px 8px 0 0;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #c9d3da;	
	font-weight: bold;
	outline: none;
	background: url(templatemo_menu_btn_right.png) no-repeat right top;
}

#templatemo_menu ul li a span {
	position: absolute;
	width: 8px;
	height: 49px;
	left: -8px;
	top: 0;
	background: url(templatemo_menu_btn_left.png) no-repeat left top;
	font-family: Tahoma, Geneva, sans-serif;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #ffffff;
	background: url(templatemo_menu_btn__hover_right.png) no-repeat right top;
	font-size: 14px;
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span {
	position: absolute;
	width: 8px;
	height: 49px;
	left: -8px;
	top: 0;
	background: url(templatemo_menu_btn__hover_left.png) no-repeat left top;
	font-family: Tahoma, Geneva, sans-serif;
}

/* end of menu */

/* site title */

#templatemo_site_title_bar_wrapper {
	width: 100%;
	height: 270px;
	margin: 0 auto;
}

#templatemo_site_title_bar {
	position: relative;
	width: 900px;
	height: 210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 13px;
	padding-left: 40px;
}

#templatemo_site_title_bar .site_title_left {
	float: left;
	width: 900px;
	height: 220px;
}

#templatemo_site_title_bar .site_title_right {
	float: right;
	width: 380px;
	margin-top: 30px;
	text-align: right;
}

.site_title_right h2 a {
	color: #63b5dc;
	font-style: normal;
}

.site_title_right p {
	color: #3a8fb8;
}

#templatemo_site_title_bar  #site_title {
	float: left;
	padding: 30px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #f1f2f2;
	font-weight: bold;
	letter-spacing: 4px;
}


#templatemo_site_title_bar #search_box {
	position: absolute;
	width: 340px;
	height: 30px;
	bottom: 23px;
	right: 110px;
}

#search_box form {
	width: 340px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 20px;
	width: 290px;
	padding: 6px 5px 4px 5px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 30px;
	width: 35px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #000000;
	background: none; 
	border: none;
}
/* end of site title */

#templatemo_content {
	clear: both;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

.section_w900 {
	clear: both;
	width: 900px;
	color: #666;
}

.image_wrapper_01 img {
	margin-bottom: 10px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-color: #00CC66;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
	border-left-color: #00CC66;
}

.imgl{
	float: left;
	margin-right: 15px;
	margin-left: 0;
	height: 150px;
}

.section_w400 {
	width: 400px;
}

.section_w260 {
	width: 260px;
	height: 390px;
	text-align: justify;
	color: #666;
}

.testimonial {
	font-style: italic;
}

.testimonial span {
	font-size: 16px;
	font-weight: bold;
}

.service {
	margin: 10px 0 0;
	padding: 0px;
	list-style: none;
}

li a.service_down, li a.service_down:hover {
	cursor:text;
	text-decoration:none;
	color:#161d1e;
}

.service li {
	padding: 5px 0 5px 30px;
	background: url(templatemo_list_icon.png) left center no-repeat;
}

.news_box {
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;	
	color: #ffffff;
}

.news_box .post_info {
	color: #999999;
}

.news_box .post_info a {
	color: #666666;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #666666;
}

.news_box a {
	color: #14587c;
}

/* footer */

#templatemo_footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #666666;
}

#templatemo_footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 20px;
	color: #333333;
	background-color: #666666;
	background-image: url(templatemo_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#templatemo_footer  a {
	color: #0C3;
	font-size: 13px;
}

#templatemo_footer .section_w280 {
	float: left;
	width: 240px;
	padding-right: 40px;
}

#templatemo_footer .section_w280 h3 {
	width: 175px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	
}

#templatemo_footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#templatemo_footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#templatemo_footer .footer_list li a {
	color: #cccccc;
	font-size: 12px;
}

#templatemo_footer .footer_list li a:hover {
	color: #00CC00;
	text-decoration: none;
	font-size: 12px;
}

/* end of footer */.slider_area {
	height: 200px;
	width: 900px;
}
.bio_logo {
	height: 200px;
	width: 250px;
	margin-left: 300px;
	background-image: url(bio_logo_header.png);
	background-repeat: no-repeat;
	float: left;
}
a:hover {
	color: #333;
}
a:link {
	color: #093;
}
#templatemo_site_title_bar .header_menu .Header_Shop_login a:hover {
	color: #090;
}
#templatemo_site_title_bar .header_menu .Header_Shop_login a:link {
	color: #093;
}
#templatemo_content .section_w900 .section_w260.float_l .testimonial {
	text-align: justify;
	font-style: normal;
}
#templatemo_content .section_w900 .section_w260.float_l h2 span span {
	color: #666666;
}
#templatemo_content .section_w900 .menu_main .menu_box {
	float: left;
	color: #666;
}
.menu_bar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	margin-bottom: 20px;
	color: #666;
}
.menu_bar_name {
	width: 100px;
	margin-right: auto;
	padding-top: 5px;
	margin-top: auto;
	margin-left: auto;
	float: left;
	color: #666;
}
#templatemo_content .section_w900 .bio_us_slider_area .menu_bar .menu_bar_name div a:hover {
	color: #0C3;
}
#templatemo_footer_wrapper #templatemo_footer .section_w280 .sub_content {
	color: #FFF;
	text-align: left;
}
#templatemo_footer_wrapper #templatemo_footer .section_w280 .sub_content table {
	text-align: left;
}
.green {
	color: #0C3;
}
.header_login_area {
	float: right;
	height: 200px;
	width: 250px;
}
.login_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: right;
	height: 35px;
	width: 150px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
}
#templatemo_site_title_bar .header_login_area .login_box a:hover {
	color: #FFF;
}
#templatemo_site_title_bar .header_login_area .login_boxa:hover {
}
a:hover {
	color: #090;

}
#templatemo_site_title_bar .header_login_area .login_box div p {
	font-family: Arial, Helvetica, sans-serif;
}
#templatemo_footer_wrapper #templatemo_footer .section_w280 .sub_content p {
	text-align: justify;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #666;
}
#templatemo_site_title_bar .header_login_area .login_box a:hover {
	background-color: #0C0;
}
.middle_area_for_all {
	height: 500px;
	width: auto;
	padding-top: 30px;
	color: #000;
}
.header_name {
	float: left;
	height: 30px;
	width: 150px;
	background-color: #090;
	font-size: 18px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 15px;
}
#templatemo_content .section_w900 .bio_us_slider_area .middle_area_for_all p {
	color: #333;
	font-size: 12px;
}
#templatemo_content .section_w900 .bio_us_slider_area .middle_area_for_all table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.Green_bolt {
	color: #090;
	font-weight: bold;
}
.agb_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 500px;
}
.area_tarife {
}
a:hover {
	color: #090;
	font-size: 16px;
}
.area_apps_left {
	float: none;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(apps_main_banner.jpg);
}
.area_apps_right {
	height: auto;
	width: 250px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
.area_apps_inside_1 {
	float: left;
	height: inherit;
	width: 380px;
	margin-right: 10px;
}
#templatemo_content .section_w900 .menu_main .area_apps_left table tr td {
	text-align: left;
}
#templatemo_content .section_w900 .menu_main .area_apps_left table tr td {
	text-align: left;
}
.apps_area_inside_2 {
	float: right;
	width: auto;
	background-image: url(apps_pointer.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 28px;
	text-align: center;
}
.callthrough_area_1 {
	height: 250px;
}
#templatemo_content .section_w900 .menu_main .callthrough_area_1 table tr th p {
	text-align: left;
}
#templatemo_content .section_w900 .menu_main .callthrough_area_1 table tr th {
	text-align: left;
}
.area_callback {
	float: left;
	height: auto;
	width: 640px;
	margin-right: 10px;
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
.area_callback_right {
	float: right;
	height: auto;
	width: auto;
}
#templatemo_content .section_w900 .menu_main .area_callback p {
	color: #333333;
}
#templatemo_content .section_w900 .menu_main .area_tarife table tbody tr td {
	text-align: left;
}
#templatemo_content .section_w900 .menu_main .area_tarife table tr td {
	color: #060;
}
#templatemo_content .section_w900 .menu_main .area_tarife table tr td {
	color: #333;
}
.green {
	color: #009900;
}
#templatemo_content .section_w900 .menu_main .area_tarife table tr td {
	font-family: Arial, Helvetica, sans-serif;
}
#templatemo_content .section_w900 .section_w260.float_l.margin_r60 u a {
	font-size: 12px;
	color: #009933;
}
.faq_area_left {
	float: left;
	margin-right: 10px;
	width: 600px;
}
.contact {
	float: left;
	width: 600px;
	background-color: #BFD1BE;
	margin-right: 10px;
}
#templatemo_content .section_w900 .menu_main .contact #form1 table tr th {
	text-align: left;
}
#templatemo_content .section_w900 .menu_main .contact #form1 table tr td {
	text-align: left;
}
.contact_right {
	height: 300px;
	margin-left: 10px;
}
#templatemo_content .section_w900 .menu_main table tr td {
	text-align: justify;

}
.fg {
	font-family: Wingdings;
}
.spliter {
	height: 20px;
	width: auto;
	background-image: url(apps_spliter.jpg);
	background-repeat: no-repeat;
}
#templatemo_content .section_w900 .menu_main .area_tarife table tr td {
	text-align: center;
}
#templatemo_content .section_w900 .area_callback .faq_area_left .sample .faqs dt {
	font-weight: bold;
	font-size: 14px;
}
.area_help {
}
