* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#1a2124; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#576973;
}

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:985px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}




/*==== GLOBAL =====*/
#header {
	height:342px;
	background: url(images/home_header_1400px.jpg) repeat-x center top;
}
#content {
	background:url(images/content-bg.gif) left top repeat-x #212629;
}



/*----- 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 15px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:10px;
}
	.img-box img { 
		float:left; 
		margin:0 15px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

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

h1 {
	font-size:14px;
	line-height:1.4em;
	color:#fff;
	font-style:italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
	margin-bottom:6px;
	text-shadow:1px 1px 1px #767676;
}
	h1:first-line {
		font-size:20px;
		line-height:.8em;
		text-transform:uppercase;
	}
	h1 span {
		color:#212629;
		text-shadow:none;
	}
	h1 strong {
		font-size:40px;
		color:#386d10;
		font-weight:normal;
		text-shadow:none;
	}
	h1 em {
		color:#AF2D23;
		text-shadow:none;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:16px;
}
h3 {
	font-size:1em;
	color: #335daf;
	margin-bottom:12px;
}
h4 {
	
}
h5 {
	font-size:1em;
	margin-bottom:12px;
	color:#576973;
}


.txt1 {
	font-size:14px;
	color:#fff;
}

.link1 { 
	color:#fff;
	font-style:italic;
	text-decoration:none;
	font-size:13px;
	line-height:1.2em;
	border-bottom:2px solid #595c5f;
	display:inline-block;
}
	.link1:hover {
		border-bottom:2px solid #212629;
	}

.link2 { color:#ebad1d;}


/*==================boxes====================*/
.box {
	width:100%;
	color:#ebad1d;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
		padding-left:6px;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
		padding-right:6px;
	}
	.box .border-top {
		background:url(images/border.gif) left top repeat-x;
		height:6px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .border-left {
		background:url(images/border.gif) left top repeat-y;
	}
	.box .border-right {
		background:url(images/border.gif) right top repeat-y;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) left bottom repeat-x;
	}
	.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 .inner { 
		padding:14px 25px 2px 25px;
	}
	
	
	
	

.preview-box {
	width:100%;
	color:#ebad1d;
	overflow:hidden;
	margin-top:8px;
}
	.preview-box .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
		padding-left:6px;
	}
	.preview-box .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
		padding-right:6px;
	}
	.preview-box .border-top {
		background:url(images/border1.gif) left top repeat-x;
		height:6px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.preview-box .border-left {
		background:url(images/border1.gif) left top repeat-y;
	}
	.preview-box .border-right {
		background:url(images/border1.gif) right top repeat-y;
	}
	.preview-box .border-bot {
		background:url(images/border1.gif) left bottom repeat-x;
	}
	.preview-box .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
	}
	.preview-box .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
	}
	
	.preview-box .inner { 
		padding:14px 18px 18px 40px;
	}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#ebad1d;
		}


/*===== header =====*/
#header .col-1 {
	width:200px;
}
	#header .col-1 .indent {
		padding:88px 0 0 27px;
	left: 100px;
}

#header .col-1 .logo{
		position:absolute;
		top: 16px;
	left: 0;
}

#header .col-1 .rss-icon{
		position:absolute;
		top:0;
	left: 153px;
}
	#header .col-1 .twitter-icon {
		position:absolute;
		left:195px;
		top:0;
	}
#header .col-2 {
	width:689px;
}
	#header .col-2 .nav {
		padding: 23px 0 30px 300px;
		width:100%;
		overflow:hidden;
	position: absolute;
	left: 1px;
}
		#header .col-2 .nav li {
			background: url(images/divider.gif) no-repeat left 1px;
			padding:0 9px 0 9px;
			float:left;
		}
		#header .col-2 .nav li.first {
			padding-left:0;
			background:none;
		}
			#header .col-2 .nav li a {
				display:block;
				float:left;
				width:102px;
				height:21px;
				line-height: 20px;
				text-align:center;
				font-size: 14px;
				color: silver;
				text-decoration:none;
				font-weight: bold;
}
			#header .col-2 .nav li a:hover, #header .col-2 .nav li a.current {
				background: url(images/nav-bg.gif) no-repeat center top;
			}


.header-box {
	width:600px;
	height:266px;
	position: absolute;
	left:53px;
	color:#212629;
	font-weight:bold;
	padding-left: 1px;
	top: 74px;
}
	.header-box .inner {
	padding: 3px 5px 0 4px;
}
	.header-box .extra-banner {
		position:absolute;
		right:0;
		top:0;
	}
	.header-box .button {
		background:url(images/button.gif) no-repeat left top;
		width:102px;
		height:24px;
		color:#fff;
		text-decoration:none;
		float:right;
		display:block;
		text-align:center;
		line-height:24px;
		font-weight:normal;
		position:absolute;
		right:5px;
		bottom:0;
		font-size:14px;
	}

