@import url("reset.css");
@import url("form.css");
@import url("typography.css");
@import url("menu.css");
@import url("bannerslider.css");
@import url("skin.css");
@import url("jquery.jcarousel.css");
@import url("gallery.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848384;
	
	line-height: 120%;
}
.page{
	background: #131111 url(../images/page_bg.jpg) repeat-x;
}
.innerpage{
	background: #131111 url(../images/inner_page_bg.jpg) repeat-x;
}

/* -- Footer Outer CSS --*/
.footer_outer{
	background:url(../images/footer_outer.jpg) left bottom repeat-x;
}

/* -- Wrapper CSS --*/
.wrapper{
	width:1000px;
	margin:0px auto;
}
/* -- Top Menu CSS --*/
.topmenu{
	height:29px;
	width:1000px;
}

/* -- Header CSS --*/
.header_outer{
	background:url(../images/header_outer.jpg) left top no-repeat;
	height:274px;
	width:1000px;
}
.logo{
	float:left;
	background: url(../images/logo.jpg) no-repeat;
	width:291px;
	height:274px;
}
.inner_header{
	background:url(../images/inner_header_bg.jpg) no-repeat;
	height:125px;
}
.inner_logo{
	width:409px;
}

/* -- Slider CSS --*/
.slider{
	float:left;
	background:url(../images/slider_outer.jpg) no-repeat;
	width:709px;
	height:274px;
}
.slider_inner{
	padding:21px 0px 0px 22px;
}
.slider img{
	border:3px solid #585858;
}

/* -- Content CSS --*/
.main{
	padding:30px 0px;
}
.main_inner{
	background:url(../images/main_inner.jpg) repeat-y;
}

/* -- Left Column CSS --*/
.leftcolumn{
	float:left;
	width:269px;
	margin-right:42px;
}

/* -- Content CSS --*/
.content{
	float:left;
	width:689px;
}

/* -- Gallery Box CSS --*/
.gallerybox{}
.gallerybox .box_tl{
	background:url(../images/gallery_box_tl.jpg) left top no-repeat;
}
.gallerybox .box_tm{
	background:url(../images/gallery_box_tm.jpg) left top repeat-x;
}
.gallerybox .box_tr{
	background:url(../images/gallery_box_tr.jpg) right top no-repeat;
}
.gallerybox .box_r{
	background:url(../images/gallery_box_r.jpg) right top repeat-y;
}
.gallerybox .box_br{
	background:url(../images/gallery_box_br.jpg) right bottom no-repeat;
}
.gallerybox .box_bm{
	background:url(../images/gallery_box_bm.jpg) left bottom repeat-x;
}
.gallerybox .box_bl{
	background:url(../images/gallery_box_bl.jpg) left bottom no-repeat;
}
.gallerybox .box_l{
	background:#2b2728 url(../images/gallery_box_l.jpg) left top repeat-y;
}
.gallerybox .box_inner{
	padding:31px 0px 0px 0px;
}

/* -- Contact CSS --*/
.contact_outer{
	background:url(../images/contact_outer.jpg) no-repeat;
}
.contact_inner{
	padding:41px 0px 0px 22px;
}
.contactbox{}
.contactbox .address{
	float:left;
	width:177px;
	padding:0 10px;
	border-right: 1px solid #dadada;
}
.contactbox .info{
	float:left;
	width:197px;
	padding:0px 10px;
	line-height:20px;
}
/*-- Services CSS --*/
.services{}
.services ul{
	margin:0px;
	padding:0px;
}
.services ul li{
	list-style-type:none;
}
.services ul li a:link, .services ul li a:visited{
	display:block;
	background:url(../images/left_menu_bg.jpg) no-repeat;
	text-decoration:none;
	height:25px;
	line-height:25px;
	color:#858485;
	padding-left:30px;
}
.services ul li a:hover{
	background-position:0px -25px;
	color:#c51b08;
}

.servicesbox{
	background:#131111;
	border:1px solid #2c2829;
	padding:2px;
}
.servicesbox_inner{
	border:1px solid #000000;
	padding:10px;
}


/* -- Footer CSS --*/
.footer{
	background:url(../images/footer_bg.jpg) right top no-repeat;
	height:109px;
	text-align:center;
	color:#FFFFFF;
}
.footer_inner{
	padding:20px;
}

/* -- Site Common CSS --*/
.image_left{
	float:left;
	margin-right:10px;
	border:3px solid #e5e5e5;
}
.image_right{
	float:right;
	margin-left:10px;
	border:3px solid #e5e5e5;
}
.rightlink{
	text-align:right;
}
.rightlink a:link, .rightlink a:visited{
	font-weight:bold;
	color:#ed1c24;
}
.rightlink a:hover{
	color:#df5303;
}

.conent_specer{
	margin-bottom:15px;
}
.more a:link, .more a:visited{
	float:right;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
.more a:hover {
	cursor: hand; COLOR: #df5303;
	text-decoration:none;
}

/*blockquote,form,div,li,ol,p,td,th,ul {font-size: 11px; font-family:Tahoma; color: #707070;}*/
p{
	padding:0px;
	margin: 0 0 10px 0;
}