/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
* {
	margin:0px;
	padding:0px;
}
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#fff;
	empty-cells:show;
	font:11px/15px Tahoma, Arial, sans-serif;
	color:#676867;
}
a {
	font:11px Tahoma, Arial, sans-serif;
	color:#676867;
	text-decoration:underline;
}
a:hover {
	font:11px Tahoma, Arial, sans-serif;
	color:#676867;
	text-decoration:none;
}
img {
	border:0px;
	border:none;
}
br {
	line-height:0px;
}
input {
	vertical-align:middle;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	border-color:#A1A1A1;
	border-bottom:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
}
textarea {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	border-color:#A1A1A1;
	border-bottom:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
}

table {
	font:11px Tahoma, Arial, sans-serif;
	color:#632A17;
	empty-cells:show;
}
form {
	border:0px;
	border:none;
	padding:0;
	margin:0;
}
/*
================================================================================
|                                     DIV's DISPLAY                            |
================================================================================
*/
.dt {
	display:table; 
	width:100%;
}
.dr {
	display:table-row; 
	width:100%; 
	height:100%;
}
.dc {
	float:left;
}
.cb {
	clear:both;
}
.db {
	display:block;
}
/*
================================================================================
|                                     TEMPLATE WIDTH                           |
================================================================================
*/
.main {
	width:1000px;
}
/*
================================================================================
|                                     MENU                                     |
================================================================================
*/
.but-on {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1CA1B4;
	padding:6 0 5 0;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	line-height:10px;
	display:block;
}
.but-on:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1CA1B4;
	padding:6 0 5 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:10px;
	display:block;
}
.but-off {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#616161;
	padding:6 0 5 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:10px;
	display:block;
}
.but-off:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1CA1B4;
	padding:6 0 5 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:10px;
	display:block;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.head {
	height:243px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.cn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#616161;
	text-decoration:none;
	line-height:28px;
	padding:37px 0 0 95px;
}
.slogan {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F2AC17;
	font-style:italic;
	padding:2px 0 2px 95px;
	line-height: 13px;
}
.slogan2 {
	font-family:tahoma, Arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	line-height:11px;
}
.slogan3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#EDFFC1;
	text-transform:uppercase;
	font-weight:bold;
	line-height:26px;
	padding:10px 0 0 0;
}
/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0C9AAF;
	line-height:13px;
}
.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#616161;
	line-height:13px;
}
.m-1 {
	background-image:url(images/m-1.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:15px;
}
/*SERVICES TABLE*/
.serv_tab {
	width:851px;
	color:#616161;
}
.num {
	width:25px;
	height:17px;
	text-align:center;
	background-image:url(images/tab-v.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
.service {
	width:788px;
	padding-left:9px;
	background-image:url(images/tab-v.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
.price {
	width:38px;
	text-align:center;
}
.hor_line {
	background-image:url(images/tab-h.gif);
	background-repeat:repeat-x;
}
/*
================================================================================
|                                     FORM's                                   |
================================================================================
*/
.finput1 {
	width:209px;
	height:19px;
}
.finput2 {
	width:272px;
	height:19px;
}
.ftextarea {
	width:387px;
	height:62px;
}
.bclear {
	background-image:url(images/but-clear.gif);
	background-repeat:no-repeat;
	border:0px;
	cursor:hand;
	cursor:pointer;
	width:56px;
	height:19px;
	margin-right:10px;
	margin-left:262px;
}
.bsend {
	background-image:url(images/but-send.gif);
	background-repeat:no-repeat;
	border:0px;
	cursor:hand;
	cursor:pointer;
	width:56px;
	height:19px;
}
.ok {
	width:34px;
	height:19px;
	border:0px;
	cursor:pointer;
	cursor:hand;
	background-image:url(images/ok.gif);
	background-repeat:no-repeat;
	float:left;
}
.input {
	width:106px;
	height:19px;
	float:left;
}
/*
================================================================================
|                                     FONTS                                    |
================================================================================
*/
.font1 {color:#7F7F7F; text-decoration:none;}
.font1:hover {color:#7F7F7F; text-decoration:underline;}

.font2 {color:#0C9AAF;}
.font2:hover {color:#0C9AAF; text-decoration:none;}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.foot {
	height:100px;
	clear:both;
	background-image:url(images/foot.gif);
	background-repeat:repeat-x;
	color:#fff;
}

.table_v { width:809px; background:url(images/3_table1.gif) repeat-y; padding:1px 0px 1px 0px; color:#616161; float:left}

.tabv1 { width:25px; text-align:center; float:left}
.tabv2 { width:717px; padding-left:9px; float:left}
.tabv3 { padding-left:26px; width:32px; float:left}