@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
	----------------------------------
	
	
	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/
*/


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerRow {
	clear: both;
	width: 100%;
	float: left;
	background-color: #3E3B3C;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	behavior: url(/PIE.php);
}
#logo {
	font-size: 36px;
	color: #FFF;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	padding: 20px;
	background-color: #FEE300;
}
.logonew {
	background-color: #3E3B3C;
	padding: 10px;
	
}
.logopallettrucks {
	color: #000;
	
}
#welcome {
	color: #FFF;
	float: right;
	text-align: right;
	padding: 20px 15px 0px 0px;
}
.telephone {
	color: #FEE300;
	font-weight: bold;
	font-size: 16px;
}
#topNav {
	background-color: #3E3B3C;
	padding: 0px;
	clear: both;
}
#topNav ul {
	padding: 10px 10px 0px 20px;
}
#topNav ul li {
	list-style-type: none;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
#topNav ul li a {
	
}
#topNav ul li a:hover {
	color: #FEE300;
}

#row1 {
	clear: both;
	float: left;
	background-color: #FFF;
	width: 100%;
}
#row1col1 {
	float: left;
	height: 380px;
	width: 100%;
}
#offerPanel {
	height: 210px;
}
#offerPanel h1 {
	padding: 0px 10px 0px 10px;
}
#offerPanel p {
	padding: 0px 10px 0px 10px;
}
#homeImage {
	display: none;
}
#row2 {
	background-color: #FFF;
	color: #000;
	clear: both;
	width: 100%;
	float: left;
	margin: 15px 0px 0px 0px;
}
#leftcol {
	float: left;
	width: 225px;
	
}
#categories {
	clear: both;
	background-color: #3E3B3C;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	behavior: url(/PIE.php);

}
#categories ul {
	padding: 0px;
}
#categories ul li {
	list-style-type: none;
	background-color: #3E3B3C;
	padding: 0px;
	border-bottom: solid #000000 1px;
	padding: 10px 10px 10px 10px;
}
#categories a {
	color: #FFF;
	font-weight: bold;
}
#categories a:visited {
	color: #FFF;
}
#categories a:hover {
	color: #FEE300;
}
.bestsellers {
	clear: both;
	padding: 0px;
	width: 225px;
}
.bestsellers h2 {
	padding: 5px;
	background-color:#FEE300;	
}
.bestsellersproduct {
	float: left;
	width: 225px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid #3E3B3C 1px;
	margin: 0px 0px 5px 0px;
}
.bestsellersdescription {
	float: right;
	width: 135px;
	font-weight: bold;
	font-size: 14px;
}
.bestsellersdescription a {
	padding: 2px;
	color: #3E3B3C;
	font-weight: bold;
}
.bestsellersdescription a:hover {
	color: #FF0;
	background-color: #3E3B3C;
}
.bestsellersimage {
	float: left;
	width: 75px;
	margin-left: 5px;
}
#contentArea {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 71%;
}
#contentArea h1 {
	padding: 0px;
	margin: 0px;
}
#contentArea a {
	color: #000;
	text-decoration: underline;
}
#contentArea a:visited {
	color: #000;
}
#contentArea a:hover {
	color: #000000;
	background-color: #CCCCCC;
}
#contentArea a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
#contentArea a:hover, a:active { outline: 0; }

