/* 
  -----------------------------------
  Terry Simons - Ralph's Toy Box - All CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - wc integrated
  -----------------------------------
*/

html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#fffabb;
}
#main-container {
	width:966px;
	margin:40px auto 0 auto;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/content-bg2.gif) 0 0 repeat-y;
}
/****************************header*****************************/
div.bg {
	width:966px;
	float:left;
	margin:0;
	background:url(../images/content-bg.gif) 0 0 repeat-x;
}
div.right-bg {
	background:url(../images/content-right-bg.gif) right 10px no-repeat;
}
h1.logo {
	width:403px;
	height:402px;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/logo.jpg) 0 0 no-repeat;
	font-size:1.2em;
}
h1.logo a {
	display:block;
	width:318px;
	height:402px;
	float:left;
	text-indent:-30000px;
	overflow:hidden;
}
ul.menu {
	margin:0;
	padding:27px 0 35px 129px;
	float:left;
	height:18px;
	width:433px;
	list-style:none;
	text-transform:uppercase;
}
ul.menu li {
	float:left;
	padding:0 10px;
	background:url(../images/separator.gif) right no-repeat;
}
ul.menu li.last {
	float:left;
	padding:0 0 0 10px;
	background:none;
}
ul.menu li a {
	color:#2727f7;
	text-decoration:none;
	white-space:nowrap;
}
ul.menu li a:hover {
	text-decoration:underline;
}
/***********************content*****************************/
#content {
	background:url(../images/content-bg2.gif) 0 0 repeat-y;
}
#content div.content-bg {
	padding:0 45px 20px 65px;
	background:url(../images/content-left-bg.gif) 0 402px no-repeat;
}
h2.hi {
	text-indent:-30000px;
	width:500px;
	float:left;
	padding:0 0 14px 0;
	margin:0;
	background:url(../images/hithere.png) 0 0 no-repeat;
}
p.top-link {
	font-size:10.42px;
	color:#2727f7;
	padding:0 0 26px 0;
}
h2.news {
	clear:both;
	text-indent:-30000px;
	width:300px;
	padding:0 0 11px 0;
	margin:0;
	background:url(../images/news.png) 0 0 no-repeat;
	text-indent:-30000px;
}
p {
	padding:0 0 13px 0;
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
}
div.block {
	width:100%;
}
div.block div.text {
	display:table;
	padding:0 0 0 26px;
} 
a.img img {
	border:12px solid #82000a;
	float:left;
}
p a {
	color:#2727f7;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
/*******************************footer*************************************/
div#footer {
	width:963px;
	float:left;
	padding:0;
	margin:0;
	background:#fffabb;
	text-align:center;
	font-size:10px;
	padding:0;
	line-height:16px;
	position:relative;
}
div#footer div.bg {
	padding:29px 0 20px 0;
	background:url(../images/content-bottom-bg.gif) 16px 0 no-repeat;
}
div#footer a {
	color:#2727f7;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer ul {
	position:absolute;
	top:32px;
	right:0;
	list-style:none;
	padding:0;
	margin:0;
}
div#footer ul li {
	float:left;
	padding:0 0 0 5px;
}
div#footer ul li a img {
	border:none;
}

	

