/* CSS Document */

* {
	margin:0;
	font-size:100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	padding-top: 0px;
}

body{ background:#09090b; text-align:center;}
.body-bg{ background:url("images/body-bg.jpg") top center repeat-y;}
.top-tail{ background:url("images/top-tail.png") top repeat-x;}
.bot-tail{ background:url("images/bot-tail.png") bottom repeat-x;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6875em;
	line-height:1.455em;
	color:#988d85;
}
input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#F63;
	outline:none;
}
a:hover{
	text-decoration:none;
	color: #F63;
}
p {
	padding-top:10px;
	padding-left: 0px;
	padding-right: 0px;
}
strong{
	color:#FFC;
	display:block;
	font-size:1.182em;
}

h3{
	font-size:2.182em;
	line-height:1.25em;
	letter-spacing:-1px;
	text-align: left;
	padding-left: 0px;
}
h3 strong{ display:block; font-size:0.542em; color:#59504c !important; letter-spacing:normal; margin-top:-11px; padding-bottom:6px; margin-bottom:14px;}
h4{
	line-height:1.25em;
	text-align: left;
	padding-top: 15px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
}

/* ============================= main layout ====================== */
.imgindent {margin:0 20px 0 0; float:left;}
.phone{ float:right; padding-right:76px;}
.space1{
	margin-left:25px;
}
.space2{ margin-left:30px;}
.space3{ margin-left:20px;}
.space4{ margin-left:27px;}
.margin1{
	margin-top:0px !important;
}
.padding1{ padding-top:16px;}
.padding2{ padding-top:12px;}

/* ============================= header ====================== */
#header{ position:relative;}
#header .logo{ position:absolute; margin:27px 0 0 373px;}
#header .top{ width:100%; overflow:hidden; height:34px; font-size:0.818em; text-transform:uppercase;}
#header .top ul{ float:right; padding:9px 18px 0 0;}
#header .top ul li{ float:left; color:#fff; padding-left:5px;}
#header .top ul a{ color:#7a6c6b; text-decoration:none; display:inline-block; margin-right:5px;}
#header .top ul a:hover{ color:#ef2e0c;}
#header .top div{ padding:9px 0 0 18px;}
#header .top div span{ color:#fff;}
#header .menu{ width:100%; overflow:hidden;}
#header .menu li{ float:left; font-size:1em; text-transform:uppercase; padding-right:1px;}
#header .menu ul{ padding:18px 27px 0 27px;}
#header .menu .right{ float:right;}
#header .menu a{ display:inline-block; width:103px; text-align:center; text-decoration:none; color:#999594; background:url("images/menu-item-bg.png") no-repeat 0 0; padding:11px 0 15px 0;}
#header .menu a:hover, #header .menu .active{ background:url("images/menu-item-bg-act.png") no-repeat 0 0; color:#e9e9e9;}

.gallery{ position:relative; padding:15px 16px 0 17px;}
.pagination{
	position:absolute;
	background:url("images/paginaton-bg.png");
	padding:17px 7px 13px 12px;
	margin:107px 0 0 911px;
	left: 14px;
}
.pagination li{ font-size:0.818em; padding-bottom:1px;}
.pagination .last a{ background:none; padding:0;}
.pagination .last a:hover{ background:none;}
.pagination a{ display:inline-block; text-decoration:none; color:#fff; width:25px; text-align:center; background:url("images/gallery-item-bg.png") no-repeat 0 0; padding:4px 0 5px 0;}
.pagination a:hover, .pagination .active{ color:#191110; background:url("images/gallery-item-bg-act.png") no-repeat 0 0;}

/* ============================= content ====================== */
#content{
	border-top:solid 9px #130e0f;
	padding:20px 20px 20px 20px;
	background-image: url(images/content-bg.png);
}
.text1{
	display:block;
}
.line1{ background:url("images/line.gif") repeat-y 315px 0;}
.line2{ background:url("images/line.gif") repeat-y 643px 0;}

.link{
	display:inline-block;
	background:url("images/orange-link-bg.gif") no-repeat right 5px;
	padding-right:11px;
	margin-top:21px;
	color: #F63;
}
.link1{ text-decoration:none;}
.link1:hover{ color:#fff;}
.link2{ color:#dedede;}

.list{ margin:-4px 0;}
.list li{
	background:url("images/orange-list-marker.gif") no-repeat 0 9px;
	padding-left:16px;
}
.list a{
	color:#F63;
	text-decoration:none;
}
.list a:hover{
	color:#F63;
	padding-top: 0px;
}

.list1 a{ color:#988d85; text-decoration:none;}
.list1 a:hover{
	color:#F63;
}
/* ============================= footer ====================== */
#footer{ margin-top:19px; text-align:center; font-size:0.818em; text-transform:uppercase; color:#706662;}
#footer p{ padding-top:33px;}
#footer a{ color:#fff; text-decoration:none;}
#footer a:hover{ color:#ef2e0c;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:1px;}
#ContactForm label{ display:block; height:30px;}
#ContactForm input{ border:solid 1px #403f3e; background:#989694; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#302624; padding:3px 2px 4px 9px; width:256px;}
#ContactForm textarea{ border:solid 1px #403f3e; background:#989694; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#302624; padding:3px 2px 4px 9px; width:256px; height:115px; overflow:auto;}
#ContactForm .link{ float:right; margin:12px 5px 0 20px;}

