/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a img,:link img,:visited img {
    border: none;
}

/**********************************************/
/* HEADINGS */
h1, h2, h3 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
    font-weight: normal;
}

h4, h5, h6 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
}

h1 {
    font-size: 18px;
    color: #15689a;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #CA001E;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #B26419;
    font-weight: normal;
}

h4 {
    font: normal 16px Tahoma;
    color: #B26419;
}

h5 {
    font-weight: normal;
    font-size: 1em;
}

td {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

div {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
	
}

/**********************************************/
/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */
/******************************************************
 CONTENT BOXES
 ******************************************************/
html {
    height: 100%;
}

body {
    background-color: #9dd272;
}

/******************************************************
 top
 ******************************************************/ 
 #top {
    width: 100%;
    height: 460px;
    background-color: #fff;
    background-image: url(../../../graphics/top-pattern.gif);
} #top-title {
    width: 900px;
    height: 68px;
    margin: auto;
} #top-logo {
    float: left;
    width: 535px;
    height: 107px;
	top:-21px;
	z-index:1;
	position:relative;
} #top-menu {
    float: left;
    width: 365px;
    height: 57px;
    padding-top: 35px;
} #image {
    width: 100%;
    height: 353px;
    margin: auto;
	position:relative;
	z-index:10;
    background-position: center;
    background-image: url(site/graphics/volvo1.jpg);
} #menu {
    /*width: 590px;*/
	width:831px;
    height: 40px;
    margin: auto;
	position:relative;
	z-index:100;
} #menu-element {
    float: left;
    width: 143px;
    height: 41px;
    text-align: center;
} .normal {
    font-size: 13px;
    font-weight: bold;
} .normal:hover {
    font-size: 13px;
    font-weight: bold;
    background-color: #b2cb00;
} .active {
    font-size: 13px;
    font-weight: bold;
    background-color: #b2cb00;
}

/******************************************************
 content
 ******************************************************/ #content {
    min-height: 300px;
    width: 771px;
    margin: auto;
} #content-left {
    float: left;
    width: 445px;
    min-height: 300px;
    padding: 20px 0 0 45px;
} #content-right {
    float: left;
    padding-top: 20px;
    min-height: 300px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../../../graphics/left_br.gif);
}

/******************************************************
 bottom
 ******************************************************/ 
 #bottom {
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-image: url(../../../graphics/content-pattern2.gif);

} #footer {
    width: 771px;
    height: 26px;
    margin: auto;
    color: #59b20f;
    font-size: 10px;
    padding-top: 14px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../graphics/footer-bg.png);
	
}#footer span {
    color: #0036ff;
}
#footer a{
	color:#59B20F;
} 
/******************************************************
 FORM
 ******************************************************/ #contact {
    width: 250px;
} #contact-content {
    text-align: left;
    padding: 0 0 10px 100px;
}

fieldset.contact {
    border: 0 !important;
    width: 250px !important;
    padding: 0;
    text-align: left;
    width: 526px;
}

div.form {
    overflow: hidden;
    margin-bottom: 0.5em;
    clear: both;
	width:300px;
} .label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
}

label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
}

input.text, textarea {
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
} .form10 {
    border: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
} .noInput {
    border: 0;
    background: none;
}

input.contact {
    border: solid 1px #fff;
    width: 280px;
    height: 22px;
}

textarea.contact {
    border: solid 1px #fff;
    width: 280px;
    height: 171px;
}

select.contact {
    border: solid 1px #fff;
    width: 280px;
    height: 22px;
}

form {
    margin: 0;
} #form-cont {
    padding: 14px 0px 0 25px;
} #form-cont2 {
    padding-left: 24px;
}

/******************************************************
 LINK
 ******************************************************/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
} .normal-link {
    font-size: 13px;
    font-weight: bold;
} .active-link {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #59b20f;
}.footer {
    font-size: 10px;
} .small-line {
    background: #d3d9b3;
    width: 1px;
    height: 19px;
    float: left;
    margin: 11px 0 0 0;
}

.catalog-list{
	padding:8px 0 0 10px;
	position:relative;
}

.catalog-list span{
	font-weight:bold;
}

.catalog-list .dot{
	width:2px;
	height:2px;
	background:#fff;
	position:absolute;
	top:14px;
	left:0;
}
#map div{
	color:#000;
}

