/* Main application stylesheet */
/* general tag styles */
body {
    background-color: #fff;
    text-align: center;
    font-size: 68%;
    font-family: tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

h1, h2, h3, h4 { padding-top: 10px;}

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #000; }

input {
    font-size: 11px;
    padding: 3px;
    }

textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center, .centered  {
    text-align: center;
    } 

ol.alpha {
    list-style-type: lower-alpha;
    }

#navbar_button_home{
    height: 39px;
    width: 100px;
    float: left;
}

#navbar_button_about{
    height: 39px;
    width: 88px;
    float: left;
}

#navbar_button_cranes{
    height: 39px;
    width: 88px;
    float: left;
}

#navbar_button_staff{
    height: 39px;
    width: 88px;
    float: left;
}

#navbar_button_contact{
    height: 39px;
    width: 88px;
    float: left;
}

#navbar_logo_name{
    height: 39px;
    width: 434px;
    float: left;
}

#heading_photo{
    width: 800px;
    height: 225px;
}

#heading_photo img{
    border: 1px solid black;
}

#navbar_wrapper{
    width: 798px;
    height: 38px;
	border: solid 1px #000;
}


#bottom_wrapper_left{
    height: 100%;
    width: 608px;
    padding-top: 8px;
    float: left; 
}

#bottom_wrapper_right{
    height: 435px;
    width: 192px;
    padding-top: 8px;
    float: left;
}

#content{
	width: 540px;
        height: auto;
	min-height: 429px;
	float: left;
	background: #e8e8e8;
	font-family: "Arial";
	border: 1px solid black;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
}

#call_us_wrapper{
	width: 191px;
	height: 65px;
	float: left;	
}

#call_us_wrapper img{
	border: 1px solid black;
}

#supply_crane{
	margin-top: 3px;
	width: 190px;
	height: 360px;
	float: left;
}

#supply_crane img{
	border: 1px solid black;
}
#primary_wrapper {
    margin: auto;
    margin-top: 0px;
    width: 800px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px;
    float: left;
    text-align: center;
    background-color: #fff;
    }

/* header */
#header { 
    float: left; 
    clear: right;
    width: 100%; 
    text-align: left;
    }

#header #logo { float: left;}

#header img { margin-top: 5px; margin-left: 5px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    clear: left;
    
    /*background: url(/images/navbar-bg.gif) top left repeat-x;*/
    width: 100%;
    height: 42px;
    }

#navbar ul {
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    width: auto;
    padding-right: 8px;
    float: left;
    text-align: center;    
    vertical-align: middle;
    }
  
#navbar ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 90px;
    height: 31px;   
    margin-top: 1px; 
    }
    
#navbar ul li.sfhover a, #navbar ul li:hover a, #navbar ul li.sfhover, #navbar ul li:hover {
   
    background-color: #fff;
    }
    
#navbar ul li a.current {
    }
    
/* remove the rest of this navbar section if you dont need second level lists 
if using secondlevel lists, you must include the sfhover javascript file */
#navbar li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	padding: 0px;
    margin: 0px;
    border: 1px solid #003567;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

#navbar li ul li {
    height: 22px;
    padding: 0px;
    }

#navbar li ul a {
    width: 100px;
    height: 21px;
    padding: 0px;
    }
	
#navbar li ul a:hover {
    color: #fff;
    
    }

/* lists nested under hovered list items */
#navbar li:hover ul, #navbar li.sfhover ul { 
	left: auto;
	
	background-color: #fff;
    }
    
#navbar li:hover ul li.sfhover, #navbar li.sfhover ul li.sfhover {
  	color: #fff;
	
    }

#navbar ul li, #navbar ul li a {
    
    color: #fff;
    }
    
#navbar ul li.sfhover a, #navbar ul li:hover a, #navbar ul li.sfhover, #navbar ul li:hover {
    
    }    
    
/* content_for_layout container */
#main_content {
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    font-size: 90%;
    text-align: left;
    padding-top: 10px;
    }

#main_content #main_content_inner {
    margin: 8px;
    margin-bottom: 30px;
    }


/* footer */
#footer {
    float: left;
    clear: left;
    width: 100%;
    height: 66px;
    font-size: .8em;
    margin-top: 10px;
    text-align: right;
    } 

#footer #copyright, #footer #credits, #footer #credits a {
    text-align: right
    }
