@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:	25;
	
	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: 0;
	margin-right: 0;
	width: 98%;
	padding-left: 0%;
	padding-right: 0%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



ul li {
	margin-top: 15px;
	margin-left: 80px;
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 140px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
	
}

ul li a {
	text-decoration: none;
	color: #FF0;	

	
}

ul li a:hover {
	color: #0CF;
}

ul li a:visited {
	color: #FF0;
}

#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#left_container {
	clear: both;
	float: left;
	margin-left: 2.0408%;
	width: 15.5714%;
	display: block;
	text-align: center;
	font-size: 16px;
}

#right_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	margin-left: 20.3873%;
	width: 1076px;
	height: auto;
	font-size: 16px;
	
}

#products {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 240px;
	height: 325px;
	border-style: inset;
	border-color: #999;
	border-width: 1px;
	font-size: 16px;
	
}

#product_image {
	clear: none;
	float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	background-color: #09F;
}

#product_name {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#product_description {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
}

#in_stock {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
  	font-weight: bold;
	
}



#product_price {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	
}


#footer {
	clear: both;
	float: left;
	margin-top: 18px;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 16px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}


#add_to_cart {
	clear: none;
	float: none;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}








/* 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%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}




ul li {
	margin-top: 15px;
	margin-left: 80px;
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 140px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
	
}

ul li a {
	text-decoration: none;
	color: #FF0;	

	
}

ul li a:hover {
	color: #0CF;
}

ul li a:visited {
	color: #FF0;
}

#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#left_container {
	clear: both;
	float: left;
	margin-left: 2.0408%;
	width: 15.5714%;
	display: block;
	text-align: center;
	font-size: 16px;
}

#right_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	margin-left: 20.3873%;
	width: 1076px;
	height: auto;
	font-size: 16px;
	
}

#products {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 240px;
	height: 325px;
	border-style: inset;
	border-color: #999;
	border-width: 1px;
	font-size: 16px;
	
}

#product_image {
	clear: none;
	float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	background-color: #09F;
}

#product_name {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#product_description {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
}

#in_stock {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
  	font-weight: bold;
	
}



#product_price {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	
}


#footer {
	clear: both;
	float: left;
	margin-top: 18px;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 16px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}


#add_to_cart {
	clear: none;
	float: none;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}







}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1366px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 140px;
	display: block;
	text-align: center;
	background-color: #000;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
}


ul li {
	margin-top: 15px;
	margin-left: 80px;
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 140px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
	
}

ul li a {
	text-decoration: none;
	color: #FF0;	

	
}

ul li a:hover {
	color: #0CF;
}

ul li a:visited {
	color: #FF0;
}

#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#left_container {
	clear: both;
	float: left;
	margin-left: 2.0408%;
	width: 15.5714%;
	display: block;
	text-align: center;
	font-size: 16px;
}

#right_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	margin-left: 20.3873%;
	width: 1076px;
	height: auto;
	font-size: 16px;
	
}

#products {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 240px;
	height: 325px;
	border-style: inset;
	border-color: #999;
	border-width: 1px;
	font-size: 16px;
	
}

#product_image {
	clear: none;
	float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	background-color: #09F;
}

#product_name {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#product_description {
	clear: none;
	float: none;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
}

#in_stock {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 16px;
  	font-weight: bold;
	
}



#product_price {
	clear: none;
	float: none;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	
}


#footer {
	clear: both;
	float: left;
	margin-top: 18px;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 16px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}


#add_to_cart {
	clear: none;
	float: none;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	text-align: center;
	color: #FF0;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	
}









}