.productPanel {
	border: solid #DDD 5px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	padding: 10px;
	width: 190px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.productTitle {
	color: #FEE300;
	font-weight: bold;
	padding: 5px;
	height: 60px;
	background-color: #3E3B3C;
	font-size: 12px;
}
.productIntro {
	height: 30px;
}
.productImage {
	text-align: center;	
	height: 260px;
}
.productFooter {
	
}
.productPrice {
	width: 65%;
	float: left;
	text-align: right;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	background-color: #FEE300;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin: 0px;
	
}
.productLink {
	width: 15%;
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	background-color: #FEE300;
	/* -moz-border-radius: 5px; /* Firefox */
	/*-webkit-border-radius: 5px; /* Safari, Chrome */
	/*-o-border-radius: 5px; /* Opera */
	/*border-radius: 5px; /* CSS3 */
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin: 0px;
}
.productLink a {
	color: #000;
}

.productFullPanel {
	width: 45%;
	float: left;
	border: solid #DDD 5px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.productFullTitle {
	color: #FEE300;
	font-weight: bold;
	padding: 10px;
	background-color: #3E3B3C;
	font-size: 16px;
	height: 75px;
}
.productFullIntro {
	padding: 10px;
}
.productFullImage {
	text-align: center;
}
.productFullFooter {
	
}
.productFullPrice {
	width: 45%;
	float: left;
	text-align: right;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	background-color: #FEE300;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin: 0px 50px 0px 0px;
}
.productFullLink {
	width: 45%;
	float: right;
	text-align: right;
}
.productFullLink a {
	color: #000;
}

.productHomePanel {
	margin: 10px;
	border: solid #DDD 5px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	float: left;
	width: 45%;
}
.productHomeTitle {
	color: #FEE300;
	font-weight: bold;
	padding: 10px;
	background-color: #3E3B3C;
	font-size: 16px;
	height: 40px;
}
.productHomeIntro {
	padding: 10px;
	float: left;
	height: 50px;
}
.productHomeImage {
	text-align: center;
	width: 100%;
	float: left;
}
.productHomeRow {
	width: 100%;
	float: left;
	
}
.productHomePrice {
	text-align: left;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	background-color: #FEE300;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin: 5px;
	float: left;
}
.productHomeLink {
	float: right;
	text-align: right;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	background-color: #FEE300;
/*	-moz-border-radius: 5px; /* Firefox */
/*	-webkit-border-radius: 5px; /* Safari, Chrome */
/*	-o-border-radius: 5px; /* Opera */
/*	border-radius: 5px; /* CSS3 */
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	margin: 5px;
}
.productHomeLink a {
	color: #000;
}
.productHomeLink a:hover {
	color: #FFF;
	background-color: #000;
}

#terms {
	width: 95%;
	height: 100px;
	overflow: scroll;
	padding: 15px 0px 15px 15px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background-color: #3E3B3C;
	color: #FFF;
}
#footerNav {
	
}
#footerNav ul {
	padding: 10px 10px 10px 20px;
}
#footerNav ul li {
	list-style-type: none;
	padding: 5px;
}
#footerText {
	padding: 10px;	
}

h1 {
	color: #333333;
}
.clearBoth {
	clear:both;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerRow {
	
}
#logo {
	float: left;
	
}
#welcome {
	
}
#topNav {
	
}
#topNav ul {
	
}
#topNav ul li {
	display: inline;
	padding: 0px 15px 0px 0px;
}
#row1 {
	
}
#row1col1 {
	height: 380px;
	float: left;
	width: 50%;
}
#offerPanel {
	
}

#lookOfTheWeek {
	width: 100%;	
}
.lookOfTheWeekImage {
	
}
#homeImage {
	background-image: url(../images/img-home-01.jpg);
	width: 50%;
	height: 380px;
	background-position: center;
	display: block;
	float: right;
	max-width: 480px;
}
#row2 {
	
}
#categories {
	width: 100%;
	float: left;
}
#contentArea {

}
.productPanel {
	
}
.productFullPanel {
	
}
.productFullTitle {
	
}
.productFullIntro {
	float: left;
	width: 45%;
}
.productFullImage {
	text-align: center;
	height: 100%;
	width: 100%;
}
.productFullFooter {
	
}
.productFullPrice {
	
}
.productFullLink {
	width: 45%;
	float: right;
	text-align: right;
}
.productFullLink a {
	color: #000;
}

.productHomePanel {
	
}
.productHomeTitle {
	
}
.productHomeIntro {

}
.productHomeImage {



}
.productHomeFooter {
	
}
.productHomePrice {
	
}
.productHomeLink {

}
.productHomeLink a {

}

#footer {
	
}
#footerNav {
	
}
#footerNav ul {
	
}
#footerNav ul li {
	display: inline;
}
#footerText {
	
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 960px;
	margin: auto;
}
#LayoutDiv1 {
	
}
#headerRow {
	
}
#logo {
	
}
#welcome {
	
}
#topNav {
	
}
#topNav ul li {
	
}
#row1 {
	
}
#row1col1 {
	
}
#offerPanel {
	
}
#lookOfTheWeek {
	
}
#homeImage {
}
#row2 {

}
#categories {
	
}
#contentArea {
	
}
#footer {
	
}
#footerNav {
	
}
#footerText {
	
}
}
