﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/***** END RESET *****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#e9e9e9 url('../siteart/bg.jpg') repeat-x;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {color:#000; text-decoration:underline;}
a:hover, a:active {color:#333; text-decoration:none;}

p{margin-bottom:18px;}

ul.list-content{
	list-style:disc outside;
	margin:0px 0px 18px 18px;	
}

h1,h2,h3,h4,h5{line-height:normal;}
h1{font-size:24px; color:#172b88; font-style:italic; margin:0px 0px 5px;}
h2{font-size:21px; color:#172b88;}
h3{font-size:18px;}
h4{font-size:15px;}
h5{font-size:12px; font-style:italic; color:#172b88;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/***** SITE FRAMEWORK *****/
.left{float:left; margin:0px 10px 10px 0px;}
.right{float:right; margin:0px 0px 10px 10px;}
.clear-it{clear:both;}
.border-it{border:1px solid #ccc;}

#wrap {
	margin: 0 auto;
	width: 1006px;  /** Change to appropriate table width **/
}

/***************************************** HEADER STYLES ******************************************/
#header{padding:0px 3px;}

#logo{margin:20px 0px 10px;}

#dealer-logos{
	background:url('../siteart/dealer-logo-bg.png') no-repeat;
	height:108px;
	width:413px;
	float:right;
	margin:13px 0px 0px 10px;
	padding:5px 3px;
}

#dealer-logos table td{
	text-align:center;
	vertical-align:middle;
	padding:5px;
	height:48px;
}


/************************************** NAVIGATION STYLES ****************************************/
#nav{
	background:url('../siteart/nav-bg.png') no-repeat;
	height:49px;
	width:1006px;
	margin:25px 0px 0px;
	position:relative;
	z-index:9999;
}

#nav li{
	float:left; display:inline-block;	
	padding:3px 0px;
}

#nav li a{
	text-decoration:none;
	color:#FFF;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding:13px 18px 12px;
	text-shadow:0px 1px 3px #000;
	border-right:1px solid #0e257f;
	
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
}

#nav li a:hover{
	background:url('../siteart/nav-over.png') repeat;
	text-shadow:1px 1px #000, 2px 2px #000, 3px 3px #000;
}

.anylinkmenucols{
	position:absolute;
	left:0px;
	top:0;
	margin-left:0px;
	margin-top:0px;
	display:none;
	padding:3px;
	z-index: 9999; /*zIndex should be greater than that of shadow's below*/
	background:#142986;
	border:1px solid #0e257f;
	border-top:0px;
	
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.9);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.9);
	box-shadow:0px 0px 3px rgba(0,0,0,.9);
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 20px;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenucols .column li h1{
	font-size:16px;
	font-family:HelveticaNeue77,Arial,sans-serif;
	color:#333;
	padding-bottom:3px;
	margin-bottom:0px;
}

.anylinkmenucols .column li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:2px 0px;
}

.anylinkmenucols .column li a:hover{
	padding:2px 0px 0px;
	border-bottom:2px solid #ccc;
}


/************************************** INVENTORY CATEGORY STYLES ****************************************/
#inv-categories{
	background:url('../siteart/inv-cat-bg.png') repeat-x;
	height:	138px;
	width:100%;
	margin:20px 0px 10px;
	position:relative;
}

a.crane-link{
	background:url('../siteart/inv-cat-sprite.png') no-repeat;
	height:128px;
	width:144px;
	display:block;	
	position:relative;
	margin:0px 4px 0px 0px;
	float:left;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	padding:5px 10px;
	line-height:normal;
}

a.crane-link img{
	border:2px solid #FFF;
	margin:0px 0px 4px;
}

a.crane-link:hover{
	background-position:0px -138px;	
}

a.last{margin-right:0px !important;	}

/**************************************** CONTENT STYLES ******************************************/
#container-top{
	background:url('../siteart/container-top.png') no-repeat;
	height:9px;
	width:1006px;
	position:relative; left:-3px;
}

#container{
	background:url('../siteart/container-bg.png') left bottom no-repeat;
	width:1020px;
	position:relative; left:-3px;
	padding:8px 18px 13px;	
}

#container-top_inv{
	background:url('../siteart/container-top2.png') no-repeat;
	height:9px;
	width:1056px;
	position:relative; left:-3px;
}

#container_inv{
	background:url('../siteart/container-bg2.png') left bottom no-repeat;
	width:1020px;
	position:relative; left:-3px;
	padding:8px 18px 13px;	
}

.sidebar{
	float:right;
	padding:15px 15px 0px 20px;
	margin:0px 0px 0px 20px;	
	width:270px;
}

.sidebar a{color:#172b88;}

.divide{
	border-left:1px solid #dbe3ea;
	margin:10px 0px 0px;
	padding:0px 0px 20px 20px;
	position:relative;
	left:-20px;
}

.home-img {
	padding: 15px 0;
}

/***************************************** FORM STYLES *******************************************/
#email-form{
	padding:10px 20px;
	height:20px;
	overflow:hidden;
	position:absolute;
	right:80px;
	color:#FFF;
	text-align:center;
	
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

#email-form a{color:#FFF;}

#email-form input  {
	padding: .4em .4em .4em 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0px 0px 10px 0px;
	color: #7C7C7C;
	font-size: 10px; font-style:italic;
	width:200px;
	background:#FFF url("../siteart/input-bg.gif") repeat-x;
}

input.button {
	background:url('../siteart/submit-bg.gif') repeat-x;
	font-size:11px; line-height:normal;
	padding:.4em 0;
	display:block;
	color:#050505;
	width:70px;
	text-align:center;
	float:right;
	margin:10px 10px 10px 5px;
}

a#hide-it{
	display:block;
	color:#FFF;
	text-align:center;
	margin:-20px 0px 0px;
	float:left;
	font-style:italic;
	font-size:10px;
	text-decoration:underline;
}

#email-form .CaptchaPanel{
	width:190px;	
}
#email-form .CaptchaWhatsThisPanel{
	width:190px;	
}

input#CaptchaAnswer{
	width:175px;
	margin:0 auto 10px;
}

form.myform{
	width:650px;
	padding:10px;
	background:#49494A;
	border:1px solid #FFF;
}
.myform label, #email-form label{
	padding:.5em;
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.5em;
	width:500px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

.myform label.short{width:50px;}
.myform input.short{width:190px; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:85px; margin-right:10px;}


.myform input.button, .myform input.button:focus{width:200px; border:0px; margin:10px 20px;}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#871628;
	color:#FFF;
	text-shadow:0px 0px 2px rgba(0,0,0,.9);
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}


/***** FOOTER STYLES *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#999999;}

.divfooter{
	width:450px; text-align:center; margin:20px auto; line-height:normal;
}
