@charset "utf-8";

@import url(reset.css);

/* stylesheet */

body {
	background: #CC3300;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: #f9fbed url(../images/footer-bg.png) no-repeat center bottom;
}
#inner_wrapper {
	background: url(../images/banner-top.png) no-repeat center top;

}
/* banner */
#banner {
	height: 310px;
}
.banner_toy {
	float: left;
}
#logo {
	background: url(../images/header-title.png) no-repeat;
	margin-left: 215px;
}
#logo a {
	display: block;
	width: 550px;
	height: 90px;
	text-indent: -9999px;
}
#leftcol {
	width: 229px;
	margin: 0 0 0 36px;
	position: relative;
	top: -33px;
	z-index: 9999;
	float: left;
}
/* nav */
#nav {
	background: url(../images/nav-off.png) no-repeat;
	height: 330px;
}
#nav a {
	display: block;
	height: 22px;
	text-indent: -9999px;
}
#nav1 a {
	height: 18px;
}
#nav8 a {
	height: 158px;
}

#nav1 a:hover, #nav1 a.active {
	background: url(../images/nav-on.png) no-repeat 0 0;
}

#nav2 a:hover, #nav2 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -18px;
}

#nav3 a:hover, #nav3 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -40px;
}

#nav4 a:hover, #nav4 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -62px;
}

#nav5 a:hover, #nav5 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -84px;
}

#nav6 a:hover, #nav6 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -106px;
}

#nav7 a:hover, #nav7 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -128px;
}

#nav8 a:hover, #nav8 a.active {
	background: url(../images/nav-on.png) no-repeat 0 -150px;
}

/* content */

#content {
	margin: 0 0 0 300px;
	width: 420px;
	background: transparent;
	position: relative;
	top: -160px;
}

/* footer */

#footer {
	font-size: 11px;
	color: #fff;
	background: #006699;
	padding: 3px;
	text-align: center;
	zoom: 100%;
	margin: 50px 25px 0 25px;
}
#footer a {
	color: #fff;
	padding: 0 10px;
}

/* home frame */

#home_frame {
	position: relative;
	width: 420px;
	height: 330px;
	/*overflow: hidden;*/
}

#framer_border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

/* floats */

.left {
	float: left;
}

.right {
	float: right;
}


.clear { content:"."; display:block; clear:both; height:0; font-size:0; line-height:0; visibility:hidden; overflow:hidden;	}

/* text */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #136e9c;
}

div.text {
	margin-top: 20px;
}

p {
	margin-bottom: 16px;
}

a {
	color: #FF6600;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F4C064;
	margin-bottom: 14px;
}

#quote {
	background: url(../images/quote.png) no-repeat left top;
	width: 220px;
	padding-top: 45px;
	float: left;
}

#quote .inner {
	background: url(../images/quote.png) no-repeat left bottom;
	width: 200px;
	padding: 0 10px 20px 10px;
}

.table_gallery {
	width: 100%;
	margin: 0 auto;
}
.table_gallery td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}

#contact_form table td {
	vertical-align: top;
	padding: 3px 0;
}