html{
	overflow-y: scroll;
}

html,body {
	background:#000000 url(/images/background.jpg) center top repeat-y !important;
}

#wrapper {
	margin:5px;
	width:780px;
	margin:0 auto;
}

#hd {
	margin-top:5px;
}

#bd {
	text-align:left;
	background:#3B3B3B url(/images/sidebar_bg.jpg) left top repeat-y;
}

h1,h2,h3,h4,h5, h6 {
 font-family:verdana, sans;
}

h6 {
font-size:7pt;
color: #666666;
}

h2 { 
	text-transform:uppercase; color:#F5F203; margin-bottom:5px !important;
}

h3 { 
	color:#F5F203; text-transform:uppercase; margin-bottom: 2px !important;
}

h4 { 
	color:#F5F203; text-transform:uppercase; margin-bottom: 2px !important;
}

h3 span { 
	color:#FFF; 
}

h5 {
	margin:2px 0 5px 0 !important; 
	color:#F5F203;
}

.yellow {
	color:#F5F203;
}

.break {
	clear:both;
}

.section {
	border-bottom:2px solid #F5F203;
	background:url(/images/panel_background.jpg) top left repeat-x;
	color:#FFF;
	margin-bottom:1em;
}

.section h3 {
	padding:3px 5px 4px 18px;
	background:url(/images/sidebar_arrow.jpg) center left no-repeat;
}

.section p {
	margin-bottom:1em;
}

.panel, p {
	font-size:0.9em;
}

.splash {
	padding-top:5px;
}
.splash h2 {
	padding-top:5px;
}
.splash img {
	float:left;
}

#content {
	background:url(/images/panel_background.jpg) top left repeat-x;
	margin:0 0 0 3px;
	padding:0 6px;
}

#sidebar h3 {
	margin-left:3px;
}

#sidebar .section {
	margin:0px 5px 10px 5px;
	padding:0px 1px 5px 1px;
	background:url(/images/sidebar_panel_bg.jpg) top left repeat-x;
}

#sidebar .panel {
	padding:2px 8px 10px 10px;
}

.panel {
	padding-top:1px;
	background:url(/images/dotted.gif) top left repeat-x;
}

a {
	color: #F5F203;
	text-decoration: none;
}

.btn {
	border:0;
	height:19px;
	width:71px;
	padding:0;
	color:#FFF;
	float:right;
	text-align:center;
	background:url(/images/sidebar_button.jpg) bottom left repeat-x;
}

.txt {
	border:1px solid #444;
	margin:2px 0 4px 0;
	width:100%;
}

#ft {
	text-align:right;
	padding-bottom:5px;
}

#ft img {
	padding-right:5px;
}

.feature {
	width:250px;
	height:146px;
	float:left;
	padding:0;
	margin:0 3px;
	background:url(/images/feature.jpg) top left repeat-x;
}


.flashpadding{
	padding-top:20px;
} 

.section.last {
	border-bottom:0;	
}

#subnav {
	width: 220px;
	margin: 0px;
	padding: 0px;
	background-color: #222222;
}

#subnav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#subnav li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 24px;
	width: 220px;
	background-image: url(/images/subnav.jpg);
	background-repeat: no-repeat;
}

#subnav li div {
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#contactL, div#contactR{
	float: left;
	width: 49%;
}

div#contactL p img, div#contactR p img{
	float: left;
}

div#contactL p, div#contactR p{
	clear: both;
	padding: 10px 0px 10px 0px;
}

form#sellCar label{
	clear: both;
	width: 110px;
	float: left;
	margin-left: 20px;
}
form#sellCar input, form#sellCar textarea, form#sellCar select{
	float: left;
	width: 360px;
	margin-bottom: 8px;
	border: solid 1px #ABADB3;
	padding: 2px;
}
form#sellCar select{
	width: 364px;
}
form#sellCar button{
	clear: both;
	float: right;
	margin-top: 13px;
	margin-right: 20px;
}

form#sellCar input#price{
	padding-left: 18px;
	width: 342px;
	background: url(../images/euro.jpg) left no-repeat #FFFFFF;
}

/*For timeline 'Roll Of honour' honour.php */
img.imgpad{
	padding-top: 10px;
}

div.instructions{
	text-align: center;
}
div.instructions img{
	float:none;
}

/*CSS PNG hack*/
* html img, 
* html .png{
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
        
    );
}
