@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #024122;
/*	background-image: url(Plymouth%20Logs%20BG.jpg);
	background-repeat: repeat-x;
*/
}

img {max-width: 100%!important;}

#container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #32AE56;
	background-image: url(menu%20bar.jpg);
	background-repeat: no-repeat;
}
#header,#mobileHeader {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
/*	background-image: url(images/header/plymouth-logs-header.jpg); */
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	margin: auto;
	position:relative;
}
#headerBack {
position:relative;
top:0;
left:0;
margin-top:-102px;
z-index:1;
}
#headerBack img {
width:100%;
}
#headerLogo {
position:relative;
height:102px;
z-index:2;
left:10px;
width:420px;
}
#headerLogo img {
width:100%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	height: 345px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #DDDDDD;
	background-image: url(Plymouth%20Logs%20Footer.jpg);
	width: 950px;
	background-repeat: no-repeat;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 9px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-weight: normal;
}

#menubar {
	background-image: url(images/menu-strip.png);
	background-repeat:repeat-y;
	float: left;
	height: 40px;
	width: 960px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-align: left;
	font-weight:bold;
	margin-bottom:5px;
}
#menubar a {
float:left;
padding-left:15px;
line-height:40px;
height:40px;
background-image:url(images/menu-separator.png);
background-position:right;
background-repeat:no-repeat;
padding-right:19px;
}
#menubar a:hover {
background-image:url(images/menu-bg.png);
background-repeat:repeat-x;
}
.menuOn {
background-image:url(images/menu-bg.png) !important;
background-repeat:repeat-x !important;
}
#specials {
	background-image: url(specials%20banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 950px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#mainTurf,#mainTurfOrders,#mainTurfGallery {
	float: left;
	min-height: 513px;
	margin-right:4px;
	margin-left:4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainTurf { width: 565px; }
#mainTurfGallery { width: 717px; }
#mainTurfOrders {
	width: 615px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#mainTurfText {
padding-left:10px;
padding-right:10px;
clear:both;
float:left;
background-color:#FFFFFF;
display:block;
box-sizing: border-box;
}
#mainTurfTextGallery {
clear:both;
float:left;
background-color:#FFFFFF;
display:block;
padding-left:10px;
padding-right:10px;
box-sizing: border-box;
}

#mainTurf h1,#mainTurfOrders h1,#mainTurfGallery h1 {
	color: #595031;
}
#nextday {
	float: left;
	height: 150px;
	width: 325px;
	background-image: url(next%20day%20delivery.jpg);
}
#buylogs {
	background-image: url(Buy%20Plymouth%20Logs.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 135px;
	width: 325px;
	background-color: #FFF;
}
#logsdisplay {
	background-color: #FFF;
	float: left;
	height: 220px;
	width: 325px;
	background-image: url(plymouth-logs.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#firewood {
	background-color: #FFF;
	float: left;
	height: 5px;
	width: 325px;
}
#coal {
	background-color: #FFF;
	float: left;
	height: 5px;
	width: 325px;
}
#footer table {
	color: #FFF;
	font-weight: normal;
	font-size: 9pt;
}
#footer p {
	font-size: 8pt;
}
a:link {color: #003399;text-decoration: none;}
a:visited {text-decoration: none;color: #003399;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
#menubar a {color:#FFFFFF;}
#menubar a:hover {color:#DEDEDE;text-decoration:none;}

#rightCol,#rightColOrders {
	float:left;
	width:238px;
}
#rightCol p,#leftCol p,#rightColOrders p {
margin:0;
}
#rightCol img {
max-width:238px;
border:none;
}
#rightColOrders img {
border:none;
}

#leftCol {
	float:left;
	width:140px;
	padding-left:6px;
	padding-right:6px;
	background-color:#006838;
}
.clearBoth {clear:both;}
#footerTop {
margin-top:5px;
	padding-top: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	background-color: #024122;
	width: 960px;
	float: left;
	text-align:center;
}
#footerTop p {
margin:0px;
}
#footerBottom {
padding-top:10px;
margin-right: 5px;
margin-left: 5px;
background-color: #2B8842;
width: 960px;
float: left;
font-size:11px;
color:#FFFFFF;
margin-bottom:5px;
}
#footerBottom a {
color:#FFFFFF;
}
.footerColumn {
float:left;
margin-left:10px;
margin-right:10px;
width:172px;
}
.footerColumn p {
margin-top:0;
}
#imageFader {
float:left;
width:238px;
background-color:#CCCCCC;
margin-top:5px;
overflow:hidden;
}
#orderItemDiv {
background: url(images/orders/order-item-bg.jpg) repeat-x scroll 0 0 #D0D3D8;
border: 1px solid #D0D3D8;
clear: both;
height: 100px;
margin-bottom: 0.3em;
padding: 6px;
}
#orderImageDiv {
	float:left;
	width:120px;
