html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EAEAEA;
	background-image: url(../image/bodyBg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#module_cart td {
	color: #cccccc;
}
body, td, th, input, textarea, select, a {
	line-height: 1.6em;
}
body, td, th, input, textarea, select {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a , a.visited{
	color: red;
	text-decoration: underline;
}
a:hover {
	color: #3b3;
	text-decoration: underline;
	cursor: pointer;
}

a.nolink {
text-decoration: none;
color: black;
}

.list a {
text-decoration: none;
}

#disqus_thread a , #disqus_thread a.visited {
color: #3b3;
}

#disqus_thread a:hover,  {
color: red;
	text-decoration: underline;
}

#module_cart a , #module_cart a.visited {
color: #3b3;
text-decoration: none;
}

#module_cart a:hover {
color: #3d3;
	text-decoration: none;
}

.actionbutton:hover, .button:hover, .greenbutton:hover  {
text-decoration: none;
}

a img {
	border: none;
}
strong {
	font-weight: bold;
}
p {
/*	margin-top: 0px;*/
margin:10px 0;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 115px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#header .div1 {
	height: 90px;
	text-align: left;
}
#header .div2 {
	position: relative;
	top: 20px;
	left: 25px;
}
#header .div3 {
	position: absolute;
	/*height: 30px;
	width: 300px;
	top: 5px;
	right: 40px;
	font-size: 10px;
	color: #CCCCCC;*/
	width: 300px;
	top: 5px;
	right: 20px;
	font-size: 10px;
	color: #CCCCCC;
}
#nav  {
	text-align: left;
	padding-top: 8px;
	overflow: hidden;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
}
#nav    #navLinks a  {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav    #navLinks a:hover  {
	color: #333333;
}
#nav #navLinks .split {
	position: relative;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
#nav #search {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#nav #module_search {
	margin: 0px;
	padding: 0px;
}
#nav #filter_keyword {
	width: 230px;
	background-image: url(../image/search_box.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadcrumb {
	padding-left: 40px;
	margin-bottom: 0px;
	color: #999;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	background-image: url(../image/breadcrumb.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
}
#breadcrumb a {
	color: #666666;
}
#breadcrumb #crumbs  {
	display: inline;
	float: left;
	margin-top: 0px;
	padding-top: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background-color: #333333;
}
.switcher .selected a {
	border: 1px solid #666666;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background-color: #333333;
	background-image: url(../image/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 116px center;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #666666;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #CCCCCC;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}


/* layout */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../image/containerBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	overflow: hidden;
}
#column_left {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 710px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../image/content_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .top {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-size: 17px;
	color: #99DC24;
	background-color: #151512;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url("../image/content_top.png");
	background-repeat: repeat-x;
	background-position: left top;
}
/*#content .top h1 {
	float: left;
	width: auto;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	/*background-image: url("../image/content_top.png");
background-repeat: repeat-x;
	background-position: left top;
}*/
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	min-height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .bottom {
	height: 1px;
}
.box {
	background-color: #F9F9F9;
	background-image: url(../image/box_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
}
.box .top {
	font-size: 17px;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left: 20px;
	color: #99DC24;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #242424;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box .cartmiddle {
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
	background-color: #242424;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box .bottom {
	height: 10px;
	background-color: #242424;
}
#navBox a, #manufacturerBox a {
	text-decoration: none;
	color: #CCCCCC;
}
#navBox a:hover, #manufacturerBox a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#navBox li, #manufacturerBox li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
}
#navBox .middle, #manufacturerBox .middle {
	text-align: left;
	padding: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.xbutton {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.xbutton span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.list   td   .thumb {
	padding: 10px;
	border: 1px solid #DFDFDF;
}
.list td a {
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 670px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
.tab_page ol li,
ul ol li {list-style-type: decimal;}
.tab_page ul li {list-style-type: disc;}
.tab_page ul ul li {list-style-type: circle;}
.tab_page ul ul ul li {list-style-type: square;}
.tab_page ol ol li {list-style-type: lower-alpha;}
.tab_page ol ol ol li {list-style-type: lower-roman;}
.tab_page ul{
	padding-left: 15px;
	margin: 15px;
}

#footer {
	width: 900px;
	clear: both;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#category ul {
	padding-left: 0px;
}
#information ul {
	padding-left: 0px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

#slider {
	border: 1px solid #666666;
	margin-bottom: 10px;
}
#slider ul {
	padding-bottom: 5px;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:708px;
	height:241px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../image/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../image/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
