@charset "UTF-8";

/* COLORS

orange - #ec7928
plum purple - #62294a
brown - #5f2a1c
tan - #f9d67c

 */

body {
	background-color: #62294a;
}

/* DIV STYLES */

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

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

#maincontent {
	position:absolute;
	width:500px;
	z-index:7;
	left: 345px;
	top: 250px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #f9d67c;
	}
	
#buynowsidebar {
	position:absolute;
	width:250px;
	z-index:6;
	left: 50px;
	top: 250px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #f9d67c;
	}


/* TYPE STYLES */

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

/* LINK STYLES */
a img {
	border: 0px;
}

a:link {
	color: #62294a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #62294a;
}
a:active {
	color: #5f2a1c;
}
a:hover {
	color: #5f2a1c;
	text-decoration: none;
}

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

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