@charset "iso-8859-1";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9CF url(images/background.gif) top repeat-x;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#wrapper {
	width: 760px;
	margin:0 auto;
}
#wrapperpopup {
	width: 380px;
	margin: 20px auto 0;
}
#layoutclose {
	width: 380px;
	padding: 5px 0;
	float: left;
	font-weight: bold;
	text-align: center;
}
#layoutclose a {
	color: #003;
	text-decoration: none;
}
#tabs {
	width: 700px;
	height: 30px;
	padding: 10px 30px 0;
}
#tabs a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
.current a {
	font-weight: bold;
}
#layouttabshome {
	width: auto;
	float: left;
}
#layouttabshome a {
	color: #003;
	text-align: left;
	display: inline;
	font-weight: bold;
}
#layouttabsvan.current {
	width: 150px;
	background: url(images/tab-van-top.gif);
	float: right;
	margin: 0 3px 0 0;
}
#layouttabstor {
	width: 150px;
	background: url(images/tab-tor-under.gif);
	float: right;
}
#layoutfooter {
	width: 760px;
	height: 55px;
	float: left;
	background: url(images/footer.gif) top no-repeat;
	color: #FFF;
	font-size: 9px;
	line-height: 25px;
}
#layoutfooter a {
	color: #FFF;
	font-weight: bold;
}
.layoutspace {
	width: 760px;
	height: 15px;
	float: left;
	background-color: #036;
}
.layoutinfo {
	width: 730px;
	float: left;
	background-color: #036;
	padding: 15px;
}
.layoutinfo a {
	color: #000;
	text-decoration: underline;
}
.layoutinfo a:hover {
	color: #666;
}
.layoutinfoblocks1 {
	width: 360px;
	float: left;
}
.layoutinfoblocks2 {
	width: 360px;
	float: right;
}
.layoutinfoblocks3 {
	width: 730px;
}
.layoutinfoheader1 {
	width: 360px;
	height: 50px;
}
.layoutinfoheader2 {
	width: 730px;
	height: 50px;
}
#layoutinfopopup {
	width: 360px;
	float: left;
	background-color: #036;
	padding: 10px;
}
#layoutinfopopup p {
	font-size: 10px;
}
#layoutinfopopup h1 {
	font-size: 16px;
	font-weight: bold;
}
.layoutinfotext {
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	background-color: #FFF;
	border-bottom: 5px solid #000;
	padding: 10px;
	overflow: auto;
}
.layoutinfotext h1 {
	font-size: 16px;
}
.layoutinfotext p, h1 {
	margin: 0 0 1em;
	text-align: left;
}
.layoutinfotext2 {
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	background-color: #FFF;
	border-bottom: 5px solid #000;
	padding: 20px;
	overflow: auto;
	text-align: left;
}
.layoutinfotext2 h1 {
	font-size: 16px;
}
.layoutinfotext2 h1 {
	margin: 0 0 1em;
	text-align: left;
}
.layoutinfotext2 p {
	margin: 0 0 1em;
	line-height: 140%;
	width: 50%;
}
.layoutinfopicture {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	width: 320px;
}
.layoutinfopicture img {
	padding: 0 0 10px;
}
#layoutpicture {
	width: 760px;
	height: 300px;
	float: left;
	background: #FFF;
}
#layouttitle {
	width: 760px;
	height: 150px;
	float: left;
}
/* rollover menu */

#menu ul, li {
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style-type: none;
}
#menu {
	width: 760px;
	margin: 0;
	padding: 0;
	height: 50px;
	float: left;
	overflow: hidden;
	border-top: 2px solid #003;
	border-bottom: 3px solid #003;
	background-color: #06C;
}
#menu li {
	float: left;
}
#menu a {
	float: left;
	display: block;
	padding: 50px 0 0;
	height: 50px;
}
#menuaboutus, #menucharacters, #menuphotos, #menucontactus, #menuaboutus a, #menucharacters a, #menuphotos a, #menucontactus a {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
#menuaboutus, #menuaboutus a {
	width: 188px;
	background-position: 0 0;
}
#menuaboutus a:hover, #menuaboutus.current a {
	background-position: 0 -50px;
}
#menucharacters, #menucharacters a {
	width: 206px;
	background-position: -188px 0;
}
#menucharacters a:hover, #menucharacters.current a {
	background-position: -188px -50px;
}
#menuphotos, #menuphotos a {
	width: 166px;
	background-position: -394px 0;
}
#menuphotos a:hover, #menuphotos.current a {
	background-position: -394px -50px;
}
#menucontactus, #menucontactus a {
	width: 200px;
	background-position: -560px 0;
}
#menucontactus a:hover, #menucontactus.current a {
	background-position: -560px -50px;
}
.characters img {
	margin: 1em 10px;
}
