@font-face {
    font-family: "euromode_bold";
    src: url("../fonts/euromode_bold.ttf");
	src: url("../fonts/euromode_bold.woff");
}
@font-face {
    font-family: "square721";
    src: url("../fonts/square721.ttf");
}
html, html a {
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
    background-color: #999;
    background-image: url("../images/main/back-diagonal.gif");
    background-repeat: repeat;
    color: #222;
    font-family: arial;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
img#backgroundimagestretch {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -9999999;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
h1 {
    font-size: 42px;
	margin-top: 15px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    color: #333;
}
.content h2 {
    text-shadow: 0 2px 0 #e9e9e9;
    transition: all 0.3s ease 0s;
}
.content h3 {
    text-shadow: 0 2px 0 #e9e9e9;
    transition: all 0.3s ease 0s;
}
.content h4 {
}
.content h5 {
}
.content h6 {
}
.content p {
	margin-bottom: 15px;
}
a img {
    border: medium none;
}
a:link {
    color: #414958;
    text-decoration: none;
}
a:visited {
    color: #4e5869;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
iframe {
    border: 0 none;
    display: block;
    height: 1000px;
    max-width: 73%;
    width: 72%;
}
.zopim iframe {
    max-width: inherit !important;
    width: inherit !important;
}
.container {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    margin: 10px auto;
    max-width: 980px;
    min-width: 700px;
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.container {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 980px;
}
}
.header {
    background-color: #243588;
    height: 132px;
}
.sklogoimg {
    display: inline-block;
}
.header_left {
    padding: 5px;
    position: absolute;
}
.header_right {
    color: #fff;
    font-family: euromode_bold;
    margin-left: 165px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.header_far_right {
    margin-top: 9px; 
	float: right; 
	position: relative; 
	margin-right: 140px;
}
.header_far_right img {
    position: absolute;
	z-index: 10000;
	height: 130px;
}
.phone_header {
    font-size: xx-large;
}
.content {
    clear: both;
    padding-bottom: 1px;
    padding-top: 10px;
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.content {
    min-height: 740px;
}
}
.content ul, .content ol {
    padding: 0 15px 15px 40px;
}
.menu {
    font-family: Arial;
    font-size: 18px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.menu .menuitem {
    background-color: #fdc600;
    width: 25%;
}
.menu li {
    float: left;
}
.menu li a {
    color: #243588;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
    text-decoration: none;
    z-index: 9999;
	font-weight: bold;
}
.menu li:hover a {
    background-color: #777;
    color: #fff;
}
.menu li:hover a:hover {
    background-color: #525052;
    color: #ffffff;
}
.menu ul {
    left: -9999px;
    list-style-type: none;
    position: absolute;
    top: -9999px;
    width: 25%;
}
.menu li:hover {
    position: relative;
}
.menu li:hover ul {
    left: auto;
    padding: 0;
    top: auto;
    width: 100%;
}
.menu li:hover ul li {
    border: medium none;
    width: 100%;
}
.menu li:hover ul li a {
    background: none repeat scroll 0 0 #fdc600;
    display: block;
    overflow: hidden;
    padding: 10px;
    color: #243588;
}
.menu li:hover ul li:last-child a {
}
.menu li:hover ul li a:hover {
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.menu {
    z-index: 1;
}
.menu li a {
    padding: 19px;
}
.menu li a:hover {
}
.menu ul {
    display: none;
}
}
.offer {
    background-color: #444444;
    color: #ffffff;
    display: block;
    margin-bottom: 18px;
    margin-top: -17px;
    padding: 15px;
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.offer {
}
}
.offertitle {
    font-size: xx-large;
    font-weight: 900;
}
.offermessage {
    font-size: small;
}
.floatingwindow {
    float: right;
    font-size: small;
    margin: 10px 20px 20px;
    position: relative;
    width: 200px;
    z-index: 8888;
}
.floatingwindow .phone {
    font-size: large;
}
.imagearea {
    margin-left: 15px;
}
.imagediv {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    color: #666666;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 10px 6px;
    vertical-align: top;
}
.imagediv img {
    max-height: 200px;
    max-width: 200px;
}
.imagedivnomin {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    color: #666666;
    display: inline-block;
    margin: 5px;
    padding: 0;
    vertical-align: top;
}
.customarea {
    margin-left: 15px;
}
.reviewarea {
    margin-left: 15px;
}
.reviewadd {
    clear: left;
}
.reviewtext {
    display: table;
    font-size: small;
    margin-right: 15px;
    margin-top: 25px;
    min-width: 60%;
    padding: 10px;
    width: auto;
}
@media not all {
.reviewtext {
    width: 60%;
}
}
@media not all {
.reviewtext {
    min-width: 60%;
    width: auto;
}
}
@media not all {
.reviewtext {
    min-width: 60%;
    width: auto;
}
}
.reviewstar {
    vertical-align: top;
}
#odd {
    border-top: 1px dashed #243588;
}
#even {
    border-top: 1px dashed #243588;
}
.reviewtext small {
    font-size: xx-small;
}
.reviewdate {
    font-size: 10px;
}
.reviewscore {
	border-top: 1px dashed #243588;
    font-size: large;
    margin-bottom: 10px;
    padding-top: 10px;
	width: 98%;
}
.reviewintro {
    clear: left;
    margin-bottom: 20px;
}
.uppercase {
    text-transform: uppercase;
}
.button, .listbuttons li {
    background-color: #243588;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 0;
	margin-bottom: 5px;
}
.listbuttons li {
    list-style: none outside none;
    width: 250px;
}
ul.listbuttons {
    margin-left: -25px;
}
.button a, .listbuttons li a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.button img {
	vertical-align:sub;
}
.button a:hover, .listbuttons li a:hover {
    background-color: #333;
    color: #fff;
}
.mapsbutton {
    background-color: #243588;
    font-size: large;
    font-weight: bold;
    padding: 0;
    width: 60px;
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.mapsbutton {
    margin-top: 0;
}
}
.mapsbutton a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.mapsbutton a:hover {
    background-color: #333;
    color: #fff;
}
.normbutton {
    background-color: #243588;
    font-size: large;
    font-weight: bold;
    margin-left: 15px;
    padding: 0;
    width: 200px;
}
.normbutton a {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}
.normbutton a:hover {
    background-color: #333;
    color: #fff;
}
.youtubeover {
    margin-left: 15px;
    position: relative;
    width: 85%;
}
.youtubereview {
    margin-left: 15px;
    position: relative;
    width: 100%;
}
.youtube {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    max-height: 390px;
    padding: 10px;
}
.youtubereview iframe {
    max-width: none !important;
    width: 90% !important;
}
input {
    font-size: 16px;
    margin-bottom: 10px;
}
button, input[type="submit"], input[type="reset"] {
    background-color: #243588;
    border: 0 none;
    color: #fff;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: large;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
}
textarea {
    font-size: 16px;
}
select {
    font-size: 16px;
}
option {
    font-size: 16px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
#total {
    margin-bottom: 0;
}
.content .contact {
    background-color: #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
	font-size: 14px;
}
.mapimage {
    background-position: 70% center;
    height: 880px;
    margin-bottom: 25px;
    margin-top: -18px;
    max-width: 1280px;
}
.maptitle {
    background-color: #eee;
    display: block;
    margin-top: 8px;
    min-width: 500px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 50%;
}
@media only screen and (max-device-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), not all, not all {
.maptitle {
}
}
.margin-left {
    margin-left: 15px;
}
.quotetable {
    border: 0 none;
    border-spacing: 0;
    clear: left;
    padding: 10px 0 0 15px;
}
.quotetable td {
    padding-top: 10px;
}
.merchtags {
    margin-left: 15px;
}
.merchmain {
}
.merchlink {
    background-color: #243588;
    float: left;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 1px;
    margin-right: 1px;
    padding: 0;
}
.merchlink a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.merchlink a:hover {
    background-color: #333;
    color: #fff;
    padding-left: 10px;
}
.merchtable {
    border: 0 none;
    border-spacing: 0;
    clear: left;
    padding: 10px 0 0;
}
.merchitemtitle {
    font-size: small;
    font-weight: bold;
}
.merchitemprice {
    font-size: small;
}
.merchitemsize {
    font-size: x-small;
}
.merchitemdesc {
    font-size: small;
}
.merchtitle {
}
.merchqtytitle {
    padding-bottom: 20px;
}
.merchitemtotaltitle {
    padding-bottom: 20px;
    padding-right: 15px;
}
.merchimage {
    border: 0 none;
}
.merchimagecontainer {
    padding-left: 15px;
    vertical-align: top;
}
.merchothercontainer {
    font-size: small;
    padding-left: 15px;
}
.merchtext {
    vertical-align: top;
}
.merchqty {
    vertical-align: top;
    width: 75px;
}
.merchitemtotal {
    vertical-align: top;
    width: 75px;
}
.merchqtyform {
}
.merchitemtotalform {
    background-color: #fff;
    border: 0 none;
    color: #000;
    outline: medium none;
}
.merchtotal {
    font-size: 24px;
    text-align: right;
}
.merchtotalform {
    background-color: #fff;
    border: 0 none;
    color: #000;
    font-size: 24px;
    outline: medium none;
    width: 120px;
}
.sizetable {
    background-color: #aaa;
    border: 0 none;
    border-spacing: 0;
    clear: left;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 10px;
}
.sizetitle {
    font-size: small;
    font-weight: bold;
    width: 50%;
}
.sizecode {
    font-size: small;
}
.sizedesc {
    font-size: small;
}
.footer {
    background-color: #243588;
    clear: both;
    color: #fff;
    margin-top: 10px;
}
.footerWrapper {
    height: auto;
    overflow: hidden;
    padding: 5px;
}
.footer .column {
    float: left;
    width: 25%;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fdc600;
}
.footer ul {
    list-style-type: none;
    margin: 33px 0 0;
    padding: 0;
}
.footer li {
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 10px 15px;
    padding: 0;
}
.footer h5 {
    border-bottom: 1px dashed #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 -20px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer .basetags {
    background-color: #243588;
    color: #fff;
    font-size: 11px;
    padding: 5px 5px 7px;
    text-align: center;
}
.footer .basetags a {
    color: inherit;
}
.footer .basetags a:hover {
    color: #fdc600;
}
.footer .tags {
    background-color: #243588;
    font-size: 11px;
    padding: 10px 20px 7px;
    text-align: center;
}
.footer .tags a {
    text-decoration: none;
}
.footer .tags a:hover {
    color: #fdc600;
}
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.clear {
    clear: both;
}