/* CSS Document */

body {
	color: black;
	background-color: white;
	font-family: 'Georgia','Lucida Grande', 'Lucida Sans Unicode', arial, helvetica, univers, 'Zurich BT', sans-serif;
	font-size:16px;
	}

#shadow-top {
	background-image:url(../images/shadow-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-right: -3px;
	width:800px;
	}

#shadow-left {
	background-image:url(../images/shadow-left.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:800px;
	margin:0px auto;
	}

#shadow-right {
	background-image:url(../images/shadow-right.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:800px;	
	}
	
#shadow-bottom {
	background-image:url(../images/shadow-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:800px;
	}
	
#header {
	background: url(../images/Header.jpg) center top no-repeat;
	padding: 260px 2em 0px 2em;
	margin: -20px -50px 0px -50px;
	}

#header h1 {
	padding: 0px 40px;
	}

/* IE5, 5.5 and 6 hack */
html>body #shadow-top, {
	margin: 0;
	}

#content {
	padding:30px 100px 50px 100px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-align: center;
	color: #000066;
	}
	
h1 {
	font-size: 28px;
	font-weight: 900;
	text-shadow: #666666;
	}
	
h1 u {
	color: #eb6d07;
	}
	
h4 {
	text-align: left;
	display: inline;
	}
	
.register {
	text-align: center;
	margin: 0px auto;
	padding: 12px;
	border: 3px dotted #eb6d07;
	}
	
.register td {
	height: 36px;
	padding-right:1em;
	text-align:right;
	}
	
.register input {
	height: 20px;
	width: 360px;
}

.signupbuttons
{
	clear: left;
	margin-top: 1em;
	text-align: center;
}
.buttons {
	clear: left;
	margin-top: 1em;
	text-align: center;
}.buttons input {
	float: none;
	width: 360px;
	height: 36px;
	border: 0;
	padding:0;
	background: #ffffff url(../images/button.jpg) top no-repeat;
	color: #FFF;
	font-weight:bold;
}
.buttons input:hover {
	background: url(../images/buttonhover.jpg) no-repeat;
}

.registerbuttons {
	padding:1em 0;
}

.registerbuttons a,
.registerbuttons input.button {
	display: block;
	margin: 0px auto;
	background: #ffffff url(../images/button.jpg) top no-repeat;
	width: 360px;
	height: 36px;
	border: none;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
	
.registerbuttons a:hover,	
.registerbuttons input.button:hover {
	background-image: url(../images/buttonhover.jpg);
}
	
.gift {
	border: 3px dotted #eb6d07;
	background-color: #f5e09d;
	margin: 20px;
	padding: 20px;
	}
	
.gift img {
	float: left;
	padding: 10px 20px 20px 0px;
	}
	
.ps {
	margin-top: 20px;
	}

.tagline
{
	text-align:center;
}

.referafriend
{
	width:500px;
	margin:0 auto;
}
	
.nothanks {
	font-size: 11px;
	text-align: center;
	}
	
.testimonial {
	background: #000066 url('../images/test-corner.jpg') top left no-repeat;
	padding: 20px 32px;
	color: #ffffff;
	}
	
.testimonial h2 {
	color: #ffffff;
	}

.footer {
	color: #999;
	text-align: center;
	font-size: 6pt; }
.footer a {
	text-decoration: none;
	color: #999; }

.footer2 {
	color: #999;
	text-align: right;
	font-size: 6pt; }
.footer2 a {
	text-decoration: none;
	color: #999; }