/* 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 ======================================================== */
html {width:100%;}
html, body {height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	min-width: 1000px;
	background: url(../images/bg-2.jpg) center top no-repeat #e7e7e7;
	font-size: 12px;
	line-height: 19px;
}


.main {
	width:1000px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}

a {color:#990000; outline:none; text-decoration:none;}
a:hover {text-decoration:none;}
.link {text-decoration:underline;}
.link2:hover {
	text-decoration: underline;
	color: #FF0000;
}
.link3:hover {
	color: #FF0000;
	font-size: 70%;
}
.link4:hover { color:#000;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {
	overflow: hidden;
	color: #000000;
}
.extra {width:100%;}

p {
	margin-bottom: 19px;
	font-weight: normal;
} 
.p0 {
	margin-bottom: 0;
	color: #000000;
	font-weight: normal;
}
.p1 {margin-bottom:0;}

.p2 {
	font-weight: bold;
}
.p3	{
	font-weight: bold;
	color:#d2202c;
	font-size: 95%;
}

.d-in-block {display:inline-block;}
.d-block {display:block;}
.reg {text-transform:uppercase;}
.rel {position:relative;}
.index {z-index:999;}
.fleft {float:left;}
.fright {
	float: right;
	text-align: right;
	color: #000000;
}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.img-indent-l {float:left; margin:0px 17px 0px 0px;}	

/*********************************boxes**********************************/
.indent {padding:39px 0 0 44px;}
.indent1 {padding:10px 20px 20px;}
.indent2 {padding:20px 30px 28px 20px;}

.indent-left {padding-left:18px;}
.indent-left1 {
	padding-left: 12px;
	color: #000000;
}


.indent-bottom {padding-bottom:13px;}
.indent-bottom1 {padding-bottom:31px;}
.indent-bottom2 {padding-bottom:24px;}


.indent-right {padding-right:29px;}
.indent-right1 {padding-right:10px;}

.indent-top {padding-top:35px;}
.indent-top1 {padding-top:30px;}
.indent-top2 {padding-top:23px;}
.indent-top3 {padding-top:22px;}
.indent-top4 {padding-top:43px;}
.indent-top5 {padding-top:53px;}

.margin-top { margin-top:-6px;}
.margin-top1 { margin-top:-4px;}

.margin-bot {margin-bottom:8px;}
.margin-bot1 {margin-bottom:6px;}
.margin-bot2 {margin-bottom:11px;}
.margin-bot3 {margin-bottom:18px;}
.margin-bot4 {margin-bottom:3px;}
.margin-bot5 {margin-bottom:10px;}
.margin-bot6 {margin-bottom:15px;}
.margin-bot7 {margin-bottom:24px;}
.margin-bot8 {margin-bottom:17px;}
.margin-bot9 {margin-bottom:16px;}
.margin-bot10 {margin-bottom:14px;}
.margin-bot11 {margin-bottom:21px;}

.margin-left {margin-left:10px;}

.margin-right {margin-right:2px;}
.margin-right1 {margin-right:17px;}
.margin-right2 {margin-right:1px;}



/*********************************header*************************************/
header {
	width:100%;
	border-top:7px solid #960011;
	padding:11px 0 0;
}

h1 {
	padding:0 0 10px 289px;
	float:left;
	margin-top:-22px;
}
	h1 a {
		display:block; 
		text-indent:-9999px;
		background:url(../images/logo.png) no-repeat 0 0;
		width:420px;
		height:142px;
}

/***** menu *****/
nav {
	position:relative;
	float:left;
	width:100%;
	background:url(../images/menu.gif) left top repeat-x #951319;
}
nav > span {
	position:absolute;
	width:1px;
	height:100%;
	background:url(../images/menu6.gif) left top no-repeat #891217;
	top:0;
	right:0;
}
.menu {
	float:left;
	padding:0; 
	position:relative;
	right:0;
	top:0;
	z-index:20;
	font-family: 'Oswald', sans-serif;
	width:100%;
	background:url(../images/menu3.gif) left bottom repeat-x;
}
.menu li {
	float:left; 
	position:relative;
}
.menu li a {
	display:block;
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase; 
	z-index:20;
	border-bottom:1px solid #811116;
	border-top:1px solid #e92939;
	padding:11px 20px 13px 18px;
	position:relative;
}
.menu > li:first-child a {
	padding:11px 18px 13px 18px;
}
.menu li a span {
	position:absolute;
	top:0;
	display:block;
	width:1px;
	height:100%;
	background:url(../images/menu5_l.gif) left top no-repeat #ab171e;
}
.menu li a span:first-child {
	left:0;
}
.menu li a span + span {
	background:url(../images/menu5_r.gif) right top no-repeat #891217;
	right:0;
}
.menu li.sfHover {
	position:relative;
	z-index:10;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
	border-bottom-color:#bd1923;
	border-top-color:#a9151b;
	background:url(../images/menu2.gif) left top repeat-x #d71d27;
}
.menu li a.active span,
.menu > li > a:hover span,
.menu > li.sfHover > a span {
	background-image:url(../images/menu4_l.gif);
	background-color:#df232f;
}
.menu li a.active span span,
.menu > li > a:hover span span,
.menu > li.sfHover > a span span {
	background-image:url(../images/menu4_r.gif);
	background-color:#c61b24;
}
.menu ul {
	z-index:20;
	letter-spacing:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:		absolute;
	top:			-999em;
	width:			253px;
	background: 	#510a0d;
	border-bottom:1px solid #6b191c;

}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	background:none;
	margin:0;
	border:none;
}

