@charset "utf-8";

/*** Reset CSS ***/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em { color: #999; font-style: italic; font-size: 0.9em; }
strong { color: #333; font-weight: 500; }
strong.dark { color: #000; font-weight: 500; }
b { color: #111; font-weight: 500; }
a.bullet-white { background: url(images/bullet-white.png) no-repeat right 7px; padding-right: 12px; }
iframe { border: 1px solid #999 !important; }

/** Clear Fixes **/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { /**zoom: 1;*/ }
.cb { clear: both; height: 0px; }
.cb.spacer { height: 15px; }
.cl { clear: left; }
.cr { clear: right; }

/** Floats & Alignments **/
.fl { float: left; }
.fr { float: right; }
.fr.xtra-space { margin: 0px 0px 10px 20px; }
.fl.xtra-space { margin: 0px 20px 10px 0px; }
.center { text-align: center; }

/** Padding **/
.less-padding { padding-bottom: 0.5em; }
.no-padding { padding-bottom: 0px; }
.first { padding-left: 0px; }
.last { padding-right: 0px; }

/* Global */
a { color: #06C; text-decoration: none; outline: 0; }
a:hover { text-decoration: underline; }
a.bullet { background: url(images/bullet.png) no-repeat 0px 7px; padding-left: 10px; }
.large { font-size: 1.3em; }

h1, h2, h3, h4 { font-weight: 300; color: #333; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;} h5, h6 { font-weight: 500; }
h1 { font-size: 1.8em; padding-bottom: 15px; line-height: 1.2em; } h4 { font-size: 1.3em; padding: 15px 0px; }
h1.index { width: 100%; color: #111; font-size: 24px; font-weight: 300; text-align: center; background: #F8F8F8; border: 1px solid #DDD; border-left: 0px none; border-right: 0px none; padding: 20px 0px; margin: 0px; }
h1.special { margin: 0px; padding: 0px; line-height: 0; }
h2 { font-size: 1.5em; padding-bottom: 15px; } h5 { font-size: 1.2em; padding-bottom: 5px; }
h3 { font-size: 1.3em; padding: 5px 0px 5px; } h6 { font-size: 1.1em; }
h3.special { font-size: 2.5em; text-align: center; background: #222; padding: 15px 0px; }
h4.red { color: #903; }

p { font-weight: normal; margin-bottom: 1em; }
p.center { text-align: center; }
p.italic { font-style: italic; }
p.read-more { text-align: right; padding: 0px; margin: 0px; }
a.read-more { background: url(images/icon-bullet-dark.png) no-repeat 0px 7px; padding-left: 15px; }
div.read-more { text-align: right; }
p.attention { color: #C00; background: url(images/icon-attention.png) no-repeat 0px 0px; padding-left: 25px; line-height: 18px; }
p.space { padding-top: 10px; }
p.special { background: #903; color: #FFF; font-weight: bold; text-align: center; padding: 20px 50px; margin-top: 10px; }
p.special a { color: #FF0; text-decoration: none; }
p.special span { color: #FF0; }
p.no-margin { margin-bottom: 0; }

img.autosize { width: 100%; }

.ninty { width: 90%; }
.center { text-align: center !important; }
.centered { margin: 0px auto !important; }

/* Horizontal Rule */
hr { border: 0; height: 0; margin: 0px; border-top: 1px solid #DDD; border-bottom: 0px none;}
hr.gray { border: 0; height: 0; margin: 0px; border-top: 1px solid #999; border-bottom: 0px none;}
hr.dashed { clear: both; border: 0; height: 0; border-top: 2px dashed #DDD; border-bottom: 0px solid #DDD;}
hr.faded { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); }
hr.faded.white { clear: both; height: 1px; border: 0; margin: 0px auto; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); }
hr.faded.gray { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); }

/* Lists */
ul.disc { list-style: disc; padding-left: 20px; margin-bottom: 15px; }
ul.disc.red { color: #903; }
ul.disc.red span { color: #111; }
ul.fl { float: left; margin-right: 10px; }
ul.fl.last { margin-right: 0px; }
ul.fl.first { margin-left: 0px; }
ul.bullet { padding-left: 10px; }
ul.bullet li { background: url(images/bullet-dark.png) no-repeat 0px 6px; padding-left: 15px; }
ul.float-list li { float: left; }
ul.float-list.margins li { margin-right: 20px; }
ul.float-list.margins li.last { margin-right: 0px; }
ul.special { text-align: center; }
ul.special li { display: inline-block; padding: 40px 10px 30px; }
ul.inline li { display: inline-block; }
ul.inline.logos li { margin: 0px 20px 20px 0px; }

img.rounded { border-radius: 6px; }
.border { border: 1px solid #333; }
.hide { display: none; }
.caps { text-transform: uppercase; }
.spacer.ten { clear: both; height: 10px; }

/* Misc */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.go-to-top { display: none; position: fixed; bottom: 1%; right: .5%; width: 40px; height: 40px; z-index: 1000001; }
.go-to-top a { display: block; line-height: 1; }
.go-to-top i { color: #777; font-size: 16px; line-height: 1; border: 1px solid #CCC; border-radius: 50px; background: #FFF; padding: 6px 8px 8px; }
.go-to-top i:hover { color: #333; }
a.readmore { color: #666; text-transform: uppercase; text-decoration: none; }
a.readmore:hover { color: #06C; }
a.readmore i { font-size: 18px; padding-right: 5px; line-height: 1; }
a.readmore.button { display: block; text-align: center; text-decoration: none; background: #FCFCFC; border: 1px solid #DDD; padding: 8px 10px; }
a.readmore.button:hover { border-color: #999; }
.hideme { opacity: 1; }
.facebook i { color: #06C !important; }

/* Backend */
td.cattitle { background: #333; color: #FFF; vertical-align: middle; padding: 15px 0px !important; }
td.cattitle b { color: #FFF; }
table.InventoryTable tbody tr td { padding: 0px 10px; line-height: 1; vertical-align: middle; }
table.InventoryTable tbody tr td div.wrap4 a img { margin-left: 10px !important; }
#mainpage table tbody tr td ul { list-style: disc; margin-left: 20px; }
