/*
---------------------------------------------------------------------
            GLOBAL STYLES 
---------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; margin: 0; padding: 0; }

/*Firefox produces a dotted outline that appears around links when you click on them. */
a { outline: none; }

/* this is a fix for IE/Mac, to keep the nav items from breaking. */
#header li {
	/*\*/overflow: hidden;/**/
}

/* styles for IE 5 Mac */
 .wrapper {
	background: #090405 url(images/bg.jpg) no-repeat center top;
	position: absolute;
	top: 0px;
	width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background: #090405 url(images/bg.jpg) no-repeat center top;
	text-align: left;
	position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    min-width: 760px; 
	
}
/* end IE 5 hack */ 
#container {
	min-height: 600px;
	height: 100%;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background: transparent;
}
body {
	background: #090405;
}
p {
	font: 11px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #CCCCCC;
	margin-bottom: 28px;
	letter-spacing: .08em;
}
h1 {
	font: bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
h2 {
	font: italic bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
}
a:link {
	color: #81A4B1;
	text-decoration: none;
}
a:visited {
	color: #5B718E;
	text-decoration: none;
}
a:hover, a:active {
	color: #EF4136;
	text-decoration: none;
}
.navShare {
	margin-top: 45px;
	line-height: 17px;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
}
.nobg {
	background: none !important;
}
.mice {
	font-size: 9.5px;
	color: #aeadad;
}

/* NAVIGATION */ 

#navigation {
	height: 13px;
	position: absolute;
	left: 8px;
	top: 150px;
	text-align: left;
}
.navItem {
	font: bold 11px/34px Helvetica, Arial, Verdana, sans-serif;
	color: #EF4136;
	margin-bottom: 16px;
	letter-spacing: .08em;
	padding: 0px;
	margin: 0px;
	display: block;
	text-transform: uppercase;
}
.navItem a:link {
	color: #81A4B1;
	text-decoration: none;
}
.navItem a:visited {
	color: #5B718E;
	text-decoration: none;
}
.navItem a:hover, a:active {
	color: #EF4136;
	text-decoration: none;
}
.navShare {
	margin-top: 45px;
	line-height: 17px;
}
#logo {
	position:absolute;
	left: 254px;
	top: 22px;
 }

/* MAIN CONTENT */ 

#mainText {
	position: absolute;
	width: 435px;
	left: 175px;
	top: 158px;
}
#mainText-TY {
	position: absolute;
	width: 405px;
	left: 175px;
	top: 225px;
}
#mainPhotos {
	position: absolute;
	left: 140px;
	top: 160px;
}
#mainTrailer {
	position: absolute;
	width: 540px;
	height: 384px;
	left: 120px;
	top: 230px;
	background: url(images/trailerMatte.gif) no-repeat left top;
}
#mainAboveTrailer {
	position: absolute;
	width: 435px;
	left: 155px;
	top: 148px;
}
#mainRelease {
	position: absolute;
	width: 540px;
	height: 384px;
	left: 120px;
	top: 220px;
	background: url(images/release.gif) no-repeat left top;
}
#share {
	position: absolute;
	width: 435px;
	left: 175px;
	top: 361px;
}
#share2 {
	position: absolute;
	width: 435px;
	left: 175px;
	top: 420px;
}
#purchaseBtn {
	position: absolute;
	width: 435px;
	left: 170px;
	top: 410px;
}
.redTitle {
	color: #EF4136;
	font: bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
.quoteNames {
	color: #81A4B1;
	font-weight: bold;
}
.intro {
	color: #81A4B1;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
.trailerPad {
	padding: 25px 0px 0px 25px;
}

.releaseText {
	font: bold 15px/20px Helvetica, Arial, Verdana, sans-serif;
	color: #9d9d9d;
	padding-top: 80px;
	letter-spacing: 0.08em;
	text-align: center;
	margin-right: 25px;
}
.mail {
	padding-left: 15px;
	border: 1px solid #5a5a5a;
}
.formFill {
	line-height: normal;
	letter-spacing: normal;
	height: 20px;
	width: 200px;
	margin-bottom: 6px;
	letter-spacing: .08em;
	background-color:#000000;
	border: 1px solid #808080;
	color: #cccccc;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
	padding-top: 4px;
	padding-left: 4px;
}
.messageInput {
	line-height: normal;
	letter-spacing: normal;
	height: 60px;
	width: 200px;
	margin-bottom: 6px;
	letter-spacing: .08em;
	background-color:#000000;
	border: 1px solid #808080;
	color: #cccccc;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
	padding-top: 4px;
	padding-left: 4px;
}
.submitBtn {
	margin-left: 0px;
}
.checkbox {
	margin-left: 0px;
}
.tellmeTitle {
	color: #81A4B1;
	font-weight: normal;
	text-align: center;
	line-height: 36px;
}

/* PURCHASE CONTENT */ 

.p-h1 {
	font: bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
}
.p-h1a {
	font: bold 15px/19px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
}
.p-h2 {
	font: italic bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
}
#textDVD {
	position: absolute;
	width: 330px;
	top: 158px;
	left: 175px;
}
#imageDVD {
	position: absolute;
	top: 158px;
	left: 510px;
}
#textTshirts-B {
	position: absolute;
	width: 450px;
	top: 158px;
	left: 175px;
}
#textT-1-B {
	position: absolute;
	width: 215px;
	left: 175px;
	top: 230px;
}
#textT-2-B {
	position: absolute;
	width: 215px;
	left: 435px;
	top: 230px;
}

#textTshirts {
	position: absolute;
	width: 450px;
	top: 330px;
	left: 175px;
}
#textTshirts-DVDabove {
	position: absolute;
	width: 450px;
	top: 460px;
	left: 175px;
}
#textT-1 {
	position: absolute;
	width: 215px;
	left: 175px;
	top: 530px;
}
#textT-2 {
	position: absolute;
	width: 215px;
	left: 435px;
	top: 530px;
}
#textTag {
	position: absolute;
	width: 370px;
	top: 930px;
	left: 175px;
}
.tshirts {
	padding=bottom: 10px;
}
.formOption {
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	color: #222222;
	margin-bottom: 28px;
	letter-spacing: .08em;
}
.purchaseSizes {
	font: 11px/17px Helvetica, Arial, Verdana, sans-serif;
	color: #CCCCCC;
	margin-bottom: 28px;
	letter-spacing: .08em;
}
.optionsPad {
	margin: 0;
	padding: 0;
	}
