/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {background: gainsboro;}



.main_wrapper{
	width:1400px;
	height:auto;
	margin: auto;  /*center alligned */
	background: white; /* this fills in the blank space that's created under the side bar when the page is load*/
}

.header_wrapper{
	width:1400px;
	height:180px;
	margin: auto;
}

#logo { float:left;} /* these will align the logo and banner side by side */

#banner {float:right;}

.menubar{
	width:1400;
	height:50px;
	background: lightblue;
	color: black;
}



#menu li {
	display: inline;
	color: black;  
	padding: 8px; 
	margin: 5px; 
	tex-align: left; 
	font-size: 20px; 
	text-decoration:none; 
	font-family: COMIC SANS MS;
}

#menu a {
	text-decoration: none;
	color: black;
	padding: 8px;
	margin: 5px;
	font-size: 25px;
	font-family:COMIC SANS MS;

}

#menu a:hover {color: orange;  font-weight: bolder; text-decoration: underline;}

#form {float:right; padding-right: 8px; line-height: 50px;} /* search Bar alignment */

.content_wrapper{
	width:1400px;
	/*height: 800px;*/
	margin:auto;
	background: silver;
}

#content_area{
	width:1200px;
	/* height: 800px;*/
	float: right;
	background: silver;
}  

#sidebar {
	width:300px;
   /*height: 800px;*/
	background: white;
	float:left;
}

#sidebar_title{   /* categories */
	background: black;
	color:white;
	font-size: 22px;
	font-family:arial;
	padding: 10px;
	text-align: center;
}

#cats{
	text-align: center;
}

#cats li {list-style: none; margin: 10px;}  /* margin to have spaces between rows    no underline */

#cats a {color:blue;  padding: 8px; margin: 5px; tex-align:center; font-size: 20px; text-decoration:none; font-family: comic sans ms; }

#cats a:hover { color:orange; font-weight:bolder; text-decoration:underline; }

#products_box{
	width:1100px;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 1px;

}

#single_product { float: left; margin: 20px; padding: 10px}
	#single_product img {border:2px solid whitesmoke;}

#footer {
	width:1400px;
	height:100px;
	background: steelblue;
	clear:both;
}
