/* -------- Raymond Soegiharto -------- */


/***** Browser Reset *****/

*{
	border:0;
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	outline:none;
	font-weight:bold;
	color:#fff;
}

a:hover{
	text-decoration:underline;
}

img {
	border:0;
	vertical-align:bottom; /* solve IE issue (gap below the image) */
}

form {
	margin:0;
	padding:0;
	display:inline;
}

ol, ul {
	list-style:none;
}

p{
	padding:5px 0;
}

.wichtig{
	font-weight:bold;
	color:#fff;
}

/***** Global Classes *****/

.clear			{ clear:both; }
.noShow			{ display:none;	}

.fLeft			{ float:left; }
.fRight			{ float:right; }

.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.underline		{ text-decoration:underline; }
.highlight		{ background:#ffc; }

.centered		{ text-align:center; }
.justified		{ text-align:justify }
.upperCased		{ text-transform:uppercase;}

/* -------------- E N D --------------- */

* { behavior: url(css/iepngfix.htc) }

html{
	background:url(../images/bg.gif) repeat-x #111;
	color:#ccc;
	font-size:1em;
}

#RSwrapper{
	width:800px;
	margin:0 auto;
}

#header{
	height:275;
	z-index:0;
}

#tireTrack1{
	position:absolute;
	width:436px;
	height:375px;
	top:-60px;
	left:0;
	background:url(../images/tiretrack1.gif) right no-repeat;
	filter:alpha(opacity=20);   /* Internet Explorer       */
  	-moz-opacity:0.2;           /* Mozilla 1.6 and below   */
  	opacity:0.2;               /* newer Mozilla and CSS-3 */
	z-index:0;
}        

#tireTrack2{
	position:absolute;
	width:364px;
	height:534px;
	/*left:747px;*/
	top:14px;
	left:291px;
	background:url(../images/tiretrack2.gif) right no-repeat;
	filter:alpha(opacity=20);   /* Internet Explorer       */
  	-moz-opacity:0.2;           /* Mozilla 1.6 and below   */
  	opacity:0.2;               /* newer Mozilla and CSS-3 */
	z-index:0;
} 

#contentWrapper{
	position:relative;
	clear:both;
	background-color:#222;
	z-index:10;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

#leftBox{
	position:relative;
	left:0;
	width:290px;
	min-height:500px;
	float:left;
	padding:5px 0;
	text-align:center;
	z-index:30;
}

#rightBox{
	position:relative;
	float:left;
	width:477px;
	min-height:500px;
	padding:15px;
	text-align:justify;
	font-size:0.9em;
	border-left:3px double #555;
	z-index:30;
}

/* for Internet Explorer */
/*\*/
* html #rightBox, * html #leftBox {
	height:500px;
}
/**/

#footer{
	position:relative;
	clear:both;
	height:30px;
	background-color:#f00;
}

.tagline{
	color:#fff;
	display:block;
	padding:10px 0;
}

#leftBox h3{
	padding-top:15px;
	color:#fff;
}

#leftBox h1{
	font-size:1.5em;
	line-height:0em;
	margin-top:60px;
	color:#fff;
}

#leftBox img, #rightBox img{
	margin:10px 0 20px;
	border:2px outset #ccc;
}

#boxes{
	position:absolute;
	top:200px;
}

#box1, #box2, #box3{
	float:left;
}

#box2{
	margin:0 11px;
}

#box1 a, #box2 a, #box3 a{
	display:block;
	width:150px;
	height:150px;
}

#box1 a{
	background:url(../images/box1.jpg) bottom no-repeat;
}

#box2 a{
	background:url(../images/box2.jpg) bottom no-repeat;
}

#box3 a{
	background:url(../images/box3.jpg) bottom no-repeat;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover{
	background-position:top;
}

#box1 a span, #box2 a span, #box3 a span{
	display:none;
}

.brandCol{
	float:left;
	width:236px;
	border:1px solid #ccc;
	text-align:center;
	padding:5px 0;
	margin:5px 0;
}

IFRAME{
	overflow:hidden;
	min-height:450px;
	position:relative;
	left:3px;
}

/* bof contact us page -------------------------- */

#contactForm{
	padding:20px;
}

#contactInfo{
	position:absolute;
	left:290px;
	width:200px;
	text-align:left;
}

p form{
	padding:30px 0;
}

FORM > FIELDSET{
	height:290px;
}

LABEL, INPUT, TEXTAREA{
	float:left;
	width:100px;
	text-align:right;
	clear:left;
}

INPUT, TEXTAREA{
	width:200px;
	clear:right;
	text-align:left;
	padding:0 3px;
	margin-bottom:10px;
	overflow:auto;
	border:1px outset #000;
}

#buttons{
	margin-left:100px;
	clear:left;
}

.button{
	margin-right:15px;
	margin-top:10px;
	width:60px;
	text-align:center;
	border:1px solid #ccc;
	color:#fff;
	background-color:#333;
}

/* eof contact us page -------------------------- */

