* {
margin: 0;
padding: 0;
border: none;
}

body
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
margin: auto;
width: 720px;
background-color: #000;
}


/* HEADER */

#header {
background: url('images/header2.jpg') no-repeat;
width: 720px;
height: 125px;
position: relative;
}

#header img {
position: absolute;
top: 5px;
left: 20px;
}

/* NAVIGATION MENU */

#menu {
background-color: #78080A;
border-top: #000000 1px solid;
border-bottom: #000000 1px solid;
height: 34px;
}

#menu ul{
float: right;
padding-right: 40px;
}

#menu li{
list-style-type: none;
display: inline;
}

.menu {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
letter-spacing: 1px;
padding-top: 3px;
padding-bottom: 4px;
padding-left: 15px;
padding-right: 15px;
margin-right: 10px;
cursor:pointer;
text-align: center;
line-height: 34px;
white-space:nowrap;
border-top: #CF212A 1px solid;
border-left: #CF212A 1px solid;
border-bottom: #CF212A 1px solid;
border-right: #CF212A 1px solid;
text-decoration: none;
}


a.menu:link {
background-color:#000000;
color: #E7E7E7;
}

a.menu:visited {
background-color:#000000;
color: #E7E7E7;
}

a.menu:active { 
background-color:#000000;
color: #E7E7E7;
}

a.menu:hover {
background-color:#000000;
color: #FFFFFF;
border: #FFFFFF 1px solid;
}



/* CONTENT AREA */

#content {
background-color: black;
width: 720px;
overflow: hidden;
}

#sidebar {
text-align: center;
background-color: black;
float: left;
width: 180px;
}

#sidebar-content {
margin-top: 60px;
font-size: 14px;
color: white;
}

#sidebar-content a {
text-decoration: none;
color: white;
}

#sidebar-content a:hover {
text-decoration: underline;
}

.textbox {
width: 140px;
background-color: #78080A;
margin: auto;
padding-bottom: 10px;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.textbox p {
font-family: Times, serif;
overflow: hidden;
margin-top: 8px;
}

#address p {
font-size: 16px;
}

#main {
float: left;
width: 420px;
background-color: #444444;
padding: 60px;
color: white;
overflow: hidden;
}

#main p {
font-size: 17px;
padding-top: 20px;
line-height: 20px;
}

#engines p {
font-size: 13px;
}

#contact {
border: solid 1px #777777;
padding-bottom: 20px;
}

#contact p {
padding-left: 20px;
padding-right: 20px;
}

.inline-photo {
float: left;
margin: 20px 20px 8px 0px;
border: solid 1px #777777;
}

.product {
width: 420px;
border: solid 1px #777777;
margin-bottom: 20px;
margin-top: 20px;
}

.product img {
width: 420px;
margin-bottom: 0;
padding-bottom: 0;
vertical-align: bottom;
}

.product h5 {
background: #777777;
padding: 3px 3px 3px 5px;
}


/* FOOTER */

#footer {
width: 720px;
height: 36px;
border-top: #000000 1px solid;
background: #78080A;
}

#footer p {
font-size: 12px;
line-height: 36px;
text-align: center;
color: white;
}