/* @override http://kandsrides.omed.dev.silverdynamics.com/ui/kandsrides/css/all.css */

body {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background: #481608 url(../images/bg-wrapper.gif) repeat-y 50% 0;
}

h1
{
	font-size:20px;
	margin:0px;
}

img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.bg {
	background: url(../images/bg-body.jpg) no-repeat 50% 0;
}
/* index start */
#wrapper {
	overflow: hidden;
	width: 978px;
	margin: 0 auto;
	background: #fef0c9;
	position: relative;
}
.logo {
	position: absolute;
	left: 402px;
	top: 47px;
	margin: 0;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background: url('../images/img-logo.png') no-repeat;
}
.top-nav {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 9px 0;
	list-style: none;
	background: #351400;
	font-size: 13px;
}
.top-nav li {
	float: right;
	color: #fff;
	background: url(../images/divider-top-list.gif) no-repeat 100% 50%;
	padding: 0 11px 0 9px;
	margin-right: -1px;
	display: inline;
}
/* main start */
#main {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-main.jpg) no-repeat;
	padding: 185px 0 176px;
}

#star
{
	float:right;
	width:159px;
	height:159px;
	background: url(../images/star.png) no-repeat;
	margin:0px;
	padding:0px;
	margin:-100px 0 -40px 0;
}

/*
#star
{
	position:relative;
	left:870px;
	top:-100px;
	width:159px;
	height:159px;
	background: url(../images/star.png) no-repeat;
	margin:0px;
	padding:0px;
}
*/
/* sidebar start */
#sidebar {
	float: left;
	width: 213px;
	height: 201px;
	overflow: hidden;
	padding-top: 41px;
	background: url(../images/bg-navigation.png) no-repeat;
}
.navigation {
	overflow: hidden;
	width: 144px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.navigation li {
	width: 127px;
	border-top: 1px solid #dacca8;
	padding: 4px 0 6px 17px;
	font-weight: bold;
	font-size: 11px;
	margin-top: -1px;
}
.navigation li a {
	color: #000;
	text-decoration: none;
}
.navigation li a:hover {
	text-decoration: underline;
}
/* sidebar end */
/* content start */
#content {
	float: right;
	width: 712px;
	padding: 103px 37px 0 0;
}
#content h2 {
	margin: 0;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content p {
	margin: 5px 0 0;
	line-height: 15px;
}

.items-box
{
	float:left;
	width:220px;
	margin-right:10px;
	margin-top:10px;
	background:#f1d898;
}
.items-box span.date
{
	color:#333;
	font-size:10px;
	display:block;
	float:left;
	padding: 0 10px 10px 10px;
}

.items-box span.announce
{
	color:#666;
	font-size:12px;
	display:block;
	float:left;
	padding:10px;
}

.all
{
	padding:10px 0;
}

#splash
{
	background:#f2dca1;
	width:700px;
	height:46px;
	float:left;
	margin:10px 0;
	padding:15px 0 0 0;
	text-align:center;
	color:#98320d;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.post-announce-listing
{
	float:left;
	width:100%;
	margin-right:10px;
	margin-top:10px;
	background:#f1d898;
}

.post-announce-listing:hover
{
	background:#f2e4c1;
}

.post-announce-listing p
{
	color:#666;
	font-size:14px;
	display:block;
	float:left;
	padding: 5px 10px 0 10px;
	width:100%;
}

.post-announce-listing .date,
.post-announce-listing .name
{
	color:#666;
	font-size:12px;
	display:block;
	float:left;
	padding: 5px 10px 10px 10px;
}

.post-announce-listing p a
{
	color:#900;
	margin:-10px 0 10px 0;
	display:block;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* content end */
/* footer start */
#footer {
	overflow: hidden;
	width: 963px;
	padding: 11px 6px 17px 9px;
	background: #f1d798;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: -1px;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li {
	float: left;
	background: url(../images/divider-foot-nav.gif) no-repeat 0 50%;
	padding: 0 11px;
	margin-left: -1px;
	display: inline;
}
#footer ul li a {
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/* footer end */
/* index end */

/* about slide show box */

#about_slideshow_box {
  width: 520px;
  height: 400px;
  margin: 20px auto;
}

#about_slideshow_box img {
  display: block;
  margin: 10px auto;
  border: 10px solid #F1D898;
}

/* inventory view. */

#heading {
  float: left;
	font-size: 25px;
}

#asking_price {
  float: right;
  padding: 10px;
  font-size: 19px;
  background: #F1D898;
}

#asking_price span {
  font-size: 21px;
  font-weight: bold;
}

div.photo_box {
  border: 10px solid #F1D898;
  margin-bottom: 10px;
  padding: 10px 0;
}

#slideshow_box {
  height: 520px;
  width: 520px;
  margin: 0 auto;
}

div.photo_box .indent {
  margin-left: 20px;
}

div.bigger_font {
  font-size: 13px;
}

div.details_box {
  width: 100%;
	border: 0;
	border-top: 4px;
	border-bottom: 4px;
	border-style: solid;
	border-color: #f1d898;
}

div.details_box table {
  width: 100%;
}

div.details_box td {
  vertical-align: top;
}

div.details_box td.header {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}

div.details_box td {
  text-align: left;
	font-size: 12px;
}

div.photo_box img {
  display: block;
  margin: 10px auto;
  border: 10px solid #F1D898;
}

.inventory_divider {
	border: 1px solid #cc0;
}
/* inventory view end. */

