/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/*remove bullets and space from ul, ol*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Structure
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	height: 100%;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 66px 25px 25px 25px;
	background-color: #FFFFFF;
	width: 750px;
	min-height: 80%;
	text-align: left;
}
/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 80%;
}
/**/
/* =Color Theme */

body {
	background-color: #006633;
}
/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px/1.5 Verdana, Arial, Helvetica, "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Helvetica, sans-serif;
}
#content p {
	padding: 0 0 1em 0;
}
#content .special p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
#content h1 {
	padding-bottom: .5em;
	font-size: 165%;
	color: #006231;
}
#content h2 {
	font-size: 140%;
	color: #000;
	padding-bottom: 5px;
}
#content h3 {
	font-size: 120%;
	padding-bottom: .5em;
}
#content h4 {
	font-size: 110%;
	color: #006231;
}
p.contactInfo {
	font-weight: bold;
	font-size: 105%;
}

#sidebar p {
	line-height: 1.5em;
}
#sidebar h3 {
	margin: 10px 0 5px 0;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #F27B2B;
	background: #eee url('/img/sidebar_heading_bkgnd.jpg') repeat-x left top;
	border-bottom: 2px solid #999;
}
div.contact h3 {
	font-size: 120%;
}
#footer {
	font-size: 95%;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/



/* =Masthead
-----------------------------------------------------------------------------*/
#masthead h1, #masthead h1 a {
	position: absolute;
	margin: 0;
	width: 241px; 
	height: 66px;
}
#masthead h1 {
	top: 12px;
	left: 29px;
	text-indent: -5000px;
	background-image: url(../img/fitzgerald_automotive_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead h1 a {
	top: 0;
	left: 0;
}
#masthead .contactInfo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px;
	width: 780px;
	color: #000;
	font-weight: normal;
	text-align: right;
	font-family: tahoma, arial, helvetica, sans-serif;
}
#language {

	margin-left: 145px;
}
/* =Navigation
-----------------------------------------------------------------------------*/
#navigation {
    float:left;
	padding-left: 270px;
	width:480px;
	list-style: none;
	font-size:11px;
	line-height:normal;
	border-bottom: 5px solid #006633;
}
#navigation li {
	display: inline;
	margin:0;
	padding:0;
}
#navigation a {
	float: left;
  	background: url(../img/left_tab.jpg) no-repeat left top;
  	margin: 0 2px;
	padding:0 0 0 6px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: tahoma, arial, helvetica, sans-serif;
}
#navigation a span {
	float:left;
	display: block;
	background: url(../img/right_tab.jpg) no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight: bold;
	color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover span {
	color: #fff;
}
#navigation li.active a {
	background-position:0 -92px;
	border-width:0;
}
#navigation li.active a span {
	background-position:100% -92px;
	padding-bottom:5px;
	color:#fff;
}
#navigation a:hover {
	background-position:0% -92px;
}
#navigation a:hover span {
	background-position:100% -92px;
}
/* =Main Content
-----------------------------------------------------------------------------*/
#contentContainer {
	float: left;
	margin: 0;
	padding-top: 15px;
	width: 495px;
}
#contentContainer.fullwidth {
	width: 100%;
}
#sidebarContainer {
	float: right;
	margin: 0;
	padding-top: 15px;
	width: 220px;
}

#content #specials {
	padding-top: 6px;
	border-top: 1px solid #CCCCCC;
}
#content .special {
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: center;
}
#under2k {
	padding-top: 15px;
}	
#featured {
}

div.contact {
	margin-top: 10px;
	width: 200px;
}
div.contact label {
	display: block;
}
div.contact textarea {
	margin-bottom: 10px;
}           
 
ul#financing {
	float:left;  
	margin-left:10px;
	padding: 10px; 
	text-align:center;
	background:#efefef;
}            
ul#financing li { 
	float:left;
	position:relative; 
	width:150px;
	height:110px;
	margin: 0 5px;
	padding: 5px;    
	text-align:center;      
	border: 3px solid #ccc;
	background:#fff; 
}       
ul#financing li p {
	margin:0;
	padding-bottom: 5px;
}
ul#financing .step {
	display:block;
	font-weight:bold;
	
}             
ul#financing .action img { 
	display:block;
	position:absolute;
	top:65px;
	left:10px;
}
#introblock {
	margin-bottom: 20px;
}
.block {
	float: left;
	margin: 10px 0 5px 0 ;
}
.col {
	float: left;
	width: 220px;
	margin-right: 20px;
}
/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	
}	
#sidebar p {
	padding-bottom: 1em;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #FFFFFF;
	width: 800px;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	border: none;
}
#sidebar form {
	margin: 0;
	padding: 0 0 2em 0;
	border: 1px solid #fff;
}
#sidebar label {
	display: block;
	margin: .5em 0;
}
#sidebar input.text, #sidebar textarea {
	width: 100%;
}
#sidebar input.submit {
	margin-top: 1em;
	width: 75px; 
}
/* =Tables
-----------------------------------------------------------------------------*/
/* =Misc
-----------------------------------------------------------------------------*/
#inventory
#credit {
  	clear: left;
	margin: 5px;
}
.left {
	margin: 0 10px 0 0;
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	padding-top: 1em;
	clear: both;
}
/* =Hacks & Filters
-----------------------------------------------------------------------------*/
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#header a {float:none;}
/* End hide from IE-mac */

