@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'century_gothicregular';
    src: url('fonts/gothic-webfont.eot');
    src: url('fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothic-webfont.woff') format('woff'),
         url('fonts/gothic-webfont.ttf') format('truetype'),
         url('fonts/gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'century_gothicbold';
    src: url('fonts/gothicb-webfont.eot');
    src: url('fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothicb-webfont.woff') format('woff'),
         url('fonts/gothicb-webfont.ttf') format('truetype'),
         url('fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'monotype_corsivaregular';
    src: url('fonts/mtcorsva-webfont.eot');
    src: url('fonts/mtcorsva-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mtcorsva-webfont.woff') format('woff'),
         url('fonts/mtcorsva-webfont.ttf') format('truetype'),
         url('fonts/mtcorsva-webfont.svg#monotype_corsivaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elfar_normal_g98regular';
    src: url('fonts/elfarg98-webfont.eot');
    src: url('fonts/elfarg98-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/elfarg98-webfont.woff') format('woff'),
         url('fonts/elfarg98-webfont.ttf') format('truetype'),
         url('fonts/elfarg98-webfont.svg#elfar_normal_g98regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
   margin: 0px;
   padding: 0px;
}
body{
	border-collapse:collapse;
	margin:0;
	padding:0;
    font-family: 'century_gothicregular';
}
h1,h2,h3,h4,h5{
    font-family: 'century_gothicbold';
	color:#3b0000;
	line-height:50px;
}
#page-wrapper{
	background:#FFF url(images/header-bg.png) top repeat-x;	
	margin:0 auto;
	padding:0;
	width:1200px;
	height:auto;
}
#header-wrapper{
	margin:0 auto;
	width:1200px;
	height:auto;	
}

#header-wrapper .banner{
	margin:0 auto;
	width:1200px;
}

#content-wrapper{
	background:#2d1d1d url(images/logo-bg.png);	
	height:308px;
	width:100%;
}
#content-wrapper .logo{
	text-align:center;
	width:100%;
	height:308px;
}
#inner-wrapper{
	background:url(images/inner-bg.png) no-repeat;
	width:100%;
	height:360px;	
}
#inner{
	margin:0 auto;
	width:960px;
}
#inner .box{
	margin:-60px auto; 
	width:310px;
	height:248px;
	float:left;
	text-align:center;	
}

#inner .box p{
	margin:0 auto;
	width:280px;
	font-size:13px;	
}
#inner .box h2{
	font-size:18px;
	line-height:35px;
}
#inner .readmore a{
	width:64px;
	height:64px;
}
#inner .readmore a:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */		
}
#inner-content{
	background:#FFF;
	margin:0 auto;
	width:100%;
	padding:10px 0;
}
#inner-content .inner-content{
	background:#FFF;
	margin:0 auto;
	width:960px;
	font-size:15px;
}


#inner-content .inner-content p{
	text-align:justify;
	padding:5px 0;
}
#inner-content .inner-content .center{
	margin:0 auto;
	width:100%;
	text-align:center;
}

#inner-content .inner-content .columnleft{
	float:left;
}
.special-footer{
	background:url(images/specials-img-bottom.png) no-repeat left bottom;
	height:1210px;
}
#inner-content .inner-content .colmn-01{
	width:400px;
	float:left;
	background:#FFF;
	border:#312121 solid thin;
	margin:20px 0;
	padding:20px;
	background:url(images/contact-images.png) no-repeat right bottom;
}

#inner-content .inner-content .colmn-02{
	width:455px;
	float:left;
	background:#FFF;
	border:#312121 solid thin;
	margin:20px 10px;
	padding:20px;
}

/* add-on css*/
ul.massage li{
	margin:0 30px;
	padding:0 5px;
	list-style:circle;
}

.padding{
	padding:20px;
}
.italic{
	font-style:italic;
}
.lightbrown{
	color:#894a22;
}
.bold{
	font-weight:bold;
}
.shadow-img{
	margin:0 20px 10px 0;
	border:#FFF solid thin;
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.29);
	box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.29);
}
.box-border{
	margin:0 auto;
	border:thin solid #312121;
	width:95%;
	margin-bottom:20px;
	padding:20px 0;
}
.lightbg{
	background:#f5f5f5;
}
.whitebg{
	background:#fff;
}


