html, body {
	height:100%;
	margin:0 auto;
}

#wrap {
	background:#f6f6f6 url('../images/bg.jpg') repeat;
	background-position: top center; 
	min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 234px;  /* must be same height as the footer */
}

a {
   outline: 0;
   cursor:pointer;
}

object, embed {
  outline: 0;
}

.header-home {
	height:122px;
	width:100%;
}

.header {
	width:990px;
	left: 50%;
	margin-left: -495px;
	margin:0 auto;
}

.body-content {
	width:auto;
}

.equipment td a {
	color: #EC008C;
}

.equipment .footer td a {
	color: #fff;
}

/*Copy */

h1 {
	font-size:40px;
	line-height:26px;
	color:#002766;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.access {
	font-size:13px;
	line-height:16px;
	color:#ec008c;
	text-transform:uppercase;
	margin-top: 0px;
}

h2.rentals {
	font-size:13px;
	line-height:16px;
	color:#414246;
	text-transform:uppercase;
	margin-top: 0px;
}

h3 {
	font-size:18px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}



.content-home {
	width:990px;
	position:relative;
	left: 50%;
	margin-left: -495px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.content-home a {
	color:#002766;
	}

.content-text {
	background-color:#dadcea;
}

.dotted {
    background-image: url("../images/dotted.png");
    background-repeat: repeat-x;
    height: 1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
}

/*Menu */

ul#sub-access {
	margin-top: 0px;
	list-style:none;
	margin-left:20px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight:bold;
}

ul#sub-access li {
	margin-top:4px;
	padding-bottom:4px;
	border-bottom: 1px dotted #7b7b7b;
	color:#ec008c;
}

ul#sub-access a {
	text-decoration:none;
	color:#002766;
}

ul#sub-access a:hover {
	color:#000;
}

/*Menu Rentals */

ul#sub-rentals {
	margin-top: 0px;
	list-style:none;
	margin-left:20px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight:bold;
}

ul#sub-rentals li {
	margin-top:4px;
	padding-bottom:4px;
	border-bottom: 1px dotted #7b7b7b;
	color:#414246;
}

ul#sub-rentals a {
	text-decoration:none;
	color:#002766;
}

ul#sub-rentals a:hover {
	color:#000;
}


/*Footer */

.footer {
	width:990px;
	position:relative;
	left: 50%;
	margin-left: -495px;
	margin-top: 20px;
}

.footer-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#fff;
	text-transform:uppercase;
}

.footer-copy a {
	text-decoration:none;
	color:#fff;	
}

.footer-copy a:hover {
	text-decoration:none;
	color:#fff;	
}

/* Slider */

#slider {
	width:990px;
	height:353px;
	position:relative;
}

#slides {
	width:990px;
	height:353px;
	position:absolute;
}

#about-slides #slider,
#about-slides #slides {
	height:269px !important;
}

pre {
	display:none
	}

/* Tabs */

.tabs {
	width:166;
	height:129px;
	z-index:999;
	position:absolute;
	left:824px;
	top: 196px;
}

.tabs-equipment {
	width:166;
	height:129px;
	z-index:999;
	position:absolute;
	left:824px;
	top: 208px;
}


/* Tables */

.bordercolor1 {
    background-color: #fff;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

.bordercolor2 {
    background-color: #fff;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

.equpiment-header {
    color: #19285E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    text-align: center;
}

.disclaimers {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* Validator */

	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#19285E;
				color:#fff;
				font-family:tahoma;
				font-size:10px;
				box-shadow: 1px 1px 6px #19285E;
				-moz-box-shadow: 1px 1px 6px #19285E;
				-webkit-box-shadow: 1px 1px 6px #19285E;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 1px 4px 5px #19285E;
					-moz-box-shadow: 1px 4px 5px #19285E;
					-webkit-box-shadow: 1px 1px 5px #19285E;
					font-size:0px; 
					
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#19285E;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#19285E;margin:0 auto;display:block;} 
				

