/* -- HCC Development www.hccdevelopment.com - Chicago Motorcycle Rental CSS --*/


/* Default */

html, BODY {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/body-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
background: transparent;
}

table {
	border-spacing: 10px;
background: transparent;
}

ul {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*

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

*/


.clfx { 
	display: inline-block;
	padding: 0;
	margin: 0;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Hide from IE Mac \*/
.clfx { display: block; }
/* End hide from IE Mac */

.space10 {
	height: 10px;
}


/* container */

.page-container {
	width: 872px;
	height: 672px;
	background: url(/images/container_shadow.png) no-repeat;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 872px;
	height: 672px;
	text-align: left;
	
}

#main {
	width: 538px;
	margin-top: 36px;
	margin-left: 36px;
	float:left;
}


/* Nav */

.header {
	width: 538px;
	height: 47px;
	background-color: #996e45;
}

.top-nav {
	width: 538px;
	height: 17px;
	background-image: url(/images/nav-top.jpg);
	background-repeat: no-repeat;
}


#nav {
	width: 538px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-image: url(/images/navbar-bg.jpg);
	background-repeat: no-repeat;
}

.nav-container {
	padding-top: 8px;
	margin-left: 20px;
}


#navlist {
	margin: 0px;
	padding:0px;
}

#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#navlist li a:link, #navlist a:visited {
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
	letter-spacing: 2px;
}

#navlist a:hover { 
	color: #ccc;
}

#navlist a.selected { 
	color: #cccccc;
	font-weight: bold;
}


#heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 538px;
	height: 54px;
	
}

#heading-large {
	position: relative;
	top: 0px;
	left: 0px;
	width: 538px;
	height: 308px;
}

/* Home */

#main-content {
	position: relative;
	width: 538px;
	height: 303px;
	background-color: #996e45;
	background-image: url(/images/home-main-bg.jpg);
	background-repeat: no-repeat;
}

.home-title-text {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}

.home-main-text {
	color: #333;
	font-family: Helvetica;
	font-size: 15px;
	text-align: left;
	letter-spacing: .2px;
	line-height: 1.6em;
	margin-left: 20px;
	margin-top: 20px;
	width: 518px;
}

#main-content2 {
	position: absolute;
	background-image: url(/images/home-main2-bg.jpg);
	width: 800px;
	height: 111px;
}

.main2-text {
	position: relative;
	color: #502f17;
	margin: 0 0 0 20px;
	padding-top: 20px;
	line-height: 1.3em;
	font-size: 14px;
	float: left;
	width: 500px;
}

.main2-text a:link, .main2-text a:visited {
	color: #502f17;
	text-decoration: none;
}

.main2-text-right {
	color: #000;
	font-family: serif;
	font-weight: bold;
	margin-left: 50px;
	padding-top: 30px;
	font-size: 22px;
	float: left;
	width: 200px;
	text-align: center;
	letter-spacing: .2em;
}

.main2-text-right a:link, .main2-text-right a:visited {
	color: #000;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: normal;
}

.main2-text-right a:hover {
	color: #53544E;
	text-decoration: underline;
}

.home-bike {
	position: absolute;
z-index: 10;
	margin-left: 274px;
	margin-top: -94px;
}

#home-bottom {
	position: relative;
	background: url(/images/home-bottom-bg.jpg) no-repeat;
	width: 800px;
	height: 142px;
	margin-left: 0px;
	top: 110px;
}

.home-bottom-text {
position: relative;
	font-family: serif;
	color: #53544E;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
	width: 500px;
	padding-top: 30px;
	letter-spacing: .2em;
	float: left;
}

.home-bottom-text a:link, .home-bottom-text a:visited {
	font-family: Helvetica;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	letter-spacing: normal;
}

.home-bottom-text a:hover {
	color: #53544E;
}

.home-bottom-text-right {
position:relative;
	font-family: serif;
	color: #53544E;
	font-size: 22px;
	font-weight: bold;
	margin-left: 50px;
	width: 230px;
	padding-top: 30px;
	letter-spacing: .2em;
	float: right;
}

.home-bottom-text-right a:link, .home-bottom-text-right a:visited {
	font-family: Helvetica;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	letter-spacing: normal;
}

.home-bottom-text-right a:hover {
	color: #53544E;
}

/* side bar */

#sidebar {
	float: left;
	margin-left: 0px;
	margin-top: 36px;
	width: 262px;
	height: 353px;
	background-image: url(/images/sidebar-bg.jpg);
	background-repeat: repeat-y;
}

#sidebar-long {
	float: left;
	margin-left: 0px;
	margin-top: 36px;
	width: 262px;
	height: 600px;
	background-image: url(/images/sidebar-bg.jpg);
	background-repeat: repeat-y;
}

.logo {
	margin-top: 35px;
}

.sidebar-plain {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	letter-spacing: 2px;
	margin-left: 10px;
	line-height: 1.5em;
}

.sidebar-plain a {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;

}

.sidebar-address {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	letter-spacing: 2px;
	margin-left: 15px;
	line-height: 1.5em;

}

.phone-sidebar {
	font-family: serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	letter-spacing: .1em;
}

