@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	20;
	
	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. */

body {
	background-color: #FF9;
	}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.6666%;
	padding-left: 1.6666%;
	padding-right: 1.6666%;

}
#Header {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	position: relative;
}
#cssmenu {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	position: absolute;
	z-index: 1;
}
.navbar {
	position:absolute;
	top:20%;
	width:40%;
	left:30%;
	
}
#SlideShow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 8px solid #FF9;
	border-radius: 15px;
	padding: 0.5%;
	text-align: center;
}
#SlideShowCart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	border: 8px solid #39F;
	background-color: #FFF;
	border-radius: 15px;
	padding: 0.5%;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#blank {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: auto;
	padding-left: 1.0416%;
	padding-right: 1.0416%;
}
#Header {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	position: relative;
}
#cssmenu {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	position: absolute;
	z-index: 1;
}
#SlideShow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#blank {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media (max-width: 769px) {
      nav ul     { display: none; }
      nav select { display: inline-block; }
	  #Footer    { display: none; }
	  #MobFooter { display: inline-block; }
	  #cssmenu   { display: none; }
	  .navbar	 { display: block; }
	  #SlideShow {
				clear: both;
				float: left;
				margin-left: 0;
				width: 97%;
				display: block;
				}
    }

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.3333%;
	max-width: 1500px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 290px;
	display: block;
}
#cssmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 85.4915%;
	display: block;
	left: 7%;
	top: 12%;


}
#SlideShow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#blank {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:10px;
}
nav select {
      display: none;
    }
#MobFooter {
	display: none;
}
.navbar { display: none; }
}
