@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body, html {
	width: 100%;
	height:100%;
	background-color: #D5D4D2;
}
img {
	max-height: 100%;
	max-width: 100%;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}
.wrapper2 {
    display: block;
    margin: 0 auto;
    max-width: /*900px*/ 980px;
    width: 100%;
}

/****************** STYLING ******************/
body, a, p {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
h1{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
}
h2{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
h3{
	color:#f20018;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
h4{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
}
h5{
	color:#f20018;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
}
p {
	font-size: 0.80em;
	line-height:20px;
	color:#000;
	padding-bottom:20px;
}
a {text-decoration:underline;color:#f20018;}
a:hover {text-decoration: none;cursor:pointer;}

ul{padding-left:25px;padding-bottom:20px;list-style-type: disc;}
li{	font-size: 0.80em;color:#000;}

/*input{width:95%;margin-bottom:10px;color:#333333;padding:5px 5px 5px 5px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:.7em;}
textarea{width:96%;margin-bottom:10px;color:#939481;padding-left:5px;padding-top:5px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:.7em;}*/
.submit{width:50%;color:#ffffff;text-transform:uppercase;background-image: url("../images/socialbanner.jpg");border:none;font-weight:bold;font-size:13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;}
.submit:hover{background-color:#9c0110;background-image:none;cursor:pointer;}

.button{color:#ffffff;text-transform:uppercase;background-image: url("../images/socialbanner.jpg");width:25%;font-size:.8em;border:none;font-weight:bold;padding:5px 10px;text-align:center;margin-bottom:20px;min-width:100px;}
.button:hover{background-color:#555;background-image:none;cursor:pointer;}

.pagecontent img.left{float:left; padding-right:20px;padding-bottom:10px;padding-top:10px;}
.pagecontent img.right{float:right; padding-left:20px;padding-bottom:10px;padding-top:10px;}


/****************** HEADER ******************/
#header {width:100%; /*background-image: url("../images/background.jpg"); */ background-color: #fff; height:136px;border-bottom:1px solid #fc0301;position:relative; z-index:700;}
.logo img {padding-left:1%;max-width:270px;}
.logo {width:28%;}
.mobile{display:none;}

.top-bar {float:right;padding-right:5px;width:60%; text-align:right;}
.social {background-image: url("../images/socialbanner.jpg");background-repeat:no-repeat;display:inline-block; margin:0 2% 0 0; width:104px; height: 29px;}
.social p{color:#ffffff; padding:5px 0px 5px 15px;float:left;}
.social #icons #facebookicon{float:left;margin:2px 5px 0;background-image: url("../images/facebookicon.png");background-repeat:no-repeat;height:20px;width:20px; text-decoration:none;}
.social #icons #twittericon{float:left;margin:2px 5px 0;background-image: url("../images/twittericon.png");background-repeat:no-repeat;height:20px;width:20px; text-decoration:none;}
.social #icons #linkedinicon{float:left;margin:2px 5px 0;background-image: url("../images/linkedinicon.png");background-repeat:no-repeat;height:20px;width:20px; text-decoration:none;}

.shopping {border: 1px solid #9c9c9c; border-top:0;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
-webkit-box-shadow: inset -2px -5px 54px -20px rgba(164, 164, 164, 1);
-moz-box-shadow: inset -2px -5px 54px -20px rgba(164, 164, 164, 1);
box-shadow: inset -2px -5px 54px -20px rgba(164, 164, 164, 1);
float:right;padding-bottom:3%;}
.shopping a#signin{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#c60013;
display:inline-block;
float:left;
color:#ffffff;
margin-left:17px;
margin-top:10px;
margin-right:10px;
padding: 5px 15px;text-decoration:none;
text-transform:uppercase; color:#ffffff;font-weight:bold;font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; font-size:0.8em;}
.shopping a#signin img{
margin-right:5px;
float:left;
margin-top:1px;
}
.shopping a#signin:hover {
background:#9c0110;
}
.shopping a#mycart{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#0a0f5e;
color:#ffffff;
display:inline-block;
float:right;
margin-right:17px;
margin-top:10px;
padding: 5px 15px;text-decoration:none;
text-transform:uppercase; color:#ffffff;font-weight:bold;font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; font-size:0.8em;}
.shopping a#mycart img{
margin-right:5px;
float:left;
margin-top:1px;}
.shopping a#mycart:hover { 
background:#070a3b;
}

.info {float:right;clear:both;padding-top:10px;text-align:right;margin-right:10px;padding-bottom:15px;}
.info p{line-height:18px; color:#585858;padding-bottom:0px;font-size:12px;}
.color{color:#f20018;}
.info a{color:#f20018;}

#header h2 {float:right; text-align:center; font-family: "Asap",sans-serif; color:#f20018; font-weight:bold; font-size:20px; width:37%; padding:10px 2%; box-sizing:border-box; margin:-25px 0 0;}
#header .info span.biggernumber{font-size: 18px;}

.navigation{width:100%;height:50px;clear:both; border: 1px solid #232426;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.navigation #menu{
	width:75%;
	float:left;
}
.navigation #search{
	width:22%;
	float:right;
	border-left: solid 1px #d4d4d4;
	height:50px;
	padding-left:20px;
}
.navigation #searchbar {
	background: #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:10px;
	padding:5px 10px;
	margin-right:20px;
}
.navigation #search input{
	background: #ccc;
	color:#000;
	border:medium none;
	width:90%;
	margin-bottom:0px;
	padding:0px; font-size:12px;
}
.navigation #search input[type="submit"] {
	border:medium none;
	width:12px;
	background-image:url("../images/search.png");
	background-repeat:no-repeat;
	background-color:#ccc; cursor:pointer;
}
.mobileinfo {display:none;}
.mobileslide {display:none;}



/****************** CONTENT ******************/
.content{width:100%; background-image: url("../images/backgroundcontent.jpg");background-attachment:fixed; padding:20px 0;}

.camera_wrap {margin-bottom:0!important;}
.camera_pag {display:none;}
.camera_caption {width:50%!important;}
.camera_caption > div {background-color:transparent!important; padding:10px 6% 2%!important;}
.camera_caption > div h2 {font-family: 'Oswald', sans-serif; color:#fff; text-transform:uppercase; font-weight:bold; font-size:55px; line-height:60px; text-align:left; text-shadow:1px 1px 1px #000;}
.camera_caption > div h3 {font-family: 'Oswald', sans-serif; color:#fff; text-transform:uppercase; font-weight:bold; font-size:34px; line-height:38px; text-align:left; text-shadow:1px 1px 1px #000; margin:0!important;}
.camera_caption > div a.btn {font-family: 'Asap', sans-serif; font-size:14px; color:#fff; text-transform:uppercase; text-decoration:none; display:inline-block; background-color:rgba(0,0,0,0.5); text-align:center; border-radius:5px; padding:5px 3%; line-height:27px;}
.camera_caption > div a.btn .arrow {color:#da0016; font-weight:bold; font-size:20px;}
.camera_caption > div a.btn:hover {background-color:rgba(0,0,0,1); }

.sidebar {float:left;width:23%;margin-top:10px;}
.sidebar #title{background-image: url("../images/sidebarbanner.png");background-repeat:no-repeat;color:#ffffff;height:48px;text-align:center;text-transform:uppercase;width:210px;}
.sidebar #title h1{padding-top:7%;font-family: 'Asap', sans-serif;font-size:20px;}
.sidebar .contentBox{/*background-image: url("../images/greybox.png");background-repeat:repeat-y;*/ background-color: #fff; width:174px;padding:8% 7%;margin-left: 1px; margin-bottom:10px;border:solid 1px #000000;text-align:left; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;}
.sidebar .contentBox a{color:#000; text-decoration:none;}
.sidebar .contentBox a:hover{color:#f20018;}
.sidebar .contentBox p  {line-height:normal; padding-bottom: 15px;}
.sidebar .contentBox p:last-child {padding-bottom: 0;}
.sidebar .contentBox p a{color:#000;text-decoration:none;margin-bottom:10px;font-weight:bold;line-height:0px;font-size:14px;}
.sidebar .contentBox input{margin-bottom:8px;color:#333333;padding:5px 5px 5px 10px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;width:100%;font-size:11px; box-sizing: border-box;}
.sidebar .contentBox input[type=checkbox]{width:auto;}
.sidebar .contentBox textarea{margin-bottom:10px;color:#333333; font-size: 11px; padding-left:5px;padding-top:5px; width:100%;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; box-sizing: border-box;}
.sidebar .contentBox input.submit{float:right;color:#ffffff;text-transform:uppercase;background-image: url("../images/socialbanner.jpg");border:none;width:45%;font-size:13px; margin-bottom: 0;}
.sidebar .contentBox input.submit:hover{background-color:#9c0110;background-image:none;cursor:pointer;}

.infoblock {float:right;clear:both;width:76%;margin-top:10px;/*background-image: url("../images/greybox.png");*/ background-color:#fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;border:1px solid #000000;margin-bottom:20px;}
.infoblock #products {width:51.8%;float:left;border-right:solid 1px #545455;}
.infoblock #products #title {background-image: url("../images/lefttitlebanner.png");background-repeat:no-repeat;color:#ffffff;height:48px;text-align:center;text-transform:uppercase;}
.infoblock #products #title h1{padding-top:4%;font-family: 'Asap', sans-serif;font-size:20px;}
.infoblock .product {width:40%;float:left;padding:5% 5% 0;}
.infoblock .product h3{color:#ffffff;font-size:15px;padding-bottom:5px;margin-bottom:0px;}
.infoblock .product p{color:#000;line-height:20px;}
.infoblock .product img{padding-bottom:10px;}
.infoblock .product .productinfo a{color:#f20018;text-decoration:none;}
.infoblock .product .productinfo a:hover{cursor:pointer;text-decoration:underline;}

.infoblock.fullwidth {float:none; width:100%;}
#global-promotions{max-width:980px !important;}

.emailblock {border: 1px solid #b1b1b1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);
-moz-box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);
box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);clear:both; margin:15px; padding:10px;}
.emailblock .contentBox h1{float:left; width:50%;color:#f20018;text-transform:uppercase;font-family: 'Asap', sans-serif;font-size:22px;margin-top:2px;margin-bottom:0px;}
.emailblock .contentBox p{float:right;font-size:9px; width:48%;color:#000;padding-bottom:10px;line-height:12px;}
.emailblock #eform{margin-left:5px;clear:both;}
.emailblock #eform input{font-size:13px;}
.emailblock #eform input#ml_email{width:58%;font-size:10px;padding-bottom:7px;padding-top:7px;}
.emailblock #eform input.submit{margin-right:15px;float:right;width:30%;}

.infoblock #aboutus {width:48%;float:right;}
.infoblock #aboutus #title {background-image: url("../images/righttitlebanner.png");background-repeat:no-repeat;color:#ffffff;height:48px;text-align:center;text-transform:uppercase;width:358px;}
.infoblock #aboutus #title h1{padding-top:4%;font-family: 'Asap', sans-serif;font-size:20px;}
.infoblock #aboutus .contentBox{padding:10px 15px 0;}
.infoblock #aboutus #information{padding:14px;}
.infoblock #aboutus .contentBox p{color:#000; padding-bottom:20px;line-height:20px;}
.infoblock #aboutus .contentBox p a{color:#f20018;text-decoration:underline;}
.infoblock #aboutus .contentBox p a:hover{text-decoration:none;}

.infoblock #information{border: 1px solid #b1b1b1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);
-moz-box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);
box-shadow: inset -2px -5px 54px -20px rgba(177,177,177,.3);clear:both; margin:15px; padding:10px 15px 15px;}

.infoblock #information #address{width:60%;float:left;padding-bottom:10px;}
.infoblock #information #address h6{color:#000;font-size:13px;padding-bottom:5px;}
.infoblock #information #address p{color:#000;padding-bottom:5px;line-height:14px;font-size:12px;}
.infoblock #information .buttonl a{float:right;color:#ffffff;text-transform:uppercase;background-image: url("../images/socialbanner.jpg");width:32%;font-size:.8em;border:none;font-weight:bold;padding:5px 10px;text-align:center;}
.infoblock #information .buttonl a:hover{background-color:#9c0110;background-image:none;cursor:pointer;}
.infoblock #information .phone{clear:both;font-size:.85em;color:#ffffff;}
.infoblock #information .phone p {padding-bottom:10px;line-height:14px;font-size:12px; color:#000;}


/****************** INNER PAGE ******************/
.sidebar #promotion{background-image: url("../images/promotions.jpg");background-repeat:no-repeat;height:155px;margin-bottom:10px;border:solid 1px #000000;width:205px;margin-left:2px;}
.sidebar #promotion a{font-family: 'Asap', sans-serif;font-size:15px;color:#ffffff;opacity: 1.0; font-weight:bold; display:block;
    filter: alpha(opacity=100); /* For IE8 and earlier */padding-bottom:0px;padding-top:131px; text-align:center;text-transform:uppercase;}
.sidebar #requestQuote{padding-bottom:10px;}
.sidebar br{display:none;}
.infoblock #innerpage {width:100%;}
.infoblock #innerpage #title {background-image: url("../images/innerpagetitlebanner.png");background-repeat:no-repeat;color:#ffffff;height:48px;text-align:center;text-transform:uppercase;border-top-right-radius:15px;}
.infoblock.fullwidth #innerpage #title{background-image: url("../images/innerpagetitlebanner_full.png");}
.infoblock #innerpage #title h1{padding-top:2%;font-family: 'Asap', sans-serif;font-size:20px;}
.infoblock #innerpage .pagecontent{padding:15px;}
.infoblock #innerpage .pagecontent h1 {color:#000;}
.locations{clear:both;}
.locationscontent{float:left; width:25%;}
.map{float:left; padding-left:10px; padding-right:10px; width:70%; padding-bottom:20px;}
.map iframe{width:100%;}

/****************** FOOTER ******************/
.footer{width:100%; /*background-image: url("../images/background.jpg");*/ background-color: #fff; padding-top:20px; padding-bottom:20px; border-top:1px solid #fc0301;position:absolute;}
.footer #logos{width:24%;float:left;padding-left:1%;}
.footer #disclaimer{width:60%;float:left;}
.footer #disclaimer p{text-align:center;padding-bottom:5px;font-size:.7em;color:#484849;font-size:10px;line-height:12px;}
.footer #disclaimer p a{color:#f20018;padding-bottom:5px;font-size:11px;}
.footer #stream{width:14%;float:left;text-align:right;padding-right:1%;}






/****************** TABLET ******************/
@media screen and (max-width:999px) and (min-width:768px) {
.mobileinfo {display:none;}
.mobile{display:none;}
.mobileslide {display:none;}

.logo {width:38%;}
#header h2 {width:33%; margin:-50px 0 0;}

.infoblock #information .button1 {float:none; clear:both; width:auto ;margin-bottom:10px;}
.infoblock #aboutus #title{width:auto; border-radius: 0px 10px 0px 0px;}
.infoblock{width:71%;}
.infoblock .product{padding-bottom:20px;}
.infoblock .product h3 {font-size:13px;}
.emailblock #eform input.submit{float:none;width:55%;}
.emailblock .contentBox h1 {margin-bottom:10px;}

.infoblock #information .buttonl {float:none; clear:both; width:auto ;margin-bottom:10px;}

.infoblock #information #address{width:100%;}
.infoblock .product p{display:none;}

.camera_caption {width:62%!important;}
.camera_caption > div h2 {font-size:50px; line-height:55px;}
.camera_caption > div h3 {font-size:32px; line-height:36px;}

.sidebar #requestQuote{width:206px;}
.sidebar #contact{width:206px;}
}


@media screen and (max-width:767px) and (min-width:601px) {
.mobileinfo {display:none;}
.mobile{display:none;}
.mobileslide {display:none;}
.top-bar{float:right;max-width:340px;}
.logo{width:40%; position:absolute; top:0px; left:2%;}
.shopping{background:none;border: none;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;float:right;}

.info {padding-bottom:10px;}
.social {width:100px;}
#header h2 {float:none; clear:both; width:auto; font-size:18px; margin:0;}

.shopping a#signin{margin-top:0px; border-radius:0 0 5px 5px; font-size:9px;}
.shopping a#mycart{margin-top:0px; margin-right:0px; border-radius:0 0 5px 5px; font-size:9px;}
.infoblock{margin:auto;width:90%;float:none;overflow:hidden;}
.infoblock .product h3 {font-size:13px;}
.infoblock .product p{display:none;}
.sidebar{float:none;margin-left:auto;width:100%;text-align:center;}
.sidebar #products{display:inline-block;vertical-align:top;}
.sidebar .contentBox{width:177px;}
.sidebar #feedback{display:inline-block;padding-left:20px;vertical-align:top;}
.infoblock #aboutus #title{width:auto;-webkit-border-radius: 0px 10px 0px 0px;
-moz-border-radius: 0px 10px 0px 0px;
border-radius: 0px 10px 0px 0px;
}
.sidebar #requestQuote{display:inline-block;}
.sidebar #contact{display:inline-block; padding-left:20px; vertical-align:top;}
.sidebar br{display:block;}
.emailblock #eform input.submit{float:none;width:55%;}
.emailblock .contentBox h1 {margin-bottom:10px;}
.infoblock #information .buttonl{float:none; clear:both; width:auto ;margin-bottom:10px;}
.infoblock #information #address{width:100%;}
.infoblock .product{padding-bottom:40px;}

.navigation #search{padding:0 1%; width:32.5%;}
.navigation #searchbar {margin:10px 0 0;}

.navigation #menu {width:65%;}
#header {height:174px;}

.camera_caption {width:62%!important;}
.camera_caption > div {padding:10px 6% 3% !important;}
.camera_caption > div h2 {font-size:40px; line-height:45px;}
.camera_caption > div h3 {font-size:22px; line-height:26px;}
}


/****************** PHONE ******************/
@media screen and (max-width:600px) and (min-width:320px) {
#header{height:auto;border-bottom:3px solid #fc0301;}
.navigation {position:absolute; top:46px; z-index:200; height:auto; }
.navigation #search {display:none;}
.navigation #menu {float:none; width:100%;}
.top-bar{width:100%; float:none; background-color:#ffffff;max-width:600px;padding-bottom:0px;-webkit-box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75); padding:0;
-moz-box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75);
box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75);}
.social{background:none;padding-left:5px;padding-top:5px;width:90px;}
.social #icons #facebookicon{float:left;margin:2px 5px 0;background-image: url("../images/facebookicong.jpg");background-repeat:no-repeat;height:20px;width:20px;}
.social #icons #twittericon{float:left;margin:2px 5px 0;background-image: url("../images/twittericong.jpg");background-repeat:no-repeat;height:20px;width:20px;}
.social #icons #linkedinicon{float:left;margin:2px 5px 0;background-image: url("../images/linkedinicong.jpg");background-repeat:no-repeat;height:20px;width:20px;}
.shopping{background:none;border: none; padding-bottom:10px;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;float:right;}
.mobilehide{display:none;}
.info{float:left;background:none; position:relative; z-index:400;}
.mobilephone{float:left;margin-left:15px;color:#f20018;font-weight:bold;font-size:13px;}

#header h2 {display:none;}

.camera_caption {width:85%!important;}
.camera_caption > div {padding:10px 6% 3% !important;}
.camera_caption > div h3 {font-size:22px; line-height:22px;}
.camera_caption > div h2 {font-size:30px; line-height:35px; margin-bottom:5px;}

.shopping a#mycart{margin-right:5px;}
.shopping a#signin{margin-left:0px; margin-right:5px;}
.logo{width:100%;}
.logo img{float:none;margin-left:auto;margin-right:auto;display:block;width:65%;clear:both;margin-bottom:10px;}
.mobileinfo {display:block;width:100%;}
.mobileinfo #phone p{float:left;color:#ca0014;padding-left:10px;padding-top:10px;font-size:13px;font-weight:bold;}
.mobileinfo #nav{float:right;padding-right:10px;padding-top:10px;}
.mobile{background:#ffffff;height:50px;display:block;--webkit-box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75);
box-shadow: inset 0px -10px 6px -10px rgba(0,0,0,0.75);}
.mobile #icons{float:left;padding-left:5px;padding-top:12px;}
.mobile img{padding-left:5px;}

.mshopping {float:right;margin-top:-25px;}
.mshopping a#signin{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#c60013;
display:inline-block;
float:left;
color:#ffffff;
margin-top:35px;
padding: 5px 15px;
margin-right:10px;}
.mshopping a#signin img{margin-right:5px;float:left;margin-top:1px;}
.mshopping a#signin:hover {background:#9c0110;}
.mshopping a#mycart{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#0a0f5e;
color:#ffffff;
display:inline-block;
float:right;
margin-right:5px;
margin-top:35px;
padding: 5px 15px;}
.mshopping a#mycart img{margin-right:5px;float:left;margin-top:1px;}
.mshopping a#mycart:hover {background:#070a3b;}
.emailblock{border-right:none;border-left:none;}


.sidebar{display:none;}
.infoblock{float:none;width:99.9%;max-width:500px;border-right:none;margin:-5px auto 0;overflow:hidden;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;margin-bottom:0px;}
.infoblock #products{width:100%;border-right:none;}
.infoblock #aboutus{width:100%;}
.infoblock #products #title, .infoblock #aboutus #title{background-image:url("../images/mobiletitlebanner.jpg");margin-top:-6px;background-repeat:repeat;width:100%;}
.infoblock .product{width:90%;}
.productinfo {float:right;margin-right:10px;width:50%;padding-top:5px;}
.infoblock #product p{line-height:16px;}
.emailblock, #aboutus .infoblock{-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin:0px;margin-bottom:40px;padding-bottom:50px;border-right:none;border-left:none;}
.emailblock #eform{margin-left:0px;}
.emailblock .contentBox h1{margin-bottom:10px;}
.emailblock #eform input{float:left;}

.infoblock #innerpage #title h1{font-size:17px;padding-top:14px;padding-right:5px;padding-left:5px;}
.infoblock #innerpage #title {border-top-right-radius:0;background-image: url("../images/mobiletitlebanner.jpg");background-repeat:no-repeat;}
.content{padding-bottom:0px;}

.locationscontent{float:none; width:100%;}
.map{float:none; width:96%;}

.footer #logos{width:100%;text-align:center;padding:0 0 10px; float:none;}
.footer #disclaimer{width:92%;text-align:center; float:none; padding:15px 4%;}
.footer #disclaimer p {padding-bottom:15px;}
.footer #stream{width:100%;text-align:center; float:none; padding:0;}
}