/* Basic setup for page */

body
{
	margin: 0 auto;
	margin-top: 0px;
	color: #666;
	font-family: Arial, Helvetica, Lucida Grande, sans-serif;
	font-size: .85em;
	line-height: 120%;
	font-weight: normal;
}
#header {
	width: 800px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(../images/ackermanLogo.jpg) no-repeat;
/*		border-bottom: 1px solid #333;	*/

}


#demo_reels  iframe{
	margin-bottom: 40px;
}

h1
{
	font-size: 1.2em;
	color: #C93546;
	font-weight: bold;
	padding: 12px 0;
	margin: 0;
	margin-left: -40px;
	padding-left: 40px;
}

a { color: #404040; }
a:hover { text-decoration: none; }

ul
{
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

p
{
	margin: 0;
	padding: 3px 0 6px 0;
}

#container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#hairline {
float: left;
width: 800px;
height: 1px;
border-bottom: 1px solid #333;
margin-left: 0px;
}
.nav
{
	width: 800px;
	float: left;
	margin-bottom: 20px;

}

.nav ul
{
	width: inherit;
	height: 20px;
	list-style-type: none;
	list-style-position: default;
	margin: 0;
	margin-left: -10px;
	padding: 0;

}

.nav li
{
	list-style-type: none;
	padding: 0 8px;
	margin: 0;
	float: left;
	line-height: 100%;

}

.nav ul li a
{
	display: block;
	font-size: .85em;
	text-decoration: none;
	padding: 2px 12px;
	font-weight: bold;
	white-space: nowrap;
	color: #555;

}

.nav ul li a:hover
{
	background-color: #C93546;
	color: #fff;
}

.nav ul li a#down:hover { background-color: #fff; }
.nav ul li a#down { color: #C93546; }

#clipdown {
background-color:#C93546;
color: #fff;
padding: 0 2px;
}

.viewer { width: 600px; }

ul {
padding: 0 2px;
}
li {
line-height: 200%;
}

ul a, #footer a, a {
text-decoration: none;
color: #C93546;
}

ul a:hover, #footer a:hover, a:hover {
background-color: #C93546;
color: #fff;
}
#footer {
width: 800px;
border-top: 1px solid #333;
padding-top: 2px;
margin-top: 40px;
text-align: center;
font-size: 85%;

}