/*===== content =====*/
#content {
	padding:0 0 35px 0;
}
	#content .indent {
		padding:14px 0 0 29px;
	}
		#content .indent .indent {
			padding:20px 0 0 0;
		}

.banners {
	width:100%;
	overflow:hidden;
}
	.banners li {
		float:left;
	}
	
ol.list1 li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#fff;
	padding-bottom:8px;
}
	ol.list1 li a {
		font-weight:bold;
		color:#4c8820;
	}

ol.list2 li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#fff;
	padding-bottom:8px;
}
	ol.list2 li a {
		font-weight:bold;
		color:#ebad1d;
	}
	ol.list2 li a:hover {
		color:#4c8820;
		text-decoration:underline;
	}





/*===== looperSlider =====*/
/*
 * Required 
*/
#loopedSlider {
	height:250px;
}
#loopedSlider .container { width:600px; height:215px; overflow:hidden; position:relative; margin:0; font-size:12px;}
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:600px; display:none; }
#loopedSlider .slides div img {
	float:left;
	margin-right:25px;
}
#loopedSlider .slides dl {
	float:left;
	width:149px;
	color:#576973;
}	
	#loopedSlider .slides dl dt {
		margin-bottom:4px;
	}
		#loopedSlider .slides dl dt a {
			font-size:14px;
		}
	
	#loopedSlider .slides dl dd {
		margin-bottom:10px;
	}
	#loopedSlider .slides dl dd.delivered {
		font-size:14px;
		color:#ebad1d;
		line-height:18px;
	}
		#loopedSlider .slides dl dd.delivered strong {
			font-size:12px;
			color:#576973;
		}
/*
 * Optional
*/
#loopedSlider,#newsSlider { width:600px; position:relative; clear:both; }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  { float:left; padding-left:4px;}
ul.pagination li a { 
	display:block;
	float:left;
	width:16px;
	height:15px;
	background:url(images/pagination-bg.gif) no-repeat left top;
}
ul.pagination li a:hover {
	background:url(images/pagination-bg.gif) no-repeat left -15px;
}
ul.pagination li.active a { background:url(images/pagination-bg.gif) no-repeat left -15px;}

.pagination-container {
	padding:11px 168px 0 0;
	float:right;
	width:193px;
}
	.pagination-container a.previous {
		float:left;
		background:url(images/prev.gif) no-repeat left top;
		width:8px;
		height:15px;
		margin-right:4px;
	}
	.pagination-container a.next {
		float:left;
		background:url(images/next.gif) no-repeat left top;
		width:8px;
		height:15px;
		margin-left:8px;
	}

/*--------------------*/




/*===== footer =====*/
#footer {
	padding:0 0 43px 0;
}
	#footer .col-1 {
		width:405px;
		margin-right:87px;
	}
		#footer .col-1 ul {
			padding:25px 0 0 25px;
			overflow:hidden;
		}
			#footer .col-1 ul li {
				float:left;
				padding-right:10px;
				padding:0 10px 5px 0;
				vertical-align:top;
				
			}
				#footer .col-1 ul li img {
					display:inline;
				}
	#footer .col-2 {
		width:104px;
		margin-right:95px;
		font-size:14px;
		line-height:52px;
		padding-top:26px;
	}
		#footer .col-2 span {
			font-size:12px;
		}
		#footer .col-2 a.skype {
			background:url(images/skype-icon.gif) no-repeat left 1px;
			padding:0 0 0 21px;
			text-decoration:none;
			color:#576973;
		}

#footer .col-2 a.twitter {
			background: url(images/twitter-icon.gif) left 1px;
			padding:0 0 0 30px;
			text-decoration:none;
			color:#576973;
		}
			#footer .col-2 a.skype  strong {
				font-size:12px;
			}
	#footer .col-3 {
		width:220px;
		padding-top:26px;
		font-size:14px;
		line-height:20px;
	}
		#footer .col-3 strong {
			font-size:12px;
		}
		#footer .col-3 a {
			color:#576973;
			text-decoration:none;
		}
		#footer .col-3 a:hover {
			text-decoration:underline;
		}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:25px;
	} 
		#contacts-form label input { 
			width:258px;
			padding:2px 0 2px 3px;
			color:#576973;
			background:#2c3134;
			border:1px solid #363c40;
		}
		#contacts-form textarea {
			width:258px;
			height:155px;
			padding:0 0 0 3px;
			margin-bottom:20px;
			color:#576973;
			overflow:auto;
			background:#2c3134;
			border:1px solid #363c40;
		}

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

