body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
}
h1{
	color: #999999;
	font-size: 100%;
	font-weight: bold;
}
h2{
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
a{	
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
#cv{
	padding: 5px;
	
	height: 242px;
	overflow: auto;
}
/*#menu ul {
	font-size: 100%;
	line-height: 1.2em;
	display: inline;
	margin-left: 4px;
	list-style: none;
}
#menu li {
	float: left;
	position: relative;
	
	cursor: default;
	padding-left: 10px;
	padding-right: 20px;
	width: 50px;
	text-align: center;
}

#menu li.first {
	padding-left: 0px;
}

#menu li a {
	font-size: 70%;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
#menu li a:hover {
	color: #cc0000;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background-color: #EDEDEE;
	
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#menu li>ul {
	top: auto;
	left: auto;
}

#menu li li {
	display: block;
	float: none;
	border: 0px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}
#menu li li a {
	display: block;
	font-weight: bold;
	color: #003366;
	padding: 0.2em 10px;
}

#menu li li a:hover {
	
	border: 5px solid #999999;
	border-width: 0 5px;
	background-color: #ffffff;
	
}*/
#menu{
	font-size: 9pt;
	line-height: 1.5em;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	font-size: 9pt;
	line-height: 1.5em;
}

#menu a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
#menu li{
	margin-bottom: 0px;
}
#menu li li a {
	display: block;
	font-weight: bold;
	color: #003366;
}

#menu li li a:hover {
	
	border: 5px solid #999999;
	border-width: 0 5px;
	background-color: #ffffff;
	
}

#menu li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	cursor: default;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background-color: #EDEDEE;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

#menu li>ul {
	top: auto;
	left: auto;
}

#menu li li {
	display: block;
	float: none;
	border: 0px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}
#header {
	margin-bottom: 7px;
	border-bottom: 1px solid #999999;
}
#pagefooter{
	border-top: 1px solid #999999;
}
#pagefooter p{
	margin: 0px;
}
#footer {
	border-top: 1px solid #999999;
}
#footer p{
	margin-top: 3px;
	font-size: 65%;
	color: #666666;
}
#models p{
	margin-top: 0px;
}
#stats p{
	margin: 0px;
}
p.homepage{
	font-size: 80%;
	color: #666666;
	line-height: 1.6em;
}
#modelthumbs img{
	margin-bottom: 5px;
	margin-right: 5px;
}
p{
	font-size: 70%;
	color: #666666;
	line-height: 1.6em;
}
.marginbig{
	margin: 18px;
}
.marginbottom{
	margin-bottom: 15px;
}
.nomarginbott{
	margin-bottom: 0px;
}
h1.modelname{
	margin-bottom: 0px;
	color: #333333;
}
#shortlist{
	overflow:auto;
}
#shortlist p{
	font-size: 65%;
}
#shortlist p.listtitle {
	font-size: 75%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#shortlist p.listoptions {
	font-size: 69%;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.modelname {
	font-size: 12pt;
	font-weight: bold;
}

#shortlist a{
	color: #666666;
	text-decoration:none;
}
#shortlist a:hover{
	color: #0099FF;
}	
#advert{
	margin-top: 20px;
}
form.enquiryform{
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
form.searchform{
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.smaller{
	font-size: 90%;
	line-height: 1.2em;
}
.nomargin{
	margin:0px;
}