/*
Theme Name: Elite Lift Truck, Inc.2
Description: WordPress Theme for <a href="http://elitelift.com">Elite Lift Truck, Inc.</a>.
Author: WebLeaseUSA
Author URI: http://webleaseusa.com
Version: 1.0.3
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */	

body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background: #FFF;
	font:12px/18px Arial,Tahoma,sans-serif;
	color:#333333;
}

a {
	color:#990000; outline: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#wrap { margin: 0 auto; width: 800px; position: relative; }
#header {
	position:relative;
	width:800px;
	height:160px;
	background:url(img/header-bgA.jpg) no-repeat 0 0;
	margin:1em auto 0pt;
}

#header h1 a {
display:block;
height:150px;
overflow:hidden;
text-indent:-1000em;
width:320px;
}

#header h1 em, #header .address address, #header .address .email { display:none; }
#mainnav{ display: none; }
#nav { height:29px; text-align:left; z-index:100; }
#nav h2 { display:none; }
ul, ol {
margin:0pt 0pt 20px 20px;
padding:0px;
}

#nav * { margin:0pt; }

#navmenu {
list-style-type:none;
overflow:hidden;
position:absolute;
right:15px;
top:135px;
width: 300px;
}

#nav-home, #nav-training, #nav-contact { float: right; }

#navmenu li a {
border-right:1px solid #333333;
color:#333333;
float:left;
font-family:Arial,Tahoma,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:11px;
padding:0pt 10px;
text-decoration:none;
}

#navmenu li a:hover { color: #990000; }
#navmenu #nav-contact a { border:medium none; }

#subnav {
background: url(img/subnav_bkg.jpg) repeat-x 0 0;
width:800px; height:48px;
list-style-type:none;
overflow:hidden;
position:relative;
top:160px;
}

#nav-newgenie, #nav-newheli, #nav-used, #nav-repairs, #nav-rental { float: left; }

#subnav li a {
color:#FFFFFF;
float:left;
font-family:Arial,Tahoma,sans-serif;
font-size:12px;
font-weight:bold;
line-height:12px;
padding:19px 16px;
text-decoration:none;
}
#subnav li a:hover { border-top: #990000 3px solid; background: #2f2f2f; padding-top: 16px; }
#subnav #nav-used a { border-top: #990000 3px solid; background: #2f2f2f; padding-top: 16px; }

#content {
	width:800px; min-height:578px;
	margin-top: 54px;
	position: relative;
}

#content-left {
	float:left;
	width:460px; height:auto;
	border:1px solid #D2D1D1;
	background: #FFFFFF;
	padding:1em;
}
#content-left p { margin: 0; }

#content-right {
	float:right;
	width:280px;
	height:auto;
	position: absolute;
	top: 0; right: 0;
}

#footer {
	background:#FFFFFF none repeat scroll 0%;
	border-top:5px solid #333333;
	clear:both;
	width:800px; height:30px;
	margin-top: 10px;
}


/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

h1, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote, pre {
margin:1em 0pt; }

h2 { margin:6px 0pt; }

h3.archive-title {
	margin: 0;
}

.box-left h2 { 
	background:transparent url(img/heading-bg.jpg) no-repeat scroll left 1px;
color:#BE1206;
font-family:"Lucida Grande","Lucida Sans",Arial,Verdana,sans-serif;
font-size:16px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:14px;
margin-top:0pt;
padding-left:20px;
text-transform:uppercase;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#990000;
	font:bold 14px/14px;
}
.box-left h3 em { color: #333; }

.box-left h4 {
	display: none;
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:20px 0;
}

.box-left img {
        float:left;
        margin:0 16px 10px 0;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	border:1px solid #D2D1D1;
	background: #FFFFFF;
	margin-bottom:1em;
	padding:1em;
	font-size: 12px;
}

.box-right-content {}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
	list-style: none;
	margin-left:10px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {}

#content-right .box-right .box-right-content h2 { 
background:transparent url(img/heading-bg.jpg) no-repeat scroll left 1px;
color:#BE1206;
font-family:"Lucida Grande","Lucida Sans",Arial,Verdana,sans-serif;
font-size:16px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:14px;
margin-top:0pt;
padding-left:20px;
text-transform:uppercase;
}

#content-right .calling-area { color:#BE1206; font-style:italic; }
#content-right address, #content-right .email { display:none; }

#content-right .line-one,  #content-right .line-two, #content-right .line-three { font-style:normal; font-weight:bold; position: relative; }
#content-right span.thehours { height:26px; padding:0pt 10px; font-weight:normal; position: absolute; top: 0; right: 0; }

#content-right .phone1, 
#content-right .fax, 
#content-right p.line-one, 
#content-right p.line-three { background-color: #EFEFEF; }

#content-right .phone1 em, #content-right .phone2 em, #content-right .fax em,
#content-right .line-one em, #content-right .line-two em, #content-right .line-three em { font-weight: bold; font-style: normal; padding-left: 10px; }

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0pt 0pt 1em;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 12px;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#333;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

/*	##################################
   	FOOTER
	################################## */

#footer p#addressinfo { display:block; }
#footer p { display:inline; }
#footer h2 {display: none; }
#footer * {
color:#333333;
font-family:Tahoma,Arial,sans-serif;
font-size:10px;
line-height:12px;
text-decoration:none;
text-transform:uppercase;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}