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

* {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
body {
	background-color: #000;
	font-family:Arial, "Helvetica Neue", sans-serif;
	color: #999;
	text-align: center;
	font-size: 16px;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#header {
	background: url(/images/header_bg.png) no-repeat scroll center bottom;
	padding: 0 0 20px 0;
	line-height: 1.5em;
}
#mainnav {
	list-style: none;
	float: right;
	height: 45px;
}
#mainnav li {
	float: left;
    position: relative;
    height: 45px;
}
#mainnav ul {
	display: none;
	list-style: none;
    position: absolute;
    top: 45px;
    left: 0;
}
#mainnav ul li {
	float: none;
	height: auto;
}
#mainnav ul li a {
}
#mainnav li a {
	color: #999;
	text-decoration: none;
	font-size: 20px;
	display: block;
	padding: 20px 12px 0 12px;
	letter-spacing: 3px;
}
#mainnav li a:hover {
	padding: 15px 12px 0 12px;
	border-top: 5px solid #0099ff;
}
#mainnav ul li a {
	padding: 5px 0 0 0;
    margin: 0 12px 0 12px;
}
#mainnav ul li a:hover {
	padding: 5px 0 0 0;
    margin: 0 12px 0 12px;
	border-top: none;
}
#logo {
	height: 43px;
	width: 282px;
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat scroll left bottom;
	margin: 0 0 10px;
	padding: 5px 0 0 0;
}
#logo a {
	display: block;
	height: 43px;
}
#header h3 {
	font-weight: normal;
	font-size: 20px;
}
#pagecontent {
	padding: 20px 0;
	overflow: hidden;
}
#pagecontent h1, #pagecontent h2, #pagecontent h3, #pagecontent h4 {
	font-weight: normal;
	color: #CCC;
    margin: 10px 0;
}
#pagecontent h1 {
	font-size: 22px;
}
#pagecontent h2 {
	font-size: 18px;
}
#pagecontent p {
    margin: 10px 0;
}
#pagecontent a, #footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#pagecontent a:hover, #footer a:hover {
	border-bottom: 1px solid #999;
}
#pagecontent ul {
    list-style-position: inside;
}
#slideshow {
	float: right;
	width: 700px;
}
#genres {
	list-style: none;
	list-style-position: inside;
}
#genres li {
	height: 134px;
	width: 200px;
	padding: 0 0 34px 0;
	position: relative;
}
#genres li a {
	color: #999;
	text-decoration: none;
	display: block;
	border: none;
}
#genres li a:hover {
	border: none;
}
#genres li a span {
	display: none;
	position: absolute;
	bottom: 12px;
	left: 0;
	font-size: 17px;
}
#genres li a:hover span {
	display: block;
}
#footer {
	text-align: right;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}
#footernav {
	list-style: none;
}
#footernav li a {
	float: left;
	display: block;
	padding: 0 5px;
	margin: 0 5px;
}
#footernav li:first-child a {
	margin-left: 0;
}
#contact {
	line-height: 2em;
}
#phone1, #phone2 {
	width: 3em;
}
#phone3 {
	width: 4em;
}
#phone1, #phone2, #phone3 {
	text-align: center;
	padding: 0;
}
.info {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #1f1f1f;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 450px;
	float: right;
}
fieldset {
	padding: 20px;
	border: 1px solid #333;
	margin: 20px 0 0 0;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input, textarea {
	background-color: #999; 
	border: 1px solid #CCC;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	padding: 5px;
	line-height: 1.5em;
}
input:focus, textarea:focus {
	background-color: #333;
	color: #CCC;
}
#msg {
	width: 99%;
	height: 300px;
}
legend {
	padding: 0 10px;
	color: #ccc;
}
#submit {
	text-align: center;
	background: url(../images/submit.png) no-repeat center top;
	border: none;
	width: 200px;
	height: 36px;
	margin: 10px 0;
}
#submit:hover {
	background-image: url(../images/submit_hover.png);
}
#submit:active {
	background-image: url(../images/submit_active.png);
}
#quickcontact {
	float: right;
	clear: right;
	width: 680px;
	display: none;
	position: relative;
}
#quickcontact input, #quickcontact textarea {
	font-size:12px;
}
#quickcontact input {
	width: 60px;
}
#quickcontact label {
	font-size: 12px;
}
#quickcontact h4 {
	display: inline;
	font-weight:normal;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#quickcontact h4 a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}
#quickmessage {
	width: 600px;
	height: 60px;
}
#quickcontact #submit {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.close {
	border: 1px solid #666;
	padding: 3px;
	display: block;
	float: right;
	color: #666;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table.pricing {
    /*width: 500px;*/
    border-collapse: collapse;
}
table.pricing td, table.pricing th {
    border: 1px solid #ccc;
}
table.pricing th {
    padding: 5px;
}
table.pricing td {
    padding: 3px 5px;
}
table.pricing caption {
    padding: 5px;
}
table.pricing input {
	margin: 0;
}
#pagecontent ul.options {
    list-style: none;
}
.error, .success {
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.error {
	border: 1px solid red;
	color: red;
}
.success {
	border: 1px solid green;
	color: green;
}
a.expand {
}
.portfolio_thumb {
	display: inline;
	float: left;
	margin: 0 25px 25px 25px;
	overflow: hidden;
	width: 200px;
	height: 275px;
}
.portfolio_thumb p {
	margin: 10px 0;
	text-align: center;
	font-size: 80%;
}
a:visited, a:active {
	outline: none;
}
.porfolio h1, .portfolio h2, .portfolio h3 {
	clear: both;
}
#adminnav {
	width: 190px;
	float: left;
	clear: left;
}
#action {
	margin: 0 0 0 200px;
	border-left: 1px solid #111;
	padding: 0 0 0 10px;
}
.listings {
	border-collapse: collapse;
}
.listings tr:hover {
	background-color: #111;
}
.listings th {
	font-weight: bold;
	color: #eee;
	border: 1px solid #eee;
	padding: 3px;
}
.listings td {
	border: 1px solid #ccc;
	padding: 3px;
}
.linkimg {
	float: right;
	margin: 0 0 10px 10px;
}
.links dt {
	margin: 10px 0;
}
.logged_in {
	color: #0099ff;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #0099ff;
	float: left;
	width: 178px;
}
.editimg {
	width: 100%;
	border-collapse: collapse;
}
.editimg td {
}
.buy {
	float: right;
	color: yellow;
	margin: 0 0 0 20px;
	font-weight: bold;
}
.buy_img {
	float: right;
	margin: 0 0 10px 10px;
}
.buy_img table {
	width: 500px;
}
#notes {
	width: 300px;
	height: 200px;
}
#pagecontent .nivo-imageLink {
	border: none;
}
#pagecontent .nivo-imageLink:hover {
	border: none;
}
#status_notes {
	width: 300px;
	height: 200px;
}
.pagination a {
}
.pagination {
	overflow: hidden;
	margin: 20px 0;
}
.pagination form {
	float: right;
}
.pagination_previous {
	margin: 0 20px 0 0;
}
.pagination_next {
	margin: 0 0 0 20px;
}
div.sports_album {
	float: left;
	width: 200px;
	margin: 0 25px 25px 25px;
	height: 350px;
}
.album_info {
	font-size: 10px;
}
