/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Helvetica, Arial, sans-serif; /* 12px */
}

h1, h2, h3, h4, h5, h6 {
	color: #f79921;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}

h1 {

}

h2 {
	color: #a6351c;
    font-size: 2em;
	font-weight: bold;
}

h3 {
	color: #E3CF9C;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.35em;
    color: #B2B285;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #868686;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #a6351c;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #a6351c;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #6F856C !important;
	font-weight: bold;
}

a {
	color: #a6351c;
	text-decoration: none;
}

/*a:link {
	color: #a6351c;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #a6351c;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #c17260;
	text-decoration: underline;
}

a:active {
	color: #a6351c;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/body_bkgd.png) repeat-x;
    background-color: #fefbc7;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	background:  none;
	margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/logo_img.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 1.041666666667%; /*10/960*/
	width: 35.520833333333%; /*245/960*/
	height: 101px;
	border: none;
    margin-bottom: 150px;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 7.916666666667%; /*124/960*/
	z-index: 9;
	border: none;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}

header h1 {
	color: #a6351c;
	font-size: 1.6em;
	margin-top: 10px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #f79921;
	display: block;
	float: right;
	padding-right: 15.625%; /* 150/960 */
    padding-top:10px;
	width: 31.25%; /* 300/960 */
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav ul {
	clear: left;
	list-style: none;
    font-weight: bolder;
	width: 100%; /* 960/960 */
	height: 80px;
	margin-left: 0;
	margin-top: 156px;
    margin-bottom: 110px;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 5.208333333333% 0px 0px; /* 50/960 */
	border: none;
}

nav ul li a {
	color: #a6351c;
	font-size: 140%;
    font-weight: bolder;
    display: inline-block;
	font-weight: normal;
    text-align: center;
	letter-spacing: 0.1em;
	padding: 3.333333333333% 0px 0px 0px; /*32/960*/
	border: none;
    background: url(../images/button_reg.png) no-repeat;
    background-size: contain;
    width: 15.625%; /* 150/960 */
    height:81px;
   }

nav ul li a:hover {
	
	color: #C17260;
	text-decoration: none;
    background: url(../images/button_hov.png) no-repeat;
    background-size: contain;
    
}

nav ul li a.selected {
	color: #26171d;
	background: url(../images/button_sel.png) no-repeat;
	background-size: contain;
}

nav ul li a.selected:hover {
	color: #C17260;
    
}

#mainRight, #mainRight2 {
	margin-top: 20px;
	width: 100%; /* 960/960 */
	text-align: left;
}

/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 20px 0;
	padding-right: 10px;
	border: none;
	display:block;
	clear:both;
	width: 100%; /* 960/960 */
}

.colLeft {
	float: left;
	width: 47.916666666667%; /* 460/960 */
	border: none;
}

.colRight {
	float: right;
	width: 47.916666666667%; /* 460/960 */
	border: none;
}
.colOneThird {
	float: left;
	width: 30.3333333333%;
	border: none;
	margin-right: 3.125%; /* 30/960 */
}
.colTwoThird {
	float: left;
	width: 63.6666666666%;
	border: none;
}
.col1 {
	float: left;
	width: 21.875%; /* 210/960 */
	border: none;
    margin-bottom: 10px;
    margin-right: 3.125%; /* 30/960 */
}

.col2 {
	float: left;
	width: 21.875%; /* 210/960 */
	border: none;
    margin-right: 3.125%; /* 30/960 */
}

.col3 {
	float: left;
	width: 21.875%; /* 210/960 */
	border: none;
    margin-right: 3.125%; /* 30/960 */
}
.col4 {
	float: left;
	width: 21.875%; /* 210/960 */
	border: none;
    margin-right: 3.125%; /* 30/960 */
}

.float_right {
    float: right;
    display: inline-block;
    width: 65.625%; /* 630/960 */
	margin: 20px 0 0 0;
	padding-left: 0px;
	border: none;
}
#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: right;
}

footer {
	clear: both;
	background: url(../images/foot_bkgd.png) repeat-x;
	padding-top: 10px;
    height: 78px;
	border: none;
}

footer p {
	float: left;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.8em;
    color: #a6351c;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 34.375%; /* 330/960 */
	padding-top: 3px;
	text-align: right;
    margin-right:1.041666666667%; /* 10/960 */
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 1.515151515152%; /* 5/330 */
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #c17260;
}

#shop_button {
    background: rgba(255, 255, 255, 0.55);
    text-align: center;
    margin: auto;
    padding: 4px 6px;
    display: inline-block;
    position: relative;
    top: -75px;
    left: 35%; /* 85/960 */
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
 }
 
 #shop_button:hover{
 	background: rgba(255, 255, 255, 0.7);
 	text-decoration: none;
 }
 .specialShoppingImage {
 	width:100%;
 	max-width:300px;
 	position:relative;
 	width:100%;
}
@media screen and (max-width: 768px) {
html {
	background: url(../images/body_mob.png) repeat-x;

}
header, footer, aside, nav, article, section {
	padding-left: 5px;
}
.colOneThird, .colTwoThird, .colLeft, .colRight {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.col1, .col2, .col3, .col4 {
	float: none;
	width:100%;
}
nav ul {
	margin:100px auto 0 auto;
	padding:0;
}
nav ul li {
	border: 4px solid #EACC54;
	background:#EEDB95;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	display:block;
	padding:0;
	float:left;
	margin: 2px;
}

nav ul li a {
	color: #a6351c;
    text-align: center;
	line-height: 0;
	height:0;
	padding: 12px 3px 9px 3px;
	margin: 0;
	border: none;
    background:none;

   }

nav ul li a:hover {
	
	color: #C17260;
	text-decoration: none;
    background:none;
    
}

nav ul li a.selected {
	color: #26171d;
	background: none;
}

nav ul li a.selected:hover {
	color: #C17260;
    
}
}