* {margin:0;padding:0}
body,html {
	font-family: Arial,Helvetica;
	height: 100%;
}
li {list-style: none;}
ol li{font-size:13px;color:#575757;list-style:decimal inside}
ol li p {display: inline;}
.node-panel .node .content ul li {list-style:disc outside none; margin-left: 13px;}
.node-panel .node .content ol li {list-style:decimal inside none; margin-left: 13px;}
a {text-decoration: none;color: #000;}
#page-wrapper #page #main-wrapper #main #content .section .node-page a {color: #34BEE8;}
#page-wrapper #page #main-wrapper #main #content .section .node-page a:hover {text-decoration:underline;}
p{color:#575757;}

@font-face {
    font-family: 'UniversLTStd75Black';
    src: url('../fonts/universltstd-black-webfont.eot');
    src: url('../fonts/universltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/universltstd-black-webfont.woff') format('woff'),
         url('../fonts/universltstd-black-webfont.ttf') format('truetype'),
         url('../fonts/universltstd-black-webfont.svg#UniversLTStd75Black') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* page layout */
.blue_bg {background-color: #70cbee;height: 174px;width:100%;position: absolute;top:0;left: 0;z-index: -1;min-width:1035px;}
.front .blue_bg,.page-node-155 .blue_bg {height: 264px;}
.top {background: #70cbee url("../images/top_bg.jpg") no-repeat scroll 0 0;margin:0 auto;width:1035px;height: 145px; }
.top_leftside {float:left;}
.top_rightside {float: right;position: relative}
#logo img{
	display: block;
/*	
	width:309px;
	height: 74px;
*/
	margin:25px 0 0 34px;
}
#header .top_secondary_nav {
	height: 18px;
	float: right;
	clear: both;
	margin-right: 29px;
}

#block-locale-language .content {
	display:none;
	position: absolute;
	right:0;
}

.logged-in #block-system-user-menu li.last{display:none;}

#block-system-user-menu {
	position:relative;
}

#block-system-user-menu ul.menu{
	float:right;
	margin-right:25px;
}

#header #block-locale-language {
	float:right;
	position: relative;
	z-index:500;
	margin-top:7px;
	margin-right:8px;
	text-align:left;
}
.not-logged-in #header #block-locale-language {
	/*margin-left:330px;*/
}
#block-locale-language:hover .content{
	display:block;
}

#header .top_secondary_nav > li,
#block-system-user-menu ul.menu li {float:left;height: 20px;margin-top: 8px;	position: relative; background:none; list-style:none; padding:0; margin-left:0}

#header .top_secondary_nav > li:hover a{background:none;}

#header .top_secondary_nav > li > a,
#block-system-user-menu li a{
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#807f7f;
	margin-top:-2px;
	padding:0 8px;border-left: 1px solid #34bee8;
}
#block-locale-language h3 {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#807f7f;
	margin-top:-2px;
	padding:0;
	text-align: right;
}

#header .top_secondary_nav > li > a:hover,
#block-locale-language h3:hover,
#block-system-user-menu ul.menu li a:hover {color:#34bee8;cursor:pointer;}
.top_secondary_login {
	position: absolute;
	top:20px;
	right: 8px;
	width:0;
	height: 0;
	z-index:5000;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(75,75,75)),
    color-stop(0.63, rgb(91,91,91)),
    color-stop(0.82, rgb(71,71,71))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,75,75) 25%,
    rgb(91,91,91) 63%,
    rgb(71,71,71) 82%
);
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#block-user-login{
	position: relative;
}

