/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
background-color: #f69e47;
}

.BlackBold {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
.Black {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.style1 {font-size: 14px}

.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
.menustyle {font-family: Arial, Helvetica, sans-serif}
.black1 {font-family: Arial, Helvetica, sans-serif}

#swfcontainer {
position: absolute;
left:50%;
top:50%;
margin: -300px 0 0 -400px;
}

#header {
	width: 800px;
	height:201px;
	margin: 0 auto;
	background-image:url(Images/toon3d_shopheader.jpg);
}

#menu {
	width: 800px;
	height:46px;
	margin: 0 auto;
	background-image:url(Images/navbar.png);
	padding-top:10px;
}

#menu ul {
	font-weight:bold; 
	font-size:16px;
	text-decoration:none;
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
	line-height: normal;
	text-align:center;
		
}

#menu li {
	text-align: center;
	display:inline;
}

#menu a {
	font-weight:bold; 
	font-size:16px;
	text-decoration:none;
	color:#000000; 
	padding:0px 5px 2px 5px;
}

#menu a:hover { 
	font-weight:bold; 
	font-size:16px;
	text-decoration:none; 
	color:#FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
a {
	color: #5C5C5C;	
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFF00;
}

a:visited {
	color: #5C5C5C;
}
	
#maincontent {
    width:800px;
	height:auto;
	margin: 0 auto;
	background-image:url(Images/Shop/mainbg.jpg);
}

#booksholder {
  width:700px;
	height:auto;
	margin: 0 auto;
}

#videoholder {
  width:700px;

	margin: 0 auto;
}

#booksitem {
  width:330px;
  height:auto;
  padding:10px;

}

#vidsitem {
  width:700px;
  height:auto;
  padding:10px;

}

#footer {
width:762px;
height:70px;
	margin: 0 auto;
	background-image:url(Images/Shop/footer.jpg);
padding:20px;
}




    
