@charset "utf-8";
/*/ 
  -------------------
  47 DEV CSS STARTER 
  www.47digits.com
  -------------------
  
  IE Hacks:
  	IE7 =  *+html .color {color: #F00;}
	IE8 =  @media \0screen {.color {color: #F00;}}
	IE9 =  :root .color {color: #F00\9;}  
/*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	*vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

table {border-collapse: collapse;border-spacing: 0;}
:focus {outline:0 !important;}
caption, th, td {font-weight:normal;text-align:left;}
img {vertical-align:middle;}
a img {border:0;}
i, em {font-style:italic;}
b, strong {font-weight:bold;}
* {margin:0;padding:0;}
/* end Reset */


html {
	overflow-y:scroll;	
	background:#E0DDBD;
}
body {
	font-size:12px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#E0DDBD;
	line-height:160%;
}


/*--- Default link ---*/
a {
	color:#781418;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*--- Headings ---*/
h1, h2, h3, h4, h5, h6 {
	padding:0 0 12px;
	margin:0;
	font-weight:normal;
	color:#6D1C1B;
	line-height:140%;
}
h1 {
	font-size:24px;
	text-align:center;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:12px;
	text-align:center;
}

p {
	padding-bottom:15px;
	margin:0;
}

hr {
	clear:both;
	border:0;
	border-top:1px solid #780e10;
	margin:0 0 15px;
	padding:0;
}


/*--- List ---*/
ul {
	margin:0 0 15px 15px;
	padding:0;
}
ul li {
	list-style:disc;
	padding-bottom:3px;
}
ol {
	margin:0 0 15px 20px;
	padding:0;
}
ol li {
	list-style:decimal;
}



/*--- Fields ---*/
.field {
	margin:0 0 12px;
	padding:0;
}
.field label {
	display:block;
	margin:0 0 3px;
}
input[type="text"], textarea, select {
    border: 1px solid #971618;
    height: 24px;
    width: 240px;
	max-width:90%;
	padding:2px 5px;
	color:#333;
	background:#fcfbfb;
	font:12px/24px Georgia, "Times New Roman", Times, serif;
	-webkit-box-shadow:0 0 3px #e0dfdf inset;
	-moz-box-shadow:0 0 3px #e0dfdf inset;
	box-shadow:0 0 3px #e0dfdf inset;
}
textarea {
	height:130px;
	width:320px;
	overflow:auto;
	line-height:16px;
	padding:4px 5px;
}
select {
	padding:3px;
	height:28px;
}
input[type="checkbox"], input[type="radiobox"] {
	position:relative;
	top:2px;
	margin:0 3px 0 0;
}

input[type="submit"], .link {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	font: 12px Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	padding:6px 20px;
	background:#bb888a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bb888a), to(#971618));
	background: -webkit-linear-gradient(#bb888a, #971618);
	background: -moz-linear-gradient(#bb888a, #971618);
	background: -ms-linear-gradient(#bb888a, #971618);
	background: -o-linear-gradient(#bb888a, #971618);
	background: linear-gradient(#bb888a, #971618);
	-pie-background: linear-gradient(#bb888a, #971618);
	border:1px solid #971618;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
input[type="submit"]:hover, .link:hover {
	background:#971618;
} 



/* Global */
.lft, .left {	float:left;}
.rght, .right {float:right;}
img.left {margin:5px 8px 0 0;}
img.right {margin:0 0 5px 8px;}
.clearB, .clearall {clear:both;}
.center, .divcenter {
	margin:0 auto;
	position:relative;
}



/*=== wrapper ===*/	
#wrapper {}



/*=== Header ===*/
#header {
	position:relative;
	background:url(../images/bg_headerbtm.png) no-repeat center bottom;
	z-index:4;
}
.header_in {
	width:960px;
}
#logo {
	padding:12px 0 15px;
	float:left;
}
#info {
	float:right;
	text-align:right;
	padding:40px 0 0;
	font-size:15px;
}
#info address {
	margin:0 0 10px;
}



/*--- Menu ---*/
#menu {
	background:url(../images/bg_menu.png) no-repeat center top;
	height:58px;
	margin:0 0 2px;
	position:relative;
	z-index:5;
}
.menu_in {
	width:960px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li {
    list-style:none;
	list-style-image:none;
    margin:0;
    padding:0 7px 0 0;
    position: relative;
	float:left;
	background:url(../images/bg_menuline.png) no-repeat right top;
}
#menu ul li:first-child {
	
}
#menu ul li:first-child a {
	background:url(../images/bg_menuline.png) no-repeat -7px top;
	margin:0;
}
#menu ul li a {
	display:block;
	padding:0 25px;
	margin:0 0 0 -6px;
	text-decoration:none;
	color:#5E5E5E;
	font:14px/58px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#menu ul li a:hover,
#menu ul li.selected > a,
#menu ul li:hover > a {
	background:url(../images/bg_menu.png) no-repeat 50% top;
	color:#333333;
}

#menu ul li:hover ul {
	opacity:1;
	left:-7px;
}
#menu ul li.last:hover ul {
	left:auto;
	right:0;
}
#menu ul ul {
	background:url(../images/bg_submenu.png) repeat left top;
	position:absolute;
	top:58px;
	left:-9999px;
	width:360px;
	opacity:0;
	padding:5px;
	border:1px solid #a0a0a0;
	-webkit-box-shadow:0 2px 3px #333;
	-moz-box-shadow:0 2px 3px #333;
	box-shadow:0 2px 3px #333;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
	
	-moz-transition:opacity 0.3s linear;
	-webkit-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;	
	
}
#menu ul ul li {
	background-image:none !important;
	width:180px;
	padding:0;
	margin:0;
}
#menu ul ul li a {
	background-image:none !important;	
	font-size:12px;
	padding:6px 10px;
	margin:0;
	height:auto;
	line-height:normal;
	text-transform:none;	
}
#menu ul ul li a:hover,
#menu ul ul li.selected > a,
#menu ul ul li:hover > a {
	background:url(../images/bg_submenuhover.png) repeat left top !important;	
}


