/* 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;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
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 Tahoma, Arial, sans-serif;
}

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

h1 {

}

h2 {
	color: #4c2b00;
}

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

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

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

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

p {
	color: #4c2b00;
font-family:font-family: 'Voces', cursive;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
}

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

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #4c2b00;
	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: #4c2b00 !important;
	font-weight: bold;
}

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

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

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

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

a:active {
	color: #FFF;
	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/background.png) repeat;
    background-color: #32423E;
	text-align: center;
}

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

#logoTxt {
	background-image: url(../images/logo_img.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 53.333333333333%;
	width: 100%; /*381px;*/
	height: 165px;
	border: none;
    margin-bottom: 20px;
    
}

#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;
	top: 0px;
    right: 0;
	width: 124px;
	z-index: 9;
}

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

header {
	/*height: 170px;*/
	width: 100%;
	border: none;
    background-image: url(../images/head_img.png);
    /*background-size: contain;*/
    overflow: hidden;
    height: 185px;
    margin-top: 20px;
}

header h1 {
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	border: none;
    
}

header h1 span {
	color: #FFF;
	float: right;
	padding-right: 5px;
    padding-top:0px;
	width: 31.25%; /* 300/960 */
	border: none;
}

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

nav ul {
	background: #838272;
    list-style: none;
	width: 100%;
	margin: 0;
	text-align: center;
	border: none;
}

nav ul li {
	display: inline-block;
	margin: 8px 0px 5px 0px;
	border-right: 1px solid #eee;
}

nav ul li a {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px 16px 0px 12px; /*12/960*/
	text-transform: uppercase;
	border: none;
   }
nav ul li:last-child
{
	border: none;
}

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

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

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

section center {
   margin: 0 10px;
    
}

#mainRight, #mainRight2 {

    margin-top: 0px;
	width: 100%;
	text-align: left;
}

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

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

.columns {
	margin: 0;
	border: none;
    background-color: #d2d6d1;
    display: block;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

.colLeft {
	float: left;
	width: 44.791666666667%; /*430/960*/
	border: none;
    margin: 20px 0px 20px 3.125%; /* 30/960 */
}

.colRight {
	float: right;
	width: 46.875%; /* 450/960 */
    border-left: 2px; 
    padding-left: 2.083333333333%; /*20/960*/
    margin: 20px 0px 20px 1.041666666667%; /* 10/960 */
}

.colright2 {
	float: right;
	width: 41.666666666667%; /* 400/960 */
    border-left: 2px; 
    padding-left: 2.083333333333%; /*20/960*/
    margin: 20px 0px 20px 1.041666666667%; /* 10/960 */
}


.col_wide {
	float: left;
    text-align: center;
	width: 100%; /* 630/960 */

	border: none;
    margin: 30px 0px 20px 1.041666666667%; /* 10/960 */
}

.col_thin {
	float: right;
	width: 28.645833333333%; /* 275/960 */
    border-left: 0.208333333333%; /* 2/960 */
    border-color: rgba(186,186,186,0.3);
    border-style: groove;
    padding-left: 2.083333333333%; /* 20/960 */
    margin: 30px 1.041666666667% 20px 1.041666666667%; /* 10/960 */
}


#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: right;
}

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

footer p {
    float:left;
    margin-left: 3.125%; /* 30/960 */
    margin-top: 15px;
 	font-size: 0.8em;
    color: #4f5e66;
	border: none;
}

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

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

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

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

#shoponline {
    width: 60.666666666667%;/*273/540*/
    height: 22px;
    background-image: url('../images/shop_online.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: center;
    margin: 20px 0  10px 0;
    text-indent: -9999px;
    outline: 0;
}
 
#shoponline:hover {
    background-image: url('../images/shop_online_hov.png');
}
@media screen and (max-width: 590px)
{
	nav ul {
		padding:10px 0;
	}
	nav ul li {
		border: none;
		display: block;
		width:100%;
		padding: 5px inherit;
	}
	.colLeft, .colRight, .colright2 {
		float: none;
		width: auto;
	    padding: 2.083333333333%; /*20/960*/
	    margin: inherit 0;

	}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