.phone-sidebar hr {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #8e9478;
}


.plain-medium {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.plain-italic {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.sidebar-large {
	font-size: 20px;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 3px;
	margin-left: 20px;
}

.sidebar-grey {
	color: #8e9478;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.sidebar-buttons {
	margin-left: 20px;
	margin-top: 20px;
}


.large-heading {
	color: #FFFFFF;
	font-family: times, roman, garamond;
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	background-color: transparent;
}

.small-heading {
	color: #000000;
	font-family: times, roman, garamond;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	background-color: transparent;
}

.medium-heading-brown {
	color: #59351b;
	font-family: times, roman, garamond;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	background-color: transparent;
}


/* footer */




/* Models and Rates */

#main-content-models {
	width: 528px;
	height: 150px;
	position: relative;
	margin-top: 0px;
	background-color: #996e45;
	padding-left: 10px;
	
	
}

#main-content-models2 {
	width: 538px;
	height: 403px;
	position: relative;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.models-bottom {
	width: 500px;
	text-align: left;
	margin-left: 15px;
}

.models-bottom a:link, .models-bottom a:visited {
	color: #996e45;
	text-decoration: none;
}


#heading-medium {
	position: inherit;
	width: 538px;
	height: 185px;
	background-image: url(/images/home-main-bg.jpg);
	background-repeat: no-repeat;
}

#models-heading {
	position: relative;
	margin-left: 20px;
	margin-top: 0px;
}

#inner-content {
	background-color: #FFFFFF;
	width: 538px;
	height: 571px;
}

#inner-content p {
	padding: 0;
	margin: 0;
}

#models-list {
	display: inline;
}

#models-list-div ul {
	display: inline;
}

#models-list li {
	display: inline;
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}

#models-list li a {
	border: 0px;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#models-list-new {
	display: inline;
width: 200px;
}

#models-list-new li {
	display: inline;
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}

#models-list-new li a {
	border: 0px;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.small-text {
	font-size: 10px;
	color: #666;
	width: 185px;
	margin-left: 18px;
}


.models-email {
	margin-left: 20px;
	padding-top: 5px;
	font-size: 16px;
	color: #efefef;
	font-weight: normal;
}

.models-email a:link, .models-email a:visited {
	font-size: 16px;
	color: #efefef;
	font-weight: normal;
	text-decoration: none;
}

.models-email a:hover {
	color: #ccc;
}


/* reservations */

#main-content-reservations {
	width: 538px;
	height: 100px;
	background-color: #996e45;
	background-image: url(/images/home-main-bg.jpg);
	background-repeat: no-repeat;
}

#main-content-gallery {
	width: 538px;
	height: 105px;
	background-color: #996e45;
	background-image: url(/images/home-main-bg.jpg);
	background-repeat: no-repeat;
}

#models-contact {
	background-color: #FFFFFF;
	background-image: url(/images/models-arch.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 538px;
	height: 91px;
}

table.reservation {
	font-size: 11px;
	color: #666;
}

.reservation a {
	color: #333;
}

#inner-content-reservations {
	background-color: #FFFFFF;
	width: 538px;
	height: 453px;
}

#inner-content-gallery {
	background-color: #FFFFFF;
	width: 538px;
	height: 449px;
	margin-top: -8px;
}


#reservation-heading {
	margin-left: 20px;
}

.reservation-image {
	margin-left: -5px;
	padding-top: 8px;
}

.models-image {
	margin-left: -10px;
	padding-top: 8px;
}


.reservation-text {
	color: #502f17;
	margin: 0 0 0 20px;
	padding-top: 20px;
	line-height: 1.3em;
	font-size: 14px;
	width: 500px;
}


/* contact us */ 

#inner-content-contact {
	background-color: #FFFFFF;
	background-image: url(/images/map.jpg);
	background-repeat: no-repeat;
	width: 538px;
	height: 453px;
	margin-top: -8px;
}

.medium-heading-brown-contact {
	color: #59351b;
	font-family: times, roman, garamond;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	background-color: transparent;
}

.contact-email {
	margin-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #efefef;
	font-weight: normal;
}

.contact-email a:link, .contact-email a:visited {
	font-size: 16px;
	color: #efefef;
	font-weight: normal;
	text-decoration: none;
}

.contact-email a:hover {
	color: #ccc;
}


/* requirements */

.requirements-text {
	margin: 0 0 0 10px;
	width: 520px;
	
}

.requirements-text li{
	padding: 0;
	margin: 0 0 0 10px;
}

.requirements-pagination {
	color: #59351b;
}

.requirements-pagination a:link, .requirements-pagination a:visited  {
	color: #59351b;
}

.requirements-pagination a:hover {
	color: #000;
}

/* highslide */


.highslide {
	cursor: url({js_url}highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url({js_url}highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url({js_url}highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url({js_url}highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url({js_url}highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

div#model-rates {
background: transparent;
}

.copy-footer {
	font-size: 10px;
	color: #666;
}

.copy-footer a:link, .copy-footer a:hover, .copy-footer a:visited {
	text-decoration: none;
	color: #666;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}