/* CSS Document */

body{
	margin:0; padding:0;
    background-image: url(../images/bgrd.jpg);
    background-repeat: repeat ;
	}

div, h1, h2, p, ul, li, a, img, span
{
    margin: 0;
    padding: 0;
}

#container
{
    margin: 0 auto;
    padding: 0;
    width: 1040px;
   background-color: #fff;
 
}
	
.topHeader 
{
    background-image: url(../images/banner.jpg);
    width: 1040px;
    height: 200px;
    
}
.topHeader img
{
border-style: none;
float: right;
padding-top: 2.6em;
padding-right: 2.6em;
    
}


h1
{
    font: normal 18px Helvetica, Arial, sans-serif;
    color: #03314c;
    padding: 14px 0 15px 0px;
    letter-spacing: 1px;
    font-weight: bold;
}



/*-------------------------------------------Left Side Start----------------------------------------*/

#navcontainer {
    
    width:24%; 
    height:670px; 
    color: #fff;
    clear:right;
    float: left; 
    padding:2em 0; 
    background-color: #878787;
    font: normal 12px/12px Arial, tahoma, verdana, sans-serif, Helvetica ;
    border-right-style: dotted;
    border-right-width: thin;
    margin-top: 0;
    font-weight: bold;
}

#navcontainer li {
    
    list-style: none; 
    padding: 0 0 0.2em 1em; 
    letter-spacing: 1px;}

#navcontainer ul li a {
  
    text-decoration: none;
    background: url(../images/nav_bg.jpg) no-repeat 0 0 #878787;

    width:200px;
    height: 36px;
    display: block;
    padding: 16px 0 0 36px;
    margin: 0;
}

ul li a:link {color: #fff; }

ul li a:visited {color: #fff;}

#navcontainer ul li a:hover {
    color: #fff;
    background: url(../images/nav_bg_roll.jpg) no-repeat 0 0 #878787; 
}
#navcontainer ul li a.current {
    color: #fff;
background: url(../images/nav_bg_roll.jpg) no-repeat 0 0 #878787;  
}

#navcontainer #subNav {
  
    margin-bottom: 0.6em;
    padding-left: 0;
}

#navcontainer #subNav a {
  
    background: url(../images/sub-nav_bg.jpg) no-repeat 0 0 #878787;

    width:180px;
    height: 25px;
    display: block;
    padding: 5px 0 0 18px;
    margin: 0;
}

#navcontainer #subNav a:hover {
    color: #fff;
    background: url(../images/subnav_bg_roll.jpg) no-repeat 0 0 #878787; 
}



sup { font-size: 10px;
}

#navcontainer #subNav .registerMark a {padding-top: 9px;
}

#navcontainer .li-padding {
    padding-bottom: 1px;

}


#navcontainer #subNav .li-padding a {

   height: 40px;
    background: url(../images/sub-nav_bg1.jpg) no-repeat 0 0 #878787; 
}

#navcontainer #subNav .li-padding a:hover {

    
    background: url(../images/subnav_bg_roll1.jpg) no-repeat 0 0 #878787; 
}

#navcontainer #subNav .li-padding a.currentSub1 {

    
    background: url(../images/subnav_bg_roll1.jpg) no-repeat 0 0 #878787; 
}



#navcontainer #subNav a.currentSub {
    color: #fff;
    background: url(../images/subnav_bg_roll.jpg) no-repeat 0 0 #878787;  
}


/*-------------------------------------------Left Side End----------------------------------------*/

/*-------------------------------------------Right SIde Start----------------------------------------*/

#right
{
    float: left;
    width: 70%;
    padding-left:1em;
    
}
#right #video
{
  
    margin-right: 1em;
    float: left;
    
}






#right ul li
{
    font: normal 14px/18px Helvetica, Arial, sans-serif;
    color: #070707;
    margin-left: 2em;
   
}



#right img
{
    border-style: none;
}

.line {padding-top: 2em;
}

ul
{
    list-style-image: url('../images/arrow.gif');
    list-style-position: inherit;
}

ul li
{
    padding-bottom: 4px;
   
}




.greyTextHome
{
    padding: 16px 0;
   font: normal 14px/18px Helvetica, Arial, sans-serif;
    color: #070707;
    
}





.italic
{
    font-style: italic;
}

.boldText {font-weight: bold;
}

.boldItalics {
    font-style: italic;
    font-weight: bold;
}

.textHighlight {
    width: 630px;
    background-color: #f6f6f6;
    padding: 0 6px 5px 6px;
    margin: 0 0 12px 0;
    border: 1px dotted #878787;
}

.textHighlight p {
    padding-top: 5px;
    padding-bottom: 6px;
    margin-bottom: 0;

}

