* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 11px;
	color: #000000;
	background: #f9f9f9 url(../images/header.bg.gif) repeat-x left top;
}
div {
	float: left;
}
img {
	border: none;
}
a {
	color: #608dd3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color: #3e6791;
}

h1 { 
	padding: 8px 0;
	font-size: 18px; 
}

h2, h3 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 20px;
}

h3 {
	color: #1646a3;
	font-size:1.6em;
}
h4 {
	font-size: 1.2em;
	color:#565656;
	font-weight: bold;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color: #3e6791;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 20px;
	
}
#outer-container {
	width: 100%;
}
#mid-container {
	margin: 0px auto;
	float: none;
	width: 1036px;
}
#container {
	width: 1046px;
	background: url(../images/background.jpg);
}
#header {
	height: 80px;
	width: 997px;
	padding-top: 6px;
	padding-left: 43px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#header-left {
	height: 80px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
#header-right {
	float: right;
	width: 675px;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	width: 675px;
	height: 26px;
	padding-top: 2px;
}
#navigation ul {
	float: right;
}
#navigation li {
	float: left;
	padding-left: 4px;
	list-style-type: none;
	height: 26px;
}
#navigation ul li span.menu-left {
	width: 4px;
	height: 26px;
	background-image: url(../images/menu.left.gif);
	float: left;
}
#navigation ul li span.menu-right {
	width: 4px;
	height: 26px;
	background-image: url(../images/menu.right.gif);
	float: left;
}
#navigation a {
	color: #ffffff;
	background: url(../images/menu.bg.gif) repeat-x left top;
	padding-left:7px;
	padding-right: 7px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	float: left;
	height: 20px;
	padding-top: 6px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color:#ffcd9d;
}
#header-right-top {
	width: 652px;
	text-align: right;
}
#header-right-top p {
	color: #FFFFFF;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
#header-right-top a {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#main-content {
	width: 1043px;
	font: 14px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#footer {
	text-align: center;
	width: 1036px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main-content p {
	font: 14px Arial, Helvetica, sans-serif;
}
#main-content p a{
	font: 14px Arial, Helvetica, sans-serif;
}
#main-content-left {
	padding: 18px;
	width: 747px;
}
#main-content-centre {
	padding: 18px 16px 18px 50px;
	width: 970px;
}
#main-content-right {
	width: 258px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.formline {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.formlabel {
	width: 80px;
	line-height: 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
.formlabel a{
	font: 13px Arial, Helvetica, sans-serif;
}
.formelement {
	padding-left: 5px;
	font: 13px Arial, Helvetica, sans-serif;
}
.formelement input, .formelement select, .formelement textarea, .formelement file {
	border: 1px solid #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 150px;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
}
.formelement select.multiple {
	border: 1px solid #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 150px;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
	height: auto;
}
.formelement input.nofloat {
	float: none;
	width: auto;
}
.formelement textarea {
	height: 150px;
}
input.submit {
	color: #FFFFFF;
	width: 150px;
	float: left;
	background-color: #3366CC;
	text-align: center;
	height: 20px;
	display: block;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
input.submitsearch {
	color: #FFFFFF;
	width: 100px;
	background-color: #3366CC;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
#main-content-left form {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.formerror {
	color: #FF0000;
	clear: both;
	width: 740px;
	margin-bottom: 8px;
}
#data-form-wide .formline {
	width: 500px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#data-form-wide .formlabel {
	width: 180px;
	line-height: 20px;
}
#data-form-wide .formelement {
	padding-left: 5px;
}
#data-form-wide .formelement input, #data-form-wide .formelement select, #data-form-wide .formelement textarea, #data-form-wide .formelement file {
	border: 1px solid #000000;
	height: 16px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 250px;
	padding-left: 3px;
	padding-top: 2px;
	float: left;
}
#data-form-wide .formelement input.nofloat {
	float: none;
	width: auto;
}
#data-form-wide .formelement textarea {
	height: 250px;
}
#data-form-wide input.submit {
	color: #FFFFFF;
	width: 250px;
	float: left;
	background-color: #3366CC;
	text-align: center;
	height: 20px;
	display: block;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.formerror {
	color: #FF0000;
	clear: both;
	width: 740px;
	margin-bottom: 8px;
}
#video-form, #data-form {
	width: 300px;
}
#data-form-wide {
	width: 500px;
}
#video-upload {
	padding: 8px;
	border: 1px solid #000000;
	margin-top: 25px;
	width: 284px;
}
.video-files {
	padding: 8px;
	border: 1px solid #000000;
	margin-top: 15px;
	width: 284px;
}
.video-file-listing {
	width: 284px;
	margin-bottom: 8px;
}
.video-file-listing-title {
	width: 284px;
	margin-bottom: 3px;
}
.video-file-listing-details {
	width: 284px;
}
#recent-videos {
	width: 900px;
	padding: 10px 25px;
}
.video {
	width: 200px;
	padding-right: 7px;
	padding-left: 8px;
}
.video .video-title {
	width: 200px;
	padding-top: 5px;
	text-align: center;
	
}
.video .video-title p {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e6791;
}
.video .video-description {
	width: 220px;
}
.video .video-formats {
	width: 200px;
}
#front-page-main-box {
	width: 950px;
	height: 322px;
	margin-bottom: 10px;
}
#front-page-main-box-top {
	width: 330px;
	height: 236px;
	background: url(../images/front_page_main_box_top.jpg) no-repeat;
	padding-left: 620px;
	padding-top: 30px;
}
#front-page-main-box-bottom {
	width: 942px;
	height: 53px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background: url(../images/front_page_main_box_bottom.jpg);
	color: #FFFFFF;
	text-align: center;
	font: 18px/40px Arial, Helvetica, sans-serif;
}#front-page-text-boxes {
	width: 900px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eaeaea;
	padding-right: 25px;
	padding-left: 25px;
}
#front-page-text-boxes .front-page-text-box {
	padding: 10px 20px;
	width: 260px;
}
#front-page-text-boxes .front-page-text-box p {
	line-height: 30px;
}
#main-content-right-title {
	height: 38px;
	width: 258px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content-right-links ul {
	width: 258px;
	border-top: 1px solid #ccd1d2;
	float: left;
}
#main-content-right-links li {
	background: url(../images/right_link_background.jpg) no-repeat;
	height: 25px;
	width: 238px;
	border-bottom: 1px solid #ccd1d2;
	list-style: none;
	line-height: 25px;
	font-weight: bold;
	padding-left: 20px;
	color: #3e6791;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content-right-links a {
	font-weight: normal;
	color: #000000;
	display: block;
	padding-left: 10px;
	width: 228px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content-right-textbox {
	background: url(../images/right_main_background.jpg) repeat-y;
	padding: 19px;
	width: 220px;
	border-bottom: 1px solid #ccd1d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content-right-textbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content-right-textbox h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#main-content-left ol {
	float: left;
	padding-left: 15px;
}
#main-content-left ol li{
	float: left;
	padding-left: 5px;
	margin-bottom: 8px;
}
#main-content-left .gallery-genre-preview {
	width: 742px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-content-left .gallery-genre-preview .gallery-genre-previews {
	padding-top: 8px;
	width: 742px;
	padding-bottom: 5px;
}
#main-content-centre .gallery-genre-previews {
	padding-top: 16px;
	width: 970px;
	padding-bottom: 5px;
}
#main-content-centre .video {
	padding-bottom: 20px;
	height: 220px;
}
#main-content-left table, #main-content-centre table{
	width: 650px;
}
#main-content-left table th, #main-content-centre table th {
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding: 4px;
	color: #FFFFFF;
	background: #5B83D0;
}
#main-content-left table td, #main-content-centre table td {
	line-height: 18px;
	padding: 4px;
	border-bottom: 1px dotted #999999;
}
#main-content-left .gallery-genre-previews {
	width: 645px;
}
#searchbox {
	background: url(../images/searchbox.gif) no-repeat;
	height: 34px;
	width: 282px;
	padding-top: 40px;
	padding-left: 18px;
}
#searchbox .submitinput {
	width: 150px;
}
#main-content form.normal {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main-content .normal .submit {
	float: none;
	width: 100px;
}
.video .video-price {
	width: 75px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}
