/* Reset */
* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background: #111111;
    color: black;
}
div, p, li, td {
    font: normal 13px 'Trebuchet MS', tahoma, sans-serif;
}
a {
    color: #204a87;
    padding: 2px 1px;
}
a:hover {
    text-decoration: none;
}
a img {
    border: 0;
}
p, h1, h2, h3, h4, ul, ol {
    margin: 10px 0;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 { font-size: 22px; font-weight: bold; }
h2 { font-size: 20px; font-weight: bold; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
ul, ol {
    padding-left: 30px;
}
input, select, textarea {
    font-family: Verdana, sans-serif;
    font-size: 100%;
}
input, select {
	vertical-align: middle;
}
textarea {
    vertical-align: top;
}
input.text, textarea, option {
    padding: 2px 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, td, th, tr {
	vertical-align: top;
}
sub, sup {
    position: relative;
    font-size: 10px;
}
sub {
    top: 5px;
}
sup {
    top: -5px;
}

/* Common classes */
.nomtop {
    margin-top: 0;
}
.clear {
    clear: both;
}
.sz1 { font-size: 11px; }
.sz2 { font-size: 12px; }
.sz3 { font-size: 13px; }
.sz4 { font-size: 14px; }
.sz5 { font-size: 16px; }
.sz6 { font-size: 18px; }
.sz7 { font-size: 20px; }
.sz8 { font-size: 22px; }
.sz9 { font-size: 24px; }
ul.plain {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Wrapper */
#wrapper {
    width: 900px;
    margin: 10px auto;
}
#header {
    width: 900px;
    height: 150px;
    background: url(header2.jpg) no-repeat;
}
#logo {
    padding: 10px;
    color: white;
}
#logo span.nissan {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}
#logo span.neovvl {
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
}
#logo span.vvlabbr {
    font-size: 18px;
}
#page {
    background: white;
}
#footer {
    text-align: right;
    font-size: 11px;
    color: white;
}

ul#menu { float: left; width: 180px; padding-left: 20px; }
ul#menu ul { padding-left: 20px; }

#content { margin-left: 200px; padding: 10px; }
#engines-specs { width: 100%; }
#engines-specs td { padding: 2px 5px; border: 1px solid gray; vertical-align: middle; text-align: center; }
#engines-specs tr.title td { text-align: left; font-weight: bold; background: #ccc; }
#engines-specs tr.header td { background: #111; color: white; }
#engines-specs tr.group td { background: #ddd; }
#engines-specs td.subtitle { text-align: left; }

#camshafts {}
#camshafts td { padding: 2px 5px; border: 1px solid gray; vertical-align: middle; text-align: center; }
#camshafts td.header { background: #111; color: white; text-align: left; }
#camshafts td.title { background: #ccc; }
#camshafts td.subtitle { background: #ddd; }
#camshafts td.subtitle2 { background: #eee; }
