html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	background: #e0dcc3 url('../images/background.jpg');
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

A:link {
	text-decoration: underline; color: #c17633; font-weight: bold;
	}
A:visited {
	text-decoration: underline; color: #c17633; font-weight: bold;
	}
A:active {
	text-decoration: underline; color: #c17633; font-weight: bold;
	}
A:hover {
	text-decoration: underline; color: #844711; font-weight: bold;
	}

#container    
{
	width: 980px;
	height:auto;
	margin: 0 auto;
	background: #452a1d;
}

#headerbar {
	width: 980px;
	height: 25px;
	background: #302217;
	border-bottom: 1px solid #c17633;
	color: #FFF;
	padding: 0;
}

#headercont {
	width: 980px;
	height: 90px;
	padding: 0;
	margin:10px 0 0 0;
}
#headercont h1 {
	float:left;
	color:#452a1d;
	font-size:70%;
	position:relative;
	width:326px;
	height:68px;
	padding: 0;
	margin: 0 0 0 30px;
	}
#headercont h1 span{
	background:url(../images/logo.gif) no-repeat;
	position:absolute;
	width:326px;
	height:68px;
}

/*--------------Top Nav--------------*/
#nav ul {
	float:left;
	font-size: 90%;
	margin: 15px 0 0 50px;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	padding: 10px 13px;
	margin: 0 5px 0 0;
	background:#e0dcc3; 
	color:#333;
	font-size:110%;
	letter-spacing:1px;
	border-top: 1px solid #c17633;
	border-left: 1px solid #c17633;
	border-right: 1px solid #c17633;
	border-bottom: 1px solid #e0dcc3;
	text-decoration: none;
}

#nav ul li a.active
{
	color: #333;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #FFF;
}

#nav ul li a:hover
{
	background: #c17633;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}

/*-----------------Content----------------*/
#maincont {
	width: 980px;
	background: #452a1d url(../images/cont-bg.jpg) repeat-x;
	clear:both;
}

#maincont h4 {
	font-size: 120%;
	margin-top: 20px;
	padding-top: 5px;
	letter-spacing:1px;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}

/*--------maincontimg---------*/
#maincontimg {
	width: 914px;
	height: 342px;
	padding: 0;
	margin:0 auto;
	background: #fff url(../images/contimg.jpg);
}

#maincontimgtxt {
	position:relative;
	top:65px;
	left:65px;
	width:416px;
	height:206px;
	padding:10px;
	}
#maincontimgtxt h1 {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	font-size: 190%;
	letter-spacing:1px;
	color:#fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#maincontimgtxt p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 140%;
	font-weight:bold;
	color:#fff;
	line-height:18px;
}
#maincontimgtxt p span img{
	float:right;
	border:0;
	padding:0 10px 0 20px;
	}



/*--------maincontimg-2---------*/
#maincontimg-2 {
	position:relative;
	width: 914px;
	min-height: 342px;
	padding: 0;
	margin:0 auto;
	background: #452a1d url(../images/contimg-2.jpg) no-repeat;
}
#maincontimg-2txt {
	position:relative;
	top:35px;
	left:35px;
	background: #fff;
	width:820px;
	min-height:300px;
	margin:0;
	padding:10px;
	}
#maincontimg-2txt h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 190%;
	letter-spacing:1px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#maincontimg-2txt p {
	margin: 0 0 15px 0;
	padding: 0 20px;
	font-size: 120%;
	letter-spacing:1px;
	line-height:17px;
}
#maincontimg-2txt p span img{
	float:right;
	border:0;
	padding:0 10px 0 20px;
	}
#maincontimg-2txt ul {
	font-size: 120%;
	}
#maincontimg-2txt li {
} 
	
#rightcol {
	position:relative;
	float:right;
	margin: 10px;
	padding: 10px;
	width:180px;
	height:200px;
	border-left:dotted 1px #CCC;
}
#rightcol h3{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
#rightcol p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 90%;
	letter-spacing:1px;
	line-height:17px;
}
/*-------Home Bottom-------*/
#home-bottom {
	margin:20px auto 20px auto;
	padding:5px 0 0 0;
	width:900px;
	height:200px;
	background: #452a1d;
}
#home-bottom span {
	display:block;
	float:left;
	background: #302217;
	width:270px;
	height:200px;
	padding:0 10px;
	}
.border-right {
	border-right: solid 12px #452a1d;
	}
#home-bottom h2 {
	font-size:200%;
	margin:0;
	padding:0;
	color:#c17633;
	}
#home-bottom h3 {
	font-size:90%;
	margin:20px 0 0 0;
	padding:0;
	color:#fff;
	}
#home-bottom p {
	color:#fff;
}
.more-details {
position:absolute;
float:right;
vertical-align:bottom;
}

/*-------contact-------*/
.contactinput input{
	width:250px;
	}
.inputbutton input{
}

/*-----------------Footer----------------*/
#footerbar {
	position:relative;
	width: 980px;
	height: 25px;
	background: #302217;
	border-top: 1px solid #c17633;
	color: #FFF;
	padding: 0;
	margin: 50px 0 0 0;
}
#footercont {
	position:relative;
	width: 980px;
	height: 25px;
	background: #8bc63c;
	color: #fff;
	border-top: 1px solid #c17633;
	padding: 0;
}
#footercont ul {
	margin: 0;
	padding: 18px 0 0 0;
	list-style-type: none;
	text-align: right;
}
#footercont ul li {
	display: inline;
	margin: 0 0 0 10px;
}
#footercont ul li a {
	color: #E8FF9F;
	text-decoration: none;
}
#footercont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
}

/*-----------------Misc----------------*/

.clear {
	clear:both;
	}
.fl {
	float:left;
	}
.fr {
	float:right;
	}
.img-text-fl {
	float:left;
	padding:0 10px 10px 0;
	}
.red {
	color:#FF0000;
	}
.backtotop {
	font-size:80%;
	float:right;
}	
.imgborder {
	border:#CCCCCC solid 1px;
	}
#designedby {
	float:right;
	font-size:90%;
	}