@charset "UTF-8";

/* COLORS

dark blue - #010005
mid blue - #041e32
light blue - #99CCFF
yellow - #ffee00
light yellow - #e5e284

 */

body {
	background-color: #041e32;
}

/* DIV STYLES */

#navdiv {
	position:absolute;
	width:100%;
	z-index:8;
	left: 0px;
	top: 250px;
	background-color: #010005;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headerdiv {
	position:absolute;
	width:100%;
	height:250px;
	z-index:9;
	left: 0px;
	top: 0px;
	background-color: #010005;
}

#maincontent {
	position:absolute;
	width:500px;
	z-index:7;
	left: 391px;
	top: 250px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #99CCFF;
	height: 695px;
	}
	
#buynowsidebar {
	position:absolute;
	width:298px;
	z-index:6;
	left: 50px;
	top: 250px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #99CCFF;
	}


/* TYPE STYLES */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #041e32;
    }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #041e32;
    }
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #041e32;
    }
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #041e32;
    }
	
.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #041e32;
}

/* LINK STYLES */

a:link {
	color: #041e32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #041e32;
}
a:active {
	color: #010005;
}
a:hover {
	color: #010005;
	text-decoration: none;
}

a.nav {
	text-decoration: none;
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
a.nav:visited {
	text-decoration: none;
	color: #99CCFF;
}
a.nav:hover {
	text-decoration: none;
	color: #ffee00;
}
a.nav:active {
	text-decoration: none;
	color: #ffee00;
}

.buyNow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #041e32;
	text-align: left;
	font-style: normal;
}
 
