@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1110px;
	margin: 0 auto; 
}
.header {
	height:151px;
}
.logo{
	float:left;
}
.phone{
	float:right;
	padding-right:50px;
	padding-top:15px;
}
.block ul{
	padding:0;
}
.nav {
	margin-top:35px;
	float:left;
}
ul.menu{
	list-style:none;
}
.nav ul li{
	width: 120px;
	float:left;
	text-transform:uppercase;
	font-size:13px;
	line-height:15px;
	text-align:center;
	margin:0;
	padding:0 5px;
	float:left;
	border-left: solid;
	border-color:#ffa500;
	height:30px;
	}
li.leaf.first{
	border:none;
	/*width:60px;*/
}
li.leaf.last{
	width:80px;
}
.nav ul li a{
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:bold;
	}
.nav ul li a:hover{
	text-decoration:none;
	color:#ffa500;
	}
li.leaf{
	list-style:none;
}
.slider{
	margin:0 auto;
	width:780px;
	background:#fff;
}
.shadow{
	width:660px;
	margin-left:102px;
	margin-bottom:-16px;
}
#content {
	width:820px;
	background:#fff;
	padding:30px 20px 20px 20px;
	margin-left:152px;
	min-height:500px;
}
.views-field-field-image-fid{padding:4px;
	margin:15px 20px;
	background:#DCDCDC;
	border:1px solid #CCC;
	}
.views-field-field-image-fid:hover{
	background:#c8c5b8;
	border:1px solid #999;
	}
.footer {
	padding: 10px 0;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:192px;
}
.footerad{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	font-size:25px;
	line-height:60px;
}
.footerad hr { 
	width:257px;
	margin:0 auto;
	color:#ffa500;
	background-color: #ffa500;
	height: 4px;
	border:0px;
}
.footercontent{
	width:960px;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
	font-size:12px;
	color:#fff;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.cke_editable{
	background:none;
}