html,body  {
    height: 100%;
    margin: 0;
}

body {
    background: url(../sitelayout/background3.jpg ) top right no-repeat #c1be95;
    background-attachment: fixed
}

body, td, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.lowerIndex {
    text-align: center; margin-bottom: 280px;
    font-size: smaller;
}

.bottomPadding {
    margin-bottom: 310px;
}

.galleryBox {
    width: 220px; height: 146px; float: right; padding-top: 40px; padding-left: 20px; background: url(../sitelayout/galleries.jpg) no-repeat;
}

.galleryBox a {
}

.centered {
    text-align: center;
}

.galleryBox ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#main {
    padding: 0;
    margin: 0;
    height: 100%;
}

#heading {
    background: url(../sitelayout/hunter-header2.png ) no-repeat #314151;
    height: 137px;
}

#heading h1 {
    display: none;
}

#menu {
    width: 163px;
    vertical-align: top;
    background: url(../sitelayout/volvo1.jpg ) no-repeat bottom left #7a8e97;
    padding-top: 10px;
}

/* Menu */
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: block;
    height: 30px;
    border-top: 1px solid #9fafb7;
    border-bottom: 1px solid #656f74;
    background: #7a8e97;
}

#menu a, #menu span {
    display: block;
    padding-top: 5px;    
    padding-left: 10px;
    height: 100%;
    text-decoration: none;
    vertical-align: middle;
}

#menu span {
		
    font-weight: bold;
    color: white;
    background: #9ca9ae;
}

#menu a:hover {
    display: block;
    background: #aab8be;
    color: black;
}

#menu a {
    color: white;
}

#content {
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: top;
    background: url(../sitelayout/volvo_new_2.jpg ) no-repeat bottom right white;
    width: 605px;
}

h2 {
    color: #314151;
}

a {
    color: #881515;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.shadow {
    background: url(../sitelayout/shadow.png) left repeat-y;
    width: 120px;
}

td.prop {
    vertical-align: top;
    text-align: right;
    margin-right: 10px;
}

/* Links */
.links li {
    margin-bottom: 1em;
}

a img {
    border: 0px;
}

.quotation {
	margin-bottom: 10px;
}

.quotation span {
    display: block;
    color: #6f6a66;
}

.quotation b {
    font-size: larger;
    position: relative;
    top: 2px;
    color: #6f6a66;
    margin: 2px;
}

.gallery {
    text-align: center;
    color: #6f6a66;
}

.gallery span {
	display: block;
	color: black;
}

.gallery div {
	width: 48%;
	display: inline;
	border: 5px solid white;
	text-align: center;
}

.gallery img {
    margin-top: 20px;
}

.imageLinks {
    text-align: center;
    margin-bottom: 310px;
}

.imageLinks div {
    
}

.imageLinks {
    display: none;
}



div.linkTitle {
    margin-top: 10px;
}

div.back {
text-align: center;
}

