@import url(http://fonts.googleapis.com/css?family=Six+Caps);
/* Left & Right alignment */
.fleft {
	float:left;
}
.fright {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra_wrap {
	overflow:hidden;
	height: 100%;
}
.clear {
	clear:both;
	width: 100%;
}
.last {
	border:none !important
}
/* Global properties ======================================================== */
body, html, .extra, #gradient {
	width:100%;
	height:100%;
	min-width:860px;
	min-height:780px;
}
body {
	overflow:hidden;
	border:0;
	font:11px/16px "Trebuchet MS", Arial, sans-serif;
	color:#ca5d57;
	text-transform:uppercase;
	background-color:#7c130f;
	background:url(../images/bg_pattern.png) 0 0 repeat;
}
a {
	color:#d6cd88;
	text-decoration: none;
	outline:none
}
a:hover {
	color:#fff;
	text-decoration: underline;
}
h1 {
	padding:0;
	width:100%;
}
h2 {
	font: 30px/50px 'Trebuchet MS', sans-serif;
	color: #d6cd88;
	font-weight: bold;
	letter-spacing:-1px;
	text-shadow: 0 1px 1px #4d0905;
	text-transform:uppercase;
	padding-bottom: 14px;
}
h3 {
	font: 18px 'Trebuchet MS', sans-serif;
	color: #f3857f;
	font-weight: bold;
	text-shadow: 1px 1px 2px #4d0905;
	text-transform:uppercase;
	padding-bottom: 10px;
	margin-top:-3px;
}
h4 {
	color:#d6cd88;
	font-weight:normal;
}
h5 {
	color:#f3857f;
	font-weight:normal;
}
p {
	padding-bottom:18px;
}
#page_clients p {
	padding-bottom:12px;
}
.color1 {
	color:#fff;
}
#gradient {
	position:fixed;
	top:0;
	left:0;
	background:url(../images/gradient.jpg) 50% 50% no-repeat;
}
/* Global Structure ============================================================= */
.extra {
	height: 100%;
}
.main {
	position:relative;
	margin: 0 auto;
	width: 840px;
}
.page_spinner {
	position:absolute;
	background-color:#7c130f;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #72100a;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
/* ============================= header ====================== */
header {
	position:relative;
	z-index:5;
}
#logo {
	margin: 27px auto 27px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:243px;
	height:139px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
.menu {
	position: relative;
	display: inline-block;
	top: 300px;
	width: 100%;
	text-align: center;
}
#menu {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	height:128px;
}
#menu>li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 0 0;
}
#menu>li>a, #menu>li>a>strong, #menu>li>a>span {
	position: relative;
	display: inline-block;
	width: 128px;
	height: 128px;
	border-radius: 71px;
	color: #a83f39;
	text-transform: none;
	text-decoration: none;
	background: url(../images/menu_bg.png) center bottom no-repeat;
	overflow: hidden;
	text-shadow: 1px 1px 2px #5e0e0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 124px;
}
#menu>li>a>span {
	position:absolute;
	color: #d6cd88;
	top: 0;
	left: 0;
	background: none;
	height: 0;
	width: 100%;
}
.submenu {
	position:absolute;
	top:135px;
	left:0;
	width:122px;
	background-color:#510e0b;
	border-radius: 7px;
	background:url(../images/submenu_bg_pattern.png) 0 0 repeat;
	padding:26px 0;
	text-align:center;
	z-index: -1;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.submenu li {
	position:relative;
	display: block;
	width: 100%;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.submenu a {
	position:relative;
	display:block;
	color: #a83f39;
	text-shadow: 1px 1px 2px #5e0e0a;
	text-decoration:none;
	text-transform: none;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.7s ease;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.submenu li>a:hover, .submenu li.sfHover>a>span {
	color:#d6cd88;
	background: url(../images/submenu_over_plane.png) center top no-repeat;/*background-color:#a83f39;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* ============================= splash ====================== */
#splashPic {
	position:absolute;
	width:406px;
	height:478px;
	top:185px;
	left:234px
}
/* ============================= content ====================== */
#content {
	margin-top:-20px;
	position:relative;
	overflow:hidden;
}
#content > ul {
	position:relative;
	width:840px;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background-color:#680c07;
	border-radius: 18px;
}
#content > ul > li > div {
	overflow:hidden;
	padding: 37px 30px 0;
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more {
	position:relative;
	display:inline-block;
	padding:8px 20px 0;
	height:42px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	color:#a83f39;
	text-decoration:none;
	padding:14px 15px;
	background:url(../images/button-sprite-1.png);
	z-index:1;
}
.more:hover, .more .active a {
	color:#fff;
	text-decoration: none
}
.scroll {
	height:300px;
}
.scrollcontent {
	height:300px;
}

#page_works .scroll {
	height:290px;
}
#page_blog .scroll {
	height:290px;
}
._track {
	width:14px;
	height:292px;
	right:29px;
	top:79px;
	background:url(../images/track.png);
}
._shuttle {
	cursor:pointer;
	margin-left: -1px;
	width:16px;
	height:130px;
	background:url(../images/shuttle.png);
	border-radius: 111px;
}
.google_map {
	float:left;
	width: 770px;
	height: 270px;
	background: #72100a;
	border:6px solid #f3857f;
}
.address {
	padding-top:0;
	width:600px;
}
.address > span {
	display:block;
	width:150px;
	color:#f3857f;
	padding-bottom:15px;
}
.address > p {
	padding-bottom:28px;
}
.mailLink {
	color:#d6cd88;
	text-decoration:none;
}
.mailLink:hover {
	color:#FFF;
}
/* ============================= lists ====================== */
.listWithMarker {
	padding-bottom:28px;
}
.listWithMarker li {
	display:block;
	padding:3px 0 5px 11px;
	background:url(../images/list_marker.png) 0 7px no-repeat;
}
.listWithMarker li a {
	display:inline-block;
	color:#d6cd88;
	text-decoration:none;
	padding-left: 0;
}
.listWithMarker li a:hover {
	color:#f3857f;
	padding-left: 12px;
}

