@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('fonts/proximanovaregular.eot');
	src: url('fonts/proximanovaregular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/proximanovaregular.woff') format('woff'),
			 url('fonts/proximanovaregular.ttf') format('truetype'),
			 url('fonts/proximanovaregular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold_italic';
    src: url('fonts/proximanova-boldit-webfont.eot');
    src: url('fonts/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('fonts/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container	{
	width:100%;
	min-width:960px;
	height:auto;
	background:url(images/bg.jpg) center top repeat-x;
	border-top:#8b8871 solid 8px;
}
#header	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#logo	{
	width:204px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:12px;
}
#nav	{
	width:350px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:45px;
}
#nav ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#nav ul li	{
	float:right;
	padding:7px 0 7px 0;
	background:url(images/nav-divider.jpg) right no-repeat;
}
#nav ul li.last	{
	background:none;
}
#nav ul li a	{
	padding:5px 13px 5px 13px;
	font:normal 15px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	text-transform:uppercase;
	border-bottom:#393730 solid 3px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#nav ul li a:hover	{
	color:#8fae13;
	border-bottom:#8fae13 solid 3px;
}
#hdr-clear	{
	width:100%;
	height:15px;
	overflow:hidden;
	clear:both;
}
#wrapper	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:25px;
}
#gallery-main	{
	width:auto;
	height:auto;
	overflow:hidden;
}
#dottes	{
	width:auto;
	height:auto;
	overflow:hidden;
	background:url(images/dottes.jpg) center repeat-x;
	text-align:center;
}
h1	{
	font:normal 22px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	background-color:#FFF;
	display:inline-block;
	padding:0px 4px;
	margin:0px;
}




/* 4.1 Popular Carousel  */
/*----------------------------------------------*/
.banner{
	width:960px;
	height:180px;
	margin:0 auto;
	position:relative;
	padding:0px;
	margin-top:10px;
}
.banner .click	{
	width:960px;
	height:180px;
	position:absolute;
	padding:0 0 0 0;
	margin:0;
}
	
.banner h1 {
	color:#070707;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	margin:0;
}
.banner span {
	color:#666;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}
.top_carousel {
	position:relative;
	width:960px;
	margin:0 auto;
	height:145px;
}
.top_carousel ul {
	margin:0;
	height:145px;
	overflow:hidden;
}	
.top_carousel li {
	display:block;
	float:left;
	width:188px;
	height:145px;
	text-align:center;
	list-style:none;
	padding-left:2px;
	padding-right:2px;
}	
.top_carousel li img {
	
	margin-bottom:-1px;
}
.top_carousel li:hover a {
	color:#c92923;
}	
.banner .prev, .banner .next {
	display:block;
	background:url(images/left-arrow.jpg) 0 0 no-repeat;
	width:34px;
	height:29px;
	text-indent:-100px;
	overflow:auto;
	position:absolute;
	top:150px;
	cursor:pointer;
	z-index:9999;
	}

.banner .prev {
	left:888px}
	
.banner .next {
	background:url(images/right-arrow.jpg) 0 0 no-repeat;
	right:1px}

.banner .disabled {
	display:none}
/*----------------------------------------------*/
/* 4.1 Popular Carousel  */


#contents	{
	width: auto;
	height: auto;
	overflow: hidden;
	text-decoration: none;
	color: #777777;
	text-align: justify;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#catogories	{
	width:460px;
	height:auto;
	overflow:hidden;
	float:left;
}
#catogories ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#catogories ul li	{
	width:190px;
	float:left;
	padding:3px 0 3px 0;
}
#catogories ul li a	{
	padding:0 0 0 15px;
	font:normal 13px 'ProximaNova-Regular';
	text-decoration:none;
	color:#8a8a8a;
	text-transform:uppercase;
	background:url(images/bullet.jpg) 0px 2px no-repeat;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#catogories ul li a:hover	{
	color:#393730;
}
h2	{
	font:normal 22px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	background-color:#FFF;
	display:inline-block;
	padding:0px 4px;
	margin:0px;
}

h3	{
	font:normal 22px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	background-color:#FFF;
	display:inline-block;
	padding-right:4px;
	margin:0px;
}
h3 span	{
	font:normal 22px 'ProximaNova-Regular';
	text-decoration:none;
	color:#8b8871;
}
#footer	{
	width:100%;
	height:auto;
	background:url(images/ftr-bg.jpg) center top repeat-x;
	border-bottom:#8b8871 solid 8px;
}
#ftr-inside	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
}
#ftr-inside span	{
	font:normal 14px 'ProximaNova-Regular';
	text-decoration:none;
	color:#aaa9a3;
	float:right;
}
#ftr-inside ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#ftr-inside ul li	{
	float:left;
	padding:0 10px 0 10px;
	background:url(images/ftr-divider.jpg) right 6px no-repeat;
}
#ftr-inside ul li.first	{
	padding-left:0px;
}
#ftr-inside ul li.last	{
	background:none;
}
#ftr-inside ul li a	{
	font:normal 14px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	text-transform:uppercase;
}
#ftr-inside ul li a:hover	{
	color:#8fae13;
}


#d-bx-main	{
	width:auto;
	height:auto;
	overflow:hidden;
	background:url(images/light-grey-bg.png) center top repeat-x;
	padding:22px 25px;
}
#lft-imgs	{
	width:188px;
	height:auto;
	overflow:hidden;
	float:left;
}
#detail-info	{
	width:430px;
	height:auto;
	overflow:hidden;
	float:left;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:12px;
	color:#777777;
	text-align:justify;
	line-height:18px;
	margin-left:20px;
}
#detail-info p	{
	margin-top:3px;
}
#download-btn	{
	width:190px;
	height:auto;
	overflow:hidden;
	float:right;
	text-align:center;
	font:normal 15px 'ProximaNova-Regular';
	text-decoration:none;
	color:#7b7b7b;
	line-height:28px;
}
h4	{
	font:normal 22px 'ProximaNova-Regular';
	text-decoration:none;
	color:#393730;
	margin:0px;
}
h4 img	{
	float:left;
	padding:0 8px 0 0;
}
#detail-lft-sec	{
	width:450px;
	height:auto;
	overflow:hidden;
	float:left;
}
#big-pic	{
	width:auto;
	height:auto;
	overflow:hidden;
	padding:3px;
	border:#d1d1d1 solid 1px;
}
#detail-rht-sec	{
	width:490px;
	height:auto;
	overflow:hidden;
	float:right;
}
#detail-rht-sec ul	{
	padding:0px;
	margin:0px;
	margin-left:25px;
}
#detail-rht-sec ul li	{
	float:none;
	list-style:disc;
	padding:3px 0 3px 0;
}
#related-imgs	{
	width:100%;
	height:auto;
	overflow:hidden;
}
#related-imgs ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:10px;
}	
#related-imgs ul li {
	display:block;
	float:left;
	padding-left:2px;
	padding-right:2px;
}

#contact-left-sec	{
	width:290px;
	height:auto;
	overflow:hidden;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}
#contact-left-sec strong	{
	font-weight:bold;
	color:#393730;
}
#contact-left-sec span	{
	font-weight:bold;
	color:#8b8871;
}
#contact-left-sec p	{
	margin-top:10px;
}
#contact-left-sec a	{
	text-decoration:none;
	font-weight:bold;
	color:#606060;
}
#contact-left-sec a:hover	{
	text-decoration:underline;
	color:#8fae13;
}
#map-outer	{
	width:600px;
	height:auto;
	overflow:hidden;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#393730;
}
#map	{
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	border:#b5b5b5 solid 1px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}
