html,body {
	height: 100%;
	margin: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
html {
	overflow-y:scroll;
}
body {
	background-color: #737474;
}
#header {
	height: 90px;
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width:860px;
	background-color:#FFFFFF;
}
#footer {
	padding: 0px;
	width: 860px;
	height: 30px;
	color: #A6A6A6;
	background-color: #F2F2E8;
}
#footer div {
	margin-left:10px;
	margin-top: 10px;
	float: left;
}
#left {
	float: left;
	width: 200px;
	margin-left: 0px;
	background-image: url(../images/structure/bg-lefttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 19px;
}
#left img {
	margin-top:6px;
}
#menu {
	border-bottom:3px solid #636363;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 200px;
	text-indent: 15px;
	padding-top: 10px;
	background-color: #CBCCCD;
	border-bottom: 2px solid #EAEBEB;
	font-weight: bold;
}
#menu a:hover, #menu a.yellowbrdr:hover {
	color: #FCB713;
	background-color: #919294;
}
#menu a.yellowbrdr:link, #menu a.yellowbrdr:visited {
	border-bottom: 2px solid #FCB713;
	height: 26px;
}
#centre {
	float: left;
	width: 660px;
	clear: right;
	padding-bottom: 20px;
}
#centre h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FCB818;
	padding-bottom: 5px;
	margin-bottom: 0px;
	display: block;
	margin-top: 25px;
}
#padded {
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 0px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFAF;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FCB713;
}
p {
	margin-top: 5px;
}
.text12px {
	font-size: 12px;
}
/**OWNERS INFO PAGE**/

#owners a:link, #owners a:visited {
	color: #666666;
	text-decoration: underline;
}
#owners a:hover {
	color: #FCB818;
	padding-left: 0px;
}
#owners ol {
	margin-left:2px;
	padding-left: 0px;
}
#owners li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#owners p.nomargin {
	margin-bottom:2px;
	margin-top: 0px;
}
/**ACCESSORIES PAGE**/

#accessories div {
	display: block;
	float: left;
	width: 201px;
	margin-top: 15px;
}
#accessories h2 {
	font-weight:bold;
	font-size:10px;
	color:#FCB713;
	margin-bottom:1px;
	margin-top: 1px;
}
#accessories p {
	font-size:10px;
	margin-top:0px;
	margin-bottom:20px;
}
/**MODELS PAGE**/

#models h1 {
	margin-bottom:10px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFAF;
	padding-top: 20px;
	display: block;
}

#models h2 {
	color:#FCB818;
	font-weight:bold;
	font-size:11px;
	margin-top:0px;
	margin-bottom:2px;
}
#models h3 {
	color:#FCB818;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
	margin-bottom:2px;
}
#models p {
	margin-top:0px;
	margin-bottom:6px;
	font-size:11px;
}
#models img.main {
	margin-right:14px;
}
#models img{
	margin-right:6px;
}
#models a:link, #models a:visited, #models a:hover {
	font-size:10px;
}
#models div {
	float:left;
}
#models div.padded {
	width: 161px;
}
.topbtmbordr {
	margin: 0px;
	padding: 3px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCB713;
	border-bottom-color: #FCB713;
}
a.brown:link, a.brown:visited {
	color: #BC8A0D;
	text-decoration: underline;
}
a.brown:hover {
	color: #FCB713;
}

/**HOME PAGE**/
#hm-menu {
	margin: 0px;
	float: left;
	width: 200px;
	background-image: url(../images/structure/bg-leftop-home.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hm-menu img {
	display:block;
}
