/***************************************************************************
* General Configuration
***************************************************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #f7f7f7;
  color: #333333;
  font: 11px Arial, sans-serif, Verdana;
  height: 100%;
  text-align: center;
}

#container {
  background: url(../img/body_bg.jpg) repeat-y;
  height: auto !important;
  left: 50%;
  margin-left: -503px;
  margin-top: 70px;
  position: absolute;
  text-align: left;
  width: 1005px;
}

img {
  border: 0;
  vertical-align: left;
}

/* the following rule is recognized only by IE */
* html body #container {
  margin-left: -502px;
}

h1 {
  color: #ffcc00;
  font-size: 1.6em;
  font-weight: normal;
}

h2 {
  color: #666;
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

a {
  color: #666;
  text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

.clearAfter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

/***************************************************************************
* Header
***************************************************************************/

#header {
  background: url(../img/header_top.jpg) top no-repeat;
  height: 190px;
  margin: 0 1px;
  position: relative;
}



/* Auto Logo
*****************************/

#autoLogo {
  float: left;
  height: 82px;
  margin: 108px 10px 0 20px;
  width: 162px;
}

/* Holly Hack Targets IE Win only \*/
* html #autoLogo {
  margin: 108px 10px 0 10px;
}
/* End Holly Hack */


#imgRenault {
  float: left;
  height: 80px;
  width: 81px;
}

#imgRenault .homeLink {
  background: url(../img/imgRenault.jpg) no-repeat;
  display: block;
  height: 80px;
  text-decoration: none;
  width: 81px;
}

#imgDacia {
  float: left;
  height: 80px;
  width: 81px;
}

#imgDacia .homeLink {
  background: url(../img/imgDacia.jpg) no-repeat;
  display: block;
  height: 80px;
  text-decoration: none;
  width: 81px;
}

/* Main Menu
*****************************/

#mainMenu {
  float: left;
  height: 82px;
  margin: 107px 0 0 0;
  width: 547px;
}

#menuMain {
  position: absolute;
  top: 83px;
}

/* Holly Hack Targets IE Win only \*/
* html #menuMain {
  left: 182px;
  width: 547px;
}
/* End Holly Hack */

/* the following rule is recognized only by IE7 */
*:first-child+html #menuMain {
  left: 186px;
  top: 83px;
}

#menuMain ul {
  list-style: none;
  margin-left: 2px;
}

#menuMain ul li.firstLevel {
  background: url(../img/mainMenu_bg.jpg) repeat-x;
  display: block;
  float: left;
  height: 24px;
  line-height: 2em;
  margin-left: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
}

#menuMain ul li.firstLevel a {
  font-weight: bold;
  text-decoration: none;
}

#menuMain li.firstLevel ul {
  clear: left;
  display: none;
  margin-top: 2px;
  overflow: hidden;
  width: 125px;
}

#menuMain li.secondLevel {
  background: #ffd83c;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-transform: none;
  padding: 0;
}

#menuMain .lastItem {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#menuMain li.secondLevel a {
  color: #666;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px 5px;
  text-decoration: none;
}

#menuSpacer {
  background: #b7b7b7;
  float: left;
  height: 82px;
  width: 542px;
}
/* Logo
*****************************/

#logo {
  float: right;
  height: 56px;
  margin: 31px 11px 0 0;
  width: 239px;
}

.homeLink {
  background: url(../img/logo.jpg) top left no-repeat;
  display: block;
  height: 56px;
  text-decoration: none;
  width: 239px;
}

.homeLink a {
  text-decoration: none;
}

.homeLink:hover {
  text-decoration: none;
}

/* Contact Box
*****************************/

#headerBox {
  background: #ffce01 url(../img/background.jpg) no-repeat;
  float: left;
  font-weight: bold;
  height: 60px;
  margin: 20px 11px 0 2px;
  padding: 22px 0 0 15px;
  width: 224px;
}

/* Holly Hack Targets IE Win only \*/
* html #headerBox {
  margin: 20px 11px 0 2px;
  padding: 17px 0 0 15px;
}
/* End Holly Hack */

/***************************************************************************
* Main
***************************************************************************/

#main {
  clear: both;
  font-size: 12px;
  margin: 10px 20px;
}

#content {
  float: left;
  width: 715px;
}

#mainImage {
  background: url(../img/mainImg.jpg) no-repeat;
  height: 266px;
  margin-bottom: 10px;
  width: 715px;
}

h1,h2 {
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

#content p.bodytext {
  margin: 8px 0;
}

#content .csc-textpic .csc-textpic-image {
  padding-top: 5px;
}

#content .csc-textpic-caption {
  font-size: 10px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

#content ul {
  list-style: none;
  margin-left: 5px;
}

#content ul li {
  background: url(../img/bullet.gif) left 6px no-repeat;
  padding-left: 10px;
}

#content ul li a {
  color: #666;
  text-decoration: underline;
}

#content ul li a:hover {
  color: #666;
}

#content ol li {
  margin-left: 25px;
}

#sidebar {
  float: left;
  margin-left: 8px;
  min-height: 100px;
  padding: 0;
  width: 239px;
}


/***************************************************************************
* Footer
***************************************************************************/

#footer {
  background: url(../img/footer_bottom.jpg) bottom no-repeat;
  clear: both;
  height: 130px;
  margin: 0 1px;
  padding: 0 20px;
}

#footer a {
  text-decoration: none;
}

#spacer {
  background: #e5e5e7;
  height: 68px;
}

#footerContent {
  height: 25px;
  line-height: 2.8em;
  padding: 0 20px;
}

#time{
  float: left;
}

#footerMenu {
  float: right;
}

#footerMenu ul {
  list-style: none;
}

#footerMenu ul li {
  float: left;
  height: 25px;
  margin-left: 30px;
  text-transform: uppercase;
}

/* Holly Hack Targets IE Win only \*/
* html #footerMenu ul li {
  margin-left: 20px;
}
/* End Holly Hack */


#footerBottom {
  background: #666;
  clear: both;
  height: 6px;
  margin: 5px 0 10px 0;
}

/* Holly Hack Targets IE Win only \*/
* html #footerBottom {
  background: url(../img/footerBottom_bg.gif) top repeat-x;
  height: 6px;
}
/* End Holly Hack */
