body{
	background: #fff url('../images/header-grad-2.png') repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
    font-size: 93%;
	font-family: verdana;
}

h1{
	font-weight: bold;
	font-family: verdana;	
	font-size: 2em;
}

h2, h3, h4{
font-weight: bold;	
font-family: georgia;
height: auto;
}

h4{
	color: #900;
}
h2, h3, h4, h5, h6{
	
	font-style: italic;
}

a, h1{
	color: #130d49;

}

.header {
	margin-top: 0px;
	height: 129px;
    background: transparent url('../images/header-laptop-2.png') no-repeat top left;
}

.header h1 {

    background: transparent url('../images/header-title-2.png') no-repeat 0px 0px;
    text-indent: -10000px;
	height: 129px;
	margin-left: 150px;
	width: 300px;
}
#header-nav{
	margin-left: 120px;
}
#header-nav li{
	display: inline;
	}
#header-nav li a{
	height: 129px;
	display: block;
	float: left;
	clear: none;
	text-indent: -10000px;
    background: transparent url('../images/header-links-2.png') no-repeat 0px 0px;
}

#header-nav li a#registrationLink{
	background-position: -8px 0px;
	width: 170px;
}
#header-nav li a#contactLink{
	background-position: -195px 0px;
	width: 170px;
}
#header-nav li a#moneybackLink{
	background-position: -389px 0px;
	width: 190px;
}

#header-nav li a#registrationLink:hover, #header-nav li a#registrationLink.current{
	background-position: -8px -129px;
}
#header-nav li a#contactLink:hover, #header-nav li a#contactLink.current{
	background-position: -195px -129px;
}
#header-nav li a#moneybackLink:hover, #header-nav li a#moneybackLink.current{
	background-position: -389px -129px;
}
#navigation ul li{
	border: 1px solid #a0bbff;
	margin: -1px;
	background-color: #c3d9ff;
}
#navigation ul li {

}
#navigation ul li {
	padding: 0px 0px;
    list-style: none;
	text-align: right;
}

#navigation ul li a{
	display: block;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	font-family: verdana;	

}
	
#navigation ul li a:hover,#navigation ul li a.current{
	background-color: #a0bbff;
	
}

.image{
	display: block;
	margin: 10px 40px;
}

.right{
	float: right;
}

.left{
	float: left;
}


.container .body ol{
	margin-left: 3em;
}

.address{
	border: 1px solid #ccc;
	color: #888;
	background-color: #ddd;
}


.currentaddress{
	border: 1px solid #c3d9ff;
	background-color: #fff;
	color: #000;
}
.address h5{
	padding: 5px;
	font-weight: bold;
	background-color: #ddd;
	color: #888;
}
.currentaddress h5{
	color: 	#000;
	background-color: #c3d9ff;
	
}

.address address{
	padding: 15px;
}

/*
 * Form Stuff
 */


form fieldset ul li{
	list-style: none;
	clear: both;
	vertical-align: middle;
}

form fieldset ul li.required label{
	font-weight: bold;
}
form fieldset ul li label{
	font-weight: normal;
	margin: 5px 0px;
	padding: 5px;
}

form fieldset ul li.signature{
	padding-top: 20px;
	border-bottom: 1px solid #000;
}
form fieldset ul li.agreement{
	margin: 2em 0px;
	background-color: #fcc;	
}
form fieldset ul li label.text{

	float: left;
	width: 35%;
	clear: left;
}

form fieldset ul li label.short{
	float: left;
	width: 23%;
	text-align: right;
	margin-left: 2em;
	clear: none;
}

 form fieldset ul li input.text, form fieldset ul li textarea{
	float: left;
	width: 50%;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	vertical-align: top;
	
}

form fieldset ul li label.radio{
	float: left;
	width: 33%;

	clear: none;
}
form fieldset ul li input.short{
	width: 4em;
}
form fieldset ul li input.radio{
	width: auto;
}
form fieldset ul li textarea{
	height: 100px;


}
form fieldset ul li fieldset{
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
form fieldset ul li fieldset label{
	display: block;
	float: none;
}

.strong{	
	color: #900;
	font-weight: 900;
}

.product{
	text-align: center;
	border: 1px solid #c3d9ff;
	margin: 0px 50px;

}

.product h4{
	padding: 5px;
	font-weight: bold;
	background-color: #c3d9ff;
}


a.enter{
	background: #900 url('../images/enter.png') no-repeat top center; 
	font-size: 1.4em; 
	color: #fff; 
	display: block; 
	text-align: center; 
	padding: 0px; 
	line-height: 50px;
	text-decoration: none;
	height: 50px;
	width: 113px;
	text-indent: -9999px;
}

a.enter:hover{
	background-position: bottom center;
}

.registrationlink a{
font-size: 1.6em;
background: #fcc;
border: 1px solid #faa;
padding: 4px;
float: left;
}

.registrationlink a:hover{
background: #cfc;
color: #240;
}

blockquote{
	margin: 0px 1em;
	color: #444;
}

cite{
	text-align: right;
	font-style: normal;
	display: block;
}

