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


/* 		GRID	 */

#grid {	
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	z-index: 100;
	
	background-image: url('./images/grid.png');
	background-position: 28px 0;
		
	overflow: hidden;
	
	visibility: hidden;
}

html, body {
	height: 100%; 
	
	font-family: Arial, sans-serif;
	
	overflow: hidden;
}


/* 		TYPOGRAPHY 		*/


p, h3, h2, h1 {	
	line-height: 14px;
	
	position: relative;
	top: 3px;
}

h1 {
	font-size: 12px;

	padding: 0 0 14px;
	
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 11px;
	font-weight: 700;
	
	padding: 0 0 14px;
}

h3 {
	font-size: 10px;
	
	padding: 0 14px 0 0;
	top: 4px;
	
	float: right;
}

p {
	font-size: 11px;
	padding: 0 0 28px;
}

.bold {
	font-weight: 700;
}

.opera p, opera h2 {
	top: 4px;
}

.gecko h3, .ie h3 {
	top: 3px;
}

a {
	text-decoration: none;
	font-weight: 700;
	
	color: #de2147;
}

a:hover {
	text-decoration: underline;
	font-weight: 700;
	
	color: #de2147;
}

/*		SUPERSIZE		*/


#supersize img, #supersize a{
	height: 100%;
	width: 100%;
	display: none;
}
#supersize .activeslide, #supersize .activeslide img{
	display: inline;
}


/*		STRUCTURE		*/

#wrapper {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	overflow: auto;
}

#inner {
	width: 1022px;
	
	float: left;
	
	overflow: hidden;
}

.opera #inner {
	float: none;
}

/*		SIDE COLUMN		*/


#sideColumn {
	width: 224px;
	
	margin: 14px 0 14px 14px;
	
	position: relative;
	top: 0;
	left: 0;
	
	float: left;
	
	z-index: 10;
	
	background-color: transparent;
	
	color: #262626;
}

#columnContent {
	background-image: url('./images/dropshadowMid.png');
	background-repeat: repeat-y;
}

#columnContent {
	width: 224px;
}

#columnPusher {
	width: 168px;
	
	padding: 0 28px;	
	
	position: relative;
	top: -14px;
	left: 0;
	
	background-image: url('./images/headerMain.png');
	background-repeat: no-repeat;
	background-position: 14px 0;
}

#shadowTop {
	background-image: url('./images/dropshadowTop.png');	
}

#shadowBottom {	
	background-image: url('./images/dropshadowBottom.png');	
}

#shadowTop, #shadowBottom {
	width: 224px;
	height: 28px;
	
	background-repeat: no-repeat;
}


/*		RETURN MENU		*/


#returnMenu {
	width: 756px;
	height: 28px;
	
	margin: 0 0 14px;
	padding: 14px 14px 28px;
}

#returnMenu p, #returnMenu h2 {
	padding: 0;
}

#returnMenu:after {
	content: " ";
	display: block;
	clear: both;
}

#locationBox {
	float: left;
}

#navigationBox {
	float: right;
	padding: 0 14px;
}

/*		MAIN COLUMN		*/


#mainColumn {	
	width: 784px;
	margin: 28px 0 14px;
	
	position: relative;
	top: 0;
	left: 0;
	
	float: left;
	
	z-index: 10;
}


/*		FLOATS		*/


.floatLeft {	
	margin: 0 14px 28px 0;
	
	float: left;
}

.clear {
	width: 770px;
	height: 14px;
}

.floatLeft:after, .clear {
	content: " ";
	display: block;
	clear: both;
}

/*		COLUMNS		*/


.halfColumn {
	width: 91px;
	margin: 0 7px 28px 0;
}

.oneColumn {
	width: 182px;
}

.twoColumn {
	width: 378px;
}

.threeColumn {
	width: 574px;
}

.fourColumn {
	width: 770px;
}


/*		IMG BOX			*/

.indexed {	
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	
	background-color: #000;
}

.icon {
	width: 180px;
	height: 124px;
}

.feature {
	width: 572px;
	height: 250px;
}

.twoColumnImg {
	width: 378px; 
	height: 280px; 
}

.threeColumnImg {
	width: 574px; 
	height: 406px; 
}

.video {	
	background-color: #000;
}