@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		18;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	float: right;
  }

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
	border-radius: 5px;
  }

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	border-color: rgba(255,255,255,1.00);
}
#header {
	background-color: #000000;
	margin-bottom: -27px;
	background-repeat: no-repeat;
	background-size: contain;

}
#tablet-logo {
	display: none;
}

#mobile-logo {
}


#logo {
	width: 100%;
	color: #FFFFFF;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	display: none;
}
#logo img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
.logoborder {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: thick groove rgba(255,255,255,1.00);
	border-radius: 9px;
	text-align: center;
}
#logo #tag h2 {
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: -8px;
	color: rgba(255,255,255,1.00);
}

#imageScript {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-radius: 5px;
}
.phoneNumbers {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 7px;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#mainNav {
	margin-left: 0;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 5px;
}
#navlist {
	width: 100%;
	margin-left: 0;
	margin-top: -6px;
	margin-bottom: -10px;
	text-align: center;
}


#navlist li {
	color: #FFFFFF;
	font-weight: 500;
	display: inline-block;
	padding: 3px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.navMenuItem {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	background-color: #000000;
	width: 100%;
	margin-left: 0;
	border-radius: 7px;
	border: 1px solid rgba(255,255,255,1.00);
}
.currentlink {
	font-weight: 600;
	text-align: center;
	}
.fluid.navMenuItem a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 0.9em;
}
.currentlink a  {
	color: rgba(199,70,6,1.00);
	text-decoration: none;
	font-size: 1.05em;
	font-weight: bolder;
	min-height: 48px;
}
.otherlink a  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 1.05em;
	min-height: 48px;
}

#main {
	background-color: #FFFFFF;
	margin-top: 9px;
	border-radius: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainContent {
	text-align: justify;
	width: 74.5856%;
	margin-left: 12.7071%;
	clear: both;
}
#mainText {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainText a {
	color: #2657D6;
	font-size: 1em;
}

#mainContent h1 {
	color: rgba(180,73,74,1.00);
	font-size: 1.1em;
}
.centered {
	text-align: center;
}
.small-font {
	font-size: 0.9em;
}


#footer {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	margin-left: 0;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-radius: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer1 {
	margin-top: 4px;
	font-size: 0.9em;
	width: 100%;
	margin-left: 0;
}
#footer a {
	color: #000000;
}
.footerText {
	margin-top: -15px;
	font-style: italic;
	font-size: 0.9em;
	font-weight: 400;
	width: 49.1712%;
	margin-left: 1.6574%;
	clear: none;
}
#footer2 {
}
.footertext2 {
	width: 74.5856%;
	font-style: italic;
	margin-top: -20px;
	margin-left: 12.7071%;
	margin-bottom: 0px;
	font-weight: 300;
}
.footertext3 {
	font-size: 0.85em;
	width: 100%;
	margin-left: 27.0718%;
	clear: none;
}
#tag {
	width: 100%;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	margin-top: -6px;
	margin-bottom: 24px;
	font-weight: bold;

}
.hours {
	text-align: center;
	color: rgba(0,0,0,1.00);
	margin-top: 5px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0;
	width: 100%;
}
.border {
	border-radius: 5px;
	border: thin solid rgba(255,255,255,1.00);
}
#phonenumberBorder {
	border: medium ridge rgba(234,230,230,1.00);
	padding-top: 8px;
	padding-bottom: 2px;
	border-radius: 6px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}
.phone-number-left {
	text-align: left;
	margin-left: 4%;
	float: left;
	padding-bottom: 6px;
	white-space: nowrap;
}
.phone-number-right {
	text-align: right;
	margin-right: 4%;
	white-space: nowrap;
}
.phone-number-left a {
	color: #FFFFFF;
	text-decoration: none;
}
.phone-number-right a {
	color: #FFFFFF;
	text-decoration: none;
}




#phonenumberBorder .nowrap a {
	color: #FFFFFF;
	text-decoration: none;
	min-height: 49px;
}

.nowrap {
	white-space: nowrap;
}
.justfy-left {
	text-align: left;
}
.photo-position {

}


.suppliers {
	width: 100%;
	margin-left: 14.3646%;
	clear: none;
	text-align: center;
	margin-top: -6px;
}
#mainText h2 {
	text-align: center;
	margin-bottom: -5px;
	margin-top: -8px;
	font-size: 1.25em;
}
.textcenter {
	text-align: center;
}

.red {
	color: rgba(180,73,74,1.00);
	font-size: 1.2em;
}
.underline {
	text-decoration: underline;
}

.map {
	text-align: center;
	margin-bottom: 17px;
}
.map iframe {
	width: 100%;
}
.suppliers img {
	padding-top: 6px;
	padding-bottom: 18px;
	width: 18%;
}
#hours {
	text-align: center;
	font-weight: bold;
	margin-bottom: 19px;
}
#BBB {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}










/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.312%;
	padding-left: 0.3442%;
	padding-right: 0.3442%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 7px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	float: right;
	max-width: 400px;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
  }

#header {
	margin-bottom: -9px;
}

