/* CSS Document */
BODY {
  margin: 0px;
  font-family: Verdana, Tahoma;
}

a {
  text-decoration: none;
  font-weight: 600;
}

#mainFrame {
  width: 800px;
  margin: auto;
  margin-top: 0px;
}

#headFrame {
  margin: 0px;
  height: 130px;
  margin-bottom: 2px;
}

#headFrameImg {
  width: 800px;
  height: 130px;
  border: 0px;
}

#menuFrame {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #fff;
  background-color: #c0ff00;
  font-size: 11px;
  padding-left: 10px;
  letter-spacing: -0.5px;
  min-height: 20px;
}

#menuFrame span {
  margin:  2px;
  line-height: 20px;
}

#menuFrame a {
  color: #000;
}

#flagFrame {
  float: right;
}

IMG.flag {
  width: 29px;
  height: 20px;
  border: 0px;
  margin-left: 1px;
}

#leftBar {
  float: left;
  width: 200px;
  font-size: 10px;
}

IMG#banner {
  width: 200px;
  height: 149px;
  border: 0px;
}

#offerFrame {
  width: 180px;
  padding: 10px;
  background-color: #c0ff00;
  border: 0px;
}

#step1 {
  display: block;
}

#step2 {
  display: none;
}

.formPartHidden {
  display: none;
}

.formPartShown {
  display: block;
}

#offerFrame H2 {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}

#offerFrame H4 {
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
}

#offerFrame P {
  margin-top: 0px;
}

#step1 DIV, #step2 DIV {
  text-align: right;
  width: 100%;
  margin: 2px;
}

#step1 P, #step2 P {
  width: 100%;
  margin: 1%;
}

#offerFrame INPUT {
  width: 60%;
}

#offerFrame INPUT.longInput {
  width: 98%;
}

 .button {
  float: right;
  margin-top: 10px;
  width: 49% !important;
  background-color: #ff6600;
  color: #fff;
}

.buttonWhite {
  float: left;
  margin-top: 10px;
  width: 49% !important;
  background-color: #fff;
  color: #000;
}

#offerFrame SELECT {
  width: 60%;
}

.clearBoth {
  clear: both;
  height: 1px;
  width: 100%;
}

#rightBar {
  float: left;
  width: 580px;
  padding: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
}

#rightBar h1 {
  	color: #000;
  	font-size: 250%;
  	font-weight: 500;
  	margin: 20px;
  	line-height: 30px;
}

#rightBar h2 {
  	color: #ff6600;
  	font-size: 200%;
  	font-weight: 600;
}

#rightBar h3 {
  	color: #ff6600;
  	font-size: 150%;
  	font-weight: 600;
}

p.first {
  	text-indent: 20px;
}

.orange {
  color: #ff6600;
}

/*content */
#truck {	
	min-height: 287px;
  	background: url('../img/truck.jpg') top left no-repeat;
}

.marginLeft270{
	margin-left: 270px;
}

.marginLeft100 {
  margin-left: 50px;
  margin-top: 70px;
  margin-bottom: 10px;
}

#indicator {
	margin-right: 15px;
}

#errorFrame {
  width: 90%;
  border: 3px solid red;
  padding: 4%;
  color: red;
  font-weight: 600;
}

img.accidents {
	border: 0px solid #fff;
	width: 250px;
	margin-right: 20px;
}
div.article {
	width: 100%;
	clear: left;
}
p.wholeArt {
	text-align: right;
}

#action {	
	min-height: 287px;
 	background: url('../img/action.jpg') top right no-repeat;
}

#actionFrame {
  width: 280px;
  font-size: 150%;
}

#discount {
  width: 250px;
  text-align: right;
  color: red;
  font-size: 550%;
  font-weight: 700;
}
