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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/bgd.jpg);
	background-color: #bbbbbb;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	color: #0F0;
	text-decoration: underline;
}


/* Main Navigation ------------------------------------------------------------------------ */
#nav {
	width: 220px;
	display: block;
	float: left;
	height: 250px;
	margin-top: 11px;
}

#nav ul {
	list-style-type: none;
}

#mainNav li {
	float: left;
	overflow: hidden;
	width: 200px;
}
	
#nav li a {
	display: block;
	line-height: 50px;
	text-indent: -2000px;
	}

#navHome a {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: 0px 0px;}
#navHome a:hover, a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px 0px;}
#navHome a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px 0px;}
	
#navHow a {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: 0px -50px;}
#navHow a:hover {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -50px;}
#navHow a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -50px;}
	
#navVideo a {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: 0px -100px;}
#navVideo a:hover {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -100px;}
#navVideo a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -100px;}
	
#navOrder a {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: 0px -150px;}
#navOrder a:hover {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -150px;}
#navOrder a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -150px;}

#navAbout a {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: 0px -200px;}
#navAbout a:hover {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -200px;}
#navAbout a.active {background-image: url(../images/nav.png); background-repeat: no-repeat; background-position: -220px -200px;}

#leftRail {
	float: left;
	width: 220px;
}

#logo {
	width: 510px;
	display: block;
	float: left;
	margin-left: 20px;
}

#content {
	float: right;
	width: 500px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	width: 750px;
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	margin-bottom: 40px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

.quotes {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 11px;
	line-height: 14px;
}

.stepNumber {
	width: 80px;
	float: left;
}

.stepDetail {
	float: right;
	width: 410px;
	font-size: 18px;
}

.stepInstruction {
	font-size: 11px;
}

.divider {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
