/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 86%;
	color: #101010;
	background-color: #FFF6B5;
}

/* Links */

a
{
	text-decoration: none;
	color: #318F0F;
}

a:hover
{
	text-decoration: underline;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input.check
{
	border: 0px;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	width: 773px;
}

/* Menu */

#menu
{
	padding-top: 3px;
}

#menu a
{
	display: block;
	height: 25px;
	width: 190px;
	background: url(images/bg_btn.gif) no-repeat left;
	color: #F6FF00;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	-moz-box-sizing: border-box;
	padding: 4px 0px 0px 15px;
}

#menu a:hover
{
	text-transform: uppercase;
}

/* Left Column */

#leftcol
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	padding-top: 36px;
	margin-right: 20px;
}

#leftcow
{
	display: block;
	text-align: center;
	margin-top: 40px;
}

#leftcow img
{
	margin: 5px;
	border: 1px solid #6ED149;
}

/* Content */

#content
{
	background: url(images/uk_logo_new.gif) no-repeat top left;
	-moz-box-sizing: border-box;
	padding: 36px 0px 0px 210px;
	font-size: 95%;
	line-height: 1.4em;
	margin-bottom: 11px;
}

#content h1
{
	text-align: right;
	font-size: 1.6em;
	color: #6ED149;
}

#content h2
{
	text-align: left;
	font-size: 1.3em;
	margin: 16px 0px 8px;
}

#content p
{
	float: left;
	display: block;
	width: 99%;
	-moz-box-sizing: border-box;
	border: 1px solid #6ED149;
	background-color: #FFF6B5;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

#content p img.left
{
	float: left;
	margin: 0px 10px 5px 0px;
}

#content p img.right
{
	float: right;
	margin: 0px 0px 5px 10px;
}

#news p img
{
	border: 1px solid #000000;
}

#news p img.left
{
	margin: 0px 10px 5px 0px;
}

#news p img.right
{
	margin: 0px 0px 5px 10px;
}

/*--- Dealer Section ---*/

.tabledec
{
	border: 1px solid #666666;
	background-color: #FFF6B5;
	width: 100px;
}

.tabledec-t
{
	border: 1px solid #666666;
	background-color: #D5F0CB;
}


.partstable { 
	border: 1px solid #6ED149; 
	}

.col1 {width:55%;}
.col2 {width:15%; text-align:center;}
.col3 {width:30%; text-align:center;}

/* Footer */

#footer
{
	float: left;
	display: inline;
	width: 560px;
	-moz-box-sizing: border-box;
	margin: 0px 0px 0px 210px;
	padding: 5px 0px;
	border-top: 1px solid #6ED149;
	line-height: 1.5em;
	font-size: 0.9em;
}

#footer a
{
}


.news {

	display: block;
	-moz-box-sizing: border-box;
	background-color: #FFF6B5;
	padding: 6px;

	text-align: justify;
}


.news_body {
	display:block;
	margin:0 5px;
}

.articleBox {
	border: 1px solid #6ED149;
	margin: 0 0 10px 0;
	padding: 0 5px;
}

/*--- [Form on contact page] ---*/

address {font-style: normal;}

form.contact input.inputBody, form.contact textarea.inputBody, form.contact select.inputBody, form.contact option {width: 99%;}

fieldset {width: 500px; margin: 0; padding: 10px; text-align: left; border: 1px solid #6ED149;
	background-color: #FFFFFF;}

label {
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #000000;
	clear: left;
	margin: 10px 0 3px 0;
	background: transparent;
}

/* Hacks - IE doesn't do focus so font is black in IE and grey in everything else */

input.inputBody, textarea.inputBody, select.inputBody, option {
	padding: 1px;
	border: 1px solid #6ED149;
	margin: 0 1px;
	font-size: 13px; /* IE5, IE5.5 see this */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: 000000;
	voice-family: "\";
}\"";
    voice-family:inherit;
    font-size: 13px;  /* Other browsers see this */
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #999999 !important;
    color: #000000;      /* IE 6 will see this */
}

.articleMain { border:3px; display:block; width:100%; background-color: #FFF6B5; padding: 6px; margin: 0px 0px 10px 0px; text-align: justify; }

html>body input.inputBody,html>body textarea.inputBody,select.inputBody {font-size: 13px;}

input.inputBody:focus,textarea.inputBody:focus,select.inputBody:focus {border: 1px solid #999999; color:  #000000; color:  #000000 !important;}

option { border: none; color: #00000000 !important; padding-right: 5px; }
/*--- [END Form on contact page] ---*/

.hiddentitles h2 {
	display:none;
}

/* Ex-Demo and Used Formatting */

.clear {

	clear: both;

}

.demo {

	display: block;
	border: 1px solid #6ed149;
	padding: 15px;
	margin-bottom: 10px;

}

.demo-image {

	display: block;
	float: left;
	width: 160px;
	margin-right: 15px;
} 

.demo-image img {

	border: 1px solid #666666;
	padding: 3px;
	background-color: #939393;

}

.demo-content {

	display: block;
	float: left;
	padding: 0;
	margin-top: 0;
	width: 355px;
	text-align: justify;
	font-size: 11px;

}

.demo-content h4 {

	font-size: 18px;
	margin-top: 0;
	color: #6ed149;
	font-family: arial,tahoma,sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #838383;
	display: block;

}

.demo-images {

	display: block;
	clear: both;
	padding: 5px;
	background-color: #d5f0cb;
	position: relative;
	top: 6px;
	margin-bottom: 6px;
	height: 53px;
	padding: 5px;

}

.demo-images img {

	border: 1px solid #666666;
	display: block;
	float: left;
	margin-right: 5px;

}