.menu li li a {
	background:none;
	text-transform:none;
	display:		block;
	padding:		5px 0 5px 9px;
	font-size:		12px;
	line-height:	15px;
	color:			#f13745;
	border:1px solid #6b191c;
	border-bottom:none;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	color:#f9f9f9;
	background:#9b161d;
	border-color:#9b161d;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			46px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			253px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
}
/*********************************boxes*************************************/
.radius {
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.radius-1 {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.radius-2 {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.radius-3 {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.radius-4 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.time {
	float:left;
	display:block;
	width:60px;
	font-size:17px;
	line-height:23px;
}
.time a {
	color:#d01c26;
}
.time a:hover {
	text-decoration:underline;
}
.date {
	display:block;
	width:140px;
	height:86px;
	background:url(../images/date.png) left top no-repeat;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	color:#fcfcfc;
	padding:16px 0 0 22px;
}
.date span {
	display:block;
}
.date span + span {
	font-size:14px;
	line-height:17px;
	margin-top:-2px;
}
.step {
	display:block;
	float:left;
	width:70px;
}
/*********************************bg's*************************************/
.bg-1 {background:url(../images/bg-1.gif) left top repeat-x #fefefe;}
.bg-2 {background:#fff;}
.bg-3 {background:url(../images/bg-3.png) left top no-repeat; width:100%; height:361px;}
.bg-4 {background:url(../images/bg-4.png) right top no-repeat; height:100%; position:relative; overflow:hidden;}
.bg-5 {background:url(../images/bg-5.jpg) left bottom no-repeat; position:relative; overflow:hidden; width:100%;}
.bg-6 {background:url(../images/bg-6.jpg) left top repeat-y #750e13; padding-top:5px;width:100%; position:relative; overflow:hidden;}
.bg-7 {background:url(../images/bg-7.png) left top repeat;}
.bg-8 {background:url(../images/bg-8.png) left bottom no-repeat;}
.bg-9 {background:url(../images/bg-9.gif) left top repeat-y #750e13; padding-top:5px; width:430px; position:relative;}

.border-1 {border:1px solid #fff; border-bottom:none;}

.marker-1 {background:url(../images/marker-1.gif) left 1px no-repeat; padding-left:24px;}
.marker-2 {background:url(../images/marker-2.gif) left top no-repeat; padding-left:24px;}
/*********************************buttons*************************************/
.button-1 {
	display:inline-block;
	background:url(../images/button-1.png) left top repeat-x #941319;
	border-bottom:1px solid #811116;
	border-top:1px solid #e92939;
	border-right:1px solid #aa161e;
	border-left:1px solid #c61d28;
	font-family: 'Oswald', sans-serif;
	color:#fcfcfc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px 10px 8px;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	line-height:30px;
}
.button-1 span {
	display:block;
}
.button-1 span + span {
	font-size:14px;
	line-height:17px;
	margin-top:-2px;
}
.button-1:hover {
	background-position:left -137px;
	background-color:#49090b;
	border-bottom-color:#3f080a;
	border-top-color:#b31922;
	border-right-color:#670d12;
	border-left-color:#7e1117;
}
#form-btn .button-1 {
	padding:1px 28px 5px 28px;
}
.button-2 {
	display:inline-block;
	padding:5px 9px 7px 8px;
	font-size:12px;
	line-height:15px;
	background:url(../images/button-2.gif) left top repeat-x #96131a;
	border-bottom:1px solid #811116;
	border-top:1px solid #e92939;
	border-right:1px solid #8e1218;
	border-left:1px solid #af1820;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-transform:uppercase;
}
.button-2:hover {
	background:#811116;
	border-color:#811116;
}
.button-3 {
	padding:1px 28px 5px 28px;
	display:inline-block;
	background:url(../images/button-3.gif) left top repeat-x #951319;
	border-bottom:1px solid #811116;
	border-top:1px solid #e92939;
	border-right:1px solid #aa161e;
	border-left:1px solid #c61d28;
	font-family: 'Oswald', sans-serif;
	color:#fcfcfc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	line-height:30px;
}
.button-3:hover {
	background:url(../images/button-1.png) left -136px #49090b;
	border-bottom-color:#3f080a;
	border-top-color:#b31922;
	border-right-color:#670d12;
	border-left-color:#7e1117;

}
/*********************************lists*************************************/
.ul-1 li {
	font-size:12px;
	line-height:15px;
	padding:9px 0;
	font-weight:bold;
}
.ul-1 li a {
	color:#990000;
	display:inline-block;
	background:url(../images/ul-1.png) left -98px no-repeat;
	padding:0 0 0 20px;
}
.ul-1 li a:hover {
	background-position:left 2px;
	color:#222126;
}
.ul-2 {
	width:297px;
}
.ul-2 li {
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	width:100%;
	color:#837879;
	padding:3px 0 4px;
}
.ul-2 li strong {
	display:block;
	overflow:hidden;
	background:url(../images/ul-2.png) left 11px repeat-x;
}
.ul-2 li span {
	float:right;
}
.ul-2 li a {
	float:left;
}
.ul-2 li a:hover {
	color:#d2202c;
}
.ul-3 li {
	font-size:12px;
	line-height:20px;
	padding:0 0 0 11px;
	background:url(../images/ul-3.png) left 8px no-repeat;
}
.ul-3 li a {
	color:#837879;
}
.ul-3 li a:hover {
	color:#d2202c;
}
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:70px;
}
.dl-1 dd a {
	color:#d2202c;
}
/*********************************fonts*************************************/
h3 {
	display:block;
	color:#990000;
	font-size:31px;
	line-height:38px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
.title-1 {
	font-size:41px;
	line-height:50px;
	display:block;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.title-2 {
	font-size:25px;
	line-height:30px;
	display:block;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
.title-3 {
	font-size:17px;
	line-height:21px;
	display:block;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	color:#fb3a49;
}
.size-1 {font-size:17px;line-height:25px;}
.size-2 {font-size:19px;line-height:23px;}
.size-3 {font-size:17px;line-height:23px;}

.l-h {line-height:17px;}

.color-1 {color:#d01c26;}
.color-2 {color:#8a8888;}
.color-3 {color:#990000;}
.color-4 {color:#000;}
.color-5 {color:#c62932;}
.color-6 {color:#fff;}
.color-7 {color:#990000;}
.color-8 {color:#000;}
.color-9 {color:#fb3a49;}
.color-10 {color:#d2202c;}

/******* form's ********/
	.input-1 {
		display:block;
		width:244px;
		height:29px;
		padding:0 10px;
		overflow:hidden;
		position:relative;
		border:1px solid #d8dbdb;
		background:#fff;
	}
	.input-1 input {
		width:244px;
		padding:7px 0;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:15px;
		color:#990; 
		border:none;
		background:none;
		outline:none;
	}

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#form1 fieldset {
		border:none;
		padding:0;
		}			
			#form1 label {
				display:block;
				min-height:40px;
			}
			#form1 label.message {
				height:311px;
			}
			.inp {
				display:block;
				width:244px;
				height:29px;
				padding:0 10px;
				overflow:hidden;
				position:relative;
				border:1px solid #dadcdc;
			}
			#form1 input {
	width: 244px;
	padding: 7px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #990000;
	border: none;
	background: none;
	outline: none;
			}
			#form1 .area .error { float:none;}
			.text_a {
				position:relative;
				overflow:hidden;
				display:block;
				width:358px;
				height:309px;
				padding:0 10px;
				border:1px solid #dadcdc;
			}
			#form1 textarea {
				height:295px;
				margin:0;
				width:358px;
				padding:7px 0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:15px;
				color:#990000; 
				border:none;
				background:none;
				overflow:auto;
				outline:none;
			}
			#form1 a {cursor:pointer;}
				#form1 .success {display:none; margin-bottom:20px;}
				#form1 .error,
				#form1 .empty {
					position:absolute;
					right:5px;
					top:0;
					color:#f00;
					font-size:11px;
					line-height:16px;
					display:none;
					overflow:hidden;
				}
				#form1 .message .error,
				#form1 .message .empty {
					top:315px;
					left:5px;
				}
		.buttons-wrapper {text-align:right; padding-top:22px; position:relative;}
		.buttons-wrapper a { margin-left:7px;}

.map {
	width:540px;
	height:370px;
	margin-bottom:21px;
}
/****************************footer************************/
footer {
	color:#000;
	width:100%;
	position:relative;
	height:65px;
	overflow:hidden;
}
.footer_bg {
	background:url(../images/bg-7.png) left top repeat-x;
	height:64px;
	position:absolute;
	width:998px;
	top:0;
	left:1px;
	z-index:1;
}
