/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	line-height: 26px;
	text-align: left;
	}


p {
	margin: 0 0 25px 0;
	}


h1 {
	margin:  0 0 2px 0;
	padding: 0;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	line-height: 39px;
	color: #ffffcc;
	}
	
	
h2 {
	margin:  0 0 8px 0;
	padding: 0;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	color: #fff;
	}
	
h3 {
	margin: 0 0 35px 0;
	padding: 0;
	}
	
h4 {
	margin: 15px 0 5px 0;
	padding: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 15px;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 10px;
	line-height: 17px;
	}
	
h6 {
	font-size: 10px;
	line-height: 17px;
	}


img {
	border: 0;
	}


a {
	color: #ffffcc;	
	text-decoration: none;
	}
	
a:hover {
	color: #ffff99;
	text-decoration: none;
	} 
	
a:focus {
	outline: 0;
	}
	
a:active {
	outline: 0;
	}	
	
	
form {
	margin: 0;
	padding: 0;
	}
	
	
label {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
	
	
	
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* IDs - page structures */

#bodyCrush {
	background: #000 url(../images/bkGlobalCrush.gif) top center repeat-x;
	}
	
#bodySanta {
	background: #000 url(../images/bkGlobalSanta.gif) top center repeat-x;
	}

#bodyMark {
	background: #000 url(../images/bkGlobalMark.gif) top center repeat-x;
	}



#header {
	margin: 0;
	padding: 0;
	height: 103px;
	}

#mainLanding {
	margin: 0;
	padding: 0;
	background: url(../images/bkHistorical.jpg) top center no-repeat;
	}
	
	
#mainCrush {
	margin: 0;
	padding: 0;
	background: url(../images/bkHistoricalCrush.jpg) top center no-repeat;
	}
	

	
#mainSanta {
	margin: 0;
	padding: 0;
	background: url(../images/bkHistoricalSanta.jpg) top center no-repeat;
	}
	
	
#mainMark {
	margin: 0;
	padding: 0;
	background: url(../images/bkHistoricalMark.jpg) top center no-repeat;
	}
	
	
#navigation {
	margin: 0 auto;
	padding: 0;
	width: 938px;
	vertical-align: top;
	}
	
	
#pageContent {
	margin: 0 auto;
	padding: 9px;
	width: 874px;
	background: url(../images/bkContent.gif) repeat;
	border: #333 1px solid;
	}
	
#contentCrush {
	margin: 0;
	padding: 25px 9px 30px 25px;
	background: #6e002b url(../images/bkContentCrush.gif) repeat-x;
	text-align: left;
	}
	
#contentSanta {
	margin: 0;
	padding: 25px 9px 30px 25px;
	background: #6c0000 url(../images/bkContentSanta.gif) repeat-x;
	text-align: left;
	}
	
	
#contentMark {
	margin: 0;
	padding: 25px 9px 30px 25px;
	background: #0a3e60 url(../images/bkContentMark.gif) repeat-x;
	text-align: left;
	}


#trailer {
	margin: 0 20px 0 0;
	padding: 0;
	width: 410px;
	float: left;
	display: inline;
	}
	
#synopsis {
	margin: 0;
	padding: 0;
	width: 410px;
	float: left;
	display: inline;
	}
	
	
#ecardPromo {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#synopsis p {
	margin: 0;
	padding: 0;
	}
	
#leftColumn {
	margin: 0 10px 0 0;
	padding: 0;
	width: 410px;
	float: left;
	display: inline;
	}
	
#rightColumn {
	margin: 0;
	padding: 0;
	width: 410px;
	float: left;
	display: inline;
	}


#footerCrush {
	margin: 0;
	padding: 26px 0 0 30px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkFooterCrush.gif) top center repeat-x;
	height: 400px;
	color: #3a3a3a;
	}
	
#footerCrush a {
	color: #3a3a3a;
	text-decoration: none;
	}
	
#footerCrush a:hover {
	color: #e5004c;
	text-decoration: none;
	}
	
	
#footerSanta {
	margin: 0;
	padding: 26px 0 0 30px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkFooterSanta.gif) top center repeat-x;
	height: 400px;
	color: #3a3a3a;
	}
	
#footerSanta a {
	color: #3a3a3a;
	text-decoration: none;
	}
	
#footerSanta a:hover {
	color: #d10300;
	text-decoration: none;
	}


#footerMark {
	margin: 0;
	padding: 26px 0 0 30px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkFooterMark.gif) top center repeat-x;
	height: 400px;
	color: #3a3a3a;
	}
	
#footerMark a {
	color: #3a3a3a;
	text-decoration: none;
	}
	
#footerMark a:hover {
	color: #229ee7;
	text-decoration: none;
	}
	
	
	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* IDs - page structures */
	
	
.creditLogoCrush {
	border: 1px solid #141414;
	display: inline;
	margin: 20px 5px 10px 5px;
	}
	
.creditLogoCrush:hover {
	border: 1px solid #e5004c;
	}	
	
	
.creditLogoSanta {
	border: 1px solid #141414;
	display: inline;
	margin: 20px 5px 10px 5px;
	}
	
.creditLogoSanta:hover {
	border: 1px solid #d10300;
	}
	
.creditLogoMark {
	border: 1px solid #141414;
	display: inline;
	margin: 20px 5px 10px 5px;
	}
	
.creditLogoMark:hover {
	border: 1px solid #229ee7;
	}
	
.bgFix {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: block;	
	}
	
	
.borderCrush {
	border: 10px #4a011d solid;
	margin-bottom: 5px;
	}
	

.borderSanta {
	border: 10px #500000 solid;	
	margin-bottom: 5px;
	}
	
.borderMark {
	border: 10px #002842 solid;	
	margin-bottom: 5px;
	}
		
	
.backLink {
	margin: 0 0 0 1px;
	padding: 0;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}
	
.backLink:hover {
	color: #ffff99;
	}
	
	
	
.borderCrushCast {
	border: 10px #4a011d solid;
	margin: 0 8px 25px 8px;
	}
		
.borderCrushCast:hover {
	border: 10px #ff98c0 solid;
	}
	
	
.borderMarkCast {
	border: 10px #002842 solid;
	margin: 0 8px 25px 8px;
	}
		
.borderMarkCast:hover {
	border: 10px #6ba5cb solid;
	}
	
	
.borderSantaCast {
	border: 10px #500000 solid;
	margin: 0 8px 25px 8px;
	}
		
.borderSantaCast:hover {
	border: 10px #ff98c0 solid;
	}
	
	
.cover {
	margin: 45px 30px 0 45px;
	float: left;
	display: inline;
	width: 200px;
	}
	
	
	
	
	
	
	
	
	
	
	
	