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

body {
  background-color: black;
}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
	
#wrapper {
    font-family: arial;
	font-size: 12px;
	width: 955px;
	background-image: url(../images/wrapper_background.png);
	border-left: 0px solid black;
	border-right: 0px solid black;
	margin-left: -479px;
	position: absolute;
	left: 50%;
}

#wrapper #header {
    height: 75px;
	width: 955px;
	background:black;
	border-bottom: 0px solid black;
}

#wrapper #header #logo {
    float: left;
	background-color: black;
	height: 75px;
	width: 295px;	
	margin-right: 0px;
	border-bottom: 2px solid black;
}

#wrapper #header #nav {
    float: right;
	background-color:black;
	height: 45px;
	width: 630px;	
	margin-left: 0px;
	margin-top: 30px;
	padding-left: 30px;
	border-bottom: 2px solid black;
}

#wrapper #header #nav ul {
	list-style-type: none;
	width: 100%;
}

#wrapper #header #nav ul li {
	float: left;
	position: relative;
	width: 65px;
	padding: 10px;
	background: black;
	border: 1px solid silver;
	text-align: center;
}

#wrapper #header #nav ul ul {
  display: none;
	height: auto;
	position: absolute;
	left: -2px;
	top: 35px;
}

#wrapper #header #nav li li {
  width: 130px;
	height: 16px;
	border: 1px solid silver;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
}
	
#wrapper #header #nav li:hover ul {display: block;}

#wrapper #header #nav li:hover {background-color: #8FA17E;}

#wrapper #header #nav ul li ul li ul {
  visibility:hidden;
	top:-1px;
	left: 140px;
}

#wrapper #header #nav ul li ul li:hover ul {
  visibility:visible;
}

#wrapper #header #nav ul li ul li ul li {
    height: 16px;
	width: 200px;
}

#wrapper #header #nav a {
  color: white;
	text-decoration:none;
}
#wrapper #current_books_dvds {
    background-color:white;
	width: 890px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
}
#wrapper #current_books_dvds #heading {
    background-color:white;
	width:880px;
	padding:5px;
	border-bottom: 1px dotted silver;
	margin-bottom:10px;
}
#wrapper #bkcover {
    background-color:white;
    float:left;
	width: 175px;
	padding:5px;
	height:auto;
	margin-right: 10px;
}
#wrapper #bkcover img {border: 1px solid black;}

#wrapper #information {
    background-color:white;
	padding:5px;
	margin-bottom: 10px;
	height:auto;
	width: 290px;
	float:left;
	border: 0px solid silver;
}
#wrapper #description {
    background-color:white;
	width:355px;
	padding:5px;
	margin-bottom: 10px;
	height:auto;
	float:right;
}
#wrapper #current_books_dvds #other_books_dvds {
    background-color:white;
    clear:both;
	width: 885px;
	height:290px;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	border-top: 1px solid black;
	border-bottom: 1px dotted silver;
}
dl {
	margin-bottom: 10px;
    margin-top: 2px;
	margin-right: 10px;
}

dd {font-size: 11px;
	font-style: italic;
	margin-top: 2px;
}

dl img {border: 1px solid black;
}
.images_margin_right {
    border: 1px solid silver;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.images_margin_left {
    border: 1px solid silver;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.images {border: 1px solid silver;}

.thumbs_float_left {
	float:left;
	margin-left: 10px;
}
.subheading {
    font-size: 12px;
	font-family: Arial;
	font-style: italic;
    padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	width: 100%;
	border: 1px solid silver;
	background-image: url(../images/subheading.png);
}
.header {
    font-size: 14px;
	font-family: Trebuchet MS;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom:20px;
	width: 850px;
	background-image: url(../images/header_background.png);
	border: 1px solid silver;
}

.small_header {
    font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	width: 400px;
	background-color:#FFCC99;
	border: 1px solid #666666;
}

.lists {
    list-style-type: disc;
    margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#wrapper #information #multimedia {

height: auto;
width: 290px;
border-left: 1px solid silver;
border-right:  1px solid silver;
border-bottom:  1px solid silver;
}
#wrapper #content {
	background-color:white;
	width: 880px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
}
#content ul {
    list-style-type: disc;
    margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content ul ul {
    margin-left: 30px;
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ul ul ul {
    list-style-type: square;
}
#content ol {
    margin-left: 20px;
	list-style-type:decimal;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content ol ol {
    margin-left: 30px;
	list-style-type:decimal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #first_name, #content #last_name, #content #city, #content #state, #content #zip, #content #telephone, #content #email {
    position: absolute;
	left: 120px;
}

#wrapper #registration {
	background-color:white;
	width: 880px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
}
#registration #name, #registration #address, #registration #address2, #registration #city, #registration #state, #registration #zip, #registration #email, #registration #phone {
	position: absolute;
	left: 120px;
}

#footer {
    background-color: black;
	width: 955px;
	height: 16px;
	font-size:12px;
	color: white;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-top: 0px solid black;
	border-bottom: 10px solid black;	
}
#footer a {
  font-size:12px;
  color: orange;
	text-decoration:none;
}
input.invalid {
	background-color: #FF9;
	border: 2px red solid;
}

label.invalid {
	color: #F00;
}

.form_inputs {
	position:absolute;
	left: 100px;
}

.upload_field {
	color:#FF0000;
}

.upload_section {
	width: 800;
	padding: 20px 40px 20px 40px;
	border-bottom: 1px solid gray;
}

.upload_section_no_border {
	width: 800;
	padding: 20px 40px 20px 40px;
}

.red_text {
	color: red;
}
.error_box {
	background-color:white;
	width: 880px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	text-align:center;
}

.error {
	color:red;
	text-align:center;
}