/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font: 72% Verdana Arial, sans-serif;
	background: url(media/back_04.gif) repeat-x 0 0 #FFF;
	color: #333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF6633;
}
a:active, a:hover {
	color: #333;
	text-decoration: underline;
}

#topbanner {
	width: 765px;
}

#nav {
	float: right;
}
#nav li {
	display: block;
	float: left;
	width: 75px;
	height: 85px;
	margin-left: 10px;
	text-align: center;
	line-height: 1.1em;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 75px;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	color: #FF6633;
}
#nav a:active, #nav a:hover {
	color: #333;
}
#nav img {
	margin-bottom: 3px;
}

#logo {
	width: 177px;
	text-align: center;
}
#logo img {
	margin-bottom: 3px;
}
#logo a.home:link, #logo a.home:visited {
	float: left;
	display: block;
	width: 45px;
	margin-right: 3px;
	padding: 0 2px 0 5px;
	border-right: 1px solid #333;
}
#logo a.contact:link, #logo a.contact:visited {
	float: left;
	display: block;
	width: 115px;
}

#content {
	width: 750px;
	margin: 35px 0 0 15px;
}

#banner {
	margin-bottom: 1.5em;
}
#banner a {
	font-size: 120%;
}
#banner img {
	margin-bottom: 0.55em;
}
#banner .descriptor {
	margin-left: 50px;
}
#banner p {
	margin-bottom: 0.3em;
	line-height: 1.2em;
}


#features {
	width: 750px;
	margin-left: 15px;
}
#features li {
	width: 250px;
	float: left;
	line-height: 1.1em;
	font-size: 90%;
}
#features .left {
	width: 240px;
	margin: 0 15px 0 0;
}
#features .centre {
	width: 240px;
	margin: 0 0 0 0;
	text-align: center;
}
#features .right {
	width: 240px;
	margin: 0 0 0 15px;
	text-align: right;
}
#features img {
	margin: 0 0 4px 0;
}
#features .centre img {
	margin-top: 19px;
}


#frame {
	width: 550px;
	height: 145px;
	margin: 0 auto 25px auto;
}
#frame img {
	float: left;
}
#frameDetails {
	float: right;
	width: 375px;
}
#frameDetails h1 {
	padding: 5px 0 0 0;
	background-color: #CECECE;
	font-size: 130%;
	text-align: center;
}
#frameDetails p.availability {
	padding: 2px 0;
	background-color: #CECECE;
	font-size: 130%;
	text-align: center;
}
#frameDetails p.call {
	padding: 0;
	text-align: right;
}
#frameDetails .price {
	color: #FF6633;
}

/*--------------------------CAPTCHAS-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 177px; }



#wrapper {
	width: 760px;
	margin: 20px auto;
	border: 1px solid #333;
	background-color: #FFF;
}.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageright {
	float: right;
	margin: 0 15px 0 15px;
}