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:skyblue;
	line-height: 1;
}
.main_wrapper{
	width:1000px;
	margin:auto;
	height:auto;
	background: pink;
}
.header_wrapper{
	width:100px;
	height:100px;
	margin:auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#logo{float:left;}
#banner{floar:right;}

.content_wrapper{
	width:1000px;
	height:800px;
	margin:auto;
	background:skyblue;
	float:right;
}
#content_area{
	width:800px;
	height: 1000px;
	float:left;
	
}
#sidebar{
	width:200px;
	height:800px;
	float:right;
	background:black;
}
#sidebar_title{
	background:white;
	color:black;
	font-size:22px;
	font-family:arial;
	padding:10px;
	text-align:center;
}
#cats{
	text-align:center;
}
#cats li{
	list-style:none;
	margin:5px;
}
#cats a{color:white;padding:8px;margin:5px;text-align:center;font-size:18px;text-decoration:none;font-family:COMIC SANS Ms;}
#cats a:hover{color:orange;font-weight:bolder;text-decoration:underline;}
	

#footer{
	width:800px;
	height:150px;
	background:clear;
	clear:both;
}
.menubar{
	width:1000px;
	height:50px;
	background:gray;
	color:white;
}
#menu{
	padding:0;
	margin:0;
	line-height:35px;
	float:left;
}
#menu li{
	list-style:none;
	display:inline;
}
#menu a{
	text-decoration:none;
	color:white;
	padding:8px;
	margin:5px;
	font-size: 18px;
	font-family:COMIC SANS MS;
}

#menu a:hover{
	color:orange;
	font-weight: bolder;
	text-decoration:underline
}
#form{float:right; padding-right:8px; line-height:40px;}

#products_box{
	width:780px;
	text-align:center;
	margin-left:50px;
	margin-right:10px;
}

#single_product{float:left; margin-left:20px;padding:10px;}
#single_product img{border:2px solid black;}
#shopping_cart{width:750px; height:50px;background:white;}

