﻿body {
	margin:0px;
	padding:0px;
/* 	background-color:#1e1d1b; */
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:19px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main {
	/* background:#e8e8e6 url('../images/bodybg.jpg') repeat-x; */
	padding-bottom:30px;
}
#main .container {
	background-image:url('../images/bg_main.png');
	background-repeat:no-repeat;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}

#header {
	padding-top:10px;
	height:80px;
}
#logo h1, #logo small {	
	display:block;
	text-indent:-9999px;
}

#logo {
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:250px;
	height:80px;
	margin:0 0 0px 15px;
	float:left;
}
blockquote {
	font-family:Helvetica, Arial, Sans-serif;
	color:#fff;
	width:430px;
	float:left;
	margin-left:30px;
}

/*
	Menu
*/

ul#menu {
	margin:4px 15px 0 0; padding:0px;
	position:absolute;
	right:0px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#828a92;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#1269a9;
}
/*
	Blocks
*/

.block {
	border:0px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;		
}
.block_inside { 
	display:block; 
	border:0px solid #ffffff;
	background: #ffffff url('../images/blockbg.png') no-repeat;	
	padding:30px;
	overflow:auto;
}

.image_block {		
	padding:5px;
	float:right;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;		
}

/*
	About Blocks
*/

.block_about{
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	margin-top:20px;
}
.block_inside_about { 
	display:block; 
	border:1px solid #cce5f8;
	background: #90ccf8 url('../images/blockbg_about.jpg') repeat-x;	
	padding:30px;
	overflow:auto;
}
.image_block_about {		
	padding:5px;
	float:left;
}
.text_block_about {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;	
}

/*
	Services Blocks
*/

.block_services{
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	margin-top:20px;
}
.block_inside_services { 
	display:block; 
	border:1px solid #fff7d9;
	background: #fee17b url('../images/blockbg_services.jpg') repeat-x;	
	padding:30px;
	overflow:auto;
}
.image_block_services {		
	padding:5px;
	float:left;
}
.text_block_services {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;	
}


/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;	
}
h3 {
	margin:15px 0px 10px 0px;
	font-size:22px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#1269a9;
	line-height:26px;
}
div.block_inside h3 {
	margin:0 0 10px 0;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#007de2;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url('../images/button_bg.jpg') repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url('../images/button_bg_o.jpg') repeat-x;
	border-color:#007de2;
}
input.button {
	background:#32312f url('../images/button_bg.jpg') repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	margin:15px 0 0 0;
	clear:both;
	float:left;
}
input.button:hover {
	background:#007de2 url('../images/button_bg_o.jpg') repeat-x;
	border-color:#007de2;

}

/*
	Content-Styles
*/

#block_content {
	overflow:auto;
	margin-bottom:20px;
}
#content_items {
	width:615px;
	margin-right:25px;
	float:left;

}
#text_column {
	float:right;
	width:310px;
}
#text_column h2#text_home { 
	text-indent:-9999px;
	background-image:url('../images/wedeliver.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2#text_about { 
	text-indent:-9999px;
	background-image:url('../images/thekey.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2#text_services { 
	text-indent:-9999px;
	background-image:url('../images/helpingyou.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2#text_partners { 
	text-indent:-9999px;
	background-image:url('../images/partners.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2#text_careers{ 
	text-indent:-9999px;
	background-image:url('../images/beapart.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2#text_contact { 
	text-indent:-9999px;
	background-image:url('../images/yourfeedback.jpg');
	background-repeat:no-repeat;
	width:310px;
	height:104px;
}
#text_column h2 {
	font-size:18px;
}
#text_column h3.text_h3 {
	line-height:21px;	
	font-size:18px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#1269a9;
}
#text_column ul.text_ul {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px;
	list-style:square;	
}
.mini_content_item {
	border:0px solid #eaeae7;
	margin-bottom:10px;
	padding:0 30px 30px 30px;
}
.mini_content_item .block_inside { 
	background:none; background-color:#fff; 
	padding:0px 30px 15px 0px; 
}
.mini_content_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }
.mini_content_item ul.text_ul {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px;
	list-style:square;	
}

/*
	Footer-Styles
*/
div#footer {
	margin:0 auto;
	background:#000 url('../images/bg_footer.jpg') no-repeat top left;	
	width:950px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1269a9;	
}
div#footer .container {
	padding:15px;
	margin:0;	
}
.footer_column {	
	width:363px;		
}
div#footer P {
	color:#828A92;
}
.footer_column ul li {
		display:inline;		
}
.footer_column ul li a {
	margin:0 15px 0 0;
	color:#828A92;
}
.left {
	float:left;
}
.right {
	float:right;
}
#footer .long {
	width:586px;
}
#footer h3 {
	color:#1269a9;
	text-transform:uppercase;
	font-size:10px;	
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/*
	Form Styles
*/
#form-container {	
	border:0;	
	background:#fff;
	margin:0;padding:0;	
}
#content-contact_form {
	border:0;
	padding:0px;
	background: #fff;
	margin:0;
}
.content-label {
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#000; 	
	margin:0; 
	padding:0;
	clear:both;
}
.content-label-checkbox {
	float:left;	
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 	
	color:#000; 
	margin:0px 0 0 5px;
	clear:right;	
}
.content-checkbox {
	float:left;
	margin:0px 0 0 0px;
	clear:left;
}
.content-input {
	background:transparent url('../images/inputbg.png') no-repeat top left;
	line-height:12px;;
	clear:both;
	float:left;
	font-size:14px;
	display:block; 		
	width:188px; 
	height:15px; 
	border:1px #414141 solid; 
	margin:5px 0 15px 0;
	padding:6px;
}
.content-required {
	float:left;
	margin:0 0 0 5px;
	color:red;
	font-size:18px;
}
#content-comments {
	height:200px;
	width:375px;
	margin:10px 0 15px 0;
}
#content-fieldset {
	border:none;
}
#content-submit {
	float:left;
	margin:10px 5px 5px 0;
	padding:0;
	clear:left;
}
#content-select {
	line-height:12px;;
	clear:both;
	float:left;
	font-size:14px;
	display:block; 		
	width:200px; 
	height:30px; 
	border:1px #414141 solid; 
	margin:5px 5px 15px 0;
}

/*
	Captcha Theme
*/

#captcha {
	margin:30px 0 0 0;
}
