* {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  font-size: 10px;
  font-family: Arial;
  color: rgb(255,255,255);
}

body {
  text-align: center;
  background-color: #212121;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
}

p, p a {
  font-size: 13px;
}
p a, p a:link, p a:active, p a:visited {
  color: rgb(245,148,33);
  text-decoration: none;
}

li {
	font-size:13px;
	margin: 10px;
	text-indent: 5px;
	margin-left: 30px;
}

ul {
margin: 10px;	
}

h2 {
  font-size: 30px;
  font-weight: 900;
  font-family: Arial;
  padding: 20px 0px 5px 0px;
}


#page {
  display: inline-block;
  width: 853px;
  margin-top: 45px;
  background-color: #212121;
  text-align: left;
  margin-bottom: 30px;
}

#header, #flash, #main, #content, #left-panel {
  /*margin: 5px;*/
}

#header {
  width: 853px;
  height: 111px;
  /*background: rgb(0,0,0);*/
}
#headerleft {
  float: left;
  width: auto;
  height: 100%;
  /*background: rgb(243,148,32);*/
}

#headerright {
  float: right;
  width: auto;
  height: 100%;
  /*background: rgb(200,200,200);*/
  /*background-color: #212121;*/
}

#headerright .button {
  float: right;
  display: inline;
  padding: 12px 17px 12px 17px;
  margin: 74px 0px 0px 2px;
  background-color: rgb(54,54,54);
  color: rgb(255,255,255);
  text-decoration: none;
}
#headerright a:hover, #headerright a:hover span{
  background-color: rgb(243,148,32);
  cursor: pointer;
}

#flash {
  width: 853px;
  height: 360px;
  background-color: rgb(243,148,32);
}

#flash1 {
  width: 640px;
  height: 360px;
  float: left;
  background-color: rgb(243,148,32);
}

#flash2 {
  width: 213px;
  height: 360px;    
  float: right;
  background-color: rgb(243,148,32);
}

#main {
  width: 853px;
  height: auto;
  /*background: rgb(200,240,240);*/
}

#bottom {
  width: 853px;
  height: 31px;
  background-color: rgb(16,16,16);
}
#bottom a, #bottom a:link, #bottom a:active, #bottom a:visited {
  color: rgb(255,255,255);
  text-decoration: underline;
  font-size: 12px;
}
#bottom p{
  padding: 8px;
  color: rgb(104,104,104);
  font-size: 12px;
}

#rightpanel {
  float: left;
  width: 213px;  
  color: rgb(0,0,0);
  /*background: rgb(200,220,240);*/
  /*display: inline; /* kvuli IE5,6 "double margin" bugu */
} 

#rightpanel-box1 {
  width: 213px;
  height: 164px;
  margin-bottom: 3px;
  background: rgb(27,27,27);
}
#rightpanel-box2 {
  width: 213px;
  margin-bottom: 3px;
  background: rgb(27,27,27);
}
#rightpanel-box3 {
  width: 213px;
  margin-bottom: 3px;
  background: rgb(27,27,27);
}
#rightpanel-box4 {
  width: 213px;
  height: 144px;
  margin-bottom: 3px;
  background: rgb(27,27,27);
}

#rightpanel p {
  padding: 15px 0px 0px 8px;
}
#rightpanel form {
  padding: 15px 15px 0px 15px;
  color: black;
}
#rightpanel label {
  float: left;
  width: 70px;
}
#rightpanel input {
  width: 100px;
  height: 1.6em;
  border-width: 1px;
  background-color: rgb(174,174,174);
}

#content {
  float: left;
  width: 625px;     
  padding-right: 15px;
}

.floatend {
  clear: both;
}

p.dealerzone {
	text-align: center;
}

p.dealerzone img {
	margin: 15px auto;
}
