/* HTML element selectors */

body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/background.jpg);
}

h1 {
	color: #010D71;
	font-size:14px;
	font-weight: bold;	
	padding-left: 165px;
	width: 558px;
	background-color:#A9A17A;
}

h2 {
	color: #000;
	font-size:12px;
	font-weight: bold;	
	margin: 0px;
}

h3 {
	color: #5DAB1A;
	font: Arial;
	font-size: 14px;
	font-weight: bold;	
	
}

a:link {
	color: #010D71;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #B52C00;
}

a:hover {
	text-decoration: underline;
	color: #5DAB1A;	
}

.TextLinks a:hover {
	text-decoration: underline;
	background-color: #5DAB1A;
	color: #000;
	
}

a:active {
	text-decoration: none;
	color: #5DAB1A;
}

/* CustomTag Styles */

#Wrapper {
  position: relative;  
  margin: 0px auto;
  text-align: left;  
  width: 760px;
  height: 560px; 
  margin-top: 50px; 
}

#ContainerContentTop {
	position: relative;
	width: 730px;
	height: 21px;    		
	margin: 52px auto 0px 15px;
	background-image: url(../images/containerTop.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#ContainerContent {
	position: relative;
	width: 730px;
	min-height: 405px;    		
	margin: 0px auto;
	background-image: url(../images/containerContent.png);
	background-repeat: repeat-y;
	z-index: 2;	
	text-align: left;	
}

#ContainerContentBottom {
	position: relative;
	width: 730px;
	height: 38px;
	margin-left: 15px;   	
	background-image: url(../images/containerBottom.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#ContainerBottomGallery {
	position: relative;
	width: 730px;
	height: 38px;    		
	margin: 0px 0px 0px 15px;
	background-image: url(../images/containerBottom.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#Container {
	position: relative;
	min-height: 455px;   
   	width: 730px;	
	margin: 100px auto;
	background-image: url(../images/container.png);
	background-repeat: no-repeat;
	z-index: 2;	
	text-align: left;
	
}

* html #Container {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/container.png');
	background-image: none;
}

.MainContentText {
	padding: 40px 20px 0px 20px;
}

.MainContentTextMechanical {
	padding: 40px 20px 0px 20px;
	width: 450px;
}

#Gallery {
	padding: 30px 20px 0px 20px;
	z-index: 1;
}

#RRRLogo {
	position: absolute;
	top: -45px;
	width: 172px;
	height: 168px;
	z-index: 10; 
}

/* Navagation Styles */

#navcontainer {
    position: absolute;	
	top: -15px;
	left: 170px;
    width: 600px;	
	height: 30px;
	background-image: url(../images/menuBackground.png);
	background-repeat: no-repeat;
	text-align: left;	
	z-index: 1;		 
}

* html #navcontainer {
    position: absolute;	
	top: -20px;
	left: 170px;
    width: 600px;	
	height: 30px;
	background-image: url(../images/menuBackground.png);
	background-repeat: no-repeat;
	text-align: left;	
	z-index: 1;		 
}


#navcontainerContent {
    position: absolute;	
	top: -23px;
	left: 170px;
    width: 600px;	
	height: 30px;
	background-image: url(../images/menuBackground.png);
	background-repeat: no-repeat;
	text-align: left;	
	z-index: 1;		 
}

#navcontainer ul, #navcontainerContent ul  {
    border: 0;
    margin: 0px 0px 0px -23px;
	*margin: 0px 0px 0px 17px;
    list-style-type: none;
    text-align: left;	
}

#navcontainer ul li, #navcontainerContent ul li {
    text-align: center;
    width: 75px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	font: Arial;
	color: #474750; 
	float: left;
}

#navcontainer ul li.LongItem, #navcontainerContent ul li.LongItem {
	width: 105px!important;
}

#navcontainer ul li a, #navcontainerContent ul li a {    
	padding-top: 7px;
	color: #474750;
    text-decoration: none;
    display: block;     
}

#navcontainer ul li a:hover, #navcontainerContent ul li a:hover {
    color: #000;	
}

#navcontainer a:active, #navcontainerContent ul li a:active {
    color: #5DAB1A;
}

/* Page Styles */  

.Main {
	margin-top: 30px;
	margin-left: 170px;
	background: none;
	width: 585px;
	height: 309px;
	text-align: left;	
}

#imageSlideshowHolder {
  width: 717px;  
  height: 247px; 
  position: relative;
  z-index: 5;
}

#imageSlideshowHolder img {
	position: absolute;
	left: -14px;
	top: -10px;
	z-index: 5;
}

.CompanyText {
	width: 322px;
	margin: 20px 0px 0px 7px;
}

#FeaturedProduct {
	position: absolute;
	top: 259px;
	left: 515px;
	width: 354px;	
	z-index: 20;
}

.FeaturedProductText {
	width: 138px;
	margin: -165px 0px 0px -130px;
}

#HeaderImage {
	position: absolute;
	top: 0px;
	left: 480px;
	width: 223px;
	height: 165px;
	z-index: 10;
}

#HeaderImageContact {
	position: absolute;
	top: -5px;
	left: 102px;
	width: 223px;
	height: 165px;
	z-index: 10;
}

#HeaderImageMap {
	position: absolute;
	top: 136px;
	left: 513px;
	width: 209px;
	height: 300px;
	z-index: 10;
}

.CapabilitiesList {
	width: 400px;
	padding-left: 50px;
}

/* Form Styles */

form label { 
	display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	font-weight: bold;
	margin: 5px 0px 0px 0px; 
	text-align: right; 
}

form input, form select, form textarea  {
	font-size: 10px;
    border: 1px solid #A9A17A;
	width:auto;      
	margin:5px 0px 0px 10px;                               
}

#Columnar {
	float: left;
	display: block;
	width: 300px;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}

.Red {
	color: #FF0000;
}

.Text25 {
	width: 25px;		                          
}

.Text35 {
	width: 35px;		                          
}

.Text45 {
	width: 45px;		                          
}

.Text50 {
	width: 50px;	                          
}

.Text75 {
	width: 75px;	                          
}

.Text90 {
	width: 90px;	                          
}

.Text100 {
	width: 100px;	                          
}

.Text150 {
	width: 150px;	                          
}
