@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Pacifico;
	src: url('../fonts/Pacifico.ttf');
}
@font-face {
	font-family: Bobbleboddy_light;
	src: url('../fonts/Bobbleboddy_light.ttf');
}
@font-face {
	font-family: Brody;
	src: url('../fonts/Brody.ttf');
}
@font-face {
	font-family: HelveticaNeueLTStd-LtCn;
	src: url('../fonts/HelveticaNeueLTStd-LtCn.otf');
}
body {
	background: url(../images/bg.jpg) center top repeat;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #C2A051;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
}
p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
h1 {
	font-size: 24px;
	color: #000;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}
h2 {
	font-family: Pacifico;
	font-size: 40px;
	color: #BE9B4E;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
	line-height: 30px;
	margin-bottom: 10px;
}
h3 {
	font-family: Pacifico;
	font-size: 28px;
	color: #BE9B4E;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
h2 span, h3 span {
	color: #333333;
}
h4 {
	font-family: Bobbleboddy_light;
	font-size: 24px;
	color: #000000;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
}
h5 {
	font-family: Calibri;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
}
h5 span {
	color: #818285;
}
h5 a {
	text-transform: capitalize;
}
h6 {
	font-size: 10px;
	color: #000;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.txtalign-left {
	text-align: left;
}
.txtalign-center {
	text-align: center;
}
.txtalign-right {
	text-align: right;
}
.width70 {
	width: 65%;
}
.width50 {
	width: 50%;
}
.width30 {
	width: 30%;
}
.width20 {
	width: 25%;
}
.margin10 {
	margin: 10px;
}
.padding10 {
	padding: 10px;
}
.bgcolor-white {
	background: #fff;
}
.read-more {
	float: left;
	padding: 10px;
	display: block;
}
.txt-style01 {
	font-size: 20px;
	color: #000;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	margin: 10px
}
.img-style01 {
	float: left;
	margin: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
}
.checklist {
	margin: 20px;
}
.checklist li {
	font-size: 12px;
	margin: 0;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(../images/star.png) 0 2px no-repeat;
	color: #666;
	border-bottom: 1px solid #dedede;
	line-height: 20px;
	list-style: none;
}
.checklist2 {
	margin: 10px;
}
.checklist2 li {
	display: block;
	font-size: 12px;
	padding-left: 20px;
	background: url(../images/star.png) 0 5px no-repeat;
	color: #666;
	line-height: 25px;
	list-style: none;
}
.clear-both {
	clear: both;
}
#top_bar {
	width: 100%;
	height: 15px;
	background-color: #000;
}
#wrapper {
	background-color: #fff;
	width: 960px;
	height: 100%;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	box-shadow: 0 0 50px #333;
	-moz-box-shadow: 0 0 50px #333;
	-webkit-box-shadow: 0 0 50px #333;
}
/*header*/
#header {
	width: 100%;
	height: 100px;
	background-color: #000;
}
#logo {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
}
#header_rgt_block {
	float: right;
	width: auto;
	height: auto;
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	color: #555;
	font-family: Calibri;
}
/*header end*/

/*navigation*/
#nav {
	width: auto;
	height: 40px;
	position: absolute;
	margin-top: 140px;
	margin-left: 360px;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/nav_seperater.png) right center no-repeat;
	margin: 0 1px;
}
#nav a:link, #nav a:visited {
	font-family: HelveticaNeueLTStd-LtCn;
	display: block;
	width: auto;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	border: 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}
#nav a:hover, #nav a:active, #nav a.select {
	color: #fff;
	background-color: #BE9B4E;
}
/*navigation end*/

/*banner*/
#banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}
/*banner end*/

/*HOME*/
#catagories {
	float: left;
	width: 940px;
	margin: 10px;
	background-color: #BE9B4E;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
#catagories li {
	float: left;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 5px 10px;
	margin: 5px;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#catagories li span {
	color: #000000;
}
#gallery-home {
	float: left;
	width: 54%;
	margin: 10px;
}
#gallery_inner {
	float: left;
	width: auto;
	margin: 10px;
}
#qlt_div {
	float: left;
	width: 42%;
	margin: 50px 0 0 0;
	background-color: #BE9B4E;
	height: 160px;
	box-shadow: 0 0 10px #ccc;
}
.hrline {
	width: 95%;
	height: 1px;
	background-color: #7f613f;
	margin: 10px auto;
}
.follow {
	float: right;
	width: 40%;
}
.bags-img {
	position: absolute;
	margin-top: 50px;
}
.qlt_txt {
	font-family: Brody;
	font-size: 30px;
	color: #a23920;
}
#add {
	float: right;
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #f5eed0;
	border: 1px solid #7e603f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	margin: 0 10px;
}
#middle {
	width: 960px;
	height: 100%;
	float: left;
	margin: 10px 10px 10px 10px;
}
#mid_left {
	width: 650px;
	height: 100%;
	float: left;
	margin: 10px 10px 10px 10px;
}
#mid_right {
	width: 680px;
	height: 100%;
	float: right;
	margin: 10px 10px 10px 10px;
}
#mid_btm {
	width: 960px;
	height: 100%;
	float: left;
	margin: 10px 10px 10px 10px;
}
/*HOME END*/
	
/*ABOUT*/
/*ABOUT END*/

/*SERVICES*/
/*SERVICES END*/

/*CONTACTS*/
#contact_detail {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	font-size: 12px;
	color: #111;
}
#contact_detail table td {
	padding: 5px 0;
}
/*contact form*/
#contact_form {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	padding: 0;
}
#contact_form table {
	font-size: 12px;
	color: #555;
	padding: 10px;
}
#contact_form td {
	line-height: 20px;
	padding: 0 5px;
	width: auto;
	height: auto;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea, #contact_form select {
	font-size: 12px;
	padding: 6px 3px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFF;
	color: #777;
	border: 1px solid #e7e7e7;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width: 200px;
	text-transform: none;
}
#contact_form select {
	width: 207px;
	text-transform: capitalize;
}
#contact_form td input#btn {
	font-family: Calibri;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background-color: #ccc;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
#contact_form td input#btn:hover {
	background-color: #000;
}
/* contact form end */

#map {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	font-size: 12px;
	line-height: 20px;
}
/*CONTACTS END*/

/*footer*/
#footer {
	height: 50px;
	width: 100%;
	border-top: 1px dotted #ccc;
}
#footer p {
	color: #BE9B4E;
	line-height: 50px;
	font-size: 11px;
	padding: 5px 10px;
}
#footer p a {
	color: #BE9B4E;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
}


/*footer end*/
