
/** LAYOUT **/
	#wrapper {
		width: 768px;
		min-height: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		border: 1px solid #999;
		background-color: #fff;
	}
	#header {
		height: 80px;
		padding: 10px;
		background: url(images/bg_header.gif) no-repeat;
	}
	#content{
		clear: both;
		width: 746px;
		padding: 20px;
	}

	#footer {
		clear: both;
		font: 11px arial;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3px;	
		text-align: center;
		width: 768px;		
	}
	
/** GENERIC / BASIC STYLES */
	body {
		background: url("images/2main-bg.gif");
		bgcolor: #ccc;
		font: normal 12px arial;
	}	
	h1 {
		font: 24px georgia,serif;
		color: #999;
		margin: 0 10px;
	}	
	h2 {
		font: 20px georgia,serif;
		color: #999;
		margin: 0 10px;
	}	
	h3 {
		font: 18px georgia,serif;
		color: #999;
		margin: 20px 40px;
	}		
	p {
		margin: 10px;
	}
	.copyright {
		color: #666;
		margin-top: 7px;
	}
/** NAVIGATION **/
	.logo {
		float: left;
		display: inline;
		width: 250px;
		margin-top: 5px;
	}
	.phone-number {
		float: left;
		display: inline;
		text-align: right;
		margin-top: -50px;
		margin-left: 630px;
		font: 16px georgia,serif;		
	}
	.primary-nav {
		font: 12px arial, Arial, Helvetica, sans-serif;
		padding: 0px;
		clear: both;
		margin-top: 0px;
		border-bottom: 1px solid #ccc;			
	}
	.primary-nav ul {
		list-style: none;
		margin: 0px; 
		padding: 0px;
		height: 28px;
	}
	.primary-nav li {
		float: left;
		display: inline;
		list-style-type: none;
		margin-left: 5px; 			
	}
	.primary-nav a {
		float: left;
		text-decoration: none;
		color: #5d4734;
		padding: 2px 20px;
		white-space: nowrap;
		font-weight: bold;
		border-bottom: 4px solid #fff;	
		margin: 5px;		
	}
	.primary-nav a:hover {
		border-bottom: 4px solid #4b7cbf;	
	}
	.primary-nav li.selected {
		border-bottom: 4px solid #4b7cbf;		
		float: left;
		text-decoration: none;
		color: #5d4734;
		padding: 2px 20px;
		white-space: nowrap;
		font-weight: bold;
		margin: 5px;			
	}	
	
/** OTHER STYLES **/
	.imageblock {
		width: 250px;
		float: right;
		display: inline;    
	}
	.imageblock img {
		margin: 10px;
		border: 1px solid #000;    
	}
	.caption {
		text-align: center;
		font: normal 11px arial;
	}
	.equipment {
		text-align: center;
		font: bold 20px arial;
		color: #000;
		margin: 10px; 
	
	}
	.separator {
		width: 450px;
		height: 1px;
		background: url("images/bg_black.gif");
	}	

/** CONTACT US STYLES  **/
	
		#tab-container ul.tabs {
			clear: both;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			border-bottom: 1px solid #ccc;
			padding-bottom: 27px;
		}

		.tab-new-definition {
			padding: 0 15px 5px 15px; 
			background: #fff; 
			border: 1px solid #ccc; 
			border-top: 2px solid #fff; 
			height: 450px; 
			overflow: auto; 
			overflow-y: scroll; 
			overflow-x: hidden;
		}
		ul.tabs li {
			float: left;
			padding: 5px;
			margin: 0px 2px;
			border: 1px solid #ccc;
			border-top: 2px solid #555;
			font-size: 12px;
			background: #ddd;
		}
		ul.tabs li a {
			text-decoration: none;
			padding-left: 20px;
			padding-right: 20px;
		}
		ul.tabs li:hover {
			background: #ddd;
		}
		ul.tabs li.selected:hover {
			background: #eee;
			border-bottom: 1px solid #eee;			
		}
		ul.tabs li.selected {
			border-bottom: 1px solid #eee;
			border-top: 2px solid #0052a4;
			background: #fff;			
		}
		ul.tabs li.selected a {
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}
		ul.tabs li.disabled {
			color: #888;
		}
		
		#tab1-content, #tab2-content, #tab3-content, {
			
		}	
		#tab2-content, #tab3-content, {
			display: none;
		}		
		
		.salesmap {
			width: 152px;
			float: right;
			margin: 10px;
			text-align: center;
		}
		
		.zoom a { 
			text-align: center;
			text-decoration: none;
		}
		
		.zoom a:hover {
			text-decoration: underline;
		}
		
		.zoom a:visited {
			color: #3300ff;
		}