/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:871px;
} 

body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#424242; 
	min-width:871px;
}

object { 
	vertical-align:top; 
	outline:none;
}

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

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.header-top {
	background:url(images/header-top.jpg) no-repeat center top;
}

.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #000;
}

.tail-top-right {
	position:absolute;
	width:50%;
	top:0;
	right:0;
	height:144px;
	background:url(images/tail-top-right.gif) repeat-x right top;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#search-form fieldset {
	float:right;
	padding:26px 0 0 0;
}
#search-form span {
	display:inline-block;
	width:190px;
	height:25px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#search-form div a {
	display:inline-block;
}
#search-form input {
	background:none;
	border:0;
	color:#fff;
	margin-left:5px;
	vertical-align:top;
	line-height:1.2em;
	padding-top:5px;
	width:175px;
}
#search-form strong {
	font-weight:normal;
	display:block;
	padding-top:2px;
	font-size:.92em;
}
#search-form strong a {
	color:#FFF;
}

/*---*/

#newsletter-form .field {
	padding-bottom:14px;
}
#newsletter-form label {
	display:block;
	margin-bottom:14px;
	color: #FFF;
}
#newsletter-form span {
	display:block;
	background:url(images/input-bg1.png) no-repeat left top;
	width:255px;
	height:24px;
	font-size: 100%;
}
#newsletter-form input {
	background:none;
	border:0;
	color:#fff;
	line-height:1.2em;
	margin-left:5px;
	vertical-align:top;
	padding-top:4px;
	width:242px;
}
#newsletter-form .fleft a {
	color:#424242;
} 
#newsletter-form .fleft {
	padding-top:6px;
}

/*---*/

#contacts-form .field { 
	height:40px;
}
#contacts-form input {
	width:250px; 
	padding:3px 0 3px 3px; 
	background:#fff;
	color:#424242; 
	border-top:1px solid #575757; 
	border-left:1px solid #eaeaea; 
	border-bottom:0; 
	border-right:1px solid #eaeaea;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:250px; 
	height:124px; 
	overflow:auto;
	background:#fff;
	color:#424242; 
	border-top:1px solid #575757; 
	border-left:1px solid #eaeaea; 
	border-bottom:0; 
	border-right:1px solid #eaeaea;
	padding:3px 0 3px 3px;
	margin-bottom:30px; 
}
#contacts-form a {
	margin-left:18px;
	float:right;
}

/*========================== LISTS ============================*/

.list li {
	padding:0 0 14px 10px;
	background:url(images/arrow.gif) no-repeat left 6px;
}
.list li a {
	color:#424242;
}
.list li a:hover {
	color:#fff;
}

.list1 {
	width:100%;
	overflow:hidden;
}
.list1 li {
	float:left;
	margin-right:47px;
}
.list1 li.last {
	margin-right:0;
}

.news {
	margin-bottom:-34px;
}
.news li {
	padding-bottom:34px;
}
.news li p {
	margin-bottom:0;
}
.news li strong {
	color:#fff;
	padding:0 0 8px 23px;
	display:block;
	background:url(images/pic.gif) no-repeat left top;
}
.news li span {
	display:block;
	padding-top:5px;
}

/*========================== OTHER ============================*/

.img-indent {
	padding:0 0 28px 0;
}

.img-box1 {
	width:100%;
	overflow:hidden;
	margin-bottom:3px;
	position:relative;
}
.img-box1 img { 
	float:left; 
	margin:0px 13px 0px 0px;
}
.img-box1 p {
	font-size:.92em;
	line-height:1.58em;
	margin-bottom:0;
	padding-bottom:8px;
	
}
.img-box1 p a,
.img-box1 p b {
	color:#fff;
}
.img-box1 p b {
	font-size:1.08em;
	line-height:1.38em;
}



.img-box2 { 
	width:100%; 
	overflow:hidden;
}
.img-box2 img { 
	float:left; 
	margin:0 16px 0 0;
}


.img-indent {
	padding:0 0 28px 0;
}

.img-box3 { 
	width:100%; 
	overflow:hidden;
	margin-bottom:-8px;
	position:relative;
}
.img-box3 img { 
	float:left; 
	margin:0px 0px 0px 0px;
}
.img-box3 p {
	font-size:.92em;
	line-height:1.58em;
	margin-bottom:0;
	padding-bottom:8px;
}
.img-box3 p a,
.img-box3 p b {
	color:#fff;
}
.img-box3 p b {
	font-size:1.08em;
	line-height:1.38em;
}


.img-box4 { 
	width:100%; 
	overflow:hidden;
	margin-bottom:-8px;
	position:relative;
}
.img-box4 img { 
	float:left; 
	margin:0 35px 12px 65px;;
}
.img-box4 p {
	font-size:.92em;
	line-height:1.58em;
	margin-bottom:0;
	padding-bottom:8px;
}
.img-box4 p a,
.img-box4 p b {
	color:#fff;
}
.img-box4 p b {
	font-size:1.08em;
	line-height:1.38em;
}


p {
	margin-bottom:20px;
	line-height:1.38em;
	color: #FFF;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
	margin-right:30px;
}

dl {
	line-height:1.38em;
	margin-bottom:-20px;
}
dl dt {
	color:#fff;
	font-weight:bold;
}
dl dd {
	margin-bottom:20px;
}

address {
	color:#fff;
	font-weight:bold;
	line-height:1.38em;
	font-style:normal;
}
address a {
	color:#fff;
}
address span {
	float:right;
	margin-right:42px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#8b4513; 
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#FFF;
}