/*Start Application For Credit App */

.credit-app
{
	float:left;
	width:700px;
	background:#fef5db;
	margin:10px 0;
	padding:10px 20px 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.credit-app fieldset
{
	margin-left:10px;
	border:none;
}

.credit-app fieldset .hold
{
	width:450px;
	float:left;
	margin:5px 0;
	padding:0px;
}

.credit-app fieldset .hold label
{
	float:left;
	display:block;
	width:180px;
	text-align:right;
	margin:2px 10px 0 10px;
}
.credit-app fieldset .row
{
	float:left;
	width:300px;
}

.credit-app fieldset .hold label.license
{
	height:60px;
	width:180px;
	display:block;
}
.credit-app fieldset .hold .text
{
	float:left;
	width:200px;
}

.credit-app fieldset .hold .text input
{
	height:15px;
	color:#666;
	margin-bottom:5px;
}

.agreement
{
	padding:10px;
	width:700px;
	float:left;
	line-height:18px;
	font-size:12px;
}	

p.error,
{
	color:#900;
	font-size:10px;
	margin:0 3px;
	padding:0px;
	line-height:10px;
}

.error
{
	color:#900;
	font-size:12px;
	margin:0 142px;
	padding:0px;
}
.btn
{
	float:left;
	margin: 0 0 10px 310px;
}

.information
{
	padding:0px;
	width:2px;
	float:left;
	font-size:14px;
	margin:10px 0 0 0;
	width:200px;
}

.contactform
{
	float:left;
	width:450px;
	margin:10px 10px 10px 15px;
	background:#fef5db;
	padding:10px 20px 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.contactform fieldset
{
	border:none;
}

.contactform fieldset .hold
{
	width:450px;
	float:left;
	margin:5px 0;
	padding:0px;
}

.contactform fieldset .hold label
{
	float:left;
	display:block;
	width:120px;
	text-align:right;
	margin:0 10px;
}
.contactform fieldset .hold label.qc
{
	float:left;
	display:block;
	width:120px;
	height:100px;
	text-align:right;
	margin:0 10px;
}
.contactform fieldset .hold .text,
.contactform fieldset .hold .text-area
{
	float:left;
	width:240px;
}

.contactform .btn
{
	margin:10px 0 0 140px;
	float:left;
	width:700px;
}

p.data
{
	margin:10px -10px;
}

/*End Application For Credit App */


/* Start Directions */

.dealer-info
{
	width:700px;
	border:#dbd4c6 1px solid;
	float:left;
	margin:0px;
	padding: 5px;
	height:auto;
}

#directions_container
{
  position: relative;
	float:left;
	border:#dbd4c6 1px solid;
	width:340px;
	height:338px;
	margin:15px 0px 10px 0px;
	padding:5px;
}

#directions_container button
{
  position: absolute;
	width: 117px;
	height: 31px;
	top: 311px;
	left: 112px;
	color:#fff;
	font-weight: bold;
	border:none;
	background:url(../images/gobut.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#directions_container label
{
	float:left;
}

#directions_form
{
	border:none;
	display:inline;
	margin-top:10px;
	margin-bottom: 10px;
}
#directions_div
{
	width:328px;
	margin:0px auto;
	padding: 0px;
	background:#eaeaea;
	height:265px;
	border:#dbd4c6 1px solid;
	overflow:auto;
}
#map_container
{
	border:1px solid #dbd4c6;
	display:inline;
	float:left;
	height:348px;
	margin:15px 0 10px 15px;
	width: 340px;
}

#directions_container form fieldset
{
	border:none;
	padding:5px;
}
#map_div
{
	display:inline;
	float:left;
	height:348px;
	width: 340px;
}

/* End Directions */



/*Start Home Page Styles*/

#inventory-feature
{
	background:#fef5db;
	height:210px;
	width:680px;
	margin:10px 0;
	padding:10px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	float:left;
}	

#inventory-feature h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	margin-left:10px;
}

#inventory-btn
{
	display:block;
	width:196px;
	height:31px;
	float:left;
}

#inventory-btn a
{
	display:block;
	width:196px;
	height:31px;
	margin:10px;
	padding:0px;
	float:left;
	background:url('../images/inventory-btn.jpg') no-repeat;
}

.hide
{
	display:none;
}

#home-footer
{
	width:700px;
	margin:0px;
	padding:0px;
	float:left;
}

#home-footer .distribute
{
	width:320px;
	margin-right:25px;
	padding:0px;
	float:left;
}

#home-footer .ico1
{
	width:100px;
	height:100px;
	float: left;
	background: url(../images/ico1.jpg) no-repeat;
}

#home-footer .ico2
{
	width:100px;
	height:100px;
	float:left;
	background: url(../images/ico2.jpg) no-repeat;
}

/*End Home Page Styles*/

/*Start Universal Button */


      .frm-btn {
        display: block;
        float: left;
        text-decoration: none;
        border: none;
        cursor: pointer;
      }

      button.frm-btn {
        margin: 0;
        padding: 0;
      }

      .frm-btn span {
			display: block;
		    font-weight: bold;
		    font-family: Verdana;
		    color: #481608;
		    text-align: center;
		    height: 32px;
		    line-height: 30px;
			width:117px;
		    font-size: 13px;
			background:url(../images/uni-btn.png) no-repeat;
      }
	
	.frm-btn span:hover
		{
			background-position: 0 -31px;	
		}

/*End Universal Button*/