@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
	
img{ border:0; }

#container{
	width: 1093px;
	margin: 0px;
	padding: 0px;
	margin:auto;
}

#int_window{
	width: 1000px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#int_menu{
	width: 1000px;
	height: 36px;
	margin: 15px 0px 0px;
	padding: 0px;
	background-image: url(/imgs/menu_button_mo_06.jpg);
	background-repeat: repeat;
}

#int_page{
	width: 1000px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#int_secondarymenu{
	height: 0px;
	margin: 0px;
	padding: 45px 23px 0px 0px;
}



/* Internal Content */

#int_content{
	width: 560px;
	height: 400px;
	margin: 0px;
	float: right;
	padding: 0px;
}



/* left column and navigation */



#int_page_left{
	width: 240px;
	margin: 0px;
	float: left;
	padding: 0px;
	clear: both;
}



#int_page_left h2{
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	margin: 0px 0px 0px 25px;
	padding-top: 0px;
	display: inline;
	padding-bottom: 2px;
	font-size: 80%;
}



#int_page_left h2+ul{

	padding-top: 15px;	

}



#int_page_left .button{

	margin: 0px;

	padding-top: 7px;

}



#int_page_left ul{
	margin: 0px;
	padding: 0px 0px 15px 25px;
	display: block;
	width: 150px;
}

#int_page_left li{
	margin: 0px;
	padding: 0px 0px 2px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
}

#int_page_left li.sub {
	font-weight: normal;
	padding-left: 20px;
	font-size: 80%;
}

#int_page_left li.subsub {
	font-weight: normal;
	padding-left: 40px;
	font-size: 80%;
}

#int_page_left a {
	color: #FF0099;
	text-decoration: none;
}

#int_page_left a:hover{
	color: #FFFFFF;
}

#int_page_left .selected{
	color: #FFFFFF;
}







/* right column and content */



#int_page_right{
	width: 760px;
	margin: 0px;
	float: right;
	padding: 0px;
}

#int_page_right a{
	color: #FF0099;
	text-decoration: none;
}

#int_page_right a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#int_page_right td {
	display: table-cell;
	vertical-align: top;
	width: 173px;
}


/* Inline Navigation */

ul.navigation{
	margin: 0px;
	padding: 0px 0px 15px;
}

li.navigation{
	margin: 0px;
	display: inline;
	padding: 0px 20px 5px 0px;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 80%;
}

#int_page_right a.navigation {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	padding-bottom: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}





/* Gallery */



#int_gallery{
	width: 200px;
	height: 300px;
	margin: 0px;
	float: left;
	padding: 0px;
}

#int_gallery a .photo {
	border: 1px solid #000000;
}

#int_gallery a:hover .photo {
	border: 1px solid #FF99CC;
}

#int_gallery .photo {
	background-position: top;
	padding: 0px;
}

#int_gallery a .selected {
	border: 1px solid #FF99CC;
}

.gallery-holder{
	float:left;	
	margin-bottom:22px;
}



/* Extra Divs */


#logo a{
	border: none;
	text-decoration: none;
}

#logo{
	height: 140px;
	z-index: 1000;
	border: none;
	position: relative;
	top: -660px;
	padding-left: 860px;
}

#bottom{
	position: fixed;
	width: 1000px;
	height: 25px;
	bottom: 0px;
	visibility: visible;
	margin: auto;
	padding: 3px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0099;
	font-weight: bold;
	background-color: #000000;
	z-index: 1000;
}

#bottom ul{
	background-position: center center;
	display: inline;
	padding: 0px 0px 0px 35px;
}

#bottom li{
	display: inline;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	color: #FFFFFF;
}

#bottom li a{
	color: #FF0099;
	text-decoration: none;
}

#bottom li a:hover{
	color: #FFFFFF;
}

#bottom li a.selected{
	color: #FFFFFF;
	display: inline;
}

#bottom .text{
	font-weight: normal;
}

#bottom .phone{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
}

#bottomspacer{
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.ui-tabs-hide { display: none; }

li.ui-tabs-selected a, li.ui-tabs-selected a.visited{
	color:#FFF;
}

.modelTabs, .fin_tabs{
	margin:0 0 15px 0;
	padding:0;
}

.modelTab{
	color:#FFF;
}



/* General Text */

h1, h2, p, h3, h4, li {	
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 17pt;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
}

h2 {
	font-size: 13pt;
	color: #FF0099;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 10px;
}


h3 {
	font-size: 11pt;
	color: #FF0099;
	margin: 0px;
	padding-bottom: 2px;
}

h4 {
	font-size: 11pt;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h4.phone {
	margin: 0px;
	padding: 15px 0px;
	font-size: 14pt;
	color: #FF0099;
}

p {
	margin: 0px;
	font-size: 12pt;
	line-height: 160%;
	color: #FFFFFF;
	padding-bottom: 12px;
}

ul {
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}

li{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
}

.photo {
	background-position: top;
	padding: 0px 0px 10px;
}

.head {
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
}

.hdrphoto {
	padding-bottom: 20px;
}







/* Terms */

.small {
	margin: 0px;
	padding: 25px 0px 0px;
	text-transform: none;
	color: #999999;
	font-size: 65%;
	font-weight: normal;
}

.small_internal {
	margin: 0px;
	padding: 25px 0px 15px 0px;
	text-transform: none;
	color: #999999;
	font-size: 65%;
	font-weight: normal;
}







/* Pre-Owned */

.price{
	padding-bottom: 20px;
}

.price_large{
	padding-bottom: 20px;
	font-size: 120%;
	color: #FF0099;
}

.pre_model{
	text-transform: none;
	font-style:  oblique;
	padding-bottom: 1px;

}









/* Testimonials */

.test_names {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}



/* get a quote */



.quotehead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	color:#FF0099;
}

.selection {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 80%;
}

.textinput_comments {
	color: #000000;
	margin: 0px 0px 15px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 90%;
	height: 100px;
}

.textinput {
	margin-bottom: 10px;
	width: 90%;
}

.dropdown {
	margin-right: 20px;
	margin-bottom: 35px;
	width: 90%;
	margin-top: 5px;
}

.dropdown_index {
	margin-right: 20px;
	margin-bottom: 15px;
	width: 155px;
	margin-top: 5px;
}

form {
    margin: 10px 0px 0px;
    padding: 1em 1em 1em 0em;
}

.radio {
	margin-top: 10px;
}

#container form {
	margin: 0px;
	padding: 5px 1em 1px 0em;
}

.button {
    margin: 25px 0px 10px;
    padding: 1em 1em 1em 0em;
}




#advertisement{
width: 1093px;
height: 600px;
margin: 0px;
padding: 0px 0px 0px;
background-image: url(/files/advertisement_bkgrd.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}


.previous, .current, .next, .paginate{
	color: #FFFFFF;
}