h3 {
	font-size:30px;
	line-height:1.2em;
	letter-spacing:-1px;
	color:#b8860b;
	text-transform:uppercase;
	margin-bottom:20px;
}
h4 {
	color:#fff;
	font-size:25px;
	line-height:1.2em;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:7px;
	margin-bottom:22px;
}
h5 {
	font-size:25px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:22px;
}
h6 {
	font-size:1em;
	line-height:1.38em;
	color:#fff;
}
h6.extra {
	margin-bottom:15px;
}

.txt1 {
	color:#5f9000;
}

.link1 { 
	display:inline-block; 
	background:url(images/link1-right.png) no-repeat right top;  
	color:#8B4513; 
	text-decoration:none; 
	line-height:.92em;
	cursor:pointer;
}
.link1 em { 
	display:inline-block; 
	background:url(images/link1-left.png) no-repeat left top;
	padding:0 6px;
}
.link1 b { 
	display:inline-block; 
	background:url(images/link1-tail.gif) repeat-x left top;
	padding:10px 6px 10px 6px; 
	font-style:normal; 
}
.link1:hover b { 
	text-decoration:underline;
}


.line-ver1 {
	background:url(images/divider1.png) repeat-y 287px 0;
}

.line-hor { 
	border-bottom:1px solid #191919; 
	margin:36px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.box { 
	background-color:#111111;
	width:100%;
}
.box .border-top { 
	background:url(images/borqder-top.gif) repeat-x left top;
}
.box .border-bot { 
	background:url(images/border.gif) repeat-x left bottom;
}
.box .border-left { 
	background:url(images/border.gif) repeat-y left top;
}
.box .border-right { 
	background:url(images/border.gif) repeat-y right top;
}
.box .left-top-corner {	
	background:url(images/left-togp-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(images/right-tgop-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
	width:100%;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:21px 16px 32px 24px;
}
/* style1 */
.box .style1 {
	background:url(images/box-bg1.png) no-repeat center 1px;
	width:279px;
}
.box .style1 h4 {
	background-image:url(images/line-hor1.gif);
	color: #b8860b;
}
/* style2 */
.box .style2 {
	background:url(images/box-bg2.png) no-repeat center 1px;
	width:575px;
}
.box .style2 h4 {
	background-image:url(images/line-hor2.gif);
}
/* style3 */
.box .style3 {
	background:url(images/box-bg3.png) no-repeat center 1px;
	width:871px;
}
.box .style3 h4 {
	background-image:url(images/line-hor3.gif);
color: #b8860b;
}

/* style4 */

.box .style4 {
	background:url(images/box-bg4.png) no-repeat center 1px;
	width:160px;
}
.box .style4 h4 {
	background-image:url(images/line-hor1.gif);
	color: #8b4513;
	text-align:center;
}

/* style5 */

.box .style5 {
	background:url(images/box-bg2.png) no-repeat center 1px;
	width:427px;
}
.box .style5 h4 {
	background-image:url(images/line-hor1.gif);
	color: #b8860b;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}





/*========================== HEADER ===========================*/

#header .row-1 {
	height:95px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding:28px 0 0 0;
}
#header .row-2 {	
	height:49px;
	width:100%;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding-top:12px; width: 762px;
}
#header .row-2 .fleft ul li {
	float:left;
	font-size:16px;
	line-height:1.2em;
	background:url(images/divider.gif) no-repeat left 3px;
}
#header .row-2 .fleft ul li a {
	text-decoration:none;
	color:#f8f8ff;
	width:127px;
	display:block;
	text-align:center;
}
#header .row-2 .fleft ul li a:hover, #header .row-2 .fleft ul li a.active {
	color:#8b4513;
}

#header .row-2 .fleft ul li.last a {
	background:url(images/divider.gif) no-repeat right 3px;
}
#header .row-2 .fright {
	padding-top:7px;
}
#header .row-2 .fright ul li {
	float:left;
	margin-left:6px;
}
#header .row-3 .fleft {
	padding:157px 0 0 0;
	margin-left:-13px;
	position:relative;
}
#header .row-3 .fright {
	padding:152px 22px 0 0;
	position:relative;
}








/*========================= CONTENT ===========================*/

#content {
	padding-bottom:42px;
}
#content .row-1 {
	padding-bottom:50px;
}
#content .indent {
	padding-bottom:28px;
}

/*========================= FOOTER ============================*/

#footer .fleft p {
	padding:9px 0px 0px 313px;
	margin-bottom:5px;
	font-size:.92em;
	text-align:center;
}
#footer .fleft p span {
	color:#FFF;
}
#footer .fleft p a {
	color:#8B4513;
	text-decoration:none;
}
#footer .fleft p a:hover {
	text-decoration:underline;
	color: #FFF;
}
#footer .fleft ul li {
	float:left;
	line-height:1em;
	border-right:1px solid #282828;
	padding-right:14px;
	margin-right:14px;
}
#footer .fleft ul li.last {
	border:0;
	margin-right:0;
	padding-right:0;
}
#footer .fleft ul li a {
	color:#CCC;
	text-decoration:none;
}
#footer .fleft ul li a:hover,
#footer .fleft ul li a.active {
	color:#FFF;
}
#footer .fright {
	padding:32px 0 0 0;
	font-size:19px;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
}



/*=============================================================*/
.topVideo{
    background: url("images/background-video-audio.png") no-repeat scroll 0 0 transparent;
    margin: auto;
    width: 850px;
	height:444px;
	border:0px solid;
	
	}