/* 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:#000;
}

.main_wrapper{
width:1000px;
height:auto;
margin:auto;
background:black;
}

.session_message{
color: red;
background-color:blue;
}

.header_wrapper{
width:1000px;
height:100px;
margin:auto;
}

#logo{float:left;}

#banner{float:right;}

.menubar{
width:1000px;
height:50px;
background:#5e67a0;
color:white;
}

#menu{
padding:0;
margin:0;
line-height:40px;
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:50px;}

.content_wrapper{
width:1000px;

margin:auto;
background:pink;
}

#content_area{
width:800px;
float:right;
background:lightblue;
}

#sidebar{
width:200px;
background:black;
float:left;
}

#sidebar_title{
background-color:white;
color:black;
font-size:22px;
font-family:arial;	
padding:10px;
text-align:center;
}	

#saman{
text-align:center;
}

#saman li{list-style:none; margin:5px;}

#saman a{color:white; padding:8px; margin:5px; text-align:center; font-size:20px; text-decoration:none; font-family:Comic Sans MS}

#saman a:hover{color:orange; font-weight:bolder; text-decoration:underline;}


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

	#single_product{float:left; margin-left:30px; padding:10px;}
	
	#single_product img{border:2px solid black;}

	#shopping_cart{width:800px; height: 50px; background:#219141; color:white;}
	
#footer{
width:1000px;
height:100px;
background:#dc4790;
clear:both;
}






