height:120px;
}
#orderItemTitle {float:left;margin-left:5px;width:473px;border-bottom:1px solid #aaaaaa;padding-bottom:3px;margin-bottom:3px;}
#orderItemDescription {float:left;margin-left:5px;width:360px;}
#orderItemQuantity {float:right;width:80px;margin-left:15px;text-align:right;}
.orderItemTotal {float:right;margin-left:5px;font-size:16px;}
#orderTotalDisplay {float:right;padding:8px;background-color:#EFEFEF;font-size:18px;}
#orderItemQuantity input {font-size:16px;text-align:right;}
.itemCost {font-size:16px;color:#CC3300;}

.orderTable {
	border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

/* Zebra striping */
.orderTable tr:nth-of-type(odd) td { background: #bbb; }
.orderQuantityBox { width:30px; }

#mobileTop,#mobileHeader {display:none;}

/************************************************************/
/*****     RESPONSIVE LAYOUTS FOR TABLET AND MOBILE     *****/
/*****     keep these fluid width CSS items at the end  *****/
/************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
#container  { width: 100%; overflow: hidden; }
#headerLogo { width: 75%; }
#menubar { width:100%; height:auto; }
#leftCol { display:none; }
#slider1_container {display:none;}
#mainTurf { width:100%; }
#footerTop,#footerBottom { width: 100%; }
#footerTop img { max-width: 100%; }
#menubar a { padding-left: 15px; padding-right: 15px; }
#mainTurfGallery, #mainTurfTextGallery {width: 100%;}
#mainTurfOrders { width:100%; padding-left:0px; padding-right:0px; }
#orderItemDiv { height:auto; }
#orderItemTitle,#orderItemDescription { width:100%;}
#orderImageDiv {width:100px;}
#rightCol, #rightColOrders { width:100%; }
#rightCol p, #rightColOrders p { float:left; }
} /* end width */
@media only screen and (max-width: 479px) {
#container,#mobileHeadImage,#mobileHeadImage img { width: 100%; }
#mobileTop {display:block; width:100%; float:left;}
#mobileTop img { max-width:170px; margin-left:3px; float:left; }
#mobileTop p {float:left; margin:0px;margin-top:3px;}
#headerLogo { width: 175px; }
#menubar { width: 100%; height:auto;padding-left:0;padding-right: 0;}
#menubar a { padding-left:0;padding-right: 0;}
#leftCol { display:none; }
#slider1_container {display:none;}
#mainTurf { width:100%;margin-left:0;margin-right: 0;}
#footerTop { display:none; }
#footerBottom { width: 100%;padding-left:0;padding-right:0;margin-left:0;margin-right: 0;}
#mainTurfGallery, #mainTurfTextGallery {width: 100%;}
#mainTurfOrders { width:100%; padding-left:0px; padding-right:0px; }
#orderItemDiv { height:auto; }
#orderItemTitle,#orderItemDescription { width:268px;}
#orderImageDiv {width:50px;}
#orderImageDiv img {width:50px;height:50px;}
.orderTable td {padding:2px;}
#menubar a { border-bottom:2px solid #006600; width:100%; background-image:none; text-align:center;  }
#rightCol, #rightColOrders { display:none;}
#header {display:none;}
#mobileHeader {display:block;position:relative;}
#mobileHeadImage {position:relative;}
#mobileHeadPhone {
    background: none repeat scroll 0 0 #32ae56;
    bottom: 2px;
    color: white;
    float: right;
    font-size: 16px;
    margin-top: -29px;
    padding: 5px;
    position: relative;
	}
#mobileHeadPhone a { text-decoration:none; color:white; }
#sendButton {font-size:28px;line-height: 34px;}
} /* end width */
