/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ccc;
	background: #000000;
	overflow: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/*_______________________________ Menu _______________________________*/

.menue li.active a:link {
	text-decoration: none;
	color: #999999;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue li.active a:active {
	text-decoration: none;
	background-color: #FF0000;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue li.active a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FF0000;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue li.active a:hover {
    text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }

.menue a:link {
    text-decoration: none;
	color: #999999;	
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue a:active {
    text-decoration: none;
	background-color: #FF0000;
	color: #000000;	
	font-weight: bold;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue a:visited {
    text-decoration: none;
	color: #999999;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
.menue a:hover {
    text-decoration: none;
	background-color: #CCCCCC;
	color: #333333;	
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	 }
p a img,
p a:hover img,
p a:visited img, 
#boxIndex a img,
#boxIndex a:hover img,
#boxIndex a:visited img {
    text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	margin: 0 0 0 0;
}



/*_______________________________ Menu _______________________________*/

#menu {
	width: 265px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-image: url(http://s277540299.onlinehome.us/01/images/halo_03.png);
	z-index: 5;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

#menuCrop {
	position: absolute;
	left: 0;
	width: 246px;
	overflow:hidden;
}

.menuCroping {
	overflow:hidden;
	margin: 0 -300px 0px -5px;
}

#menuFooter {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 250px;
	height: 210px;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	vertical-align: bottom;
}

#menuHeader {
	
}

#menu ul {
	list-style: none;
	margin: 60px 0 24px 0;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

#menu ul li.section-title { }

#titleBar {
	position: absolute;
	top: 25px;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 4;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#titleText {
	position: absolute;
	height: 25px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	overflow: hidden;
	text-align: center;
	padding-left: 300px;
	padding-top: 10px;
}


/*_______________________________ Content _______________________________*/

#content {
	position: absolute;
	width: 600px;
    margin: 0 0 0 0;
    top: 85px;
    left: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.1em;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	width: 550px;
	margin-bottom: 9px;
	margin-left: 25px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bolder;
	text-decoration: underline;
	color: #999999;
	margin: 0 0 2px 25px;
	letter-spacing: 0.2em;
}
h2 { 
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 0 25px;
	font-weight:normal;
 }
h3 {
	font-size: 10px;
	margin: 0 0 5px 25px;
	text-transform: uppercase;
	font-weight: normal;
}
h4 { 
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: .15em;
	text-decoration: none;
	padding: 0 0 8px 40px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }

/*_______________________________ Index Pages _______________________________*/

#box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 600px;
	overflow: visible;
}
#boxIndex {
	position: relative;
	float:left;
	width: 250px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px 10px 10px;
}
a:link {
    text-decoration: none;
	color: #999999;	
	font-variant: small-caps;
	font-weight: bold;
	 }
a:active {
    text-decoration: none;
	color: #000000;	
	font-weight: bold;
	 }
a:visited {
    text-decoration: none;
	color: #999999;
	font-variant: small-caps;
	font-weight: bold;
	 }
a:hover {
    text-decoration: none;
	color: #333333;	
	font-variant: small-caps;
	font-weight: bold;
	 }

/*_______________________________ About Pages _______________________________*/

ul.Press {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: .15em;
	text-decoration: none;
	padding: 0 0 15px 25px;
}

ul.Press li {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: .1em;
	padding: 4px 0 0 0;
	text-decoration: none;
}
.center {
	text-align: center;
}
ul.address {
	font-size: 16px;
	font-weight: none;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 15px 0;
	list-style: none;
}

ul.address li {
	font-size: 12px;
	line-height: 13px;
	padding: 4px 0 0 0;
	text-decoration: none;
}
ul.credits {
	font-size: 16px;
	font-weight: none;
	line-height: 26px;
	text-decoration: none;
	padding: 60px 0 15px 25px;
}

ul.credits li {
	font-size: 12px;
	line-height: 17px;
	padding: 4px 0 0 0;
	text-decoration: none;
}
/*_______________________________ Detail Pages _______________________________*/

#video1 {
	width: 600px;
	height: 350px;
	float:left;
	padding: 20px 0 0 0;
}
#video2 {
	width: 480px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*_______________________________ Archive Pages _______________________________*/