.video .video-cart {
	width: 125px;
	margin-bottom: 3px;
}
#main-content-left .indiv-detail {
	width: 330px;
	margin-bottom: 10px;
}
#main-content-left .indiv-id {
	width: 70px;
	margin-bottom: 10px;
	font-weight: bold;
}
#main-content-left .indiv-title {
	width: 260px;
	margin-bottom: 10px;
	font-weight: bold;
}
#main-content-left .indiv-vid {
	height: 300px;
	width: 400px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	padding-bottom: 50px;
}
#main-content-left .indiv-price {
	line-height: 25px;
	height: 25px;
	width: 180px;
	padding-right: 20px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
#main-content-left .indiv-cart {
	line-height: 25px;
	height: 25px;
	width: 200px;
}
#main-content-left .indiv-clipbox {
	line-height: 25px;
	height: 25px;
	width: 150px;
}
#main-content-left input.submitcart {
	color: #FFFFFF;
	width: 200px;
	float: left;
	background-color: #3366CC;
	text-align: center;
	height: 20px;
	display: block;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#main-content-left input.submitclip {
	float: none;
}
#main-content-left .indiv-cliplist {
	line-height: 25px;
	height: 25px;
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}
#main-content-left input.submitclip {
	color: #FFFFFF;
	width: 150px;
	float: left;
	background-color: #3366CC;
	text-align: center;
	height: 20px;
	display: block;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#header-top-top {
	text-align: right;
	width: 382px;
	padding-top: 17px;
	float: right;
}
#header-top-bottom {
	text-align: right;
	width: 300px;
	float: right;
	height: 29px;
}
#header-top-bottom-left {
	float: right;
	width: 220px;
	text-align: right;
	padding-top: 5px;
	height: 24px;
}
#header-top-bottom-right {
	float: right;
	width: 65px;
	height: 22px;
}
.gallery-genre-previews .pagenav {
	padding: 5px;
	width: 800px;
}
#videolist {
	overflow: auto;
	width: 670px;
	height: 300px;
}
#salesstats {
	overflow: auto;
	width: 670px;
	height: 300px;
}
#paymentstats {
	margin-top: 30px;
	overflow: auto;
	width: 670px;
	height: 300px;
}
#header-top-top-left {
	width: 270px;
	padding-top: 15px;
	text-align: center;
	height: 34px;
}
#header-top-bottom form {
	float: right;
}
