/* 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);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#949493;
}
html { min-width:955px;}
html, body { height:100%;}



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

	/* Header */
	.header{
	margin-bottom:20px;
		height:300px;
		overflow:hidden;
		background:url(../images/header-bg.png) no-repeat 0 100%;
		border-top-left-radius: 28px; border-top-right-radius: 28px; border-bottom-right-radius: 28px; border-bottom-left-radius: 28px;
border:#FFFF00 solid 2px;

	}
	
	/* Content */
	section#content {
		padding:0 0px 35px 0;
	}
	.content {
		padding:0 0px 35px 0;
		text-align:justify;
	}		
	/* Footer */
	footer{
		text-align:center;
		background:url(../images/footer-bg.png) 0 0 repeat-x;
	}




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



/*---- tailings ----*/
.main-bg {background:url(../images/main-bg.png) no-repeat 50% 0;}

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

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

.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:#ffb100; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
color: #f0e800; font-size:48pt; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:70px;

}
h2 {
color:#ffffff; font-size:16pt; text-align:center; font-family:Georgia, "Times New Roman", Times, serif;line-height:24px;

}
h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:1px;
}
	h3 a {
		text-decoration:none;
	}
	h3 a:hover {
		text-decoration:underline;
	}
h4 {
	font-size:1em;
	color:#ffb100;
	margin-bottom:20px;
}
h5 {
	font-size:1em;
	color:#ffb100;
}

.link1 { 
	text-decoration:none;
	font-weight:bold;
}
.link1:hover {
	text-decoration:underline;
}

.line-ver, .line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.line-ver, .line-ver2 { 
	background-image:url(../images/line-ver2.gif); 
	background-repeat:repeat-y;
	width:100%;
}



.address { 
	float:left;
	margin-right:15px;
}
.address.last {
	margin-right:0;
}
	.address dt {
		font-size:18px;
		color:#ffb100;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:68px;
		}



/*===== header =====*/
header nav {
	position:absolute;
	left:0;
	bottom:20px;
	text-align:center;
}
	header nav li {
		display:inline;
	}



/*--- menu ---*/
#menuwrapper{ position:absolute; height:50px; width:955px; top:160px; text-align:center;}
#menu{position:absolute; bottom:0; left:0; width:955px; }
.menuitem{ position:relative; display:inline-block; vertical-align:bottom; }
.menuitem img {margin:0 2px;}


/*--- menu ---*/
#menuwrapperinner{ position:absolute; height:125px; width:600px; top:204px; text-align:center;}
#menuinner{position:absolute; bottom:0; left:0; width:955px;}
.menuiteminner{ position:relative; display:inline-block; vertical-align:bottom; }
.menuiteminner img {margin:0 2px;}


/*===== content =====*/
#content .indent {
	padding:0 0 0 25px;
}

.blog-posts {
	padding-bottom:10px;
}
	.blog-posts li {
		position:relative;
		overflow:hidden;
		padding:4px 0 30px 48px;
	}
		.blog-posts li p.date {
			position:absolute;
			left:0;
			top:4px;
			font-size:10px;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
		}
			.blog-posts li p.date a {
				display:block;
				background:url(../images/icon-comment.gif) no-repeat 100% 2px;
				color:#fff;
				text-decoration:none;
			}
			.blog-posts li p.date a:hover {
				text-decoration:underline;
			}


.works {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
	.works li {
		float:left;
		padding:0 11px 13px 0;
	}
		.works li a {
			float:left;
			width:80px;
			height:80px;
			overflow:hidden;
		}
		.works li a:hover {
			background-position:0 -80px !important;
		}
		.works li a.thumb1 {
			background:url(../images/thumb1.jpg) no-repeat 0 0;
		}
		.works li a.thumb2 {
			background:url(../images/thumb2.jpg) no-repeat 0 0;
		}
		.works li a.thumb3 {
			background:url(../images/thumb3.jpg) no-repeat 0 0;
		}
		.works li a.thumb4 {
			background:url(../images/thumb4.jpg) no-repeat 0 0;
		}
		.works li a.thumb5 {
			background:url(../images/thumb5.jpg) no-repeat 0 0;
		}
		.works li a.thumb6 {
			background:url(../images/thumb6.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb7 {
			background:url(../images/thumb7.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb8 {
			background:url(../images/thumb8.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb9 {
			background:url(../images/thumb9.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb10 {
			background:url(../images/thumb10.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb11 {
			background:url(../images/thumb11.jpg) no-repeat 0 0;
		}
		
		.works li a.thumb12 {
			background:url(../images/thumb12.jpg) no-repeat 0 0;
		}


.folio {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
	.folio li {
		float:left;
		padding:0 13px 13px 0;
	}



.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 5px;
	padding:0 0 4px 14px;
	font-weight:bold;
}




.offers li {
	position:relative;
	overflow:hidden;
	padding:4px 0 30px 0;
}
		

/*===== footer =====*/
footer {
	font-style:italic;
	padding:22px 0 24px 0;
}
	footer a {
		color:#fff;
		text-decoration:none;
	}
	footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#search-form {
	position:absolute;
	right:50px;
	top:82px;
	color:#949493;
	font-style:italic;
	float:right;
	width:320px;
}
	/*#search-form span {
		float:left;
		padding:7px 25px 0 0;
	}
		#search-form a {
			color:#fff;
			text-decoration:none;
		}
		#search-form a:hover {
			text-decoration:underline;
		}
	
	#search-form fieldset {
		border:none;
		float:right;
		background:url(../images/search-bg.gif) no-repeat 0 0;
		width:192px;
		height:33px;
	}
		#search-form input {
			font-style:italic;
			background:none;
			border:none;
			width:150px;
			padding:8px 30px 3px 10px;
		}
	

*/

#contacts-form fieldset {
	border:none;
	text-align:right;
}
	#contacts-form label {
		display:block;
		height:26px;
	}
	#contacts-form input {
		width:190px;
		background:#161412;
		border:1px solid #383532;
		padding:0 0 0 5px;
		float:right;
		line-height:16px;
		margin-left:8px;
		color:#fff;
	}
	#contacts-form textarea {
		width:208px;
		background:#161412;
		border:1px solid #383532;
		overflow:auto;
		height:44px;
		padding:0 0 0 5px;
		margin-bottom:20px;
		float:right;
		margin-left:8px;
		color:#fff;
	}
	#contacts-form span {
		float:left;
		text-align:right;
	}

	#contacts-form .col-1 {
		width:249px !important;
		margin-right:20px;
	}
	#contacts-form .col-2 {
		width:280px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}
	
	#contacts-form .col-4 {
		width:700px !important;
		margin-right:20px;
	}	

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

.menubar {
	margin: 0 auto;
	width: 955px;
	height:36px;
	font-size:14px;
	border-top-left-radius: 28px; border-top-right-radius: 28px; border-bottom-right-radius: 28px; border-bottom-left-radius: 28px;
border:#FFFF00 solid 2px;
margin-bottom:20px;
margin-top:10px;
text-align:center;
padding-top:14px;

}

.top_head {
	margin: 0 auto;
	width: 955px;
	height:100px;

}
