/* 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: #999;
	font: 75%/1.5em Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #376642;
	font: 1.9em/1em Helvetica, sans-serif;
}

h1 {

}

h2 {
    font-family: 'La Belle Aurore', cursive;
    font-size: 4em;
	color: #B4252D;
}

h3 {
	color: #376642;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.35em;
    color: #376642;
    font-weight: bolder;
}

h5 {
    font-family: Helvetica, sans-serif;
	font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bolder;
    color: #FFF;
}

h6 {
    font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
    line-height: 1.2em;
    color: #999;
    text-align:center;
}

p {
	color: #333;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #376642;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #376642;
	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: #376642 !important;
	font-weight: bold;
}

a {
	color: #B4252D;
	text-decoration: none;
}

/*a:link {
	color: #88bf95;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #88bf95;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #333;
	
}

a:active {
	color: #B4252D;
	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, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
    background-image: url(../images/background.png);
    background-repeat:repeat;
    background-color: #fff;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

body {
	background:;
    background-repeat: no-repeat;
    width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/logo.png) top center no-repeat;
	position: absolute;    
    display:inline-block;
	top: -50px;
	width: 100%;
	height: 141px;
	border: none;
    padding-bottom: 10px;
    right: 10px;
    z-index: 10 !important;
}

#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: 124px;
	z-index: 9;
	border: none;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 0px;*/
    background-position:bottom center;
    width: 960px;
    padding: 50px 0 90px 0;
	width: 100%;
	border: none;
    background-repeat:no-repeat;
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 0px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #757575;
	display: block;
	float: right;
	padding-right: 0px;
    padding-top: 0px;
	width: 300px;
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav ul {
    background: url(../images/nav_bar.png) top center no-repeat;
    position: absolute;    
    display:inline-block;
	top: 110px;
	clear: bottom;
	list-style: none;
	width: 960px;
	height: 40px;
	margin-left: 0px;
    margin-right:0px;
    padding-bottom: 0px;
    padding-left: 0px;
	text-align: center;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 10px 0 10px;
	border: none;
}

nav ul li a {
   
    background-repeat:no-repeat;
	color: #fff;
    font-family: 'La Belle Aurore', Helvetica, Arial, Sans-serif;
	font-size: 1.9em;
    text-align: center;
	padding: 11px 0px 0px 0px;
    width: 100px;
	display: inline-block;
	border: none;
   }

nav ul li a:hover {
   
    background-repeat:no-repeat;
	color: #BDBDB0;
	text-decoration: none;
    
}

nav ul li a.selected {
    
    background-repeat:no-repeat;
	color: #ccc;
}

nav ul li a.selected:hover {
	color: #fff;
    
}

#mainRight, #mainRight2 {
    margin-top:80px;
	width: 960px;
	text-align: left;
    margin-bottom: 60px;
    padding-top: 30px;
    background-repeat:no-repeat;
}


/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 5spx 0 0 0;
	padding-left: 0px;
	border: none;
}

.colLeft {
	float: left;
	width: 400px;
	border: none;
    margin-left: 40px;
    margin-bottom: 0px;
}

.colRight {
	float: right;
	width: 350px;
	border: none;
    padding-right: 20px;
}
  
.colRight img { 
    margin: 0px 0px 0 10px; 
 }  
    
.onecolum {
	float: left;
	width: 890px;
	border: none;
    margin-left: 30px;
    margin-bottom: 20px;
    s
}

.index {
   
    width: 960px;
	margin: 0px 0px 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 0px;
	border: none;
    display:inline-block;
}

#signature {
    margin-top: 30px;
	margin-bottom: 5px;
    margin-right: 25px;
    margin-left: 25px;
	text-align: center;
    color: #BDBDB0;
    font-family: 'La Belle Aurore', cursive;
    font-size:1.4em;
    
}

footer {
    background: url(../images/footer.png) top center no-repeat;
	clear: both;
	padding-top: 1px;
    margin-top: 0px;
    height: 110px;
    width: 960px;
	border: none;
    
}

footer p {
	float: center;
    margin-left: 0px;
 	font-size: 1.5em;
    color: #fff;
	border: none;
    font-family: 'La Belle Aurore', cursive;
}

footer ul {
	float: center;
	list-style: none;
	width: 910px;
	padding-top: 5px;
	text-align: center;
	font-family: 'La Belle Aurore', cursive;
    }

footer ul li {
	display: inline;
	margin: 0 3px;
	border: none;
}

footer ul li a {
	font-size:1.5em;
    color: #fff;
    font-family: 'La Belle Aurore', cursive;
}

footer ul li a:hover {
	color: #BDBDB0;
}

#shop_button {
    
    width: 345px;
    height: 50px;
    background: url(../images/shop_online.png) no-repeat;
    display: inline-block;
    position:absolute;
    top:570px;
    padding-top:15px;
    text-indent:60px;
    font-family: 'La Belle Aurore', cursive;
    color:#fff;
    font-size:2.3em;
 }
 
 #shop_button:hover{
    font-family: 'La Belle Aurore', cursive;
    color:#BDBDB0;
    font-size:2.3em;
    

 }
 