*{
	margin:0;
	padding:2;
}
body{
	background:#fff;
	font:11px/18px Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#header-outer{
	width:100%;
	background:url(images/header-outer.jpg) repeat-x;
	height:301px;
}
	#header-inner{
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
		#menu{
	height:54px;
	width: 1100px;
	float: none;
		}
			#menu ul{
				list-style:none;
				text-align:center;
			}
				#menu li{
					display:inline;
				}
					#menu li a{
	color:#b3bfc2;
	font-weight:bold;
	background:url(images/divider.jpg) no-repeat 10px center;
	line-height:54px;
	font-size:13px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
					}
						#menu li a:hover{
							color:#fff;
							text-decoration:none;
							background:url(images/divider.jpg) no-repeat 13px center;
						}
		#header{
			background:url(images/header.jpg) no-repeat;
			height:247px;
		}
			#logo{
				width:229px;
				padding:15px 0 0 42px;				
			}
				#logo h1{
					background:url(images/logo.jpg) no-repeat;
					margin:0;
				}
					#logo h1 a{
						display:block;
						height:134px;
					}
						#logo h1 a span{
							display:none;
						}
#container-outer{
	width:100%;
}
	#container{
		width:950px;
		margin:0 auto;
		padding:20px 0;
	}
		#mainarea{
			width:570px;
			float:left;
			background:url(images/layout-divider.jpg) no-repeat right center;
			padding:0 45px 0 0;
		}
			#container h2{
				color:#010101;
				font-family:"Trebuchet MS";
			}
			#container h2 span{
	color:#B5A689;
			}
		#sidearea{
	width:320px;
	float:right;
	padding-bottom: 20px;
		}
			#sidearea h6{
				margin:15px 0 10px 0;
			}
#footer-outer{
	width:100%;
	height:288px;
	background:url(images/footer-outer.jpg) repeat-x;
}
	#footer{
		background:url(images/footer.jpg) no-repeat;
		width:984px;
		height:288px;
		margin:0 auto;
	}
		#testimonial{
			height:149px;
			color:#b86d13;
			padding:85px 15px 0 15px;
		}
			#testimonial h3{
				margin:0 0 12px 0;
			}
				#testimonial .floatleft, #testimonial .floatright{
					width:395px;
				}
		#copyrights{
			padding:0 15px;
			height:54px;
			line-height:54px;
			overflow:hidden;
			color:#828b8f;
		}
			#copyrights a{
				color:#828b8f;
			}
				#copyrights a:hover{
					color:#fff;
				}

/* Layout Styles Ends */

/* Form Styles */

.input, .textarea{
	border:solid #898989;
	border-width:2px 1px 1px 1px;
	margin:3px 0;
}
.input:focus, .textarea:focus{
	border:solid #dd861d;
	border-width:2px 1px 1px 1px;
}
.button1{
	background:#f6941e url(images/btn1.jpg) repeat-x;
	border:1px solid #e29940;
	color:#b76f18;
	width:72px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
/* Form Styles */

/* Paragraph and list Styles */

#container p{
	margin:0 0 10px 0;
	text-align:justify;
}
#container ul{
	margin:0 0 0 15px;
}
#container ol{
	margin:0 0 0 10px;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 20;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#b45f0d;}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:20px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h2,h3,h4,h5,h6{margin:0 0 25px 0;}
img{border:none;}
.clear{clear:both;}
.floatleft{
	float:left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.floatright{float:right;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal a{font-weight:normal;}
.fc1{color:#b86d13;}
.fs1{font-size:22px;}
/* Genric Styles Ends */

