/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	background-color: #F8F8F8;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* Layout */
* {
	margin: 0px;
	padding: 0px;
}

div.container {
	margin:0px auto;
	background-color: #F8F8F8;
	width: 843px;
	text-align: left;
}
div.header{
	height: 136px;
	width: 843px;
	background-image: url(../i/header.gif);
	background-position: center top;
	background-repeat: none;
	margin-top: 22px;
	margin-bottom: 11px;
}
div.menu{
	background-color: #FFFFFF;
}
div.body{
	background-image: url(../i/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding:0px 40px 8px 40px;
}

div.body_bottom{
	height: 28px;
	width: 843px;
	background-image: url(../i/body_bottom.gif);
	background-position: center top;
	background-repeat: none;
	margin-bottom: 11px;
}
div.footer{
	height: 72px;
	width: 843px;
	background-image: url(../i/footer2.gif);
	background-position: center top;
	background-repeat: none;
}
/*---------------------------------------------------------------------------------------- */
input{
	border:1px solid black;
}

textarea{
	border:1px solid black;
}


h1{
	font: bold 2em "arial", "sans-serif";
	color: #2C396B;
}
.small_text{
	font: 0.8em "arial", "sans-serif";
	color: #2C396B;
}

/* columns
------------------------------------------------------------------------------------------ */

div.spacer {
	clear: both;
}

div.left{
	float:left;
	width: 351px;
	padding-top: 20px;
}
div.right{
	float:right;
	width: 340px;
	padding-top: 20px;
}

div.big_left{
    float:left;
	width: 418px;
}
div.small_right{
	width: 285px;
    float:right;
}

div.small_left{
	float:left;
	width: 197px;
}
div.big_right{
	width: 513px;
	float:right;
}

/* about_us
------------------------------------------------------------------------------------------- */
div.about_us{
	padding-bottom:15px;
	width: 723px;
	position: relative;
}
div.about_us img{
	margin-top:120px;
	float:left;
}


/* services
------------------------------------------------------------------------------------------- */
div.services{
	padding-bottom:15px;
	width: 723px;
	position: relative;
}

div.service_thumb{
	width: 330px;
	position: relative;
	height:145px;
	margin-top:10px;
}
div.service_thumb div.img{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 90px;
}
div.service_thumb div.content{
	margin-left:95px;
	width:220px;
}
div.service_thumb div.text{
	margin-bottom:8px;
	font: 0.8em "Verdana", "sans-serif";
}

div.service_thumb p{
	margin-bottom:10px;
	font: 0.8em "Verdana", "sans-serif";
}


/* spec offers
------------------------------------------------------------------------------------------- */



div.spec_offer{
	width: 165px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
div.spec_offer img{
	padding-top:20px;
}



/* offer details
------------------------------------------------------------------------------------------- */
div.offer_details{
	width: 723px;
	position: relative;
}
div.offer_details p{
	margin: 15px 0px;
}

/* order
------------------------------------------------------------------------------------------- */
div.order{
	padding-bottom:15px;
	width: 723px;
	position: relative;
	
	color: #2C396B;
}

input.checkbox{
	border:0px;
}

div.order table.miain_table td{
	padding:3px 0px;
}
/* work
------------------------------------------------------------------------------------------- */
div.work{
	padding-bottom:15px;
	width: 723px;
	position: relative;
	
}
div.work img{
	margin-top:3px;
	float:left;
}

div.work p{
	margin-bottom:15px;
}


/* feedback
------------------------------------------------------------------------------------------- */
div.feedback{
	padding-bottom:10px;
	width: 723px;
	position: relative;
}
div.feedback p{
	font-style:italic;
	margin-bottom: 15px;
}
div.feedback td{
	color: #2C396B;
	font-size:0.9em;
}
div.feedback #last{
	padding-top:5px;
}

/* faq
------------------------------------------------------------------------------------------- */
div.faq_main{
	width: 723px;
	position: relative;
	margin-bottom:10px;
}
div.faq_main p{
	margin-bottom: 15px;
}
div.faq_main h4{
	margin-bottom: 15px;
}
div.faq_main img{
	margin-bottom: 15px;
}
div.faq_main td{
	padding: 3px;
}


.big_text{
	font: italic bold 1.1em "arial", "sans-serif";
	color: #2C396B;
}

div.faq_tips{
	width: 723px;
	position: relative;
}

div.faq_tips img{
	float:left;
	margin-left:3px;
	margin-right:17px;
}

div.system p{
	margin: 20px 0px;
}


/* anchors
------------------------------------------------------------------------------------------- */
a.simple{
	font: 0.9em "arial", "sans-serif";
	color: #2C396B;
	text-decoration:none;
}
a.link{
	border:0px;
	margin:15px;
}

.pdf_link{
	background-image: url('../i/pdf_thumb.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top:4px;
	
	font: 0.9em "arial", "sans-serif";
	color: #2C396B;
	text-decoration:none;
}
div.service_text{
	border-top: 1px solid #3FC7E8;
	margin:5px 0;
	padding:10px;
}
div.service_text p{
	margin-bottom:10px;
}
