﻿/*
	--------------------------
	Global Styles
	--------------------------
*/

/*  Custom Classes
--------------------------  */

.hidden     { display: none; }
.invisible	{ visibility: hidden; }
.clear      { clear: both; }

.centre	{ text-align: center; }
.left   { float: left; }
.right  { float: right; }

.small  { font-size: 0.75em; }

img.left            { margin-right: 1em; }
img[style*="left"]  { margin-right: 1em; }
img[style*="right"] { margin-left: 1em; }

.red        { color: #b0152a; }
.navy       { color: #323291; }
.green      { color: #00a6a6; }
.orange     { color: #ff8200; }
.blue       { color: #3fa9f5; }
.pink       { color: #ff008c; }
.yellow     { color: #d6de23; }
.lightgrey  { color: #e6e6e6; }

/*  Typography 
--------------------------  */

article, aside, figure, footer, header, hgroup, nav, section{ display: block; }

h1 		{ font-size: 1.5em;     font-family: arial, sans-serif; font-weight: bold; margin: 0px 0px 0.5em 0px; }
h2 		{ font-size: 1.1em;     font-family: arial, sans-serif; font-weight: bold; margin: 0px 0px 0.5em 0px; }
h3 		{ font-size: 1em;       font-family: arial, sans-serif; font-weight: bold; margin: 0px 0px 0.5em 0px; }
h4 		{ font-size: 0.95em;    font-family: arial, sans-serif; font-weight: bold; margin: 0px; }
h5 		{ font-size: 0.95em;    font-family: arial, sans-serif; font-weight: bold; margin: 0px; }
h6 		{ font-size: 0.95em;    font-family: arial, sans-serif; font-weight: bold; margin: 0px; }

hgroup      { margin: 0px 0px 1em 0px; }
hgroup h1   { margin: 0px; }
hgroup h2   { margin: 0px; }
hgroup h3   { margin: 0px; }

p, li, td, dd, label, input, textarea { font-size: 1em; }
li li, li p, li input	{ font-size: 1em; }

p		{ margin: 0px 0px 1em 0px; }
a		{ text-decoration: none; color: #808080; }
a:hover	{ text-decoration: none; color: #333; }
img     { border: 0px; }
input, select, textarea   { font-family: Georgia, serif; color: #646566; }
table   { width: 100%; }

/*  Structure 
--------------------------  */

body	    { font-family: arial, sans-serif; width: 100%; font-size: 1em; color: #808080; margin: 0px auto; background-color: #fff; text-align: center; }
div.outer   { width: 100%; width: 62.5em; margin: 0px auto; }
div.outer > header, div.outer > footer, div.outer > div.bodyouter > div.body, div.outer > div.body, div.outer > section    { width: 100%; max-width: 62.5em; margin: 0px; text-align: left; float: left; }

/*  Header 
--------------------------  */

div.outer > header  { position: relative; margin: 0px 1.2%; padding: 0.5% 0px; width: 97.6%; }
header > a img      { float: left; width: 14.7%; }
header > nav        { float: left; width: 85.3%; text-align: center; position: absolute; bottom: 0px; right: 0px; }
header > nav.q      { margin-bottom: 1em; margin-top: -0.5%; position: static; }

header > nav ul             { list-style-type: none; margin: 0px; padding: 0px; background: #fff000; width: 90%; margin: 0px 5%; }
header > nav ul li          { float: left; width: 14.2857%; }
header > nav ul li a        { font-family: GillSansMTProGrk-Medium, arial, sans-serif; font-size: 1em; text-transform: uppercase; display: block; width: 80%; padding: 0.25em 5%; background: #b0152a; color: #fff; border-top-left-radius: 0.3125em; border-top-right-radius: 0.3125em; box-shadow: 2px 1px 8px #333; }
header > nav ul li a span   { display: block; font-size: 0.7em; }

header > nav ul li:first-child a:hover, header > nav ul li:nth-child(2) a:hover  { color: #888; }
header > nav ul li:nth-child(6n+2) a  { background: #323291; }
header > nav ul li:nth-child(6n+3) a  { background: #00a6a6; }
header > nav ul li:nth-child(6n+4) a  { background: #ff8200; }
header > nav ul li:nth-child(6n+5) a  { background: #3fa9f5; }
header > nav ul li:nth-child(6n+6) a  { background: #ff008c; }
header > nav ul li:nth-child(6n+7) a  { background: #d6de23; }

header > nav.q ul                   { margin-left: 7%; margin-bottom: 1em; margin-top: 0.15em; }
header > nav.q ul li                { width: auto; border-left: solid 1px #808080; white-space: nowrap; padding: 0px 2%; }
header > nav.q ul li:first-child    { border-left: 0px; }
header > nav.q ul li a              { width: auto; display: block; float:left; font-family: Georgia, serif; font-size: 0.8em; background: none; width: auto; color: #808080; padding: 0px; box-shadow: none; }

/*  Banner 
--------------------------  */

section.banner                          { position: relative; overflow: hidden; padding-top: 21.1%; }
section.banner ul, section.banner ol    { list-style-type: none; margin: 0px; padding: 0px; }
section.banner li                       { width: 100%; height: 21.1%; }
section.banner ul li img                { width: 100%; }

section.banner ol               { position: absolute; bottom: 0px; left: 0px; right: 0px; text-align: center; }
section.banner ol li            { display: inline; }
section.banner ol li a.c        { background: transparent url(/_resources/files/banners/dot-orange.png) no-repeat top left; }
section.banner ol li a.c img    { visibility: hidden; }

/*  Body 
--------------------------  */

div.outer > div.body, div.outer > div.bodyouter > div.body  { margin: 1em 0px; width: 100%; }
div.outer > div.bodyouter > div.body a    { text-decoration: underline; }
div.outer > div.bodyouter > div.body p a:hover    { text-decoration: none; }
div.outer > div.bodyouter > div.body p strong a, div.outer > div.bodyouter > div.body p b a    { text-decoration: none; }
div.outer > div.bodyouter > div.body object    { width: 100%; max-height: 100%; }
div.paypal{overflow:hidden; width:100%;}
div.cell{width:50%; float:right;}
#cell1{float:left;}
#cell2{float:right}
div.outer > div.body > div.product { text-align:left; }
#product img { float:right; }

/*  Footer 
--------------------------  */

footer                      { background: #ccc; margin-top: 1em; float: left; width: 100%; padding: 0.5em 0px; }
footer nav                  { text-align: center; }
footer ul                   { margin: 0px; padding: 0px; list-style-type: none; font-size: 0.75em; }
footer ul li                { display: inline; margin-left: 1em; border-left: solid 1px #808080; }
footer ul li:first-child    { border-left: 0px; }
footer ul li a              { color: #666; margin-left: 1em; }

/*  Forms 
--------------------------  */

form                        { text-align: left; }
form fieldset               { border: 0px; width: 100%; margin: 0px; padding: 0px; }
form fieldset legend        { margin: 0px; padding: 0px; width: 100%; text-align: center; font-family: Georgia, serif; font-size: 1.25em; margin-bottom: 0.5em; color: #4d4d4d; }
form fieldset legend a      { color: #4d4d4d; }
form label                  { float: left; width: 40%; }
form input, form textarea   { padding: 0.5em 0.75em; border-radius: 0.5em; border: solid 1px #c0c0c0; width: 80%; margin-bottom: 0.5em; font-size: 1em; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }
form select                 { padding: 0.5em 0.75em; border-radius: 0.5em; border: solid 1px #c0c0c0; width: 80%; margin-bottom: 0.5em; font-size: 1em; }
form input[type=submit]     { width: auto; padding: 0.75em 1em; border: 0px; text-align: right; color: #666; font-size: 0.7em; font-weight: bold; }
form input[type=image]      { width: auto; border: 0px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.body object { height: 690px; }
}