/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
    display:none;
}

.gallery
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: none;
}

.gallery ul.images
{
    list-style-type: none;
    border: none;

}

.gallery ul.images li.image
{
    display: inline;
    line-height: 0;
}

.gallery ul.images li.image a
{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 14px;
    display: inline-block;
    background: white;
    padding: 3px;
    line-height: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -moz-box-shadow: 0px 0px 8px #AAA;
    -webkit-box-shadow: 0px 0px 8px #AAA;
    box-shadow: 0px 0px 8px #AAA;
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    -moz-transition: -webkit-box-shadow 0.1s ease-out;
    -o-transition: -webkit-box-shadow 0.1s ease-out;
    transition: -webkit-box-shadow 0.1s ease-out;
}

.gallery ul.images li.image a img
{
    border: none !important;
    padding: none !important;
    -webkit-border-radius: 4px 4px !important;
    -moz-border-radius: 4px 4px !important;
    border-radius: 4px 4px !important;
	margin:0 !important;
	
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	
	
}

.gallery ul.images li.image a:hover
{
    -moz-box-shadow: 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 8px #222;
    box-shadow: 0px 0px 8px #222;
}

.shopcart{
	width:100%;
	height:100%;	
}
.shopcart .description{
	float:left;
	width:250px;
	margin:20px;
}
.shopcart .description span{
	color:#F00;
	font-weight:bold;
}
.shopcart .addcart{
	float:right;
	margin:20px;
}

#footer-wrapper{
	background:url(images/footer-bg.png);
	margin:0 auto;
	width:100%;
	height:433px;
}
#footer-wrapper-inner {
    background: url(images/footer-bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 96px;
    margin: 0 auto;
    width: 100%;
}

#footer-wrapper #footer-3col{
	margin:0 auto;
	width:960px;
}
	
#footer-3col .box{
	margin:40px auto; 
	width:310px;
	height:248px;
	float:left;
	text-align:center;	
}
#footer-3col .box p{
	margin:40px auto;
	width:250px;
	font-size:13px;	
}
#footer-3col .box .title{
	color:#FFF;
	font-size:22px;
}
#footer-3col .box .title span{
	padding-bottom:10px;
	border-bottom:#8a8a8a solid thin;
}

#footer{
	background:url(images/footerbg.png);
	height:96px;
	margin:0 auto;
	width:100%;
	font-size:18px;
}
#footer .footer{
    font-family: 'monotype_corsivaregular';
	color:#908879;
	margin:0 auto;
	padding-top:20px;
	width:900px;
}
.footer a{
	color:#908879;
	text-decoration:none;
}
.footer a:hover{
	color:#FFF;
}

.footer .copyright{
	float:left;
	width:275px;
}
.footer .tel{
	float:left;
	padding:0 60px;
	width:auto;
}
.footer .add{
    float: right;
    padding-right: 10px;
    width: auto;
	text-align:right;
}

.footer .telicon{
	background:url(images/tel-icon.png) no-repeat;
	padding-left:25px;
}
.footer .emailicon{
	background:url(images/email-icon.png) no-repeat left center;
	padding-left:25px;
}
.footer .addicon{
	background:url(images/add-icon.png) no-repeat left center;
	padding-left:25px;
}

/* Navigation Sytles */
*html #nav{
	margin:20px 0;	
    height: 90px;	
	font-family: 'elfar_normal_g98regular';	
}
#nav{
    font-family: 'elfar_normal_g98regular';
    font-size: 18px;
    height: 87px;
    margin: 0 auto;
    /*width: 960px;*/
	width:1060px;
	
}
#nav ul#menu li {
    float: left;
    list-style: none outside none;
    text-align: center;
}
#nav ul#menu li a {
    color: #fff;
    display: block;
	text-decoration:none;
	line-height:70px;
	font-size:22px;
	width:132px;	
}
#nav ul#menu li a:hover {
	background:#86340a url(images/menu-hover.png) center bottom no-repeat;
	display: block;
    height: 75px;
	line-height:70px;

}
#nav ul#menu li.selected {
	background:#86340a url(images/menu-hover.png) center bottom no-repeat;
	display: block;
    height: 75px;
	line-height:70px;
} 

.clr, clear{
	clear:both;
}
	
	