/* General Stuff - Start */

body {
	margin: 0;
	background: #000000 url(../../images/bottom_bg_swoosh.gif) no-repeat bottom left;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF0000;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

object {
	outline: none;
}

p {
	margin: 8px 0px 8px 0px;
}

/* General Stuff - End */

/* Container - Start */
div#MainContainer {
	width: 890px;
	margin: 0px auto;
}
/* Container - End */

/* Header - Start */
div#Header {
	display: block;
	height: 80px;
	background: #000000 url(../../images/headerbg.png) no-repeat top right;
}

h1.logo {
	background: url(../../images/zumanityLogoSmall.gif) no-repeat;
	margin: 20px 0px 0px 25px;
	float: left;
}

h1.logo a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 166px; 
	height: 49px; 
	background: url(../../images/zumanityLogoSmall.gif) no-repeat;
}
/* Header - End */

/* Navigation - Start */
ul#Navigation  {
	list-style: none;
	float: right;
	margin: 55px 25px 0px 0px;
}

ul#Navigation li {
	display: inline;
	margin-left: 40px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Navigation - End */

/* Content - Start */
div#Content {
	padding: 10px 30px;
}

div.sceneEntries {
	margin: 10px 0px 30px 0px;
}
 
div.sceneHeader {

	border-bottom: 1px solid #666666;
}

div.sceneHeader img {
	float: left;
	border: 1px solid #666666;
}

div.sceneHeader div.description {
	float: left;
	width: 400px;
	margin: 0px 0px 10px 30px;
}

div.entry {
	margin-bottom: 10px;
}

div.entry div.assets {
	float: left;
	width: 150px;
	margin: 35px 0px 0px 57px;
}

div.entry div.assets img {
	border: 1px solid #666666;
}

div.entry div.description {
	float: left;
	width: 453px;
	margin-left: 30px;
	min-height:100px;
	height:auto !important;
	height:100px;
	border-bottom: 1px solid #666666;
}

div.entry div.description h2 span.name {
	font-size: 18px;
}

div.entry div.controls {
	margin: 35px 0px 0px 30px;
	width: 110px;
	float: left;
	text-align: center;
}

div.entry div.controls span {
	margin-bottom: 10px;
}

div#a2Men div.sceneHeader {
	background: #000000 url(../../images/headers/2men.jpg) no-repeat bottom right;
	padding: 110px 0px 10px 0px;
}

div#aAfricanDance div.sceneHeader {
	background: #000000 url(../../images/headers/africanDance.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aDanceonTV div.sceneHeader {
	background: #000000 url(../../images/headers/danceOnTV.jpg) no-repeat bottom right;
	padding: 100px 0px 10px 0px;
}

div#aDislocation div.sceneHeader {
	background: #000000 url(../../images/headers/dislocation.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aHand-2-Hand div.sceneHeader {
	background: #000000 url(../../images/headers/hand2Hand.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aMidnightBath div.sceneHeader {
	background: #000000 url(../../images/headers/midnightBath.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aStraps div.sceneHeader {
	background: #000000 url(../../images/headers/straps.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}
div#aTissus div.sceneHeader {
	background: #000000 url(../../images/headers/tissus.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aWillieBronco div.sceneHeader {
	background: #000000 url(../../images/headers/willieBronco.jpg) no-repeat bottom right;
	padding: 120px 0px 10px 0px;
}

div#aDanceonTV div.sceneHeader div.description {
	width: 375px;
}

div.aboutBlurb {
	width: 330px;
	float: right;
}

div.videoContainer {
	width: 475px;
	float: left;
}
div.video {
	width: 140px;
	background: #111;
	text-align: center;
	margin: 5px;
	padding: 0px 3px 3px 3px;
	float: left;
}

div.video a.title {
	padding: 3px;
	display: block;
}

div.video a img {
	border: none;
}

h1.landingLogo {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 508px; 
	height: 65px; 
	background: url(../../images/landing_logo.gif) no-repeat top left;
	margin: 30px auto 0px auto;
}

p.disclaimer {
	color: #FFFFFF;
	width: 400px;
	margin: 10px auto;
}
/* Content - End */

/* Footer - Start */
div#Footer {
	background: url(../../images/footerBg.png) no-repeat top center;
	height: 70px;
	padding: 10px 25px 0px 0px;
	text-transform: uppercase;
}

ul#FooterNavigation {
	text-align: right;
	
}

ul#FooterNavigation li {
	display: inline;
	margin-left: 10px;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	font-size: 10px;
}

ul#FooterNavigation li.first {
	border-left: none;
}
/* Footer - End */

/* Buttons - Start */
span.enterLink {
	background: url(../../images/buttons/enterButton.png) no-repeat top left;
	
}
span.enterLink a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 78px; 
	height: 23px; 
	background: url(../../images/buttons/enterButton.png) no-repeat top left;
	margin: 0 auto 30px auto;
}

span.sendToFriendLink {
	background: url(../../images/buttons/sendToFriend.gif) no-repeat top left;
}
span.sendToFriendLink a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 109px; 
	height: 17px; 
	background: url(../../images/buttons/sendToFriend.gif) no-repeat top left;
	margin-bottom: 10px;
}

span.voteForMeLink {
	background: url(../../images/buttons/voteForMe.gif) no-repeat top left;
}
span.voteForMeLink a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 109px; 
	height: 17px; 
	background: url(../../images/buttons/voteForMe.gif) no-repeat top left;
}

span.watchVideoLink {
	background: url(../../images/buttons/watchVideo.gif) no-repeat top left;
}
span.watchVideoLink a {
	margin: 10px auto;
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 97px; 
	height: 17px; 
	background: url(../../images/buttons/watchVideo.gif) no-repeat top left;
}

input.submitButton {
	display: block;
	width: 57px; height: 17px;
	text-indent: -9999px; text-decoration: none;
	color: transparent;
	text-transform: capitalize;
	background: url(../../images/buttons/submit.gif);
	border: none;
	margin-right: 10px;
	float: left;
}

input.noThanksButton {
	display: block;
	width: 84px; height: 17px;
	text-indent: -9999px; text-decoration: none;
	color: transparent;
	text-transform: capitalize;
	background: url(../../images/buttons/noThanks.gif);
	border: none;
	float: left;
}

/* Buttons - End */

table.formTable tr td {
	padding: 10px;
}

table.formTable tr td input.textField, table.formTable tr td textarea {
	margin-top: 2px;
	border: 1px solid #340303;
	background: #000;
	color: #fff;
}

form.selectAScene {
	text-align: right;
}
/* Clear Floats - Start */

div#Header:after,
div#Content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.sceneHeader:after,
div.entry:after,
div.controls:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Clear Floats - End */