#block-user-login #toboggan-login{
	position: absolute;
}
.top_secondary_login span.saw {
	position: absolute; 
	display: block;
	width:100%;
	height: 5px;
	background: transparent url("../images/primary_nav_active_bg.png") repeat-x scroll left bottom;
	bottom:-5px;
}
.top_secondary_login span.block_language {
	position: absolute; 
	display: none;
	width:11px;
	height: 6px;
	background: transparent url("../images/login_block.png") no-repeat scroll 0 0;
	top:-6px;
	right:10px;
}
.top_secondary_login form {
	position: relative;
	display: none;
	margin-left:15px;
}
.top_secondary_login .form-item, .top_secondary_login .form-actions {margin:0 !important;}
.top_secondary_login form input[type=text],.top_secondary_login form input#edit-pass {
	width:150px;
	height:24px;
	border:1px solid #afafaf;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding:0 5px;
}
.top_secondary_login form input[type=submit] {
	background: transparent url("../images/login_button.png") repeat-x scroll 0 0;
	height: 24px;
	width:100px;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	border:2px solid #38ab1d;
	margin-top:4px;
	cursor: pointer;
} 
.top_secondary_login form label {
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin:15px 0 5px;
}
.top_secondary_login form a {
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	position: absolute;
	bottom:4px;
	right:14px;
}
#.top_secondary_nav .language:hover .language_menu {
	display: block;
}
.top_secondary_nav .language .language_menu {
	display:none; 
	position: absolute;
	right:7px;
	top:18px;
	z-index: 5000;
}
#header #block-locale-language .content ul{
	margin-top:10px;
	background:#474747;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(75,75,75)),
    color-stop(0.63, rgb(91,91,91)),
    color-stop(0.82, rgb(71,71,71))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,75,75) 25%,
    rgb(91,91,91) 63%,
    rgb(71,71,71) 82%
);
	padding:6px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
}
#header #block-locale-language .content ul a {
	font-size: 13px;
	color:#fff;
	font-weight: bold;
	display: block;
	padding:0 4px;
	border:1px solid transparent;
	height:19px;
	line-height: 19px;
}
#header #block-locale-language .content ul a:hover{
	background: transparent url("../images/primary_subnav_bg.png") repeat-x scroll 0 0;
	border:1px solid #04ade4;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
#header #block-locale-language .content span.block_language {
	position: absolute; 
	width:11px;
	height: 6px;
	background: transparent url("../images/login_block.png") no-repeat scroll 0 0;
	left:25px;
	top:4px;
}
#header #block-locale-language .content span.saw {
	position: absolute; 
	display: block;
	width:100%;
	height: 5px;
	background: transparent url("../images/primary_nav_active_bg.png") repeat-x scroll left bottom;
	bottom:-5px;
}
	.top_secondary_login form a:hover {
	color:#34bee8;
}
#header #block-boxes-top-phone {
	background: white url("../images/phone.jpg") no-repeat scroll 0 0;
	padding-left:39px;
	padding-bottom: 5px;
	height: 28px;
	float: right;
	clear:both;
	margin:17px 38px 0 0;
}
#block-boxes-top-phone .content p {
	line-height: 32px;
	font-size: 19px;
	font-weight: bold;
	color: #46bbe9;
	margin:0;
	
}
/* primary menu */
#header .top_primary_menu {
	float: right;
	clear: both;
	margin:0 19px 0 0;
}
#header .top_primary_menu li {
	position:relative; 
	float: left;
	font-size: 20px;
	color: #2e2c2d;
	margin:0 3px !important;
	padding:0 !important;
	font-family: UniversLTStd75Black;
	list-style: none !important;
	line-height: normal !important;
}
#header .top_primary_menu li a {
	display: block;
	padding:13px 15px;
}
#header .top_primary_menu > li > a{text-transform: uppercase;border-radius:5px 5px 0 0;}
#header .top_primary_menu > li.active-trail,#header .top_primary_menu > li:hover ,.top_primary_menu li .primary_subnav, .front #header .top_primary_menu > li.first {
	background: transparent url("../images/primary_nav_active_bg.png") repeat-x scroll left bottom;
	padding-bottom: 5px !important;
}
#header .top_primary_menu > li:hover > a,#header .top_primary_menu > li.active-trail:hover > a{
	background-color: #474747 ;
	background-image: none;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	color:#fff;
}
#header .top_primary_menu > li:hover > a {
	border-radius:5px 5px 0 0;
}
#header .top_primary_menu  > li.active-trail > a, .front #header .top_primary_menu  > li.first > a{
	background: #474747;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(75,75,75)),
    color-stop(0.63, rgb(91,91,91)),
    color-stop(0.82, rgb(71,71,71))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,75,75) 25%,
    rgb(91,91,91) 63%,
    rgb(71,71,71) 82%
);
	color:#fff;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
/* primary menu sub */
#header .top_primary_menu li .subnav_wrapper {display: none;}
#header .top_primary_menu li:hover .subnav_wrapper {display: block;}
#header .top_primary_menu li ul{
	
	padding:5px 2px !important;
	position: static !important;
	background: #474747;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(75,75,75)),
    color-stop(0.63, rgb(91,91,91)),
    color-stop(0.82, rgb(71,71,71))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,75,75) 25%,
    rgb(91,91,91) 63%,
    rgb(71,71,71) 82%
);
	color:#fff;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	width:auto !important;
}

