/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.jpg) no-repeat center top #000;
	background-attachment:fixed; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#4f4f4f;
}
html { 
	min-width:996px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:996px;
	font-size:.814em;
}

	/* Header */
	header {
		background:url(../images/tail-top.png) repeat-x left top;
	}
		header .container {
			height:545px;
			position:relative;
			background:url(../images/header-bg.png) no-repeat left bottom;
			padding:0;
		}
	
	/* Sidebar */
	aside .container {
		padding-bottom:80px;
	}
			
	/* Footer */
	footer {
		height:55px;
		margin-top:-55px;
		background-color:#021b4d;
		font-size:.923em;
	}




/* Left & Right alignment */

.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;
}

.wrap {
	min-height:100%;
	height:auto!important;
	height:100%;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#4f4f4f;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.social-services {
	float:right;
	padding:23px 22px 0 0;
}
	.social-services li {
		float:left;
		margin-left:5px;
	}

.tips {
	padding-bottom:8px;
}	
	.tips li {
		padding-left:51px;
		position:relative;
		padding-bottom:25px;
		height:1%;
	}
		.tips li em {
			display:block;
			padding-bottom:7px;
		}
		.tips li span {
			position:absolute;
			left:0;
			top:0;
			width:41px;
			height:41px;
			background-color:#00a6e4;
			text-align:center;
			color:#fff;
			font-size:30px;
			line-height:1.4em;
		}
	
.faqs li {
	line-height:1.231em;
	padding-bottom:24px;
}
	.faqs li h6 {
		margin:0;
	}

.expert li {
	padding-bottom:20px;
}	
	.expert li a {
		font-style:italic;
	}
	.expert li cite {
		line-height:1.231em;
		padding-top:7px;
	}

.list {
	padding-bottom:10px;
}
	.list li {
		padding:0 0 8px 36px;
		background:url(../images/marker.gif) no-repeat 15px 3px;
		height:1%;
	} 	
	.list li.last {
		margin-bottom:-18px;
	}
		.list li,	
		.list li a {
			color:#4f4f4f;
		}
		.list li a {
			text-decoration:none;
		}
		.list li a:hover {
			color:#51c504;
		}

/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:25px;
	line-height:1.231em;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:35px;
}
.p3 {
	margin-bottom:18px;
}


.indent {
	padding:0 8px;
}
.indent1 {
	padding:25px 0 30px 0;
}

figure {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	figure span {
		border:3px solid #a0a0a0;
		float:left;
	}
	figure.fleft {
		float:left;
		width:auto;
		padding:0;
		margin-right:20px;
	}
	
cite {
	line-height:1.385em;
	font-style:normal;
	display:block;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#8d8c8c; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		position:absolute;
		left:10px;
		top:12px;
		width:500px;
		height:61px;
		background:url(../images/logo.gif) no-repeat left top;		
	}
h2 {
	font-size:32px;
	line-height:1.2em;
	color:#4e5259;
	letter-spacing:-1px;
	margin-bottom:20px;	
}
	h2 span {
		text-transform:uppercase;
		color:#00a6e4;
	}
h5 {
	color:#8d8c8c;
	font-style:italic;
	font-weight:normal;
	margin-bottom:7px;	
}
h6 {
	color:#7bbc00;
	font-size:.846em;
	line-height:1.636em;
	text-transform:uppercase;
	margin-bottom:30px;	
}
h6.style1 {
	margin-bottom:20px;
}
h6.style2 {
	margin-bottom:8px;
}


.txt1 {
	color:#8d8c8c;
	font-size:1.154em;
	line-height:1.2em;
	font-style:italic;
}
.txt2 p {
	color:#8d8c8c;
}

.link {
	color:#fff;
	font-size:20px;
	line-height:1.4em;
	text-decoration:none;
	display:inline-block;
	background-color:#a0a0a0;
	padding:0 27px;
}
.link:hover {
	background-color:#021b4d;
}

.link1 {
	display:block;
}
.link1.alignright {
	text-align:right;
}
	.link1 a {
		font-style:italic;
		color:#00a6e4;
		font-size:1.154em;
	}
	

.line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:316px 0;
	width:100%;
}
.line-ver2 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:642px 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .border-top {
		background:url(../images/border-top.png) repeat-x left top;
		height:30px;
		font-size:0;
		line-height:0;
	}
	.box .border-bot {
		background-image:url(../images/border-bot.png);
		background-repeat:repeat-x;
		height:28px;
		font-size:0;
		line-height:0;
		overflow:hidden;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat left top;
		padding-left:8px;
		height:30px;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat right top;
		padding-right:8px;
		height:30px;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
	}
	.box .xcontent {
		background:#eee;
		width:100%;
	}
	.box .inner { 
		padding-left:22px;
		padding-right:15px;
	}



