@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3a33;
}

body { background: url(../images/bg.png) repeat-x #544d44;}

.clr { clear:both;}

#wrapper {
	margin: 0 auto 0 auto;
	width: 930px;
}

#header {
	width:930px;
	height:49px;
	float:left;
}

.moto, .contact {
	float:left;
	font-size:11px;
	color:#f5f1d4;
	padding-top:20px;
}

.contact {
	float:right;
	padding-right:10px;
}

#logo {
	float:left;
	height:135px;
	width:189px;
	margin:34px 0 35px 0;
}

#side_bar {
	float: left;
	width: 214px;
}

#content_rt{
	float:right;
	width:700px;
	background:url(../images/ct_mid.gif) repeat-y;
}

#bottom_rt {
	width:700px;
	height:5px;
	background:url(../images/ct_bottom.gif) no-repeat;
}

/*  START menu zone  */
#menu {
	float:right;
	width:700px;
	height: 40px;
	background:url(../images/menu.jpg) no-repeat;
}

#menu ul#site_map {
	float:left;
	height:48px;
}

#menu li {
	list-style:none;
	float: left;
	height: 12px;
	margin-top: 10px;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}

#menu li.last {
	border: none;
}

#menu li a:link, #menu li a:visited { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#menu li a:hover, #menu li a.sel:link, #menu li a.sel:visited { 

}

#scnd_menu {
	float:left;
	width:690px;
	height: 40px;
	background:url(../images/nav_bg.jpg) repeat-x;
}

#scnd_menu li {
	float:left;
	list-style:none;
	float: left;
	height: 40px;
	background:url(../images/nav_bg_left.jpg) top left no-repeat;
}

#scnd_menu li a:link, #scnd_menu li a:visited {
	float:left;
	width:100%;
	color: #133412;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	line-height:38px;
	display: block;
	background: url(../images/nav_bg_right.jpg) top right no-repeat;
	text-decoration: none;
}

#scnd_menu li a:hover { 
	color: #769A76;
}

.bt_01{ width: 25%; }
.bt_02 { width: 25%; }
.bt_03 { width: 30%; }
.bt_04 { width: 20%; }

/*  START sidemenu zone  */

#side_ct ul {
	padding: 0px;
}

#side_ct li {
	list-style:none;
	height:30px;
	border-bottom:1px solid #76634a;
}

#side_ct li a, #side_ct li a:visited {
	color: #fefefe;
	text-decoration: none;
	line-height:30px;
	float:left;
	height:30px;
	width:164px;
	padding-left:10px;
}

#side_ct li a:hover {
	background-color:#199ab5;
}

/*  END sidemenu zone  */
/*  END menu zone  */

#side_ct {
	float:left;
	width:174px;
	background:url(../images/side_top.gif) no-repeat #282420;
	padding:20px 20px 11px 20px;
}

#side_ct_bottom {
	float:left;
	width:214px;
	height:9px;
	background:url(../images/side_bottom.gif) no-repeat;
}

#content {
	float:left;
	width:670px;
	padding:20px 15px;
}

#home_nav {
	float:left;
	width:700px;
	margin:15px -15px 0 0px;

}

.nav_item {
	float:left;
	margin-right:14px;
	position:relative;
}

.nav_link {
	width:199px;
	height:45px;
	padding:6px 0 0 15px;
	background-color:#000;
	position:absolute;
	top:90px;
	left:0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

#side_ct .news {
	float:left;
	width:174px;
	border-bottom:1px solid #76634a;
	padding:15px 0;
}

.side_title {
	font-size:14px;
	font-weight:bold;
	color:#199ab5;
	padding-bottom:3px;
}

#side_ct a:link, #side_ct a:visited {
	color:#FFF;
	text-decoration:none;
}

#side_contact {
	float:left;
	width:101px;
	height:61px;
	margin-top:15px;
	padding:30px 0 0 70px;
	background:url(../images/ct_lt.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}



 

/*  Start footer  */
#footer {
	float:left;
	width:930px;
	color: #f0e6d9;
	padding-top:15px;
}

#footer #f_menu {
	color: #f0e6d9;
	float:left;
}

#footer #f_menu a {
	color: #f0e6d9;
	text-decoration: none;
}

#footer #copyright  {
	color: #f0e6d9;
	float: right;
}

#details {
	float:right;
	width:380px;
	padding-top:5px;
}

#imgs {
	float:left;
	width:290px;
}

.address {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

.features {
	float:left;
	width:190px;
}

.price {
	float:left;
	width:300px;
	text-align:center;
	font-size:18px;
	padding-top:20px;
}

.price strong { font-size:18px;}





/*  End footer  */
/*  Styles all pages  */

h1 {font-size:24px; color:#3f3a33; padding-bottom:10px;}
h2 {font-size:24px; color:#f5f1d4; }
h5 {font-size:24px; color:#fff; }
h6 { font-size:12px; color:#f0e6d9;}

h3 {font-size:17px; }
h4 {font-size:24px; color:#272521; padding-bottom:5px;}

hr {
	width:100%;
	color:#d4d0c3;
	background-color:#d4d0c3;
	margin: 5px 0 ;
	height: 1px;
}	



.side_menu h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height:35px;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 15px;
	text-transform: uppercase;
	background: #769A76;
	color: #fff;
}

#content p { margin:0px 0 10px 0; line-height:19px; }

#content p.home { font-size:14px; padding-top:10px; float:left; width:100%;}

#content a:link, #content a:visited { text-decoration:underline; color:#133412;}
#content a:hover { color:#769A76;}

#content img { border:3px solid #a0855f;}

.nav_link a h5  { text-decoration:none; font-size:18px; float:left;}
#content .nav_link a img { text-decoration:none; font-size:18px; float:right; margin-right:20px; display:inline; border:none; margin-top:10px;}

#side_contact h5 { font-size:15px;}

#details a h1 { color:#199ab5; float:left; width:200px; text-align:center; text-transform:uppercase; margin:10px 0 0 50px;}

.flt_lt { float:left; margin:5px 15px 15px 0;}
.flt_rt { float:right; margin:5px 0 15px 15px;}
/*  END styles all pages  */
/*********** TABLES *********/

*/
table {
	margin-right:25px;
	width: 670px;
	padding: 5px;
	margin-top:15px;
	float:left;
}
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: ##3F3A33;
	font-size: 10px;
}

caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 5px;
	text-align: center;
}

thead th {
	text-align: center;
	background: #1789a1;
	color: #fff;
	font-size: 10px;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #f2f0e1; }

tbody tr.odd { background: #c8c6ba; }

table a:link {
	color: #718ABE;
	text-decoration: none;
	font-size:10px;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

#col_main td img { float:none; }

tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
  
table td.l_al { text-align:left;}

/*  End pages elements  */
