* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:978px;
}
body { 
	background:url(images/main-bg.gif) center top repeat-y #efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.5em;
	color:#c5c5c5;
}

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;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:978px; 
	margin:0 auto;
	font-size:.8125em;
	background:#fff;
	position:relative;
}

#header {
	height:487px;
	border-top:5px solid #000;
	background:url(images/header-bg.gif) no-repeat 21px bottom;
	padding:0 22px 0 21px;
}
#content {
	padding:89px 48px 60px 58px;
}
#footer {
	padding:20px 0 20px 0;
	border-top:8px solid #f4f4f4;
	margin:0 58px 0 58px;
}


/*----- 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 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:24px;
}
.p1 { 
	margin-bottom:12px;
}
.p2 { 
	margin-bottom:24px;
}
.p3 { 
	margin-bottom:36px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#33dcfb; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:50px;
	line-height:1.2em;
	color:#0ac0fa;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h2 {
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:uppercase;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:24px;
}
h5 {
	font-size:1em;
	font-weight:normal;
}

.link1 {
	color:#221e09;
	font-size:18px;
	line-height:1.2em;
	background:url(images/marker1.gif) no-repeat left top;
	padding:0 0 2px 34px;
	text-decoration:none;
	display:inline-block;
}
.link1:hover {
	color:#09bffa;
}

.line-hor { 
	background:#f4f4f4;
	height:8px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:50px 0 50px 0;
}


.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:100px;
	}


/*===== header =====*/
#header .login {
	position:absolute;
	top:5px;
	right:23px;
	background:url(images/login.gif) no-repeat left top;
	width:119px;
	height:27px;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}
	#header .login a {
		color:#fff;
		text-decoration:none;
	}
		#header .login a:hover {
			color:#33dcfb;
		}
		
#header .row-1 {
	height:129px;
}
	#header .row-1 .fleft {
		padding:41px 0 0 37px;
	}
	/* --- nav --- */
	#header .nav {
		float:right;
		padding:52px 22px 0 0;
	}
		#header .nav li {
			float:left;
			padding-left:7px;
		}
			#header .nav li a {
				float:left;
				font-size:18px;
				color:#cacaca;
				text-decoration:none;
				font-weight:bold;
			}
				#header .nav li a span {
					float:left;
					padding:7px 15px 7px 15px;
					cursor:pointer;
				}
			
			#header .nav li a:hover, #header .nav li a.current {
				background:url(images/nav-left.gif) no-repeat left top #33dcfb;
				color:#fff;
			}
				#header .nav li a:hover span, #header .nav li a.current span {
					background:url(images/nav-right.gif) no-repeat right top;
				}
	
#header .row-2 {
	height:358px;
}
#header .row-2.bg1 {
	background:url(images/extra-bg1.jpg) no-repeat right bottom;
}
#header .row-2.bg2 {
	background:url(images/extra-bg2.jpg) no-repeat right bottom;
}
#header .row-2.bg3 {
	background:url(images/extra-bg3.jpg) no-repeat right bottom;
}
#header .row-2.bg4 {
	background:url(images/extra-bg4.jpg) no-repeat right bottom;
}
	#header .row-2 .indent {
		padding:45px 350px 0 34px;
	}
		#header .row-2 h2 {
			font-size:16px;
			text-transform:uppercase;
			line-height:1.2em;
			margin:-4px 0 36px 0;
		}
		#header .row-2 p {
			font-size:14px;
			line-height:18px;
			padding-right:220px;
			margin-bottom:38px;
		}

/*===== content =====*/
	blockquote {
		font-size:24px;
		line-height:30px;
		color:#969696;
		padding-bottom:55px;
	}
	
	.social-links li {
		width:100%;
		overflow:hidden;
		border-bottom:1px solid #f4f4f4;
		padding-bottom:3px;
		margin-bottom:7px;
		vertical-align:top;
	}
		.social-links li a {
			float:right;
			color:#b4b4b4;
			text-decoration:none;
		}
		.social-links li a.name {
			float:left;
		}
		.social-links li a:hover {
			color:#000;
			font-weight:bold;
		}
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat left 8px;
		padding:0 0 0 24px;
		border-bottom:1px solid #f4f4f4;
		padding-bottom:9px;
		margin-bottom:14px;
	}

/*===== footer =====*/
#footer a {
	color:#b9b8b8;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
	#footer .nav {
		float:right;
	}
		#footer .nav li {
			display:inline;
		}
			#footer .nav li a {
				padding:0 7px 0 4px;
			}


/*----- forms -----*/
#contact-form fieldset {
	border:none;
}
	#contact-form .field {
		height:42px;
		overflow:hidden;
	}
		#contact-form label {
			float:left;
			background:url(images/input-bg.gif) no-repeat left top;
			height:31px;
		}
		#contact-form input.text {
			border:none;
			background:none;
			width:245px;
			padding:6px 5px 5px 12px;
			font-size:12px;
			color:#c5c5c5;
			margin-right:17px;
		}
		#contact-form input.password {
			border:none;
			background:none;
			width:249px;
			padding:6px 5px 5px 12px;
			font-size:12px;
			color:#c5c5c5;
		}
		#contact-form input.submit {
			background:url(images/send.gif) no-repeat left top;
			border:none;
			width:80px;
			height:32px;
			margin-left:7px;
			cursor:pointer;
		}
		#contact-form input.reset {
			background:url(images/clear.gif) no-repeat left top;
			border:none;
			width:89px;
			height:32px;
			cursor:pointer;
		}
		#contact-form .textarea-box {
			background:url(images/textarea-bg.gif) no-repeat left top;
			width:552px;
			height:90px;
			overflow:hidden;
			margin-bottom:9px;
		}
			#contact-form .textarea-box textarea {
				border:none;
				background:none;
				width:535px;
				height:78px;
				padding:6px 5px 5px 12px;
				font-size:12px;
				color:#c5c5c5;
				overflow:auto;
			}

/*==========================================*/