.headerinfo {
	xpadding-top:10px;
	padding-left:60px;
}
.benefits li{
	line-height:1.0;
	padding:2px;
	fonct-size:120%;
}
.highlight {
	color:#FFF;
	font-size:130%;
	font-weight:bold;	
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}

/* TM Added */

#content .middle .listend, #content .middle .listend a
{
    text-align:center;
    font-weight: bold;
	font-size: 12px !important;
}

#phoneheader 
{
    color: White;
   
    position:absolute;
    top: 20px;
    left: 370px; 
}
#phoneheader #call 
{
     font-size: 1.5em;
     line-height: 1em;
}
#phoneheader > a 
{
     font-size: 4em;
     color: White;
     text-decoration: none;
     line-height: 1em;
}
#phoneheader #today 
{
    font-size: 1.2em;
    width:100%;
    text-align: right;
    line-height: 1em;
}

#today a {
color: White;
}

#header .div3 
{
    font-size: 14px;
    text-align: right;
}

.headerinfo 
{
    padding-left: 0px !important;

}

#content .category {
  margin-bottom: 15px;
}
#content .category, #content .category a {
  font-size: 14px;
}
#content .product, #content .product a {
}
#content .information, #content .information a {
  font-size: 14px;
}

#productSideBar 
{
    padding-left: 15px; 
    width: 296px; 
    vertical-align: top;
}
#productInfo td, #productInfo a
{
     font-size: 20px;
}
.specialPrice
{
    color: red; /* #393; */
}

#productDiscount 
{
    background: #F7F7F7; 
    border: 1px solid #DDDDDD; 
    padding: 10px; 
    margin-top: 2px; 
    margin-bottom: 15px;
}
#productDiscount > table 
{
    width: 100%; 
}

.addToCart 
{
    background: #F7F7F7; 
    border: 1px solid #DDDDDD; 
    padding: 10px; 
    margin-top: 2px; 
    margin-bottom: 15px;
}

.addToCart > table 
{
    width: 100%; 
}

#productTop 
{
    width: 100%; 
    margin-bottom: 30px;
}

#productTop > table 
{
    width: 100%; 
    border-collapse: collapse;
}

#productImage 
{
    text-align: center; 
    width: 250px; 
    vertical-align: top;
}

#productImage img 
{
    margin-bottom: 3px;
}

#productImage span 
{
    font-size: 11px;
}

#disqus_thread 
{
    margin: 20px 20px 0 0;
}
.stars {
padding: 3px 3px 4px 3px;
background-color: black;
margin: 0 0 -3px 0;
}

div.socialPages {
height: 32px;
}

div.socialSharesTop {
float:right;
margin: 0 10px 0 0;
xfont-size: 14px;
text-transform: none;
}
div.socialSharesTop .stButton {
width: 10px;
}

#search {
float: right;
}

#content ul {
list-style: circle;
margin: 0 0 0 25px;
}

p {
margin: 10px 0 20px 0;
}

.cartshippingmessage {
text-align: right;
width: 100%;
}

.greenbutton, .button {
	font-size:18px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	padding:4px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #528009;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}

.greenbutton:hover, .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}
.greenbutton:active, .button:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

.redbutton {
	font-size:18px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	padding:4px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}
.redbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.redbutton:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

/* blue */
.actionbutton {
	font-size:18px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	padding:4px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #287ace;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	box-shadow:inset 1px 1px 0px 0px #cae3fc;
}.actionbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.actionbutton:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */



a.greenbutton, a.button, a.redbutton, a.actionbutton {
color:#ffffff !important;
}

.rightbox {
float: right;
background-color: #c9efa4;
border: solid 2px #90B1E5;
margin: 0px 0px 10px 5px;
padding: 10px 10px 10px 10px;
text-align: right;
}
#mobileheader {
display: none;
}
@media only screen and (max-device-width: 480px) {
    #phoneheader {
	display: none;
	}
	#mobileheader {
	display: block;

	}
	#mobileheader div.phone {
	padding-top: 20px;
	}
	#mobileheader div.phone a {
		 font-size: 11em;
		 text-decoration: none;
		 line-height: 1em;
	}
	#mobileheader div.address {
	padding: 20px 0 20px 0;
	}
	#mobileheader div.address a {
		 font-size: 4em;
		 text-decoration: none;
		 line-height: 1em;
	}
}