#header .top_primary_menu li .primary_subnav {
	position: absolute;
	right:0;
	top:50px;
	z-index: 10000;
}
#header .top_primary_menu li ul li {
	font-family: sans-serif;
	white-space: nowrap !important;
	display: block;
	float: none;
	padding:3px 4px !important; 
	width:auto !important;
}

#header .top_primary_menu li ul li ul{
	display:none;
}
#header .top_primary_menu li ul li a {
	font-size:13px;
	font-weight: bold;
	padding:0 8px;
	height:19px;
	line-height: 19px;
	text-transform: uppercase;
	color:#fff;
	border:1px solid transparent;
}
#header .top_primary_menu li ul li a:hover {
	background: transparent url("../images/primary_subnav_bg.png") repeat-x scroll 0 0;
	border:1px solid #04ade4;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sn_piece {
	position: absolute;
	background: transparent url("../images/subnav_piece.png") scroll no-repeat 0 0;
	width: 7px;
	height: 5px;
	bottom: 6px;
	left:-5px;
}
.big_title .boxes-box-content p{
	color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
   }

/* content */

.content_wrapper {
	width:960px;
	margin:50px auto 0;
	padding-bottom: 40px;
}
.front .content_wrapper{margin:0 auto;}
.info_why {	border-bottom:1px solid #c4c4c4;padding-bottom: 45px; display:inline-block;}
#block-views-webhost-block h3.block-title,
.front .panels-flexible-region-1_column_2x2-top-inside h2.pane-title,
.page-node-155 .panels-flexible-region-1_column_2x2-top-inside h2.pane-title{
	font-size:16px;
	font-family: UniversLTStd75Black;
	font-weight: normal;
	color:#34bee8;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:3px;
	margin-bottom: 10px;
	text-transform:none;
	margin-top:0;
}
.info_why .info_wrapper,.front .panels-flexible-row-1_column_2x2-2 .pane-block {
	width:480px;
	/*height: 80px;*/
	padding-top:10px;
	float:left;
}
.info_why .info_wrapper .image {float:left;width:135px;text-align: center;}
.info_why .info_wrapper .text {width:345px;float:right;}
.info_why .info_wrapper .text h3 {
	font-size: 12px;
	font-weight: bold;
	color:#575757;
	margin-bottom: 1px;
	margin-top:0;
}
.info_why .info_wrapper .text p {
	font-size: 12px;
	color:#807f7f;
	line-height: 18px;
	margin:0;
}

.front .panels-flexible-row-1_column_2x2-2{}
.front .panels-flexible-row-1_column_2x2-2 .pane-block,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-block{
	border-left:1px dotted #c4c4c4;
	width:462px;
	padding-top:0;
	margin-top:25px;
	padding-left:18px;
	height: auto;
}
.front .panels-flexible-row-1_column_2x2-2 .pane-views-feedback-block,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-views-feedback-block {
	border:none;
	width:461px;
	background:url("../images/thumb.jpg") no-repeat scroll 20px 80%;
}
.front #views_slideshow_cycle_teaser_section_feedback-block {
    height: 158px !important;
}
.front .panels-flexible-row-1_column_2x2-2 .pane-block h2.pane-title,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-block h2.pane-title{
	font-size:14px;
	font-weight: bold;
	color:#34bee8;
	padding-top:3px;
	padding-bottom: 10px;
	border:none;
	text-transform:none;
}
.front .panels-flexible-row-1_column_2x2-2 .pane-block .s_text,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-block .s_text {
	position:relative; 
	background: white url("../images/quotes.jpg") no-repeat scroll 250px 15px;
	border:1px solid #cbcbcb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:11px;
	float:left;
	margin-top:8px;
}
.front .panels-flexible-row-1_column_2x2-2 .pane-block .s_text .arrow,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-block .s_text .arrow{
	position: absolute;
	background: white url("../images/arrow.jpg") no-repeat scroll 0 0;
	width:12px;
	height:22px;
	top:36px;
	left:-12px;
}
.front .panels-flexible-row-1_column_2x2-2 .pane-block .s_text p,
.page-node-155 .panels-flexible-row-1_column_2x2-2 .pane-block .s_text p {
	font-size: 12px;
	font-style: italic;
	color:#807f7f;
	width:326px;
	line-height: 18px;
}
.front .panels-flexible-row-1_column_2x2-2-inside .pane-block .image,
.page-node-155 .panels-flexible-row-1_column_2x2-2-inside .pane-block .image{width:88px;height:51px;float:left;}

