* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; 
	line-height:17px; color:#5c5c56;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.col-1, .col-2, .col-3, .col-4, .sub_col-1, .sub_col-2, .sub_col-3, .sub_col-4 { 
	float:left;
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.rel {
	position:relative;
	padding:0 0 10px 0
}



/*==== GLOBAL =====*/ 
#main {
	margin:0 auto;
	padding-right:18px
}

#header {
	width:100%;
	margin:0 auto;
	height:460px;
	position:relative;
}
#footer {
	height:90px;
}
.foot {
	width:998px;
	margin:0 auto;
	height:100px;
	color:#9d9d9d;
	position:relative;
	background:url(images/foot_bg.gif) repeat-x 0% 0%;
}
.copy {
	position:absolute;
	background:url(images/foot_logo.gif) no-repeat 0% 0%;
	color:#5c5c5c;
	font-size:11px;
	padding:29px 0 20px 77px;
  	right:51px;
	top:52px;
	text-transform:uppercase;
	width:182px;
}
.copy a {
	color:#5c5c5c;
	text-decoration:underline
}
.copy a:hover {
	text-decoration:none
}
.copy span {
	margin:0 4px
}
.icons {
	position:absolute;
	right:29px;
	width:300px;
	top:13px;
	text-align:right
}
.icons a {
	margin-left:27px;	
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 30px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent3 { 
	float:left;
}
p {
	margin-bottom:12px;
}
.p1 { 
	margin:0 0 22px 0 ;
}
.p2 { 
	margin:0 70px 0 0 !important;
}
.p3 { 
	margin-bottom:24px !important;
}
.p4 { 
	margin-top:0 !important;
}
.margin20 {
	margin-bottom:20px;	
}
.margin30 {
	margin-bottom:30px;	
}
.margin40 {
	margin-bottom:40px;	
}
.margin25 {
	margin-bottom:25px !important;	
}
.margin15 {
	margin-bottom:15px;	
}
.no_marg {
	margin:0 !important	
}
.no_bg {
	background:none !important	
}
/*----- txt, links, lines, titles -----*/
a {
	color:#01a1fe; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
.upercase {
	text-transform:uppercase;
}
.non_underline {
	text-decoration:none;	
}
.non_underline:hover {
	text-decoration:underline
}
h1 {
	font-size:26px;
	line-height:1.2em;
	margin:14px 0 15px;
	color:#1f1e1f;
	font-weight:900
}
h2 {
	font-size:22px;
	line-height:1.2em;
	margin:0 0 20px;
	color:#303030;
	font-weight:400
}
h2 strong {
	font-weight:400;
	color:#ff007e
}
h3 {
	font-size:26px;
	line-height:1.2em;
	margin:0 0 20px;
	color:#010101;
	font-weight:normal;
}



/*==================boxes====================*/
.more {
	text-decoration:underline;
	font-size:12px;
	color:#1f1e1f;
	font-weight:bold;
	font-style:italic
}
.more:hover {
	text-decoration:none;
}
.address dt {
	margin-bottom:22px;
	}
	.address dd { 
		clear:both;
		text-align:right;
		
	}
		.address dd span { 
			float:left;
			padding-right:0;
		}
		.address dd strong { 
			padding-right:25px;
			font-weight:normal
		}

/*===== header =====*/
.left_bg {
	position:absolute;
	width:50%;
	background:url(images/main_bg.gif) repeat-x 0% 100%;
	height:440px;
	left:0
}
.logo {
	position:absolute;
	margin:9px 0 0 -21px;
}
.menu {
	position:absolute;
	margin:127px 0 0 410px;
}
.menu ul li {
	float:left;	
	background:url(images/menu_spacer.gif) no-repeat 0% 0%;
	padding-right:23px
}
.menu ul li a {
	display:block;
	float:left;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:600
}
.menu ul li a:hover, .menu ul li a.active  {
	border-bottom:1px solid #fff
}
.slogan {
	font-size:44px;
	color:#797979;
	position:absolute;
	margin:234px 0 0 19px;
	font-weight:normal;
	line-height:1.2em
}
.slogan div {
	color:#fff;
	font-weight:900;
}

/*===== content =====*/

.container {
	width:998px;
	margin:0 auto;
	padding:0 0 28px;
}
.block {
	float:left;
	width:238px;
	margin-right:22px;
	background:#232122;
	color:#fff
}
.block a {
	color:#fff	
}
.inner {
	padding:0 0 0 19px	
}
.inner2 {
	padding:8px 0 8px 14px	
}
.inner3 {
	padding:0 0 0 25px	
}
.grey_block {
	background:#f6f6f6;
	padding:10px 20px 30px 32px
}
.list {
	margin-bottom:30px;	
}
.list li {
	background:url(images/mark.gif) no-repeat 0% 6px;
	padding:0 0 0 15px;
	line-height:24px;
}
.list li a {
	text-decoration:underline;
	color:#01a1fe;
	font-weight:bold
}
.list li a:hover {
	text-decoration:none;
}
.sub_tite {
	text-transform:uppercase;
	font-weight:bold;
	color:#8ec243;
	display:block;
	margin:0 0 13px 0 
}	
/*===== footer =====*/

/*----- forms -----*/
.inp_form {
	float:left;
	width:723px
}
.fleft_form {
	float:left;
	display:inline;
}
.inp_form input {
	display:block;
	width:342px;
	padding:3px 5px 3px;
	color:#5c5c56;
	border:1px solid #bbb;
	background:#fff;
	
}
.inp_form .inp_bg {
	margin-right:0;
	height:28px;
	width:370px;
	
}
.inp_form textarea {
	width:335px;
	height:106px;
	color:#5c5c56;
	padding:0 5px 5px;
	float:left;
	overflow:auto;
	border:1px solid #bbb;
	background:#fff
}
.area_bg {
	height:104px;
	float:left;
}
.form_link {
	padding:30px 6px 0 0	
}
.form_link a {
	margin-left:15px	
}
/*==========================================*/

.button {
	color:#2ec1c4;
	font-size:17px;
	text-decoration:none;
	background:url(images/button_bgs2.gif) repeat-x 0% 0%;
	display:inline-block;
	cursor:pointer
}
.button:hover {
	color:#574011;
}
.button span {
	background:url(images/button_bgs1.gif) no-repeat 0% 0%;
	display:inline-block
}
.button span span {
	background:url(images/button_bgs3.gif) no-repeat 100% 0%;
	line-height:1.2em;
	padding:1px 7px 5px;
}
.green {
	color:#8ec243	
}

.line_hor {
	background:url(images/dot.gif) repeat-x 0% 0%;
	height:1px;
	width:100%;
	overflow:hidden;
	margin:23px 0; 
	line-height:0px
}
