/* base style */
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ddd;
	color: #000;
	font-size: .9em;
	font-family: Tahoma, sans-serif;
	text-align: center;
}

input, textarea {
	font-size: .9em;
	font-family: Tahoma, sans-serif;
}

input.name {
	width: 175px;
}

input.email {
	width: 225px;
}

/* #wrap */
#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #000000;
	background-color: #fff;
}

/* #top */
#top {
	position: relative;
}

#top h1 {
	background: url( '/images/header_bg.jpg' ) no-repeat 0 100%;
	display: block;
	height: 150px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

/* #left */
#left {
	float: left;
	width: 163px;
	height: 450px;
	padding-top: 43px;
	background: url( '/images/nav_top.jpg' ) no-repeat 0 0;
}


/*** Navigation List ***/


#nav {
	list-style: none;
	width: 163px;
	overflow: hidden;
}

/* nav list and hover */
#nav li {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	width: 163px;
	height: 31px;
	background-image: url( '/images/menu.jpg' );
}

#nav #nav1 a { background-position: 0    0px; }
#nav #nav2 a { background-position: 0  -31px; }
#nav #nav3 a { background-position: 0  -62px; }
#nav #nav4 a { background-position: 0  -93px; }
#nav #nav5 a { background-position: 0 -124px; }
#nav #nav6 a { background-position: 0 -155px; }
#nav #nav7 a { background-position: 0 -186px; }
#nav #nav8 a { background-position: 0 -217px; }
#nav #nav9 a { background-position: 0 -248px; }
#nav #nav0 a { background-position: 0 -279px; }

#nav #nav1 a:hover, #nav #nav1 a#active { background-position: 163px    0px; }
#nav #nav2 a:hover, #nav #nav2 a#active { background-position: 163px  -31px; }
#nav #nav3 a:hover, #nav #nav3 a#active { background-position: 163px  -62px; }
#nav #nav4 a:hover, #nav #nav4 a#active { background-position: 163px  -93px; }
#nav #nav5 a:hover, #nav #nav5 a#active { background-position: 163px -124px; }
#nav #nav6 a:hover, #nav #nav6 a#active { background-position: 163px -155px; }
#nav #nav7 a:hover, #nav #nav7 a#active { background-position: 163px -186px; }
#nav #nav8 a:hover, #nav #nav8 a#active { background-position: 163px -217px; }
#nav #nav9 a:hover, #nav #nav9 a#active { background-position: 163px -248px; }
#nav #nav0 a:hover, #nav #nav0 a#active { background-position: 163px -279px; }

#navbottom {
	width: 163px;
	height: 16px;
	background: url( '/images/nav_bot.jpg' ) no-repeat 0 0;
}

.nav2 {
	width: 163px;
	background: url( '/images/nav2_mid.jpg' ) repeat-y 0 0;
}

.nav2 p {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: url( '/images/nav2_top.jpg' ) no-repeat 0 0;
}

.nav2 p span {
	font-weight: bold;
}

.nav2bottom {
	width: 163px;
	height: 19px;
	background: url( '/images/nav2_bot.jpg' ) no-repeat 0 0;
}




/*** #content ***/


#content {
	float: left;
	width: 556px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url( '/images/main_bg.jpg' ) no-repeat 0 0;
}

#content h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#content p {
	padding: 5px 20px 5px 40px;
}

/* #content img */
#content img {
	padding: 10px;
}

#content #caption {
	float: right;
	text-align: center;
	line-height: 50px;
	width: 230px;
}


/*** Pricing page ***/


#content #pricing h3 {
	text-align: center;
	margin-top: 30px;
}

#content #pricing p {
	text-align: center;
}

#content #pricing table {
	margin-left: auto;
	margin-right: auto;
	width: 275px;
}

#content #pricing td {
	white-space: nowrap;
	padding: 3px;
}

#content #pricing td.l {
	text-align: left;
	padding-left: 35px;
}

#content #pricing td.r {
	text-align: right;
	padding-right: 35px;
}

#content #pricing td.m {
	text-align: center;
}


/*** Contact us page ***/

#content table#contact {
	margin-left: auto;
	margin-right: auto;
}

#content table#contact td {
	padding: 5px;
}

#content table#contact td.l {
	text-align: right;
	vertical-align: top;
}

#content table#contact td.l span {
	color: #ff0000;
	font-weight: bold;
}

#content table#contact td.r {
	text-align: left;
	vertical-align: top;
}

#content table#contact td.m {
	text-align: right;
	vertical-align: top;
}

#content table#contact td.msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

#content table#contact td.r span {
	font-size: .7em;
	float: right;
}


/*** Rules page ***/


#content h3#rules {
	text-align: center;
	margin-top: 15px;
}

#content ul {
	list-style-image: url( '/images/bullet.gif' );
	line-height: 1.4em;
	margin-left: 70px;
	margin-right: 20px;
}

#content ul ul {
	margin-left: 40px;
	margin-right: 0px;
}


/*** Rules page ***/

#content p#map {
	text-align: center;
}

#content p#map img {
	border: 1px solid #000000;
}


/* #footer */
#footer {
	clear: both;
	width: 780px;
	font-size: .6em;
	line-height: 2em;
	text-align: center;
	border-top: 2px solid #000000;
	background: url( '/images/orange.png' ) repeat 0 0;
}

/*** #validators ***/


#validators {
	margin-top: 10px;
}

#validators img {
	width:  88px;
	height: 31px;
	border: 0;
}