.twitter_post {margin:6px 0;}
.twitter_post p{
	font-size: 12px;
	color:#807f7f;
	line-height: 18px;
	position: relative;
	top:-6px;
}
.twitter_post p.date {color:#9e9e9e;}
.twitter_post a {color:#34bee8;font-weight: bold;}
.twitter_post img {float: left;margin-right: 15px;}

.twtr-hd,.twtr-ft {display:none;}


/* sides */
.region-sidebar-first {
	width:200px;
	float:left;
}
/* left navigation */

.region-sidebar-first .content {width:200px}
.region-sidebar-first .content > ul {
	padding: 10px 0;
}
.region-sidebar-first .content .menu >li > a {
	background: transparent url("../images/left_nav_arrow.png") no-repeat scroll 0 14px;
	font-size: 13px;
	color:#575757;
	display: block;
	padding:13px 0 10px 15px;
	width:143px;
}
.region-sidebar-first .content .menu li {list-style: none !important;margin:0 !important;padding:0 !important;} 
.region-sidebar-first .content .menu li a {text-transform: uppercase;}
.region-sidebar-first .content > .menu > li.active {border-top:1px solid #c8c8c8;border-bottom: 1px solid #c8c8c8;margin-left:-16px !important;padding-left:16px !important;background-color: #fff !important;margin-right: -1px !important;background-position: 176px 10px;}
.region-sidebar-first .content .menu > li > a:hover,.left_menu .menu_item a.active,.left_menu .menu_item li.active a {color:#34bee8;}
.region-sidebar-first .content .menu li  ul {
	margin-left:16px;
}

.region-sidebar-first .content .menu li ul li a.active {color: #34bee8;}
.region-sidebar-first .content .menu li a.active {color:#34bee8;}
.folded {background: transparent url('../images/folded.png') no-repeat scroll 160px 10px}
.unfolded{background: transparent url('../images/unfolded.png') no-repeat scroll 160px 10px}
/* right side */
.sidebar-first #content {
	position: relative;
	z-index: 1; 
	width: 734px;
	padding:1px 0 30px 26px;
	float: right;
}

.node .key-message-area .pane-content {
	margin-bottom:15px;
}
.node .key-message-area p {
	font-size: 26px;
	font-weight: normal;
	color:#575757;
	line-height: 30px;
}
.node .key-message-area span {
	border-bottom:1px dotted #FF6E00;
	color:#FF6E00;
}
.three_column .container {
	width:210px;
	float:left;
	margin-left:52px;
}
.three_column .container:first-child {margin-left:0;}
.three_column .container h3,.two_column .container h3,.news .container h3,.node-type-webform h3, h2.pane-title, h3#page-title, h1#page-title {
	font-size: 14px;
	font-weight: normal;
	color:#575757;
	border-bottom:1px solid #d2d2d2;
	padding-bottom: 10px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 10px;
}
.three_column .container p,.two_column .container p, .pane-content .content, .pane-content p, .node p {
	margin-top:0px;
	font-size: 13px;
	color:#575757;
	line-height: 19px;
}
.three_column .container p span,.two_column .container p span {
	font-weight: bold;
}
.three_column .container p img, .pane-content img {margin-right: 8px}
.node-downloads .content {margin-top:12px;}
img.file-icon {display:none;}
.node-downloads .content .field-item {
	background: #fff url("../images/downloads_icon.png") no-repeat scroll left center;
	border-bottom:1px solid #d2d2d2;
	padding:8px 0 8px 26px;	
}
.node-downloads .content a {
	font-size: 13px;
	color:#575757;
}
.node-downloads .content a:hover {color: #34bee8}


.two_column .container {
	width:352px;
	float:left;
	margin-left:30px;
}
.two_column .container:first-child {margin-left:0;}


.node .content table {border-collapse: collapse;}
.node .content table td {
	text-align: center;
	border:1px solid #d2d2d2;
	width:146px;
	padding:10px 0;
	font-size: 13px;
	color:#575757;
	margin:0;
}
.node .content table thead th{border:none;font-size: 14px;color:#34bee8;text-align:center;padding:10px 0;}
.node .content table tbody tr th {background-color: #34bee8;font-weight: bold;color:#fff;border:1px solid #D2D2D2;text-align:center}
.node .content table td.even {background-color: #eeeeee;} 
.node .content table td.odd {background-color: #e8e8e8;}
.node .content table tbody tr td:nth-child(2n+2) {background-color: #eeeeee;}
.node .content table tbody tr td:nth-child(2n+3) {background-color: #e8e8e8;}
.news .container,.contact .container {
	width:230px;
	float:left;
	margin-left:48px;
}
.news .container:first-child,.contact .container:first-child {
	width:456px;
	margin-left: 0;
}
.view-news .views-row {margin-top:20px;position: relative;}
.view-news .views-row:first-child {margin-top:5px;}
.view-news .views-row p {
	line-height: 19px;
	color:#575757;
	font-size: 13px;
	margin-top:0;
	width:458px !important;
}
.view-news .views-row .heading a{
	font-size: 13px;
	color:#575757;
	font-weight: bold;
}
.view-news .views-row .heading a:hover{
	color:#34BEE8;
	text-decoration:none;
}
.view-news .views-row .heading span {
	font-size: 10px;
	color:#9e9e9e;
	font-weight: normal;
	padding-left:5px;
}
.view-news .views-row .read-more a{
	position: absolute;
	right:0;
	background: #fff url("../images/readmore.png") no-repeat scroll right center ;
	padding-right: 19px;
	color:#9e9e9e;
	font-size: 13px;
}
.view-news label[for=edit-title], .view-news  .views-exposed-form .views-widget {float:left;margin-bottom:20px;}
.view-news label[for=edit-title] {
	padding-right:10px;
	color: #FF6E00;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 3px;
    text-transform: none;
	margin-top: 4px;
}
.news-archive .views-row .heading span {
	float:left;
	height:39px;
	font-size:13px;
	padding-right:45px;
}

.news .container .news_item a:hover {color:#34bee8;}

.news .twitter_post {margin:20px 0 0 0;}
.news .twitter_post .date {margin-left: 55px;}

.node-type-webform h3.title {margin-top:10px;}
.node-type-webform .content p{
	color:#807f7f;
	font-size:13px;
	margin-top:20px;
	line-height: 19px;
}
form.webform-client-form .form-item{margin:0;clear:both}
form.webform-client-form select {margin-bottom:20px;min-width:220px;}
form.webform-client-form select#edit-submitted-service {width:216px;}
form.webform-client-form {margin-top:20px}
form.webform-client-form label {
	display: block;
	font-size: 14px;
	color:#807f7f;
	height: 28px;
	line-height: 28px;
	width:180px;
	float: left;
	margin-bottom: 10px;
	font-weight:normal;
	text-transform:uppercase;
}
form.webform-client-form label[for=edit-submitted-message]{float:none;}
form.webform-client-form input[type=text],
form.webform-client-form input[type=email] {
	width:204px;
	padding:0 5px;
	height: 26px;
	border:1px solid #b9b9b9;
	margin-bottom:10px;
	clear: right;
}
form.webform-client-form .form-item input.error{border:2px solid red;}
form.webform-client-form input:focus, form.webform-client-form textarea:focus,form.webform-client-form select:focus{outline: 2px solid #34BEE8;}
form.webform-client-form input[type=submit]{
	background:transparent url("../images/input_send.png") repeat-x scroll 0 0; 
	height: 26px;
	border:1px solid #fb964a;
	padding:0 22px;
	font-size: 14px;
	color:#fff;
	float:right;
	clear:both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	margin-right:12px;
}
form.webform-client-form textarea {
	border:1px solid #b9b9b9;
	width:474px;
	height: 224px;
	margin-bottom:10px;
	padding:5px;
}
form.webform-client-form input.captcha {
	width:153px;
}
form.webform-client-form img{float:left;margin-right: 10px;}
form.webform-client-form p span{display: block;}
form.webform-client-form .captcha .fieldset-wrapper .form-item {display: inline;}

/* footer */
.footer {
	background: url("../images/footer_bg.png") repeat-x #464646;
	height: auto;
	float: left;
	width: 100%;
	min-width:1035px;
}
.footer_wrapper {
	width:960px;
	margin:0 auto;
}
.footer_wrapper #block-system-main-menu {width:695px;float: left;margin-top:22px;}
.footer_wrapper #block-system-main-menu ul li{list-style:none;}
.footer_wrapper #block-system-main-menu ul li ul li ul{display:none;}
.footer_wrapper #block-system-main-menu .content > ul.menu > .expanded {color:#fff;margin:0 40px 0 0;padding:0;float: left;}
.footer_wrapper .content > ul.menu > .expanded:first-child {margin:0 64px 0 0;}
.footer_wrapper #block-system-main-menu .content > ul.menu > .expanded > a,
.footer_wrapper h3.block-title {
	color:#fff;
	font-size: 12px;
	font-family: UniversLTStd75Black;
	font-weight: normal;
	margin-bottom:5px;
	text-transform:uppercase;
}
.footer_wrapper #block-system-main-menu .content > ul.menu > li > ul > li {padding:0;margin-top:5px;}

.footer_wrapper .expanded ul li a {
	font-family:sans-serif;
	text-transform:none;
	color:#fff;
	font-size:13px;
}

.footer_wrapper .expanded ul li {
	margin:0;
}

.footer_wrapper #block-system-main-menu ul {
	padding:0;
	margin:0;
}


.footer_wrapper .leaf a, .footer_wrapper .collapsed a,
{color:#fff;font-size: 13px;line-height: 19px;}
.footer_wrapper .leaf a:hover,
.footer_wrapper .collapsed a:hover,
.footer_wrapper .expanded a:hover{color:#34bee8;} 

#block-boxes-connect {width:216px;margin-top:22px;border-left: 1px dotted #aeaeae;height:135px;float: right;padding-left:47px;}
#block-boxes-connect .content ul {float:left;width:103px;margin:0;padding:0}
#block-boxes-connect .content ul li {padding-left:20px;height: 20px;line-height: 19px;}

#block-boxes-connect .content ul li a {color:#fff;font-size: 13px;}
#block-boxes-connect .content ul li a:hover {color:#34bee8;} 
li.twt {background: transparent url("../images/twt.png") no-repeat scroll 0 2px;}
li.fb {background: transparent url("../images/fb.png") no-repeat scroll 0 2px;}
li.ln {background: transparent url("../images/ln.png") no-repeat scroll 0 2px;}

.footer_bottom {width:100%;margin-top:10px;border-top:1px solid #6f6f6f;height:48px;}
.footer_bottom p{
	font-size: 12px;
	color: #ebebeb;
	margin: 1px 0 0 0;
}
.footer_bottom #block-boxes-closure {margin-bottom:0;float:left;line-height:47px;height:48px;}
#block-menu-menu-search-menu {
	float:right;
}
.footer_search form {float: right;margin:13px 6px 0 0;}
#block-menu-menu-search-menu .content ul {float:right;margin-top:18px;margin-right: 5px;}
#block-menu-menu-search-menu .content ul li {float:left;padding:0 8px 0 7px;border-left:1px solid #a9a9a9;height: 13px;line-height: 13px;list-style:none;margin:0;}
#block-menu-menu-search-menu .content ul li:first-child {border:none;}
#block-search-form{float:right;margin-top:15px}
#block-search-form input[type=search]{width:140px;height: 21px;border:1px solid #afafaf;-moz-border-radius: 5px;border-radius: 5px;padding: 0 5px;float: left;background:#fff;position:relative;}
#block-menu-menu-search-menu .content ul li a {
	font-size: 12px;
	line-height:13px;
	color:#fff;
}
#block-menu-menu-search-menu .content ul li a:hover{color:#34bee8;}
.footer_search ul li a:hover {color:#34bee8;}
#block-search-form input[type=submit],
.views-exposed-widget input#edit-submit-news {
	background: transparent url("../images/search.png") no-repeat scroll 0 0;
	width:23px;
	height: 23px;
	border:none;
	position: relative;
	left:5px;
	text-indent:-99999px;
}
.views-exposed-widget .ajax-progress {display:none;}
.views-exposed-widget input#edit-submit-news {margin:0;}
#block-search-form input[type=submit]:hover,
.views-exposed-widget input#edit-submit-news:hover{
	background: transparent url("../images/search-hover.png") no-repeat scroll 0 0;
	cursor:pointer;
}
.node-type-panel #main #content h1#page-title{display:none;}

#panels-layout-category-Builders .layout-icon img{
	display:none;
}
#panels-layout-category-Builders .form-item-layout label{
	display:block;
	width:50px;
	padding-top:75px;
}

#panels-layout-category-Builders-wrapper .layout-link a img{display:none;}
#panels-layout-category-Builders-wrapper .layout-link > a{
	display:block;
	height:75px;
	width:50px;
	border:1px solid;
}

label[for=edit-layout-flexible1-column-block]{
	background:url("../images/11.jpg") no-repeat;
}

label[for=edit-layout-flexible1-column-2x2]{
	background:url("../images/1-2-2.jpg") no-repeat;
}

label[for=edit-layout-flexible1-column-2x-3-block]{
	background:url("../images/1-3-3.jpg") no-repeat;
}

label[for=edit-layout-flexible2-column-block]{
	background:url("../images/22.jpg") no-repeat;
}

label[for=edit-layout-flexible2x3-1x-4-block]{
	background:url("../images/2-2-23-13.jpg") no-repeat;
}

label[for=edit-layout-flexible2-column-2x] a{
	background:url("../images/2-2.jpg") no-repeat;
}

label[for=edit-layout-flexible2-column-2x-3-block]{
	background:url("../images/2-3-3.jpg") no-repeat;
}

label[for=edit-layout-flexible3-column-2x]{
	background:url("../images/3-3.jpg") no-repeat;
}
#panels-layout-category-Builders .form-item-layout label[for=edit-layout-flexible]{
	display:none;
}

form.webform-client-form .captcha label,
form.webform-client-form .captcha legend,
form.webform-client-form .captcha .description {
	display:none;
}
fieldset.captcha {
	border:none;
	margin:0;
}
form.webform-client-form .captcha .fieldset-description {
	color: #807F7F;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    width: 160px;
}
form.webform-client-form .captcha img {
	float: left;
    margin-right: 12px;
    width:111px;
    height:28px;
    border:1px solid #B9B9B9;
}

form.webform-client-form input#edit-captcha-response{
	width: 148px;
	padding:0;
	height:28px;
}

/*Sitemap */

#site-map h2.title{
	display:none;
}	
.page-sitemap h3#page-title {
	 border-bottom: 1px solid #C4C4C4;
    color: #34BEE8;
    font-family: UniversLTStd75Black;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 3px;
    text-transform: none;
}

#site-map ul li.expanded ul {padding-left:10px;}
#site-map ul.site-map-menu li a{
background: url("../images/left_nav_arrow.png") no-repeat scroll 0 9px transparent;
    color: #575757;
    display: block;
    font-size: 13px;
    padding: 5px 0 5px 15px;
    text-transform:uppercase;
}
#site-map ul.site-map-menu li a:hover {color:#34BEE8;}

#site-map ul.site-map-menu li {
	list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#site-map ul.site-map-menu li ul li a{margin-right:30px;}
#site-map .content > ul.site-map-menu > li {
    float:left;
    margin-right:30px;
}
#site-map .content > ul.site-map-menu > li.expanded > a {
	font-weight:bold;
	background: none;
}
.fb-wall .fb-wall-media {display:none;}

.fb-wall .fb-wall-message a{
	color:#34BEE8 !important
}
.fb-wall span.fb-wall-message {color: #807F7F !important;}

/* Side menu +/- buttons */
.region-sidebar-first li.expanded {position: relative;}
.region-sidebar-first li.expanded span {
	display: block;
	position: absolute;
	top:10px;
	right:6px;
	width:15px;
	height: 14px;
	cursor: pointer;
	background: white url('../images/unfolded.png') no-repeat scroll right center;
}
.region-sidebar-first li.expanded span.folded {background: white url('../images/folded.png') no-repeat scroll right center;}
.panels-flexible-row-inside{margin-left:0;padding-left:0;}
#live-demo {max-height:110px;}
#demo{width:230px;margin-top: 10px;}
#demo img {margin-right:0;}
ul.action-links {
	display:inline;
	border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.action-links li {display:inline;}
ul.action-links li a{
	background-color: #DDDDDD;
    border-color: #BBBBBB;
    border-style: solid solid none;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary.custom{margin-left:-10px;}
.back_overview {margin-top:10px;}
.back_overview a {color:#34BEE8;font-size:13px;}
.back_overview a:hover {text-decoration:underline;}
.node-news #lipsum{margin-top:10px;}
input#edit-title{width:280px;height: 21px;border:1px solid #afafaf;-moz-border-radius: 5px;border-radius: 5px; font-size:14;font-family: sans-serif;color: #807F7F;}
.views-exposed-form #edit-title-wrapper{padding-right:0;}
.item-list ul.pager{padding-top:15px;}
.item-list ul.pager li, .item-list ul.pager li a {color:#34BEE8;font-size:13px;}
.key-message-area .node-readmore {display:none;}

/* Search page */

#search-form label[for="edit-keys"]{
	color: #46BBE9;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-bottom: 3px;
    padding-right: 10px;
    text-transform: none;
}

input#edit-keys {
    border: 1px solid #AFAFAF;
    -moz-border-radius: 5px;
    border-radius: 5px
    color: #807F7F;
    font-family: sans-serif;
    height: 21px;
}
#search-form input.form-submit{
	background:transparent url("../images/input_send.png") repeat-x scroll 0 0; 
	height: 26px;
	border:1px solid #fb964a;
	padding:0 22px 2px;;
	font-size: 14px;
	color:#fff;
	clear:both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	margin-right:12px;
}
#search-form input.form-submit:hover,
.page-node-153 .node .content #search-block-form input#edit-submit:hover,
form.webform-client-form input[type="submit"]:hover{
	background:transparent url("../images/input_send-hover.png") repeat-x scroll 0 0; 
}
#block-search-form .search-form {margin-bottom:0;}
.search-results {margin-top:20px;}
.search-results h3.title a{
	color: #46BBE9;
    font-size: 15px;
    font-weight: bold;
}
.search-results p.search-info {display:none;}
.search-results p.search-snippet {
	color: #575757;
    font-size: 13px;
    line-height: 19px;
    margin-top: 0;
}

.page-search #main-wrapper .content h2 {
	 color: #FF6E00;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-bottom: 3px;
    padding-right: 10px;
    text-transform: none;
}

.page-search #main-wrapper .content ul li {
	list-style: disc outside none;
    margin-left: 13px;
    color: #807F7F;
    font-size: 13px;
    line-height: 25px;
}
.page-search .search-results .search-snippet-info {padding:0;}
.page-node-153 .node .content span,
.page-node-708 .node .content span,
.page-node-596 .node .content span,
.page-node-839 .node .content span,
.page-node-591 .node .content span
{
	color: #FF6E00;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-bottom: 3px;
    padding-right: 10px;
    text-transform: none;
    float:left;
}
.page-node-153 .node .content #search-block-form input.form-text,
.page-node-708 .node .content #search-block-form input.form-text,
.page-node-596 .node .content #search-block-form input.form-text,
.page-node-839 .node .content #search-block-form input.form-text,
.page-node-591 .node .content #search-block-form input.form-text

{
	border: 1px solid #AFAFAF;
    border-radius: 5px 5px 5px 5px;
    color: #807F7F;
    font-family: sans-serif;
    height: 21px;
    width: 300px;
}
.page-node-153 .node .content p,
.page-node-708 .node .content p,
.page-node-596 .node .content p,
.page-node-839 .node .content p,
.page-node-591 .node .content p{
    margin-bottom:15px;
}
.page-node-153 .node .content #search-block-form input#edit-submit,
.page-node-708 .node .content #search-block-form input#edit-submit,
.page-node-596 .node .content #search-block-form input#edit-submit,
.page-node-839 .node .content #search-block-form input#edit-submit,
.page-node-591 .node .content #search-block-form input#edit-submit
{
	background: url("../images/input_send.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #FB964A;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 26px;
    margin-right: 12px;
    padding: 0 22px 2px;
}
div.messages ul li {font-size:14px;}
.view-feedback .s_text a {
	display: block;
    height: 70px;
    position: absolute;
    width: 326px;
}
#configurator-wrapper div.clear{clear:both;}
.messages.status{color:#ff6e00;}
.view-news .views-row div.read-more a:hover {color:#ff6e00;}
.front .panels-flexible-region-1_column_2x2-top,
.page-node-155 .panels-flexible-region-1_column_2x2-top{width:100%;}
#boxes-box-contact_adress .boxes-box-content a {color: #34BEE8;}
#boxes-box-contact_adress .boxes-box-content a:hover {text-decoration:underline;}
#boxes-box-twitter_news_page {min-height: 700px;}
.info_wrapper .text p a {color:#34BEE8;text-decoration:none;}
.info_wrapper .text p a:hover {text-decoration:underline;}
.node-type-news .node .content ul li {list-style:disc outside none;margin-left:13px;color:#575757;font-size:13px;}
.node-type-news .node .content p a {color:#34BEE8;text-decoration:none;}
.node-type-news .node .content p a:hover {text-decoration:underline;}
.line_wrapper {
  clear:both;
}
.first_line_wrapper {
padding: 20px 0 0 0;
}

