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

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #fff;
}

img {
	border: none;
}

body {
	background: #000;
	color: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}

h2 {
	font: 2em "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACE479;
	font-size: 1.4em;
	margin-bottom: 6px;
	margin-top: 20px;
}


li, label {
	font-size: 1.3em;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 1.5em 0;
}

p.backLink {
	margin: 0 0 10px 0;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 1em 0;
}

ul {
	margin: 0 0 0 40px;
}

.clearer {
	clear: both;
}

.quoteFrom {
	color: #7A8D5D;
}

#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#header {
	height: 189px;
	text-indent: -9999px;
	background: transparent url(binaries/header.jpg) no-repeat left top;
}

#leftCol {
	width: 420px;
	height: 615px;
	float: left;
	background: url(binaries/leftcol-pup.jpg)
}
#leftColDvd {
	width: 420px;
	height: 615px;
	float: left;
	background: url(binaries/leftcol-dvd.jpg)
}

#rightCol {
	float: right;
	width: 480px;
}

#sueJonesQuote {
	background: transparent url(binaries/sue-jones.jpg) no-repeat left top;
	padding: 0 0 0 240px;
}

#compBtn {
	padding: 10px 0 0 0;
}

#footer {
	clear: both;
	padding: 10px 0;
}

#updatesForm {
}

#updatesForm label {
	font-size: 1.6em;
	padding: 0 10px 0 0;
	
}

#updatesForm input#myEmail {
	background: #768957 url(binaries/form-bg.jpg) repeat-x left top;
	border: 2px solid #586d22;
	padding: 2px;
	color: #fff;
}

#updatesForm input#myEmail:hover, #updatesForm input#myEmail:focus {
	border-color: #fff;
}

#updatesForm input#myEmail:focus {
	background: #586d22;
}

#updatesForm input#updatesButton {
	background: #768957;
	color: #fff;
	border: 2px solid #586d22;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.6em;
	padding-bottom: -12px;
	margin-bottom: -12px;
	font-weight: normal;
}


#nav ul {
	list-style-type: none;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li {
	float: left;
	display: inline;
}
#nav a {
	display: block;
	margin-right: 20px;
	text-decoration: none;
	font-size: 1.4em;
}
#nav a:hover {
	color: #99A880;
}
#nav li.acti a {
    color: #99A880;
}

.quicktime {
	background-image: url(binaries/quicktime.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.floatRight {
	float: right;
	margin-bottom: 2px;
	margin-left: 12px;
}
#twitter {
	position: absolute;
	left: 738px;
	top: 7px;
}