#logo {
	margin-top: -5px;
	text-align: left;
	font-size: 1.2em;
}
#main {
	background-color: rgba(0,0,0,1.00);
}
#footer {
	width: 100%;
	margin-left: 0;
}
#logo img {


}
#imageScript {
	width: 49.635%;
	margin-left: 11.9221%;
	clear: none;
}
.phoneNumbers {
	text-align: center;
	font-size: 0.9em;
	width: 32.8467%;
	margin-left: 0.7299%;
	clear: none;
}
#mainNav {
	width: 100%;
	margin-left: 0;
}
#navMenu {
	width: 21.6545%;
	margin-left: 0;
	background-color: rgba(7,7,7,1.00);
}
.navMenuItem {
	width: 100%;
	margin-left: 0;
	background-color: #000000;
	padding-left: 5px;
	margin-bottom: 15px;
}
.fluid.navMenuItem a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: block;
}
#mainContent {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
}
#mainText {
width: 88.8077%;
margin-left: 5.5961%;
clear: both;
}
#footer1 {
width: 88.8077%;
margin-left: 5.5961%;
}
.footerText {
width: 27.2506%;
clear: none;
margin-left: 17.5182%;
}
#footer2 {
}
.footertext2 {
	width: 88.8077%;
	margin-left: 5.5961%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footertext3 {
	width: 44.0389%;
	clear: none;
	margin-left: 6.326%;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#tag {
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: -10px;
}
#logo #tag h2 {
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	margin-left: 33px;
	margin-top: -3px;
}
.hours {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 1em;
	padding-left: 7px;
	width: 21.6545%;
	margin-left: 0;
}
.border {
}
.suppliers {
	width: 60.8272%;
	margin-left: 17.5182%;
	clear: none;
	margin-bottom: 8px;
	margin-top: -7px;
}
.map {
}
.currentlink {
	font-weight: 600;
	text-align: center;
	
}
.logoborder {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	border: thick groove rgba(255,255,255,1.00);
	border-radius: 9px;
	text-align: center;
	margin-left: 1px;
}
#phonenumberBorder {
	color: #FFFFFF;
	word-spacing: 9px;
	margin-top: -6px;
	margin-bottom: 13px;
}
#hours {
	margin-top: -16px;
	margin-bottom: -6px;
}
#BBB {
	margin-top: -27px;
	margin-bottom: 6px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

#mobile-logo {
	display: none;

}
#tablet-logo {
	display: block;
}
.phone-number-left {
	text-align: left;
	margin-left: 9%;
	float: left;
	padding-bottom: 6px;
}
.phone-number-right {
	text-align: right;
	margin-right: 9%;
}
.photo-position {
	width: 50%;
	float: right;
	padding-left: 26px;
	padding-top: 7px;

}












}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width : 853px ){

.gridContainer {
	width: 95.348%;
	max-width: 1100px;
	padding-left: 0.326%;
	padding-right: 0.326%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-size: cover;
}
#main {
}
#footer {
width: 100%;
margin-left: 0;
}
#logo {
	text-align: center;
	font-weight: bolder;
	font-size: xx-large;
	/* [disabled]text-transform: uppercase; */
	display: block;
}
#imageScript {
width: 49.635%;
margin-left: 0.7299%;
clear: none;
}
.phoneNumbers {
width: 32.8467%;
clear: none;
margin-left: 0.7299%;
}
#mainNav {
	margin-left: 0;
	text-align: center;
	margin-bottom: 7px;
}
#navMenu {
	width: 100%;
	margin-left: 0;
	background-color: rgba(7,7,7,1.00);
}
.navMenuItem {
	width: 100%;
	margin-left: 0;
	background-color: #000000;
	padding-left: 5px;
}
.fluid.navMenuItem a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: block;
	border-radius: 5px;
	font-size: 0.9em;
}
#mainContent {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
}
#mainText {
width: 88.8077%;
margin-left: 5.5961%;
clear: both;
}
#mainContent h1 {
	color: #B4494A;
	font-size: 1.2em;
}
#footer1 {
width: 100%;
margin-left: 0;
}
.footerText {
width: 100%;
clear: both;
margin-left: 0;
}
#footer2 {
}
.footertext2 {
width: 88.8077%;
margin-left: 5.5961%;
}
.footertext3 {
width: 44.0389%;
clear: none;
margin-left: 6.326%;
display: block;
}
#logo img {
	text-align: center;
	margin-top: -5px;



}
#tag {
	color: rgba(255,255,255,1.00);
	width: 100%;
	margin-left: 0;
	margin-bottom: -34px;
	padding-top: 0px;
	margin-top: 4px;
}
#logo #tag h2 {
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	margin-left: 0px;
	text-indent: 7px;
	margin-top: 15px;
}
.hours {
	color: rgba(255,255,255,1.00);
	text-align: center;
	width: 100%;
	margin-left: 0;
}
.border {
}
#phonenumberBorder {
	width: 100%;
	margin-top: -8px;
}
.suppliers {
	width: 49.635%;
	clear: none;
	margin-left: 23.1143%;
}
.map {
}
#hours {
}
#BBB {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#tablet-logo {
	display: none;

}
#header {
	margin-bottom: -4px;
}
.phone-number-right {
	text-align: right;
	margin-right: 4%;
}
.phone-number-left {
	text-align: left;
	margin-left: 4%;
	float: left;
	padding-bottom: 6px;
}
.photo-position {
	width: 40%;
	float: right;
	padding-left: 26px;
	padding-top: 7px;

}








}
