/*
---------------------------------------------------------------------
            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 {
	position: absolute;
	top: 0px;
	width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0;
	min-width: 960px;
	max-width: 100%;
	margin: 0;
}
/* end IE 5 hack */ 
#container {
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding-bottom: 0;
	width: 960px;
	height: 600px;
	background-color: #000;
}
body {
	background-color: #000;
	background-image: url(http://www.701themovie.com/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nobg {
	background-color: #000 !important;
	background-image: none !important;
}
p {
	font: 13px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #7E797E;
	margin-bottom: 12px;
	letter-spacing: .03em;
}
h1 {
	font: 15px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #7E797E;
	margin-bottom: 0px;
	letter-spacing: .03em;
}
a:link {
	color: #EF4037;
	text-decoration: none;
}
a:visited {
	color: #EF4037;
	text-decoration: underline;
}
a:hover, a:active {
	color: #375a6d;
	text-decoration: none;
}
.mice {
	font-size: 11px;
	color: #000000;
}




/* NAVIGATION */ 


#navigation {
	position: absolute;
	top: 492px;
	width: 960px;
/*	left: 120px; */
	left: 162px;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.navItem {
	margin: 0;
	padding: 0px;
}

/* MAIN CONTENT */ 

#window {
	position: absolute;
	height: 540px;
	left: 0px;
	top: 40px;
	margin: 0px auto;
	padding: 0;
	z-index: 1;
	background-image: url(http://www.701themovie.com/images/img-home.jpg);
	background-repeat: no-repeat;
}
#window_contact {
	position: absolute;
	height: 540px;
	left: 467px;
	top: 40px;
	margin: 0px auto;
	padding: 0;
	z-index: 1;
	background-image: url(http://www.701themovie.com/images/img-home.jpg);
	background-repeat: no-repeat;
}
#mainText {
	position: absolute;
	left: 123px;
	top: 580px;
	width: 730px;
	margin: 0;
	padding: 0  0 36px 0;
	z-index: 1;
}
#mainText_Bio {
	position: absolute;
	left: 40px;
	top: 580px;
	width: 900px;
	margin: 0;
	padding: 0  0 36px 0;
	z-index: 1;
}
.center {
	text-align: center;
}

/* SPLASH PAGE */

#splashText {
	position: absolute;
	width: 960px;
	top: 240px;
	margin: 0;
	z-index: 1;
}
.centerRed {
	text-align: center;
	margin: 160px 0 0 0;
	color: #EF4138;
}
.centerRed a:link {
	color: #EF4138;
	text-decoration: none;
}
.centerRed a:visited {
	color: #EF4138;
	text-decoration: none;
}
.centerRed a:hover, .centerRed a:active {
	color: #EF4138;
	text-decoration: underline;
}

/* FORM */

table {
	background-color: #none;
}

.form {
	font: 13px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #7E797E;
	margin-bottom: 3px;
}
.formFill {
	font: oblique 14px/22px Arial, Helvetica, Verdana, sans-serif;
	color: #375a6d;
	padding: 3px;
	margin-bottom: 1px;
	background-color: #000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7E797E;
	border-right-color: #7E797E;
	border-bottom-color: #7E797E;
	border-left-color: #7E797E;
}
.submitBtn {
	margin: 12px 0 0 638px;
}
/* BIOS */ 

.bioBox {
	display: relative;
	background-color: #000;
	height: 194px;
	width: 860px;
	margin: 0 0 48px 0;
	padding: 0;
}

.bioPic {
	float: left;
	margin: 0;
	padding-right: 24px;
}
.bioText {
	margin: 18px 18px 0px 0;
	padding-top: 18px;
	font: 13px/20px Arial, Helvetica, Verdana, sans-serif !important;
}