@import url(reset.css);

/* Type, Formatting, etc */

body {
	background: #ffe9c8;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0;
}
a {
	font-weight: bold;
	font-style: italic;
	color: #7f021e;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
}
h3 {
	color: #7f021e;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 1px 0;
	padding: 0;
}
h4 {
	color: #7f021e;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 span, h4 span {
	display: none;
}

h3.article1 { background: url(../images/article1_h3.gif) left top no-repeat; display: block; width: 334px; height: 18px; }
h3.article2 { background: url(../images/article2_h3.gif) left top no-repeat; display: block; width: 284px; height: 18px; }
h3.article3 { background: url(../images/article3_h3.gif) left top no-repeat; display: block; width: 305px; height: 18px; }

h4.article1 { background: url(../images/article1_h4.gif) left top no-repeat; display: block; width: 149px; height: 20px; }
h4.article2 { background: url(../images/article2_h4.gif) left top no-repeat; display: block; width: 383px; height: 20px; }
h4.article3 { background: url(../images/article3_h4.gif) left top no-repeat; display: block; width: 326px; height: 20px; }

h3.register { background: url(../images/register_h3.gif) left top no-repeat; display: block; width: 81px; height: 16px; }
h3.thanks	{ background: url(../images/thanks_h3.gif) left top no-repeat; display: block; width: 67px; height: 13px; }
h3.error	{ background: url(../images/error_h3.gif) left top no-repeat;  display: block; width: 78px; height: 24px; color: #b3032a; }

p.error_msg {
	color: #b3032a;
	font-weight: bold;
}

img.dvd {
	display: block;
	width: 55px;
	height: 85px;
	float: left;
	margin: 0 14px 2px 0;
}


/* Layout */

#container {
	margin: 20px auto;
	padding: 0;
	width: 996px;
	background: #ffeed5;
	color: #333;
	text-align: left;
}
#header {
	background: url(../images/header.png) #101010;
	display: block;
	width: 996px;
	height: 350px;
}
#header span {
	display: none;
}
.block1, .paragraph1 {
	width: 430px;
	margin-left: 35px;
	padding-bottom: 10px;
}
.block2 {
	width: 430px;
	height: 100%;
	margin-right: 25px;
	padding-bottom: 10px;
	position: relative;
	float: right;
}
#block_container {
	margin: 32px auto;
}


/* Navigation */

ul.navbar {
	background: url(../images/navbar_bg.gif);
	display: block;
	width: 996px;
	height: 64px;
	font-size: 14px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn_link {
	margin: 22px 0 50px 0;
}
.navbar li, .links li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
li span {
	display: none;
}
li.info_on a, li.info_off a { 
	display: block; 
	width: 171px; 
	height: 64px;
}
li.downloads_on a, li.downloads_off a { 
	display: block; 
	width: 240px; 
	height: 64px;
}
li.register_on a, li.register_off a { 
	display: block; 
	width: 269px; 
	height: 64px;
}

li.info_on 					{ background: url(../images/navbar.gif) left top no-repeat; }
li.info_off 				{ background: url(../images/navbar.gif) left -64px no-repeat; }
li.info_off a:hover 		{ background: url(../images/navbar.gif) left -128px no-repeat; }

li.downloads_on				{ background: url(../images/navbar.gif) -171px top no-repeat; }
li.downloads_off 			{ background: url(../images/navbar.gif) -171px -64px no-repeat; }
li.downloads_off a:hover	{ background: url(../images/navbar.gif) -171px -128px no-repeat; }

li.register_on 				{ background: url(../images/navbar.gif) -411px top no-repeat; }
li.register_off 			{ background: url(../images/navbar.gif) -411px -64px no-repeat; }
li.register_off a:hover 	{ background: url(../images/navbar.gif) -411px -128px no-repeat; }


/* Downloads Page Feature */

#block_downloads {
	background: #000 url(../images/download_bg.jpg) left top no-repeat;
	text-align: center;
	width: 930px;
	height: 410px;
	display: block;
	margin: 32px auto;
}
#downloads {
	margin-left: 28px;
	padding: 0;
	color: #ffffff;
	text-align: left;
}
#downloads span {
	visibility: hidden;
}
.h3_downloads {
	background: url(../images/download_h3.gif) left 33px no-repeat;
	width: 275px;
	height: 14px;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}
.h2_downloads {
	background: url(../images/download_h2.gif) left top no-repeat;
	width: 261px;
	height: 28px;
	display: block;
	padding-bottom: 16px;
}
#downloads p.description {
	width: 425px;
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 0px;
}
p.description2 {
	width: 425px;
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 12px;
}
#downloads p strong {
	font-weight: bold;
}
p.select {
	background: url(../images/download_select.gif) left top no-repeat;
	width: 334px;
	height: 37px;
	display: block;
	margin: 0;
	padding: 0;
}
#downloads ul {
}
#downloads ul li {
	display: inline;
}
li.audio a, li.wmv a, li.qt a { 
	display: block; 
	width: 334px; 
	height: 37px;
}
li.audio a			{ background: url(../images/download_buttons.gif) left top no-repeat; }
li.audio a:hover	{ background: url(../images/download_buttons.gif) -334px top no-repeat; }
li.wmv a			{ background: url(../images/download_buttons.gif) left -37px no-repeat; }
li.wmv a:hover		{ background: url(../images/download_buttons.gif) -334px -37px no-repeat; }
li.qt a				{ background: url(../images/download_buttons.gif) left -74px no-repeat; }
li.qt a:hover		{ background: url(../images/download_buttons.gif) -334px -74px no-repeat; }

#download_notes {
	margin-left: 35px;
	padding-bottom: 35px;
}
#download_notes p {
	font-size: 10px;
}
#download_notes a {
	color: #333;
	font-size: 10px;
	font-style: normal;
}

/* Register Form */

.register_form {
	margin-top: 18px;
	width: 900px;
	margin: 0 0 64px 35px;
}
.register_form ul li {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	padding: 0 0 10px 0;
}
.labels {
	float: left;
}
.labels li {
	margin-bottom: 12px;
}
ul.input_text {
	position: relative;
	left: 25px;
}
ul.checkboxes {
	margin-top: 20px;
}
ul.checkboxes li {
	font-weight: normal;
}
.btn_register {
	display: block;
	width: 102px;
	height: 37px;
	margin: 20px 0;
}
h3.register, h3.thanks, h3.error {
	margin-bottom: 9px;
}


/* Footer */

#footer {
	background: #ffe9c8;
	width: 996px;
	height: 120px;
	margin: 32px 0 5px 0;
	bottom: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
ul.links {
	margin: 0 348px;
	padding: 0;
}
ul.links li a {
	display: block;
	width: 150px;
	height: 110px;
}
.openarms {
	background: url(../images/logo_openarms.gif) center no-repeat;
}
.madman {
	background: url(../images/logo_madman.gif) center no-repeat;
}


