* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(../images/main-bg.jpg) no-repeat center 147px #1f2715;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#737b60;
}

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;
	padding-bottom:14px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:982px; 
	margin:0 auto;
	font-size:1em;
}

#header {
	height:596px;
	background:url(../images/Monarch-bg.jpg) no-repeat 19px 147px;
}
#header.nobg {
	background:none;
}
#content {
	padding:0 0 42px 49px;
}
#footer {
	height:63px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x;
}
.tail-bottom { 
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:3px 23px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:3px 23px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:26px;
	color:#fff;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:30px;
	padding:8px 0 0 0;
}
h3 {
	font-size:1em;
	color:#fff;
	margin-bottom:20px;
	font-weight:normal;
}


.txt1 {
	color:#fff;
}
	

.button {
	padding:15px 0 0 0;	
}
	.button a { 
		float:left;
		font-size:10px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:3px 16px 3px 16px;
		background:#7eae09;
	}
	.button a:hover {
		background:#fff;
		color:#7eae09;
	}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address dt {
	margin-bottom:20px;
	color:#fff;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:95px;
	}


/*===== header =====*/
#header .row-1 {
	height:147px;
}
	#header .row-1 .fleft {
		padding:22px 0 0 20px;
	}
	#header .nav {
		float:right;
		padding:81px 15px 0 0;
	}
		#header .nav li {
			float:left;
			padding-left:6px;
		}
			#header .nav li a {
				display:block;
				float:left;
				font-size:20px;
				color:#fff;
				line-height:43px;
				padding:0 12px;
				text-decoration:none;
				text-transform:uppercase;
			}
			#header .nav li a:hover, #header .nav li a.current {
				background:url(../images/nav-bg.gif) left top repeat-x;
			}
	
	
	
#header .row-2 .indent {
	padding:104px 0 0 64px;
}
	#header .row-2 .indent p {
		margin-bottom:43px;
	}

/*===== slider =====*/
	/*
	 * Required 
	*/
	.container1 { width:961px; height:419px; overflow:hidden; position:relative;}
	.slides { position:absolute; top:0; left:0;}
	.slides div { position:absolute; top:0; width:961px; height:419px; display:none; }
		.slides div img {
			position:relative;
			z-index:9;
		}
		.slides div span {
			position:absolute;
			left:154px;
			top:330px;
			display:block;
			font-size:15px;
			color:#fff;
			line-height:1.2em;
			z-index:12;
			text-transform:uppercase;
		}
	/*
	 * Optional
	*/
	#loopedSlider { margin:0 auto; width:961px; height:419px; position:relative; clear:both; }
	ul.pagination { 
		/*background:url(../images/pagination-bg.png) no-repeat left top;*/
		width:459px;
		height:35px;
		position:absolute;
		left:21px;
		top:322px;
		padding:12px 0 0 30px;
		z-index:11;
	}
	ul.pagination li  { display:inline;}
	ul.pagination li a { 
		background:url(../images/marker1.gif) no-repeat left top; 
		width:11px; 
		height:11px; 
		display:block;
		overflow:hidden;
		float:left;
		margin-right:5px;
	}
	ul.pagination li.active a {
		background:url(../images/marker2.gif) no-repeat left top; 
	}
/*===== slider =====*/

/*===== content =====*/
	.list1 li {
		background:url(../images/arrow1.gif) no-repeat left 3px;
		padding:0 0 5px 28px;
	}
/*===== footer =====*/
#footer {
	font-size:12px;
}
	#footer .indent {
		padding:18px 0 0 48px;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:65px;
	} 
		#contacts-form label input { 
			width:250px;
			padding:2px 0 3px 3px;
			color:#fff;
			background:#171d10;
			border:1px solid #364027;
		}
		#contacts-form textarea {
			width:280px;
			height:85px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#fff;
			background:#171d10;
			border:1px solid #364027;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:319px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:288px !important;
		}
		#contacts-form .button a {
			margin-left:30px;
			float:right;
		}

/*==========================================*/
