/* 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: #fff;
	font: 75%/1.5em Lucida Sans, Lucida Sans Unicode, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #900;
	font: 2em/1em Lucida Sans, Lucida Sans Unicode, arial, sans-serif;
}
h1 {
	font-size: 2.5em;
}
h2 {
	color: #900;
	font-size: 2em;
}
h3 {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;/*border-bottom:solid thin;
    border-bottom-color: #900;*/
}
h4 {
	font-size: 1.5em;
	color: #900;/*font-weight: bold;*/
}
h5 {
	font-size: 1.1em;/*font-weight: bold;*/
}
h6 {
	font-size: 1em;/*font-weight: bold;*/
}
p {
	color: #444;
	font-family: Lucida Sans, Lucida Sans Unicode, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}
ul {
	list-style:url(../images/checkedbox.gif);
	color: #222;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #3FA9F5;
	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: #333 !important;
	font-weight: bold;
}
a {
	color: #900;
	text-decoration: none;
}
a:link {
	color: #C00;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #900;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #444;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
a.selected {
	/*background: url(../images/button_hov.png) no-repeat;*/
	text-decoration:none;
	color: #999 !important;
}
.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: 0px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background-color: #FFF;
	text-align: center;
}
body {
	background:  none;
	position:relative;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100% /*960px*/;
	margin: 0 auto;
	border: none;
}
#logoTxt {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position:left;
	width: 100%; /*200px;*/
	height: 100px;
	border: none;
}
#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;
}
#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}
header {
	height: 167px;
	background: url(../images/tile-black.jpg)/*url(../images/header_bg.png)*/;
	width: 100%;
	border: none;
}
header h1 {
	color: #333;
	font-size: 1.6em;
	text-align: center;
	border: none;
}
header h1 span {
	color: #6F856C;
	display: block;
	float: right;
	padding-right: 5px;
	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 {
	background: url(../images/nav_bar_bg.png) repeat-x;
	list-style: none;
	width: 100%;
	/*height: 63px;*/
	margin-left: 0;
	padding-top: 10px;
	text-align: center;
	border: none;
}
nav ul li {
	display: inline-block;
	margin: 3px 1.041666666667% 6px 1.041666666667%; /*10/960*/
	border: none;
}
nav ul li a {
	/*background: url(../images/button_reg.png) no-repeat;*/
	border-radius: 3px;
	border:3px solid #777;
	color: #FFF !important;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	/*width:14.583333333333%;*/ /*140/960*/
    /*height:39px;*/
    display:block;
	padding:7px 8px;
	font-family: verdana, arial, sans-serif;
}
nav ul li a:hover {
	/*background: url(../images/button_hov.png) no-repeat;*/
	border:3px solid #FFF;
	color: #FFF !important;
	text-decoration: none;
	-webkit-text-shadow: 0px 0px 10px #54A8F3;
	-moz-text-shadow: 0px 0px 10px #54A8F3;
	-o-text-shadow: 0px 0px 10px #54A8F3;
	text-shadow: 0px 0px 10px #900;
}
nav ul li a.selected {
	/*background: url(../images/button_hov.png) no-repeat;*/
	border:3px solid #900;
	color: #777 !important;
}
nav ul li a.selected:hover {
	border:3px solid #F30;
	color: #999 !important;
}
#innerheader {
	height: 100%;
	width: 100%;
	max-width:960px;
	margin:auto;
	border: none;
	text-align:center;
}
#mainRight {
	/*background: url(../images/body_bg.png) repeat;*/
    width: 100%;
	max-width:960px;
	text-align: left;
	padding-bottom:0px;
	margin:auto;
}
.firstcharacter {
	float: left;
	color: #900;
	font-size: 1.5em;
	line-height: 1em;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
.columns {
	border: none;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.colLeft {
	float: left;
	width: 65%; /*450/960*/
	border: none;
	padding-left: 3.125%; /*30/960*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.colimg {
	float: left;
	width: 33.333333333333%; /*320/960*/
	border: none;
	padding-left:0px;
	margin: 20px 2.083333333333% 10px 2.083333333333%; /*20/960*/
}
.colimg > img {
	width: 100%;
}
.colwide {
	float: right;
	width: 56.25%; /*540/960*/
	border: none;
	padding-right:2.083333333333%; /*20/960*/
	margin: 30px 2.083333333333% 20px 1.041666666667%; /*20/960*/ /*10/960*/
}
.colRight {
	float: right;
	width: 25%; /*450/960*/
	border: none;
	padding-right:2.083333333333%; /*20/960*/
	margin-top: 20px;
	margin-bottom: 20px;
	background:#ECEECE;
	padding:1em;
}
.colRightClean {
	float: right;
	width: 25%; /*450/960*/
	border: none;
	padding-right:2.083333333333%; /*20/960*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.line {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 15px;
}
.boxline {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 15px;
}
.smallboxR {
	width:48%;
	float:right;
	position: relative;
}
.smallboxL {
	width:48%;
	float:left;
	position: relative;
}
#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}
footer {
	clear: both;
	background: url(../images/tile-black.jpg) /*url(../images/footer_bg.png)*/ repeat-x;
	padding-top: 7px;
	padding-bottom: 0px;
	border: none;
}
footer p {
	float: left;
	margin-left: 30px;
	margin-top: 13px;
	font-size: 0.8em;
	color: #FFFFFF;
	border: none;
}
footer ul {
	float: right;
	list-style: none;
	width: 34.375%; /*330/960*/
	padding-top: 2px;
	text-align: right;
	margin-right: 3.125%; /*30/960*/
	margin-top:15px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 1.515151515152%; /*5/330*/
	border: none;
}
footer ul li a {
	font-size: 0.9em;
	color: #FFFFFF;
}
footer ul li a:hover {
	color: #fff;
}
#shop_button {
	white-space: nowrap;
	padding:4px 12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background-color: #75BAF5;
	color: #fff;
	margin-left: 4.62962962963%; /*25/540*/
	font-size: 2em;
    /*width: 59.62962962963%; /*322/540*/
    /*height: 37px;*/
    /*background-image: url('../images/shop_button_reg.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;*/
    /*position: absolute;
    top: 780px;
    right: 29.62962962963%; /*160/540*/*/
/*outline: 0;*/
 }
a#shop_button:hover {
	/*background-image: url('../images/shop_button_hov.png');*/
    text-decoration: none;
	background-color: #40AAEF;
}
.float_text {
	width: 46.875%; /*450/960*/
	height: 320px;
	display: inline-block;
	position: absolute;
	top:300px;
	right:6.25%; /*60/960*/
	outline: 0;
}
 @media screen and (max-width: 768px) {
 nav ul {
 background-image: none;
 background-color: #333;
 border-bottom: 2px solid #900;
 border-top: 2px solid #900;
 display: block;
 z-index: 500;
}
 nav ul li {
 display :block;
}
 nav ul li a {
 width: 100%;
 border: none;
}
}
 @media screen and (max-width: 480px) {
 nav ul {
 background-image: none;
 background-color: #333;
 border-bottom: 2px solid #900;
 border-top: 2px solid #900;
 display: block;
 z-index: 500;
}
 nav ul li {
 display :block;
}
 nav ul li a {
 width: 100%;
 border: none;
}
 .colLeft, .colRight, .colimg, .colwide {
 float: none;
 width: auto;
 display: block;
 padding: 2.083333333333%; /*20/960*/
}
 .smallboxR {
 width:85%;
 float:left;
 border: inset #999 thin;
 margin:5px;
 padding:10px;
 position: relative;
}
 .smallboxL {
 width:85%;
 float:left;
 border: inset #999 thin;
 margin:5px;
 padding:10px;
 position: relative;
}
.boxline {
 display:none;
}
}
/*-------Modal dialog------*/
 
 .modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 80%;
	height:80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;/*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #00d9ff;
}