/*--- Slider ---*/
#slider {
	background:url(../images/bg_glow.png) repeat 50% 0 #781418;
	padding:20px 0;
	position:relative;
	z-index:1;
}
#slides {
	width:auto;
	margin-left:290px;
}
.slider_in {
	width:940px;
	background:#BF0D0D;
	padding:10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
	overflow:hidden;
}
.caption {
	display:none;
}



/*=== Body ===*/
#body {
	background: url(../images/bg_bodytop.png) repeat-x 50% top #781418;
	padding:20px 0 1px;
	position:relative;
	z-index:2;
}
.body_in {
	width:960px;
}
#content, #content2 {
	background:#fff;
	border:1px solid #a4a4a4;
	position:relative;
	padding:20px 15px;
	margin:0 0 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
}
.pagecontent img, .sidebar img {
  	max-width:100%; 
	height:auto;
}
.pagecontent {
	width:655px;
	float:left;
}
.pagecontent table, .fullcontent table {
	width:100%;
}
.pagebox {
	background:#f0f0f0;
	margin:0 0 15px;
	border:1px solid #fafafa;
	position:relative;
	padding:15px 12px;
	-webkit-box-shadow:0 0 1px #c2c2c2;
	-moz-box-shadow:0 0 1px #c2c2c2;
	box-shadow:0 0 1px #c2c2c2;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
}
.sidebar {	
	width:230px;
	float:right;
	background:#f0f0f0;
	border:1px solid #fafafa;
	position:relative;
	padding:15px 12px;
	-webkit-box-shadow:0 0 1px #c2c2c2;
	-moz-box-shadow:0 0 1px #c2c2c2;
	box-shadow:0 0 1px #c2c2c2;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
}
.signup_box {
	padding:0 0 20px;
	margin:0 0 25px;
	border-bottom:1px dashed #971618;
}
.signfield {
	margin:0 0 10px;
}
.signfield input {
	width:218px;
	max-width:94%;
}
.image_box {
	margin:0 0 10px;
	position:relative;
}
.image_box img {
	position:relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior:url(StyleSheets/PIE.htc);
}
.image_box a {
	text-decoration:none;
}
.image_box span {
    bottom: 0;
    color: #FF0000;
    height: 52px;
	line-height:52px;
    left: 0;
    padding: 0 15px;
    position: absolute;
	font-size:20px;
}
.image_box span strong {
	color:#fff;
	font-weight:normal;
}

.itemcenter {
	text-align:center;
	overflow:hidden;
}
.itemcenter h3, .itemcenter h4 {
	color:#333;
}
.banner {
	padding:0 10px 15px;
}

.fullcontent {
	background:#f0f0f0;
	min-height:200px;
	border:1px solid #fafafa;
	position:relative;
	padding:15px 12px;
	-webkit-box-shadow:0 0 1px #c2c2c2;
	-moz-box-shadow:0 0 1px #c2c2c2;
	box-shadow:0 0 1px #c2c2c2;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
}
.fullcontent h5 {
	color:#333;
	line-height:160%;
}


/* gallery */
.gallery_box {
	padding:10px;
	background:#fff;
	border:1px solid #a3a3a3;
	-webkit-box-shadow:0 0 1px #a3a3a3;
	-moz-box-shadow:0 0 1px #a3a3a3;
	box-shadow:0 0 1px #a3a3a3;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
	position:relative;
}
table.photogalleryTable {
	margin:0;
	padding:0;
}
table.photogalleryTable td {
	padding:10px;
	float:left;
	margin:0;
}
.photogalleryItem {}
.photogalleryItem img {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(StyleSheets/PIE.htc);
	position:relative;
}

.menu_box {
	background:url(../images/bg_booklist.png) repeat-x left top;
	margin:0 15px 10px;
	padding:10px;
	color:#333;
	border:1px solid #E6E6E6;
}
.menu_box h3 {
	color:#000;
}
.menu_box h3 a {
	color:#000;
}
.menu_box p {}


