/* CSS Document */

html * {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #000;
	color: #fff;
}

a:active, a:focus {
	outline: none;
}

#wrapper {
	min-width: 850px;
	max-width: 1000px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 850? "850px": "auto" );
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
	padding: 10px;
}

#header {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#resume{
	text-align:center;
	width:90%;
}

#resume a{
	color:#999999;
}

.color{
	color:#FFFF00;
}

.logo {
	display:block;
	width: 100px;
	height: 100px;
	background: transparent url(../images/logo.gif) no-repeat;
	margin-bottom: 15px;
}

.subLogo {
	color: #999999;
	font-size: 16px;
}


#nav {
	clear: both;
	margin: 0px 0px;
	background: transparent url(../images/navbg.png) repeat-x;
	height: 29px;

	padding-bottom: 10px;
}

#nav ul li{
	display: inline;
}

#nav ul li a {
	display: block;
	float:left;
	padding: 0px 18px 0px 18px;
	text-align:center;
	height: 29px;
	line-height: 29px;
	color: white;
	font-size: 18px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FDF21C;
}

#why{
	color:#FFFF00;
	width:85%;
	font-size:24px;
}


.contentainer p {
	margin-bottom: 10px;
}

.contentainer ul {
	list-style-position: inside;
	margin-left: 15px;
}

.contentainer h1{
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC0000;
}

.contentainer h2{
	color: #FFFF00;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC0000;
}

h1.subHead {
	border: none;
	font-size: 20px;
	margin: 10px 0px 5px 20px;
	padding: 0px;
}

.separator {
	border-bottom: 1px solid #CC0000;
	margin: 10px 0px;
}

#movieLinks {
	float:right;
	padding: 20px 0px 0px 0px;
}

#movieLinks a{
	color: #999999;
	font-size: 18px;
	display: block;
	padding: 5px 0px;
	text-decoration:underline;
}

#movieLinks a:hover {
	color: #FDF21C;
	text-decoration: underline;
}

#movieHolder {
	width: 530px;
	height: 315px;
	background: transparent url(../images/moviebg.jpg) no-repeat;
}

#footer {
	border-top: 1px solid #CC0000;
	padding: 5px 0px;
	margin: 20px 0px 30px 0px;
	clear:both
}

#footer span {
	color: #FFF;
	font-size: 14px;
}

#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.services {
	list-style-position: inside;
	margin: 0px 0px 10px 50px;
}

.services a:hover {
	cursor: pointer;
}

.toggle {
	display: none;
	float:left;
	font-size: 12px;
	margin: 15px 0px 0px 10px;
	width: 40%;
	height: 100px;
	/*color: #FFF719;*/
	color: #FFFF33;
}

#contactForm {
	margin-top: 50px;
}

#contactForm input, #contactForm textarea{
	width: 35%;
	margin-bottom: 5px;
	padding: 2px;
}

#contactForm textarea {
	height: 100px;
}

#overs a {
	color: #fff;
}

#overs a.linkto {
	color: #CCCCCC;
}