@CHARSET "UTF-8";
@IMPORT url('./styles_text.css');
@IMPORT url('./styles_cms.css');
	
#layout {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

body {
	margin: 0 auto;
	/* background-color: #333333; */
	background-color: #202020;
}
#header {
	width: 960px;
	height: 87px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 200px;
	height: 87px;
	background: #e2e3d5 url('./images/logo.jpg') center no-repeat;
}
#title {
	float: right;
	width: 760px;
	height: 87px;
	background: #ebecde;
}

#title h1{
  color: #46020f;
	padding-right:20px;
	text-align: right;
	font:bold 10pt Verdana, Arial, sans-serif;
	line-height: 87px;
}

#headercont {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
#headerimg {
	float: right;
	width: 760px;
	height: 200px;
	background:#dbcab3 url(images/header.jpg) no-repeat;
}

#links {
	float: left;
	background:#80061d url(images/linksbg.jpg) no-repeat;
	width: 200px;
	height: 200px;
	background-repeat: repeat-x;
	position: relative;
}

#links ul
{
	padding-left: 40px;
	padding-top:30px;
}

#links li {
	list-style-image: url('images/arrow.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

#links a {
	color: #FFFFFF;
	text-decoration: none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#arrowabout {
	background-image: url(images/arrow.jpg);
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 38px;
}
#arrowservice {
	background-image: url(images/arrow.jpg);
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 63px;
}
#arrowprices {
	background-image: url(images/arrow.jpg);
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 89px;
}
#arrowinformation {
	background-image: url(images/arrow.jpg);
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 116px;
}
#arrowcontact {
	background-image: url(images/arrow.jpg);
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 140px;
}
#arrow1 {
	float: left;
	background-image: url(images/arrow1.jpg);
	width: 4px;
	height: 6px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 10px;
}
.linktxt {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 20px;
	padding-top: 10px;
	text-decoration: none;
}

#container {
	width: 960px;
	margin: auto;
	background-color: #CAC9B5;
}

#main_content_title h1 {
	font-size: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: black;
	line-height:3em;
	margin:0;
	padding: 0 25px;
	background-color: #E7E7D6;
	text-align: center;
  text-transform: uppercase ;
}


div.location {
	font-size: 10px;
	text-align:right;
	background: #DFDED3;
  padding:2px 5px;
}

#main_content{
	background-color: #E7E7D6;
	padding:1ex 25px 2ex 25px;
}


.blktxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 0f0f0f;
	font-weight: bold;
	margin-left: 20px;
	width: 180px;
	margin-top: 17px;
}

#line {
	background: #681421;
	width: 960px;
	height: 4px;
}

.foottxt {
  background: #fefefc;
	width: 960px;
	height: 40px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f2227;
	font-weight: normal;
	padding: 10px 0;
}

.footer-couters {
  text-align:center;
}

.footer-couters img {
  border: none;
}

.footer-couters .counter {
  padding:0 5px;
}

