@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #000;
	color: #fff;
	background-image: url(../images/background.gif);
}

#page {
	margin: 10px auto;
	width: 900px;
	height: 625px;
}

#header {
	background-image: url(../images/back_top.jpg);
	height: 116px;
}

#header #searchbox {
	text-align: right;
	margin: 25px 0 0 740px;
	width: 130px;
}

#header #searchbox input {
	width: 90px;
	font-size: 10px;
	height: 12px;
	font-size: 12px;
}

#header #searchbox input#searchsubmit {
	width: 40px;
	font-size: 8px;
	height: 16px;
	margin-top: 2px;
}

#header h1, #header h2 {
	font-size: 1px;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}

#content {
	background-image: url(../images/back_middle.jpg);
	width: 900px;
	height: 467px;
}

#content #loginbox {
	width: 365px;
	height: 220px;
	background-image:url(../images/loginbox.png);
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	left: 50px;
}

#content #loginbox input {
	font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}

#content #loginbox input#username {
	position: absolute;
	top: 49px;
	left: 29px;
	width: 142px;
	height: 24px;
	border: none;
	padding: 2px;
}

#content #loginbox input#password {
	position: absolute;
	top: 94px;
	left: 29px;
	width: 142px;
	height: 24px;
	border: none;
	padding: 2px;
}

#content #loginbox input#submit {
	position: absolute;
	top: 37px;
	left: 198px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 130px;
	height: 60px;
	background-color: transparent;
	background-image: url(../images/loginbox_loginbutton.png);
	background-repeat: no-repeat;
}

#content #loginbox p#forgot {
	text-indent: -2000px;
	font-size: 1px;
	position: absolute;
	top: 107px;
	left: 198px;
	width: 130px;
	height: 15px;
}

#content #loginbox p#forgot a {
	display: block;
	width: 130px;
	height: 15px;
	background-image: url(../images/loginbox_forgot.png);
	background-repeat: no-repeat;
}

#content #loginbox p#subscribe {
	text-indent: -2000px;
	font-size: 1px;
	position: absolute;
	top: 140px;
	left: 24px;
	width: 154px;
	height: 65px;
}

#content #loginbox p#subscribe a {
	display: block;
	width: 154px;
	height: 65px;
	background-image: url(../images/loginbox_subscribe.png);
	background-repeat: no-repeat;
}

#content #loginbox p#renew {
	text-indent: -2000px;
	font-size: 1px;
	position: absolute;
	top: 140px;
	left: 192px;
	width: 154px;
	height: 65px;
}

#content #loginbox p#renew a {
	display: block;
	width: 154px;
	height: 65px;
	background-image: url(../images/loginbox_renew.png);
	background-repeat: no-repeat;
}

#content #infobox {
	width: 360px;
	height: 220px;
	position: relative;
	top: -195px;
	left: 410px;
}

#content #infobox p#shoplink {
	text-indent: -2000px;
	font-size: 1px;
	position: absolute;
	top: 4px;
	left: 101px;
	width: 166px;
	height: 70px;
}

#content #infobox p#shoplink a {
	display: block;
	width: 166px;
	height: 70px;
	background-image: url(../images/content_shop.png);
	background-repeat: no-repeat;
}

#content #infobox p#previewlink {
	text-indent: -2000px;
	font-size: 1px;
	position: absolute;
	top: 3px;
	left: 280px;
	width: 166px;
	height: 70px;
}

#content #infobox p#previewlink a {
	display: block;
	width: 166px;
	height: 70px;
	background-image: url(../images/content_preview.png);
	background-repeat: no-repeat;
}

#content #sliderarea {
	width: 321px;
	height: 166px;
	overflow: hidden;
	position: absolute;
	top: 93px;
	left: 111px;
	background-image: url(../images/content_slideshow.png);
	background-repeat: no-repeat;
}

#content #sliderarea #slider {
	margin: 18px 12px;
}

#content #links {
	position: absolute;
	top:148px;
	left: 72px;
	width: 200px;
	height: 6px;
}

#content p, #footer p {
	font-size: 1px;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}

#footer {
	background-image: url(../images/back_bottom.jpg);
	height: 43px;
}

#footer ul {
	display: block;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	display: block;
	margin: 0 0 0 12px;
	text-indent: -3000px;
	height: 43px;
	font-size: 1px;
}

#footer ul li a {
	text-decoration: none;
	display: block;
	height: 43px;
	background-repeat: no-repeat;
}

#footer ul li a#about {
	width: 160px;
	background-image: url(../images/footer_about.png);
}

#footer ul li a#news {
	width: 140px;
	background-image: url(../images/footer_news.png);
}

#footer ul li a#tandc {
	width: 220px;
	background-image: url(../images/footer_tandc.png);
}

#footer ul li a#help {
	width: 150px;
	background-image: url(../images/footer_help.png);
}

#footer ul li a#contact {
	width: 130px;
	background-image: url(../images/footer_contact.png);
}
