/* 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:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#a3a2a2;
	min-width:980px;
}
html { 
	min-width:980px;
       
}
html, 
body { 
	height:100%;
}
h1 
{
	
 font-size:38px !important;
 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-weight:bold;
 line-height:44px;
 color:#500 !important;
 text-transform:capitalize !important;
 font-style:normal !important;
 letter-spacing: 2px !important;
 text-align:center;	
	
}


/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:980px;
	font-size:.75em;
	margin-top:-74px;
}

	/* Header */
	header{
		height:728px;
		position:relative;
	}
	
	/* Content */
	section#content {
		float:left;
		width:675px;
		padding-top:44px;
		margin-left:0px;
	}
	
	/* Sidebar */
	aside {
		width:262px;
		float:left;
		margin:-96px 43px 0 0;
		position:relative;
		z-index:3;
		color:#fff;
		background:url(../images/bg-tail.gif) repeat-x left top #780217;
	}
			
	/* Footer */
	footer {
		font-size:.92em;
		height:102px;
		text-transform:uppercase;
	}




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

.container {
	width:100%;
	padding-bottom:38px;
	margin-top:65px;
}


/*---- tailings ----*/
.tail-top { 
        
	background:#FFFFFF;
      min-height: 640px;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
       min-height: 640px;
}

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

fieldset {
	border:0;
}


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

.news {
	width:100%;
	overflow:hidden;
}
.news li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:20px;
	margin-bottom:22px;
	background:url(../images/line-hor.png) repeat-x left bottom;
}
	.news li a {
		text-decoration:none;
	}
		.news li strong {
			text-transform:uppercase;
			color:#fff;
			display:block;
			font-size:1.08em;
			background-color:#f09b0b;
			padding:6px 0 6px 11px;
		}
		.news li a {
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			line-height:1.667em;
			display:block;
			padding-top:8px;
		}
		.news li a:hover {
			color:#000;
		}
			.news li a img {
				position:relative;
				top:5px;
			}

.list {
	padding-bottom:20px;
}
	.list li {
		padding:0 0 4px 11px;
		background-repeat:no-repeat;
		background-position:0 3px;
		background-image:url(../images/marker1.gif);
	} 
	.list.extra li {
		background-image:url(../images/marker2.gif);
	}
			.list li a {
				text-transform:uppercase;
				color:#faac09;
				text-decoration:none;
				font-weight:bold;
				font-size:1.08em;
			}
			.list.extra li a {
				color:#c20526;
			}
			.list li a:hover {
				color:#fff;
			}

.list1 {
	width:100%;
	overflow:hidden;
}			
	.list1 li {
		float:left;
		width:206px;
		line-height:1.667em;
		margin-right:28px;
		padding-bottom:30px;
	}
	.list1 li.alt {
		margin-right:0;
	}
	.list1 li h5 {
		padding-top:16px;
	}
	.list1 li a {
		font-size:1.08em;
		color:#faac09;
	}
	
.list2 {
	width:100%;
	overflow:hidden;
}
	.list2 li {
		float:left;
		width:159px;
		margin-right:13px;
	}
	.list2 li.last {
		margin-right:0;
	}
		.list2 li span {
			display:block;
			padding-top:22px;
		}
	
/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent1 {
	margin-bottom:20px;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:23px;
	line-height:1.667em;
}
	.img-box img { 
		float:left; 
		margin:0 31px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
	line-height:1.667em;
}
.p0 {
	margin:0;
	padding:0;
}

dl {
	line-height:1.667em;
}
	dl dt {
		color:#faac09;
	font-size:1.08em;
	font-weight:bold;
	line-height:1.5em;
	text-transform:uppercase;
}
	dl dd {
		padding-bottom:20px;
	}
	dl dd.last {
		padding:0;
	}
	
	.address dd span { 
		float:left;
		width:91px;
	}



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

h2 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:22px;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(../images/title-tail-1.gif);
	padding:12px 0 7px 15px;
	margin-bottom:23px;
}
h3.style1 {
	background-image:url(../images/title-tail-2.gif);
}
h3.style2 {
	background-image:url(../images/title-tail-3.gif);
}
h5 {
	color:#faac09;
	font-size:1.08em;
	line-height:1.5em;
	text-transform:uppercase;
}
	h5.color1 {
		color:#c20526;
	}
	h5.style1 {
		margin-bottom:20px;
	}
h6 {
	font-size:1em;
	line-height:1.667em;
	margin-bottom:20px;
}


.link {
	font-size:14px;
	line-height:1.2em;
	color:red;
	text-decoration:none;
}
.link:hover {
	color:#000;
}

