/* Main Styles Start */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #4c4840;
}
#wrap-a {
	width: 745px;
	background: url(../images/wrap-a.gif) repeat-y;
	margin: 0 auto;
}
#wrap-b {
	background: url(../images/wrap-b.jpg) no-repeat top;
}
#wrap-c {
	background: url(../images/wrap-c.gif) no-repeat bottom;
	position: relative;
}
a {
	outline: none;
	color: #db2d24;
}
a:hover {
	color: #4c4840;
}
/* Main End Start */


/* Header Styles Start */
#header {
	height: 125px;
	padding: 46px 0 0 48px;
	position: absolute;
	top: 0px;
}
.logo {
	width: 230px;
	height: 78px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9000px;
}
.home {
	width: 70px;
	background: url(../images/home-icon.gif) no-repeat left;
	height: 24px;
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #72bc2b;
	text-decoration: none;
	padding-left: 28px;
	line-height: 22px;
	position: absolute;
	bottom: 7px;
	left: 105px;
}
.home:hover {
	color: #db2d24;
}
.contact-us {
	display: block;
	width: 150px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #db2d24;
	position: absolute;
	left: 540px;
	bottom: -60px;
	padding: 31px 0 0 0;
}
.contact-us:hover {
	color: #4c4840;
}
.shop {
	display: block;
	width: 133px;
	height: 27px;
	background: url(../images/shop.gif) no-repeat;
	font-size: 11px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	position: absolute;
	left: 530px;
	bottom: -105px;
}
/* Header Styles End */


/* Content Column Styles Start */
#content {
	padding: 171px 81px 10px 81px;
}
#right-col {
	width: 397px;
	float: right;
	padding: 80px 0 0 0;
	font-size: 11px;
}
#right-col h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 18px 0;
	text-transform: capitalize;
}
#right-col h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-transform: capitalize;
}
#right-col p {
	font-size: 11px;
	padding: 0 0 13px 0;
	text-align: justify;
}
#right-col ol, #right-col ul {
	padding: 0 0 13px 18px;
}
#right-col ol li, #right-col ul li {
	padding: 0 0 0 0;
}
.big-bttn-holder {
	text-align: center;
	display: block;
	padding: 15px 0 18px 0 !important;
}
.big-bttn {
	display: inline-block;
	height: 41px;
	padding-left: 20px;
	background: url(../images/big_bttn_left.gif) no-repeat left;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.big-bttn span {
	display: inline-block;
	height: 41px;
	padding-right: 20px;
	background: url(../images/big_bttn_right.gif) no-repeat right;
	line-height: 40px;
	cursor: pointer;
}

#left-col {
	width: 150px;
	float: left;
	padding: 31px 0 0 0;
}
#left-col h2 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0 0 23px 0;
}
#left-col ul {
	list-style: none;
	padding: 0 1px 12px 1px;
	background: url(../images/menu-bg.gif) no-repeat bottom;
}
#left-col ul li {
	border-bottom: #8dc954 1px solid;
	line-height: 11px;
	font-size: 11px;
	padding: 4px 0 5px 0;
	width: 148px;
}
#left-col ul li.last {
	border-bottom: 0;
}
#left-col ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 12px;
	font-weight: bold;
}
#left-col ul li a:hover, #left-col ul li a:active {
	color: #4c4840;
}
/* Content Column Styles End */


/* Footer Styles Start */
#footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 0 15px 0;
}
#footer a {
	color: #4c4840;
	text-decoration: none;
}
#footer a:hover {
	color: #db2d24;
}
.footer-text {
	height: 15px;
	font-size: 7px;
	color: #d4d2d2;
}
.footer-text-left {
	float: left;
	padding: 0 0 0 80px;
}
.footer-text-right {
	float: right;
	padding: 0 80px 0 0;
}
/* Footer Styles End */


/* Misc Styles Start */
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.product-img {
	float: right;
	margin: 0 0 0 0;
}
/* Misc Styles End */