/* #MAIN DOCUMENT SETUP# */

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, td {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #999;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 140px;
}

#content {
	margin: 0;
	padding: 38px 0 100px 0;
	position: relative;
}

body.IE6 #content {
	zoom: 1;
}

#content #copy {
	width: 540px;
	float: left;
	margin-right: 40px;
}

#content .l {
	width: 60%;
	float: left;
}

#content .r {
	width: 35%;
	float: right;
}

#content #home-l {
	float: left;
	width: 450px;
	margin-top: 2em;
}

#content #home-r {
	float: right;
	margin: 4em 0 0 0;
}

#footer {
	height: 113px;
	background: url('/App_Themes/VMT/footer_blades.png') bottom right no-repeat;
	border-top: 1px solid #202020;
	clear: both;
}

#legal {
	font-size: 10px;
	color: #404040;
	float: left;
}

#legal p {
	margin-top: 15px;
}

#legal a {
	color: #5d5d5d;
}

/* #TEXT# */

p {
	margin: 1em 0;
	line-height: 18px;
}

a {
	/* color: #; */
	color:  #fff;
	text-decoration: underline;
}

a:hover {
	color: #a7d59e;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #60604b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1.5em 0 1em 0;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;	
}

h1 {
	font-size: 30px;
	margin: 0 0 40px 0;
	color: #39392c;
}

h1 + h4 {
	margin-top: -0.5em;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h4.title {
	margin: 40px 0;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

h6 + p {
	margin-top: -0.75em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

.first {
	margin-top: 0;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.footnote {
	font-size: 11px;
	font-style: italic;
}

/* #TABLES# */

table.keyvaluepair td.k {
	padding: 0 1em 1em 0;
	font-weight: bold;
	vertical-align: top;
}

table.keyvaluepair td.v {
	padding: 0 0 1em 0;
	vertical-align: top;
}

/* #MENUS# */

#menu {
	float: right;
}

/* #MENUS/LEVEL ONE# */

#menu ul.one {
	list-style-type: none;
	margin: 107px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

#menu ul.one li.one {
	display: block;
	float: left;
	margin: 0 0 0 1.5em;
	line-height: normal;
	position: relative;
}

body.IE6 #menu ul.one li.one {
	zoom: 1;
}

#menu a,
#submenu a {
	color: #60604b;
	text-decoration: none;
}

#menu a.CMSListMenuLinkHighlighted,
#submenu a.CMSListMenuLinkHighlighted {
	color: #a7d59e;
}

/* #MENUS/LEVEL TWO# */

#menu ul.two {
	list-style-type: none;
	position: absolute;
	text-align: center;
	bottom: 14px;
	left: -75px;
	right: -75px;
	margin: 0;
	padding: 0 0 0.5em 0;
}

#menu li.two {
	font-size: 0.85em;
	margin: 0;
	padding: 2px 0;
}

#menu a.one:hover,
#menu a.two:hover,
#submenu a:hover {
	color: #fff;
}

#menu ul ul { 
	display: none
}

#menu ul li:hover ul { 
	display: block; background-color: black; 
}

/* #MENUS/SUBMENU# */

#submenu {
	position: absolute;
	right: 0;
	top: -10px;
}

#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-transform: lowercase;
}

#submenu ul li {
	display: block;
	float: left;
	margin: 0 0 0 1.5em;
}

#footerMenu {
	float: right;
}

#footer #footerMenu ul {
	list-style-type: none;
	margin: 17px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

#footer #footerMenu ul li {
	display: block;
	float: left;
	margin: 0 0 0 1.5em;
	line-height: normal;
}

#footer #footerMenu a {
	color: #39392c;
	text-decoration: none;
}

#footer #footerMenu a.CMSListMenuLinkHighlighted,
#footer #footerMenu a:hover {
	color: #546b4f;
}

/* #PANEL# */

.panel {
	width: 220px;
	float: right;
	margin-bottom: 1em;
}

.panel-top {
	background: url('/App_Themes/VMT/panel_top.png') left top no-repeat;
	height: 60px;
}

.panel-bottom {
	background: #1e1e1e url('/App_Themes/VMT/panel_bottom.png') left bottom no-repeat;
	height: 30px;
}

.panel-content {
	padding: 20px 20px 0 20px;
	background-color: #1e1e1e;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
}

.panel-content h4 {
	margin-top: -60px;
	text-transform: lowercase;
	color: #808080;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

.panel-content h5 {
	font-weight: normal;
	text-transform: lowercase;
	color: #808080;
	margin: 1em 0 0 0;
}

.panel-content p {
	color: #ccc;
	font-size: 11px;
	margin-bottom: 0;
}

/* #LISTS# */

ul, ol {
	margin: 1em 0;
	padding-left: 2em;
}

ul {
	list-style-type: square;
}

li {
	line-height: 18px;
	margin: 0.25em 0;
}

/* #FORMS# */

.EditingFormTable {
	width: 100%;
}

.EditingFormLabelCell,
.FieldLabel {
	font-weight: bold;
	padding: 5px 1em 1em 0;
	vertical-align: top;
	width: 75px;
}

table.Logon {
	width: auto;
}

table.Logon .EditingFormLabelCell {
	width: 80px;
}

table.Logon td {
	vertical-align: center;
}

input.LogonTextBox {
	width: 150px !important;
}

.pnlPasswdRetrieval {
	margin-left: 98px;
}

.InfoLabel,
.ErrorLabel {
	font-size: 11px;
	font-weight: bold;
	color: Yellow;
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted Yellow;
	display: block;	
}

.InfoLabel {
	border-color: #1799d5;
	color: #1799d5;
}

.EditingFormErrorLabel {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: Yellow;
	margin: -0.5em 0 1em 0;
}

input[type=text], 
input[type=submit],
input[type=password],
textarea {
	background: #000;
	border: 2px solid #303030;
	padding: 3px;
	color: #666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0 0 1em 0;
	width: 100%;
}

.IE7 input[type=text], 
.IE7 input[type=submit],
.IE7 input[type=password],
.IE7 textarea {
	width: 90%;
}

textarea {
	height: 100px;
}

input[type=submit],
.IE7 input[type=submit] {
	width: auto;
	background: #666;
	color: #111;
}


/* #TESTIMONIALS# */

.testimonial_snippet {
	font-size: 1.25em;
}

.testimonial_byline {
	margin: -1em 0 2em 2em;
	font-style: italic;
}

/* #DEMO REEL AREA# */

.demoreel_preview {
	width: 144px;
	float: left;
	margin-bottom: 2em;
}

.demoreel_preview h5 {
	text-align: center;
	margin-top: 0;
}

.demoreel_spacer {
	width: 20px;
	float: left;
}

.demoreel_box {
	margin: 0 auto 2em auto;
	width: 640px;
}

/* #MISC# */

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.photo {
	border: 10px solid #202020;
}

.hdiv {
	border-top: 1px solid #202020;
	margin-top: 1em;
	padding-top: 1em;
}

.topspace {
	margin-top: 40px;
}

.linkbutton {
	display: block;
	overflow: visible;
	padding: 0.5em 1em;
	background-color: #202020;
	float: left;
	text-decoration: none;
	margin-right: 1em;
}

.linkbutton:hover {
	background-color: #303030;
}

.linkbutton a {
	text-decoration: none;
}

.breadbox {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.breadbox a {
	text-decoration: none;
}

.nomargin {
	margin: 0;
}

.gridspace td {
	padding-right: 20px;
}