html, body {
	height: 100%;
}
body {
	background-color: #f90;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: Arial Black, Helvetica Black, sans-serif;
	font-size: 18px;
	line-height: 22px;
}
#frame {
	width: 960px;
	background-color: #fff;
	border: 8px solid #000;
	margin: 5px auto 0px auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#header {
	/*background-color: #fff;*/
}
#specialities {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}
#specialities li {
	list-style-image: url(../images/interface/bullet-square-orange.gif);
}
#surfaces {
	clear: both;
	background-color: #999;
	color: #000;
	padding: 2px 10px 6px 10px;
	font-family: Arial Black, Helvetica Black, sans-serif;
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
}
#menu {
	float: left;
	margin: 0px 20px 4px 4px;
	padding-left: 0;
	background-color: #ccc;
}
#menu li{
	list-style: none;
	border-top: 4px solid #fff;
}
#menu li a{
	display: block;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	background-color: #ccc;
	padding: 4px 8px 4px 8px;
}
#menu li a:hover{
	background-color: #666;
	color: #fff;
}
#menu img {
	margin: 20px 20px 4px 20px;
	border: 4px solid #999;
}
#right-column {
	clear: both;
	float: right;
	width: 200px;
	margin: 0;
	padding-right: 8px;
	padding-bottom: 8px;
	background-image: url(../images/interface/orange-background-100px.gif);
	background-position:right;
	background-repeat:repeat-y; 
}
#right-column img {
	margin: 10px 10px 0px 10px;
	border: 4px solid #999;
}
#content {
	padding-top: 10px;
	float: left;
	width: 510px;
}
#footer {
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
.orange {
	color: #f90;
}
#slideshow1Images, #slideshow2Images {
	display: none;
}
.map {
	float: left;
	width: 340px;
}
input {
	width: 200px;
}
textarea {
	width: 400px;
	height: 100px;
}
#quick-quote-form {
	width: 170px;
	padding: 5px;
	margin: 10px 10px 0px 10px;
	border: 4px solid #999;
	background-color: #ccc;
}
#quick-quote-form h3 {
	font-family: Arial Black, Helvetica Black, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
}
#quick-quote-form input, #quick-quote-form textarea {
	width: 160px;
}
#footer a {
	color: #fff;
}
.title-orange {
	font-weight: bold;
	color: #f90;
	font-size: 14px;
	line-height: 18px;
}