/* CSS Document */

body {
	margin: 0;
	background-color: white;
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#wrapper {
	width: 878px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 878px;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	float: left;
}

.breaker {
	width: 878px;
	clear: left;
	float: left;
}

.top {
	width: 200px;
	height: 70px;
	float: left;
	display: inline;
}

img {
	border: 0;
}

#menu {
	width: 226px;
	height: 228px;
	float:left;
	display: inline;
}

#menu span {
	display: none;
}

.menu1 {
	float: left;
	width: 226px;
	height: 48px;
	background-image: url('menu.jpg');
}

.menu1 a {
	display: block;
	width: 226px;
	height: 48px;
	background-image: url('menu.jpg');
}

.menu1 a:hover {
	background-position: -226px 0;
}

.menu2 {
	float: left;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
}

.menu2 a {
	display: block;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
	background-position: 0 -48px;
	background-repeat: no-repeat;
}

.menu2 a:hover {
	background-position: -226px -48px;
}

.menu3 {
	float: left;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
}

.menu3 a {
	display: block;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
	background-position: 0 -78px;
	background-repeat: no-repeat;
}

.menu3 a:hover {
	background-position: -226px -78px;
}

.menu4 {
	float: left;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
}

.menu4 a {
	display: block;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
	background-position: 0 -108px;
	background-repeat: no-repeat;
}

.menu4 a:hover {
	background-position: -226px -108px;
}

.menu5 {
	float: left;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
}

.menu5 a {
	display: block;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
	background-position: 0 -138px;
	background-repeat: no-repeat;
}

.menu5 a:hover {
	background-position: -226px -138px;
}
.menu6 {
	float: left;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
}

.menu6 a {
	display: block;
	width: 226px;
	height: 30px;
	background-image: url('menu.jpg');
	background-position: 0 -168px;
	background-repeat: no-repeat;
}

.menu6 a:hover {
	background-position: -226px -168px;
}

.greyfront {
	width: 420px;
	float: left;
	display: inline;
	margin-left: 15px;
	background-color: #ebebeb;
}

.promo {
	width: 398px;
	height: 148px;
	float: left;
	display: inline;
	margin-left: 30px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #363636;
	line-height: 1.4em;
}

a:link, a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
}


p.footer {
	font-size: 1.1em;
}


.footer {
	width: 878px;
	height: 60px;
}

.line {
	width: 567px;
	height: 1px;
	margin-bottom: 5px;
	margin-left: 155px;
}

.footertext {
	width: 567px;
	margin-top: 0px;
}


.navleft {
	width: 180px;
	float: left;
	display: inline;
	margin-left: 15px;
	background-color: #ebebeb;
}

.content {
	width: 620px;
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 15px;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.8em;
	margin-top: 0px;
	color: #3399FF;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.5em;
	margin-top: 0px;
	color: #3399FF;
}

.textbox {
	margin: 15px 15px 15px 15px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	color: #363636;
	list-style-type: square;
	line-height: 1.4em;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

span.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}


