/* common elements */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #00C;
}

a:hover {
	text-decoration: none;
	color: #F00;
}

body {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #000;
	line-height: 13px;
}

h1 {
	font-size: 15px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 15px 20px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 15px;
}


/* layout */

.top {
	width: 100%;
	text-align: center;
	background-color: #b0c830;
	color: #000;
	font-size: 10px;
}

.bottom {
	width: 100%;
	text-align: center;
	background-color: #b0c830;
	color: #000;
	position: relative;
	clear: both;
	font-size: 10px;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 10px 5px;
	height:auto;
}

#container-info {
	width: 600px;
	margin: 0 auto;
	padding: 3px;
}

#container-info h2 {
	color: #009;
	font-size: 13px;
}

#container-info .title {
	background-color: #f8f8f8;
	font-size: 10px;
}

#container-info  .drpshdw {
	background: url('../img/shadow.gif') no-repeat bottom right;
	clear: both;
	float: right;
	margin: 0 140px 15px 0;
	padding: 0;
	position: relative;
}

#container-info  .drpshdw img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#container-info .drpshadw2 {
	background: url('../img/shadow.gif') no-repeat right bottom;
	float: right;
	margin: 10px 30px 10px 0;
	padding: 0;
	position: relative;
}

#container-info .drpshadw2 img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#rsvr {
	clear: both;
}

#container-info p {
	line-height: 19px;
	color: #000;
	clear: both;
}

#container-info  ul {
	
}

#container-info  li {
	line-height: 20px;
	color: #000;
	margin: 0 0 0 30px;
}

#content {
	width: 620px;
	padding: 5px;
	height: auto;
}

/* sidebar */

#srchbox {
	padding: 5px;
	border: 1px solid #898700;
}

#srchbox p {
	line-height: 14px;
	padding: 5px 0;
}

#sidenav {
	float: right;
	width: 200px;
	margin-top: 10px;	
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav li {
}

#sidenav li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidenav li li {
	padding: 5px 20px 5px 35px;
	background: url(../img/li_cube.gif) no-repeat 20px 50%;
	border-bottom: 1px dashed #fff;
}

#sidenav h2 {
	margin: 0;
	padding: 10px 0 3px 20px;
	border-bottom: 1px solid #fff;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #006AC3;
	text-transform: uppercase;
}

#sidenav a {
	text-decoration: none;
}

#sidenav a:hover {
	text-decoration: underline;
}


/* content */

.breadCrumbs {
	margin-bottom: 15px;
	font-size: 10px;
}
.breadCrumbs li {
	display: inline;
}

.breadCrumbs li a {
	background: transparent url('../img/arrow2.jpg') no-repeat center right;
	text-decoration: underline;
	padding-right: 15px; /*adjust bullet image padding*/
	color: #00F;
}

.breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

#feathtl-cont {
	height: 500px;
}

.center_title_bar{
	width: 580px;
	height: 31px;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
	line-height: 31px;
	font-size: 12px;
	color: #159DCC;
	font-weight: bold;
	background: url(../img/bar_bg.gif) no-repeat center;
}

.feathtl_box{
	width: 160px;
	height: auto;
	float: left;
	padding: 10px 20px 10px 23px;
}

.center_feathtl_box{
	width: 160px;
	height: auto;
	float: left; 
	text-align: center;
	padding: 0px; 
	margin: 0px; 
	border: 1px #F0F4F5 solid;
}

.feathtl_title{
	color: #ff8a00;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.feathtl_img{
	padding: 5px 0 5px 0;
}

.feathtl_rating {
	padding: 5px 0 5px 0;
}

#bisa {
	width: 540px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #06F;
}

.services {
	height: 325px;
}


/* misc */

.font11 {
	font-size: 11px;
}

.maroon {
	color:#900;
}

.white {
	color: #FFF;
}

.navyblu {
	color: #006;
}

.blu {
	color: #009;
}

.aligncenter {
	text-align: center;
}

#footer {
	position: relative;
	clear: both;
	bottom: 0;
	padding:0;
	text-align: center;
	width: 770px;	
}

