@charset "UTF-8";
/* CSS Document */
html {
    overflow-y: scroll;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height:101%;
}
ul#main-nav {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin-top: 0;
	margin-right: 0.3em;
	margin-bottom: 0;
	margin-left: 0;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
ul#main-nav li a:hover {
	color:#999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC0000;
}
.models A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
}
.models A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
}
.models A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
}
.models A:hover {
	text-decoration: none;
	color: #CC0000;
	line-height: 20px;
}
form_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.model_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.modelsoff A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
}
.modelsoff A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
}
.modelsoff A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
}
.modelsoff A:hover {
	text-decoration: none;
	color: #000;
	line-height: 20px;
}
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 774px;
height: 650px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.0em auto;
padding: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 670px;
height: 670px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 670px;
height: 670px;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */

.modeldiv {
	width: 742px;
	margin-left: -40px;
}