/*===== header =====*/
header nav {
	position:absolute;
	top:140px;
	left:0;
}
	header nav ul li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		margin-bottom:-15px;
	}
		header nav ul li a {
			color:#fff;
			letter-spacing:-1px;
			text-decoration:none;
			font-size:50px;
			text-transform:uppercase;
			width:317px;
			height:58px;
			display:block;
			background-repeat:no-repeat;
			background-position:left top;
			text-indent:38px;
			padding-top:12px;
		}
		header nav ul li.current a {
			background-image:url(../images/nav-act.png);
		}
		header nav ul li.current a,
		header nav ul li a:hover {
			color:#7bbc00;
		}
header figure {
	position:absolute;
	right:27px;
	top:125px;
	border:10px solid #eee;
	width:auto;
	padding:0;
}


/*===== content =====*/
#content address {
	font-style:normal;
	color:#283a4c;
	line-height:1.231em;
}
	#content address p {
		margin:0;
	}
	#content address span {
		float:right;
		margin-right:35px;
	}

/*===== Sidebar =====*/
aside .box .border-bot {
	height:81px;
	background-image:url(../images/border-bot1.png);
	font-size:1em;
	line-height:1em;
}
aside address {
	font-style:normal;
	line-height:1.231em;
	background:url(../images/icon-mail.gif) no-repeat left top;
	padding-top:54px;
}
	aside address,
	aside address a {
		color:#4f4f4f;
	}

/*===== footer =====*/
footer .inside {
	padding:20px 22px 0 22px;
}
footer,
footer a {
	color:#fff;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/

#search-form fieldset {
	position:absolute;
	right:27px;
	top:37px;
}
#search-form input {
	border-left:1px solid #1d1d1d;
	border-top:1px solid #1d1d1d;
	border-right:1px solid #d0d0d1;
	border-bottom:1px solid #d0d0d1;
	width:163px;
	padding:4px 3px;
	background-color:#eeeeee;
	float:left;
}
#search-form a {
	background-color:#a0a0a0;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	line-height:1.2em;
	margin-left:5px;
	padding:0 12px;
	height:26px;
}
#search-form a:hover {
	background-color:#021b4d;
}

#newsletter-form fieldset {
	float:left;
	padding:28px 0 0 13px;
}
#newsletter-form input {
	border-left:1px solid #1d1d1d;
	border-top:1px solid #1d1d1d;
	border-right:none;
	border-bottom:none;
	width:163px;
	background-color:#eeeeee;
	padding:5px 3px 6px 3px;
	color:#8d8c8c;
	font-size:.846em;
	float:left;
}
#newsletter-form a {
	background-color:#021b4d;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	line-height:1.2em;
	margin-left:5px;
	padding:0 12px;
	height:26px;
}
#newsletter-form a:hover {
	background-color:#fff;
	color:#021b4d;
}

#contacts-form .rowElem { 
	height:62px;
}
#contacts-form label {
	display:block;
}
#contacts-form input {
	width:274px; 
	padding:7px 0 7px 3px; 
	background:#fff;
	border:1px solid #a0a0a0; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:283px; 
	height:201px; 
	overflow:auto;
	background:#fff;
	border:1px solid #a0a0a0; 
	padding:7px 0 7px 3px;
	margin-bottom:32px; 
}

/*==========================================*/
    