/*a.read
{
    background: url(images/read_more_bg.gif) no-repeat 0 0 #FFFFFF;
    font: bold 11px/15px Helvetica, Arial, sans-serif;
    color: #FBFBFB;
    text-align: center;
    width: 97px;
    text-decoration: none;
    margin: 0 10px 29px 0;
    float: right;
}*/
	

/*.readmore a
{
    font: bold 7pt Helvetica, Arial, sans-serif;
    color: #FFF;
    text-align: center;
    padding: 0.2em 0.4em 0.2em 0.4em;
    text-decoration: none;
    background-color: #808080;
    border-radius: 5px;
    margin-left: 6px;
    letter-spacing: 1px;
}*/


/*-------------------------------------------Right SIde End----------------------------------------*/

/*-------------------------------------------Footer Start----------------------------------------*/


	
#footer
{
    
    background-color: #EBEBEB;
    color: #000000;
    height: 126px;
    text-align: center;
    padding: 24px 0 0 0;
    clear: both;
}

	
#footer ul.nav
{
    padding: 0 0 0 8.5em;
   
}
	
#footer ul.nav li
{
    list-style: none;
    font: normal 10px/11px Arial, Helvetica, sans-serif;
    color: #010101;
    float: left;
    
}
	
#footer ul.nav li a
{
    font: normal 10px/11px Arial, Helvetica, sans-serif;
    color: #010101;
    text-transform: uppercase;
    padding: 0 10px;
    text-decoration: none;
    
}
#footer ul.nav li a:hover
{
    color: #999999;
}
	

	
#footer ul.bottom
{
    margin: 0;
    padding: 0;
}

#footer ul.bottom li
{
    list-style: none;
    color: #070707;
    padding: 0 12px 0 0;
    margin: 0 8px 0 0;
}
	
#footer ul.bottom li a
{
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #070707;
    text-decoration: none;
}
	
#footer ul.bottom li a:hover
{
    background-color: #D6D3D3;
    color: #070707;
}
	
#footer p
{
    margin: 0px;
    font: normal 12px/22px Arial, Helvetica, sans-serif;
    color: #454545;
    background-color: #EBEBEB;
  
    padding: 0;
}

p a
{
    color: #2b2b2b;
      text-decoration: none;
    font-weight: bold;

}

p a:visited
{
    color:#2b2b2b;
}

p a:hover
{
    color: #063caa;
}

.greyTextHome .clickbtn a
{
 color: #070707;
  text-decoration: underline;
  font-weight: normal;

}

.clickbtn a:visited
{
    color: #070707;
}

.clickbtn a:hover
{
    color: #063caa;
}

	/*#maps
{
    border: thick dashed #00FFFF;
    
}*/

ul li a:link {color: #fff; }

ul li a:visited {color: #fff;}

/*-------------------------------------------Footer End----------------------------------------*/


/*------------------------------------------- Gallery ----------------------------------------*/
#right1 ul.gal{
	width:690px;
	float:left;
	padding:9px 0 2px 0;
}
#right1 ul.gal li{
	float:left;
	margin:0 18px 10px 0;
    list-style:none;
}

/*#right1 ul.gal li.noMargin{
	margin:0 0 1em 0;
}*/

#right1 ul.gal li a.pic1{
	display:block;
background:url(../images/gallery-thumbs/TowBarBoss_6.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}


#right1 ul.gal li a.pic2{
	display:block;
	background:url(../images/gallery-thumbs/TowBarBoss_4.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}

#right1 ul.gal li a.pic3{
	display:block;
	background:url(../images/gallery-thumbs/TowBarBoss_5.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}

#right1 ul.gal li a.pic4{
	display:block;
    background:url(../images/gallery-thumbs/Bar-back.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}

#right1 ul.gal li a.pic5{
	display:block;
	background:url(../images/gallery-thumbs/Bar-front.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}
  
#right1 ul.gal li a.pic6{
	display:block;
	background:url(../images/gallery-thumbs/Hitch-bar-back.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}
  

#right1 ul.gal li a.pic7{
	display:block;
	background:url(../images/gallery-thumbs/Hitch-bar-side.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}
  

#right1 ul.gal li a.pic8{
	display:block;
	background:url(../images/gallery-thumbs/Hitch-front.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}

#right1 ul.gal li a.pic9{
	display:block;
	background:url(../images/gallery-thumbs/Hitch-back.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}


#right1 ul.gal li a.pic10{
	display:block;
	background:url(../images/gallery-thumbs/Hitch-top.jpg) 0 0 no-repeat;
	width:200px;
	height:121px;
	border:#828282 solid 1px;
}
  
  
  
#right1 ul.gal li a:hover{
	border:#070707 solid 1px;
}

#focus {
padding-left: 12em;

}