* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #171717;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
}



/**
 * Generic
 * --------------------------------------------
 */
A {
	color: #C58BCC;
	text-decoration: none;
}

H1, H2, H3, H4 {
	color: #C58BCC;
	font-size: 1.0em;
	padding-bottom: 7px;
	background: url(../images/horiz_line_a.gif) 0 bottom repeat-x;
	font-weight: normal;
	margin-bottom: 9px;
}
H1 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: Georgia, Times New Roman;
	font-style: italic;
	font-size: 1.6em;
	font-weight: normal;
}

IMG {
	border: 0;
}

P {
	margin-bottom: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}





/**
 * Layout Containers
 * -------------------------------------------
 */
DIV#page_container {
	width: 1010px;
	margin: 42px 0 0 30px;
}

DIV#content_main {
	float: right;
	width: 660px;
}

DIV#content_side {
	width: 265px;
}

DIV#inner_content_container {
	padding: 50px 0 50px 0;
	min-height: 300px;
}



/**
 * Main Nav
 * --------------------------------------------
 */
UL#main_nav {
	list-style-type: none;
	margin-bottom: 80px;
}
UL#main_nav LI {
	float: left;
}
UL#main_nav A {
	display: block;
	width: 102px;
	height: 30px;
	margin-right: 15px;
	color: #EEEEEE;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: Georgia, Times New Roman;
	background: url(../images/main_nav_but_bknd.gif) 0 -30px repeat-x;
}
UL#main_nav A:hover,
UL#main_nav A.active
{
	background-position: 0 0;
}
UL#main_nav SPAN {
	display: block;
	padding: 8px 0 0 0px;
}




/**
 * Footer
 * --------------------------------------------
 */
DIV#footer {
	position: relative;
	height: 60px;
	clear: both;
}



.test {
	background: url(../images/horiz_line_a.gif) 0 bottom repeat-x;
	background: url(../images/bullet.gif) 0 50% no-repeat;
}




IMG#hdr_logo {
	margin-bottom: 70px;
}

DIV.hr {
	width: 100%;
	clear: both;
	height: 8px;
	background: url(../images/horiz_line_a.gif) 0 0 repeat-x;
}






/*
 * General Content Items
 * ********************************
 */

DIV#inner_content_container UL {
	list-style-type: none;
	margin-bottom: 1em;
	line-height: 1.4em;
}

DIV#inner_content_container LI {
	background: url(../images/bullet.gif) 0 0.5em no-repeat;
	padding-left: 15px;
}

DIV#inner_content_container IMG.main {
	margin-bottom: 20px;
}

UL.contact-summary {
	list-style-type: none;
	width: 12em;
}
UL.contact-summary LI {
	background: url(../images/horiz_line_a.gif) 0 bottom repeat-x;
	padding-bottom: 5px;
}


/*
 * Equipment Listings
 * ********************************
 */
DIV.equipment-list-block-left {
	float: left;
	width: 45%;
}
DIV.equipment-list-block-right {
	float: right;
	width: 45%;
}

/*
 * Work Listings
 * ********************************
 */
DIV.work-list-block {
	float: right;
	width: 220px;
}

DIV.work-list-block A {
	color: #FFFFFF;
}

IMG.play-icon {
	vertical-align: middle;
	margin-left: 5px;
}


/*
 * Forms
 * ********************************
 */
FORM.onecan-form {
	
}
FORM.onecam-form INPUT,
FORM.onecam-form TEXTAREA {
	border: 0;
	background: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 0.5em;
	padding: 4px;
	font-family: Helvetica, Arial, sans-serif;
}
FORM.onecam-form INPUT.button {
	padding: 0;
}

UL.errors {
	color: yellow;
}