body
{
	background-color: #000000;
	color: #CCCCCC;
	font-family: sans-serif, Verdana, Arial;
	font-size: 14px;
	font-weight: 900;
	margin: 0;
}

div.header
{
	width: 1020px;
	height: 510px;
	margin: 0;
	padding: 0;
	background-color: black;
}

div.bodyContainer
{
	margin: 0 auto;
	width: 1020px;
	background-image: url(black_gray_bg.gif);
	background-repeat: repeat-y;
}

div.spacer
{
	background-color: black;
	height: 15px;
	width: 1020px;
	padding: 0;
	margin: 0;
}

div.content_container
{
	text-align: left;
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

div.footer
{
	text-align: center;
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	margin: 10px 10px 0px 10px;
	padding: 30px 0px 15px 0px;
	border: none;
	/*border-top: 2px solid #606163;*/
	background-color: black;
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

.odd
{
	/*background-color: #080808;*/
	background-color: #181818;
}

.even
{
	/*background-color: #0F0F0F;*/
	background-color: #282828;
}

.top
{
	background-color: #3b3b3c;
}

.separated_cell
{
	border-left: solid 1px #3b3b3c;
	border-right: solid 1px #3b3b3c;
}
.bottom
{
	border-left: solid 1px #3b3b3c;
	border-right: solid 1px #3b3b3c;
	border-bottom: solid 1px #3b3b3c;
}

table.samples_container
{
	width: 100%; 
	padding: 0; 
	margin: 0; 
	border: none; 
	vertical-align: top;	
}
td.sample_img_pane
{
	margin: 5px 0px;
	padding: 10px;
	width: 170px;
	vertical-align: top;
}
td.sample_desc_pane
{
	margin: 5px 0px;
	padding: 10px;
	vertical-align: top;
}

td.sample_video_pane
{
	margin: 5px 0px;
	padding: 10px;
	vertical-align: top;
}

div.sample_container
{
	width: 100%;
	clear: both;
}
div.sample_img_pane
{
	width: 150px;
}
div.sample_desc_pane
{
	margin-left: 170px;
	margin-right: 10px;
}

p.copyright
{
	/*color: #606163;*/
	color: #AAAAAA;
	font-size: 75%;

	padding: 0px;
	line-height: 1em;
	margin: 5px;
}
p.bottom_links
{
	color: #606163;
	font-size: 100%;

	padding: 0px;
	line-height: 1em;
	margin: 0px;
}

div.content_pane
{
	text-align: left;
	padding: 5px 15px 15px 10px;
	margin-left: 245px;
	width: 730px;
}

div.left_column
{
	padding-right: 10px;
	width: 380px;
	text-align: right;
	display: inline;
}
div.right_column
{
	padding-left: 10px;
	width: 380px;
	text-align: right;
	display: inline;
}

div.left_menu_container
{
	background-color: transparent;
	padding: 15px;
	margin: 0;
	clear: left;
	float: left;
	width: 210px;
	vertical-align: text-top;
}

div.left_menu_container h3
{
	width: auto;
	line-height: 18px;
	height: 18px;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	border-bottom: 2px solid #D8E037;
	border-top: 2px solid #D8E037;
}


div.left_menu
{
	width: 210px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	overflow: hidden hidden;
}

div.testimonials_widget
{
	width: 210px;
	padding: 0;
	margin: 0;
	overflow: hidden hidden;
}

div.testimonials_widget p
{
	font-weight: normal;
	color: #AAAAAA;
	font-size: 85%;
	font-style: italic;
	line-height: normal;
	margin: 0;
	padding: 0;
}

div.left_separator
{
	width: auto;
	height: 10px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #D8E037;
}

a.menu_item
{
	background: url(yellow_bullet.gif) center left no-repeat;
	padding-left: 18px;
	color: #D8E037;
	font-variant: small-caps;
	font-weight: 900;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.75em;
}

a.menu_item:hover
{
	text-decoration: underline;
}

input.contact
{
	background-color: #0d0d0d;
	border: 1px solid #606163;
}

img.group_picture
{
	padding: 10px; 
	border: none;
}



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

a.orange
{
	color: #FFAA44;
	text-decoration: none;
}
a.orange:hover
{
	text-decoration: underline;
}

p.subheading
{
	color: #606163;
	font-size: 80%;
}

p.error_big
{
	font-size: 150%;
	padding-left: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #FF2222;
}

p.error
{
	padding-left: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #FF2222;
}
p.message
{
	font-size: 150%;
	padding-left: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #33FF33;
}

p
{
	margin: 10px 0px;
	line-height: 1.5em;
}

ul.equipment_list
{
	list-style-image: url(yellow_bullet_black.gif);
	marker-offset: 10px;
	font-size: 14px;
}
li
{
	padding-bottom: 3px;
}


h1
{
	color: #D8E037;
	font-variant: small-caps;
}
h2
{
	color: #FF7737;
	font-variant: small-caps;
}
h3
{
	color: #D8E037;
	font-variant: small-caps;
	font-weight: 900;
	padding-bottom: 0em;
	margin: 0em;
	line-height: 30px;
	/*padding-left: 10px;*/
}
h4
{
	color: #D8E037;
	font-weight: 900;
	padding-bottom: 0em;
	margin: 0em;
}

hr
{
	display: none;
}

.rollover3{
        height: 16px;
        width: 15px;
        background: url(images/q2.gif) top left no-repeat;
        display: block;
        margin:5px;
        }

.rollover3:hover{
        background-position: bottom left;
        }

