/*
Note:
The sites original css (this file) has a background image attached to the body tag, which results in the 2 grey colors 
displaying in the wysiwyg editor... to correct this an exact copy of the css file has been placed in the 'update' folder 
for the editors usage only and has had the background image removed from the body tag... now the dark grey background 
displays exactly like on the public page...  if any changes are made to the sites public css file (THIS PAGE) they will 
also need to be changed in the 'update' css file.

Path to wysiwyg css file: '/update/kanesharleydavidson.css'
*/



*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #333 url(images/sideimg.jpg) repeat-y left top;
	margin: 0px;
	padding: 0px;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#wrapper-wide {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(images/bg-header.jpg) repeat-x;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 102px;
}
#menu {
	display: block;
	width: 175px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#maincontent {
	width: 785px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#maincontent p {
	margin: 5px 0px;
	padding: 0px;
}
.slideshow {
	display: block;
	float: left;
	height: 400px;
	width: 593px;
}
.clear {
	clear: both;
}
#rightside {
	background: #555;
	display: block;
	float: right;
	width: 179px;
	margin: 0px;
	padding: 0px;
	border: 3px solid #1e1e1e;
	min-height: 390px;
}
h1 {
	font: bold 1.65em Arial, Helvetica, sans-serif;
	color: #D0881A;
	display: block;
	margin: 15px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 5px;
	width: auto;
	font: bold 1.1em/.95em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background: #F90;
}
#rightside p {
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#rightside a {
	font-size: 1em;
}

#rightside h2 {
	margin: 0px;
	padding: 5px;
	width: auto;
	font: bold 1.1em/.95em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background: #333;
}
a
{
	color: #FF9D00;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

a:visited
{
	font-size: 12px;
	color: #ED9710;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
a:hover {
	color: #FF9D00;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
a:active {
	color: #FF9D00;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
#maincontent-wide {
	min-width: 960px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow:hidden;
}

#specials{
	padding-left: 20px;
}


#specials .specialstitles {
	font-size: 16px;
	color:#ED9710;
	font-weight:bold;
	padding-bottom: 5px;
}


#specials blockquote{
	padding-left: 20px;
}

#specials .tinytext{
	font-size: 10px;
}

#specials p{
	padding-bottom: 10px;
}