.prodbox {
	overflow:hidden;
	margin:0 0 25px;
	padding:0 15px;
}
.info {
	padding:0 0 0 100px;
	position:relative;
}
.info span {
	position:absolute;
	left:0;
}

.mapbox {
	position: relative; 
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0; 
	overflow: hidden;
}
.mapbox iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
}


/*=== Footer ===*/
#footer {
	background:#E0DDBD;
	position:relative;
	z-index:3;
}
.footer_in {
	width:960px;
	padding:20px 0;
}
.copyright {
	float:left;
}
.footlogo {
	float:right;
	margin:-5px 0 0;
}




/*=== MEDIA QUERIES ==================================================

	1024px - Ipad Landscape 
	768px -  Ipad Portrait 
	640px -  Small Tablet
	480px -  iPhone Landscape
	320px -  iPhone Portrait

=============================================*/

.menuicon {display:none;}


/* Tablet Landscape (devices and browsers) */
@media screen and (max-width: 1024px) {}

/* Tablet Portrait (fixed width) */
@media only screen and (min-width: 768px) and (max-width: 960px) {
  
	.header_in, .menu_in, .body_in, .footer_in {width:738px;}
	.slider_in {width:718px;}
	
	#slider .nivo-caption h2 {padding:0 0 5px;}
	#slider .nivo-caption p  {min-height:10px;text-overflow:ellipsis; margin:0 0 10px;}
	
	#menu ul li a {padding:0 10px; font-size:12px;}
	
	.pagecontent {width:460px;}
	.sidebar {width:210px;}
	
}



/* All Mobile Sizes and Small Tablet (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.iframebox {position: relative; padding-bottom: 62%;padding-top: 30px;height: 0; overflow: hidden;}
	.iframebox iframe { position: absolute; top: 0; left: 0; width: 100%;height: 100%;}
		
	.slider_in {padding:5px;}
	#slides {margin:0;}
	#slides .nivo-caption {left:0;-webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; 
		border-radius:6px 0 0 6px; background-color:rgba(191, 13, 13, 0.5)}
	#slider .nivo-caption p {min-height:10px;}
	
	.menu_in {padding:14px 0 0;}
	#menu {}
	#menu ul {display:none;background:#BF0D0D; margin-bottom:20px;}
	#menu ul li {background:none;float:none;margin:0;padding:0;}
	#menu ul li:hover > a {background:none; color:#fff;}
	#menu ul li a {height:auto; line-height:16px; padding:10px; border-top:1px solid #ccc; color:#fff; margin:0;}
	#menu ul li a:hover, #menu ul li.selected > a {color:#ccc;background:url(../images/bg_submenuhover.png) repeat left top;}
	
	#menu ul ul {display:block;position:relative;left:0 !important;top:0;width:auto;border:0; padding:0; margin:0; background:none;
	-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; opacity:1;}
	#menu ul ul li {border:0; width:auto;}
	#menu ul ul li a {color:#fff;padding:8px 20px;}
	#menu ul ul li a:hover {color:#ccc; background:none;}
	
	.menuicon {display:block;cursor:pointer; background:url(../images/bg_menumobile.png)no-repeat right center #781418; color:#fff; font:18px/35px Georgia, "Times New Roman", Times, serif; padding:0 0 0 10px; margin:0;}
		
	.pagecontent {width:auto; float:none; margin:0 0 20px;}
	.sidebar {width:auto; float:none;}
	
}


/* Small Tablet (fixed width) */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	
	.header_in, .menu_in, .body_in, .footer_in {width:610px;}
	.slider_in {width:600px;}	

}

/* Mobile Landscape (fixed width) */
@media only screen and (min-width: 480px) and (max-width: 639px) {
	
	.header_in, .menu_in, .body_in, .footer_in {width:450px;}
	.slider_in {width:420px;}	
	
	#logo {float:none; text-align:center;}
	#info {float:none; text-align:center; padding:10px 0 15px;}
	
	#slides .nivo-caption {display:none !important;}
    img#lightboxImage, #outerImageContainer {
        width: 100% !important;
        height: auto !important;
    }
    #imageDataContainer {
        width: 100% !important;
    }
    #nextLink {
    	float: none !important;
    	display: none !important;
    }
	
}


/* Mobile Portrait Size  */
@media only screen and (max-width: 479px) {
	
	.header_in, .menu_in, .body_in, .footer_in {width:300px;}
	.slider_in {width:290px;}	
	
	#logo {float:none; text-align:center;}
	#info {float:none; text-align:center; padding:10px 0 15px;}
	
	#slides .nivo-caption {display:none !important;}

    img#lightboxImage, #outerImageContainer {
        width: 100% !important;
        height: auto !important;
    }
    #imageDataContainer {
        width: 100% !important;
    }
    #nextLink {
    	float: none !important;
    	display: none !important;
    }

}