.link1 {
	font-size:14px;
	line-height:1.2em;
	color:#161515;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#04B404;
	background-image:url(../images/button-tail.gif);
	padding:9px 11px 9px 11px;
}
.link1.extra {
	background-image:url(../images/button-tail-1.gif);
	color:#fff;
}
	.link1:hover {
		background:#fff;
		color:#000;
	}
	
	
.line-hor { 
	height:2px;
	background:url(../images/line-hor.png) repeat-x left top;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:12px 0 16px 0;
}


/*===== header =====*/
header #menu {
	height:172px;
	position:relative;
	z-index:3;
}
header #head {
	height:556px;
	top:-37px;
	position:relative;
	z-index:2;
}

/*===== content =====*/
#content .col-1 {
	width:316px; 
	margin-right:43px;
}
#content .col-2 { 
	width:316px;
}
#content .indent {
	padding-bottom:39px;
}

/*===== Sidebar =====*/
aside .inside {
	padding:24px 25px 40px 24px;
}
aside dl dt {
	color:#fff;
	font-size:1em;
	text-transform:none;
}

/*===== footer =====*/
footer .inside {
	padding:28px 0 0 0;
}
footer ul {
	width:100%;
	overflow:hidden;
	padding-bottom:8px;
}
	footer ul li {
		float:left;
		font-weight:bold;
		padding-right:22px;
		font-size:15px;;
	}
		footer ul li a {
			color:#fff;
		}

footer a {
	color:#faa309;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
	color: #D00;
}


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

#contacts-form .rowElem { 
	width:100%;
	overflow:hidden;
	height:26px;
}
#contacts-form .rowElem1 { 
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
}
#contacts-form label {
	width:65px;
	display:block;
	float:left;
}
#contacts-form input {
	width:244px;
	display:block;
	float:left;
	padding:2px 0 2px 3px;
	height:16px; 
	background:#222121;
	color:#fff; 
	border:1px solid #a4a4a4;
}
#contacts-form textarea { 
	width:244px; 
	height:167px;
	overflow:auto;
	float:left;
	background:#222121;
	color:#fff;
	border:1px solid #a4a4a4; 
	padding:2px 0 2px 3px; 
}

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

.header {
	width:1260px;
	margin:0 auto;
	background:url(../images/top_bg_shadow.png) no-repeat top !important;
	height:150px;
	z-index:5;	
}




nav{
	display:block;
	posiyion:relative;
	z-index:5;
	width:960px;
	height:60px;
	left:0px;
	top:-20px;
	margin-top:-30px;
}

.main-ul li {

  float:left;
  position:relative;
  width:auto;
  text-align:center;
  list-style: none;
  
  
}
.main-ul li a {
	
	display:block;
	padding-bottom:25px;
	padding-right:20px;
	letter-spacing:1px;
	line-height:16px;
	padding-top:25px;
	padding-left:20px;
	text-decoration:none;
	position: relative;
	z-index: 100;
	 -webkit-transition: all 1s;
	 -moz-transition: all 1s;
	 -o-transition: all 1s;
	 transition: all 1s;
	  
 }
 
.main-ul li a span{
	display:block;
	padding-top:10px;
	font-weight:BOLD;
	font-size: 16px;
	color: #FFF;
	text-transform:uppercase;
	font-family: 'Kotta One', serif;
}

.main-ul li:hover span{
	color: #fff;
	}

.main-ul li:hover a{
	background-color: #333;
	border-top:2px solid #fff;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);


}


.box1
{ width:100%; height:50px; background: #ff4444;}

.box2
{ width:100%; height:60px; background: #2E9AFE;}

.logoname {
	width:400px;
	height:69px;
	padding:60px 0px 0px 10px;
	background:url(../images/logoname.png) no-repeat center;
	position:relative;
	float:right;
	margin-right:700px;

	
}
.logo
{
	width:150px;
	height:100px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin-top:25px;
	
	
	
}


.fffbox { 
		float: left;
		border: 1px solid #ddd; 
		padding: 30px 40px 20px 20px; 
		
		width:1180px;
		background: #fff;
		height: auto;
		margin:0 auto;
		margin-left:10px;
		
	
		
				
		/* -- CSS3 - define rounded corners for the form -- */	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 2px; 		
				
		
		/* -- CSS3 - create a background graident -- */
		background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF)); 
		background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
}
		
		
.fffboxer { 
		float: left;
		border: 1px solid #ddd; 
		padding: 30px 40px 20px 40px; 
		margin: 75px 0 0 0;
		width: 760px;
		background: #fff;
		height: auto;
				
		/* -- CSS3 - define rounded corners for the form -- */	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 		
		
		/* -- CSS3 - create a background graident -- */
		background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF)); 
		background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
}
	
	.careerbox_right { width:850px; height:200px; float:right; margin:15px; }
.careerbox_left { width:250px; height:200px; float:left; margin:15px; background:#CCF;}	
.clr
{width:100%; height:50px;}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}