.list1 a:hover {
	color:#fff;
}
.list4 a:hover {
	background-color:#3e98ec;
}
/* ============================= footer ====================== */
footer {
	padding-top:26px;
	text-align:center;
	font-size:11px;
	color:#b44741;
	text-shadow: 0 1px 1px #4d0905;
}
footer a {
	text-decoration:none;
	color:#b44741;
	;
}
footer > ul {
	cursor:default;
	display:block;
	padding-bottom:20px;
}
footer li {
	display:inline-block;
}
#icon1, #icon2, #icon3 {
	display:block;
	width:19px;
	height:20px;
}
#icon1 {
	background:url(../images/icon1.png) 0 0 no-repeat;
}
#icon2 {
	background:url(../images/icon2.png) 0 0 no-repeat;
}
#icon3 {
	background:url(../images/icon3.png) 0 0 no-repeat;
}
/* ============================= forms ============================= */

#form1 input {
	outline: none;
	box-shadow: none;
	margin:0;
	background-color:#78120c;
	padding:11px 0 11px 15px;
	width:307px;
	border-radius: 11px;
	border-top: 1px solid #350805;
	border-bottom: 1px solid #92504c;
	border-right: 1px solid #5a0e09;
	border-left: 1px solid #5a0e09;
}
#form1 textarea {
	resize: none;
	margin:0;
	background-color:#78120c;
	padding:11px 0 5px 15px;
	width:440px;
	height:91px;
	overflow:auto;
	line-height:18px;
	border-radius: 11px;
	border-top: 1px solid #350805;
	border-bottom: 1px solid #92504c;
	border-right: 1px solid #5a0e09;
	border-left: 1px solid #5a0e09;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:50px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	color:#ffffff;
	text-transform:none;
}
.btns a {
	margin:21px 0 0 10px;
}
/* Form defaults */
input, select, textarea {
	font:11px/11px "Trebuchet MS", Arial, sans-serif;
	color: #ca5d57;
	text-transform:uppercase;
}
.mar_top1 {
	margin-top:-3px;
}
.mar_top2 {
	margin-top:-3px;
}
.mar2 {
	margin-top:-24px;
	margin-bottom:3px;
}
.pad_top1 {
	padding-top:19px;
}
.pad_top2 {
	padding-top:14px;
}
.pad_bot1 {
	padding-bottom:7px;
}
.pad_bot2 {
	padding-bottom:12px;
	bottom: 26px;
	font-size: 16px;
}
.imgindent {
	margin-right:14px;
}
.imgPad {
	padding-bottom:14px;
}
.imgPad2 {
	padding-bottom:20px;
}
.imgPad3 {


}
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:block;
	z-index:1;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image > span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/magnify.png) no-repeat 50% 50%;
	z-index:1;
}
.i1 {
	background:url(../images/blog_icon1.png) no-repeat 0 0;
	height: 30px;
	float:right;
	color:#ca5d57;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	margin-top:0px;
	padding-top:14px;
	padding-left:30px;
}
.i1:hover {
	color:#ffffff
}
