@charset "UTF-8";

body {
	background-color:3c3c3d;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #a03257;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a03257;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
}
#head {
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 100%;
	background-image: url(../resources/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#head #head_content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#head #head_content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#body_container {
	background-image: url(../resources/mainbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 635px;
	width: 100%;
	float: left;
}

/*--- NAV ---*/
#nav {
	height: 35px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#nav #navcontainer #navlist img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
}

#navlist a:hover {
	background-image: url(../resources/buttons/active.png);
	background-repeat: no-repeat;
}
/*--- NAV ---*/
#copy {
	border: thin solid #333;
	/*height: 500px;*/
	width: 850px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:6px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	height: 30px;
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
}
#foot-left {
	float: left;
	margin-left: 10px;
}
#body_container #copy img {
	padding-top: 5px;
	padding-left: 5px;
}
#foot-right {
	float: right;
	margin-right: 10px;
}
#copy-content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	margin-top: 5px;
	margin-left: 5px;
}
#linkslist li {
	list-style-type: none;
}
#contact-left {
	float: left;
	width: 150px;
}
#contact-right {
	float: right;
	width: 550px;
}
#cf-a {
	float: left;
	width: 200px;
}
#cf-b {
	float: right;
	width: 320px;
}
#prod-video {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-left: 10px;
}
#prod-copy {
	float: left;
	width: 400px;
	margin-left: 10px;
	font-size: 0.8em;
}
#missing-video {
	background-color: #000;
	height: 320px;
	width: 400px;
	margin-top: 10px;
}
#team-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	float: right;
	width: 620px;
	margin-right: 10px;
}
#team-pic {
	float: left;
	width: 200px;
}
#partner-copy {
	width: 830px;
	margin-left: 10px;
	font-size: 0.8em;
}
#body_container #copy #partner-copy img {
	float: right;
	margin-left: 10px;
}
