/*--------------------------------- global styles ---------------------------------*/
body{
	padding: 22px 0px 0px 0px;
	margin: 0px auto;
	background-color: #0049A4;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/background.jpg);
	text-decoration: none;
	font-family: Tachoma, sans-serif;
	font-size: 12px;
	color: #9A9A9A;	
	text-align: center;
}

h1{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
}

a{
	color: #568AFF;
	text-decoration: underline;
}

a:hover{
	color: #C00000;
}

/*--------------------------------- utils ---------------------------------*/

.clr{
	clear: both;
}

.form_text{
	color: #9A9A9A;
	width: 500px;
	border: solid 1px #568AFF;
}

.form_textarea{
	color: #9A9A9A;
	width: 500px;
	height: 150px;
	border: solid 1px #568AFF;
}

.form_submit{
	color: #9A9A9A;
	background-color: #FFFFFF;
	border: solid 1px #568AFF;
}
/*--------------------------------- div's ---------------------------------*/

#all{
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin: 0px auto;
	text-align: justify;
}

#header{
	width: 800px;
	height: 181px;
	background-image: url(../images/header.jpg);
	margin: 0px 0px 3px 0px;
}

#menu{
	width: 800px;
	height: 49px;
	margin: 0px 0px 3px 0px;
}

#content{
	width: 800px;
	padding-top: 5px;
	background-color: #ffffff;
	background-image: url(../images/content_background.png);
	background-repeat: repeat-x;
	background-position: top;
}

#left_content{
	padding: 3px;
	float: left;
	width: 194px;
}

#right_content{
	height: auto !important;
	height: 380px; /* IE */
	min-height: 380px;	
	padding: 3px;
	float: left;
	display: inline;
	width: 594px;
}

#footer_menu{
	width: 798px;
	height: 30px;
	background-image: url(../images/footer_menu_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #C7C7C7;
	line-height: 30px;
	text-align: center;
}

#footer_menu a{
	color: #568AFF;
}

#footer_menu a:hover{
	color: #C00000;
}

#footer_copyright{
	width: 800px;
	height: 31px;
	background-image: url(../images/footer_copyright_bg.png);
	background-repeat: repeat-x;
	line-height: 31px;
	text-align: center;
}

#footer_copyright a{
	color: #568AFF;
	text-decoration: none;
}

#footer_copyright a:hover{
	text-decoration: underline;
}

.contact_line{
	width: 500px;
	padding: 0px 0px 3px 0px;
}

.contact_line_submit{
	width: 500px;
	padding: 0px 0px 3px 0px;
	text-align: right;
}

#contact_container{
	width: 594px;
	padding: 0px 47px 0px 47px;
}

.work_position{
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: #9A9A9A;
	color: #ffffff;
	font-weight: bold;
	padding-left: 3px;
}

.offer_option{
	float: left;
	display: inline;
	width: 194px;
	margin: 4px;
	border: solid 2px #E3E3E3;
	text-align: center;
	padding: 3px;
}

.offer_option a{
	color: #568AFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.offer_option a:hover{
	color: #C00000;
}

#offer_container{
	padding: 0px 85px 0px 85px;
}

.signature{
	width: 100%;
	text-align: right;
}

.implementation_image{
	width: 200px;
	text-align: center;
	float: left;
}

.implementation_content{
	width: 340px;
	float: left;
	display: inline;
	padding: 0px 5px 0px 5px;
}

.implementation_image .picture{
	padding: 3px;
	border: solid 5px #E3E3E3;
}

.implementation_more{
	text-align: right;
}

/*--------------------------------- menu ---------------------------------*/

#navigation{
	width: 800px;
	padding: 0px;
}

ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#navigation li{
	margin: 0px;
	width: 160px;
	height: 49px;
	display: block;
	float: left;
	background: url(../images/main_menu_item.png) no-repeat;
	padding-bottom: 0px;
}

#navigation li a{
	width: 160px;
	height: 49px;
	display: block;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 49px;
}

#navigation li a:hover{
	color: #D30000;
}

/*------------------------------ text content ------------------------------*/

.text_header{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
}

.text_header_blue{
	color: #568AFF;
}

.text_blue{
	color: #568AFF;
	text-decoration: none;
	font-weight: bold;
}

.text_header_red{
	color: #C00000;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
}

.text_signature{
	font-style: italic;
}