/* 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:#dfdede; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#908f8f;
}
html, body { height:100%; min-width:980px;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 980px;
	font-size:.8125em;
}

	/* Header */
	header{
		height:494px;
		overflow:hidden;
		background:url(../images/header-bg.gif) 0 0 repeat-x #f6f6f6;
	}
	header.small {
		height:135px;
	}
	
	/* Content */
	section#content {
		background:#f6f6f6;
		padding-bottom:63px;
	}
	
	/* Sidebar */
	aside{
		padding-bottom:50px;
	}
			
	/* Footer */
	footer{
		color:#2f2f2f;
	}




/* 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;
}


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure.fleft { 
	margin:0 20px 0 0; 
	float:left;
	padding-top:4px;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box figure { 
		float:left; 
		margin:0 20px 0 0;
		padding-top:4px;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


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

h1 {
	font-size:50px;
	line-height:1.2em;
	color:#2f2f2f;
	font-weight:normal;
	padding:7px 0 0 38px;
}
	h1 a {
		color:#2f2f2f;
		text-decoration:none;
	}
h2 {
	font-size:24px;
	line-height:1.2em;
	color:#2f2f2f;
	font-weight:normal;
	margin-bottom:20px;
	padding:6px 0 0 0;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#2f2f2f;
	font-weight:normal;
	padding:16px 0 15px 40px;
	margin:0 0 0 -15px;
}
	h3.icon1 {
		background:url(../images/icon1.gif) no-repeat 0 0;
	}
	h3.icon2 {
		background:url(../images/icon2.gif) no-repeat 0 0;
		padding-left:54px;
	}
	h3.icon3 {
		background:url(../images/icon3.gif) no-repeat 0 0;
		padding-left:63px;
	}
h4 {
	font-size:1em;
	margin-bottom:18px;
	color:#2f2f2f;
}
h5 {
	font-size:1em;
	color:#2f2f2f;
}

.link1 { 
	font-size:16px;
	color:#000;
	background:url(../images/arrow1.gif) no-repeat 100% 3px;
	padding-right:20px;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}

.link2 { 
	font-size:16px;
	background:url(../images/arrow2.gif) no-repeat 100% 6px;
	padding-right:16px;
}


.line-hor { 
	background:url(../images/line-hor.gif) 0 60% repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	padding:35px 0 25px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(../images/left-top-corner.gif) no-repeat 0 0;
	width:100%;
	color:#908f8f;
	font-size:14px;
}
	.box .inner {
		background:url(../images/right-bot-corner.gif) no-repeat 100% 100%;
		padding:17px 30px 30px 47px;
	}
	.box p {
		margin-bottom:27px;
	}
	
	.box ul li {
		border-bottom:1px dotted #c2c1c1;
		background:url(../images/arrow2.gif) no-repeat 1px 7px;
		padding:0 0 8px 18px;
		margin-bottom:7px;
	}
	.box ul li.last-child {
		border-bottom:none;
		padding-bottom:21px;
	}
		.box ul li a {
			color:#77c532;
			text-decoration:none;
		}
		.box ul li a:hover {
			color:#000;
		}



/*===== header =====*/
header .logo {
	position:absolute;
	left:0px;
	top:3px;
	width:259px;
	height:66px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	background-image: url(images/logo.gif);
	background-color: #BCBBBB;
}
	header .logo span {
		display:block;
		margin-top:-14px;
		padding:0 0 0 40px;
		color:#b7b6b6;
	}

header nav {
	position:absolute;
	right:0;
	top:23px;
}
	header nav li {
		float:left;
		font-size:14px;
		padding-left:42px;
	}
		header nav li a {
			color:#2f2f2f;
			text-decoration:none;
		}
		header nav li a:hover, header nav li a.current {
	color:#FF6600;
	text-shadow:1px 1px 0 #b2b1b1;
		}


/*--- slider begin ---*/
.slider {
	position:absolute;
	left:0;
	top:102px;
}
#faded { width:980px; }
/*
 * Required: If fixed height, state it here
*/
#faded .rap { height:392px; overflow:hidden;}
#faded .prev {
	position:absolute;
	left:0;
	top:129px;
	width:66px;
	height:99px;
	background:url(../images/prev.jpg) no-repeat 0 0;
	z-index:10;
}
#faded .next {
	position:absolute;
	right:0;
	top:129px;
	width:66px;
	height:99px;
	background:url(../images/next.jpg) no-repeat 0 0;
	z-index:10;
}
/*--- slider end ---*/


/*===== content =====*/
#mainContent {
	padding:0 5px 0 47px;
}
	
	#mainContent ul li {
		background:url(../images/arrow3.gif) no-repeat 4px 6px;
		padding:0 0 9px 22px;
		font-size:14px;
		border-bottom:1px dotted #c2c1c1;
		margin-bottom:7px;
	}
	#mainContent ul li.last-child {
		border-bottom:none;
		margin-bottom:0;
		padding-bottom:7px;
	}
		#mainContent ul li a {
			text-decoration:none;
			color:#2f2f2f;
		}
		#mainContent ul li a:hover {
	color:#FF6600;
		}


/*===== footer =====*/

footer .fleft {
	padding-top:5px;
}
footer .indent {
	padding:21px 5px 14px 0;
}
	footer a {
		color:#2f2f2f;
		text-decoration:none;
	}
	footer a:hover {
		text-decoration:underline;
	}

.social-links {
	float:right;
}
	.social-links li {
		float:left;
		padding-left:30px;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:300px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:280px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:56px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #dfdede;
			background:none;
			padding:4px 0 4px 5px;
			width:270px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #dfdede;
			background:none;
			padding:3px 0 3px 5px;
			width:273px;
			overflow:auto;
			height:129px;
			margin-bottom:25px;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:11px;
		}

/*==========================================*/
<
