* {
cursor: default;
}

a, a * {
cursor: pointer;
}

a {
color: rgb(255,0,64);
}

a:hover {
color: rgb(255,255,64);
}

body {
margin: 0;
padding: 0;
background: rgb(5,5,5) url('../images/default/default-hero.jpg') no-repeat top center;
font-family: 'Helvetica Neue',Helvetica,'Trebuchet MS',Trebuchet,Arial,sans-serif;
text-align: center;
}

#home {
background-image: url('../images/default/homepage-hero.jpg');
}

#main {
text-align: left;
position: relative;
padding-top: 150px;
}

#home #main {
padding-top: 0;
}

dt {
font-weight: bold;
font-style: italic;
margin-right: 10px;
line-height: 1;
}

dd {
display: block;
line-height: 1;
margin-left: 100px;
margin-bottom: 10px;
margin-top: -1em;
}

form label {
float: left;
width: 200px;
}

form input, form select, form textarea {
}

form p {
clear: both;
}

html,body {
height: 100%;
}

h1, h2, h3, h4, ol, p, ul {
margin: 0 0 10px;
}

h2 {
font-weight: normal;
font-style: italic;
text-shadow: 3px 3px 4px rgb(125,125,125);
}

h3 {
font: normal normal normal 1.18em 'Helvetica Neue',Helvetica,'Trebuchet MS',Trebuchet,Arial,sans-serif;
color: rgb(255,51,51);
}

ul,ol {
padding: 0;
list-style-position: inside;
}

/* Header Style */

#header {
height: 100px;
width: 200px;
position: absolute;
top: 10px;
left: 20px;
z-index: 0;
}

#header h1 {
text-indent: -10000px;
width: 180;
height: 55px;
padding: 0;
margin: 0;
background: transparent url('../images/default/logo.png') no-repeat center left;
}

/* Menu Style */

#menu {
position: absolute;
right: 20px;
top: 12px;
/*width: 375px;*/
z-index: 2;
font-size: 1;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
text-indent: 0;
}

#menu li {
float: left;
/*width: 20%;*/
width: 75px;
margin: 0;
padding: 0;
text-align: center;
}

#menu a {
text-decoration: none;
padding-bottom: 50px;
color: rgb(242,218,218);
display: block;
text-transform: lowercase;
font-variant: small-caps;
background: transparent url('../images/default/menu-items.png') no-repeat 4px -200px;
}

#menu a:hover {
color: rgb(200,200,200);
background-color: transparent;
opacity: 1;
background-position: 4px 20px;
}

#menu .current a{
color: rgb(255,255,255);
}

/* Content Style */

#content {
margin: 0 30px;
padding: 5px;
color: rgb(250,250,250);
background: transparent url('../images/default/content-background.png');
height: auto;
height: 100%;
}

#content h1 {
font-size: 3em;
}

#home #content {
padding: 375px 0 5px;
width: auto;
background-image: none;
}


#content .item {
padding-right: 270px;
}

#content #primary {
width: 65%;
padding: 0;
float: left;
}

#content #secondary {
width: 32%;
float: right;
padding: 0;
clear: none;
}

#home #content #secondary {
background: transparent url('../images/default/secondary-background.png');
}

#home #content #recent-cars ul{
list-style: none;
padding: 0;
margin: 0;
}

#home #content #recent-cars li {
clear: both;
padding: 0;
text-indent: 0;
margin: 0 0 3px;
}

#home #content #recent-cars a {
color: rgb(255,255,255);
text-decoration: none;
font-weight: bold;
}

#home #content #recent-cars img {
float: left;
padding: 0;
border: solid 1px rgb(255,255,255);
margin: 0 3px 3px 0;
width: 100px;
}

#home #content #secondary div {
padding: 5px;
}

#content img.deco, #content img.inline {
float: right;
clear: right;
margin: 0 0 2px 10px;
}

#content h3 img.deco {
clear: none;
}

#content img.alt {
float: left;
clear: left;
margin: 0 5px 5px 0;
}

#content .thickbox img {
border: none;
margin: 0 0 5px 10px;
}

#content p {
text-align: justify;
clear: none;
}

#content h3, #content p {
line-height: 1.2;
margin-right: 5px;
}

#content .product_item {
clear: both;
}


#content .item img {
display: block;
float: none;
margin-top: 5px;
}

#content #primary img.deco {
float: right;
display: inline;
}

/* Sidebar Style */

#sidebar {
background: transparent url('../images/default/secondary-background.png');
width: 250px;
padding: 5px;
float: right;
min-height: 300px;
margin: 0 10px 10px 10px;
}

#content #sidebar ul {
list-style: none outside;
padding: 0;
margin: 0;
}

#content #sidebar li {
display: block;
padding: 0;
margin: 0 0 10px;
text-indent: 0;
}

#sidebar * a {
color: rgb(255,255,255);
text-decoration: none;
font-weight: bold;
}

#sidebar a:hover {
color: rgb(255,255,64);
}

#sidebar img {
display: block;
}

/* Footer Style */

#footer {
z-index: 0;
color: rgb(255,255,255);
text-align: center;
}

#footer #route-map {
display: none;
}

#footer p {
margin: 0;
padding: 0;
clear: both;
}

html body #footer p a {
display: block;
overflow: hidden;
float: right;
height: 0;
width: 0;
padding-left: 18px;
padding-top: 20px;
margin-bottom: 35px;
background: transparent url('../images/default/contact-us.png') no-repeat top left;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .skip *, html body .jump, html body .jump * {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
height: 0;
border: none;
}

.clearing {
clear: both;
}


