@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
}
h1, h2 {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606061;
	border-bottom: 1px solid #ccc;
	padding: 0.3em 0px;
	margin: 0.5em 20px;
}
h2 .line {
	border-bottom: 3px solid #ee3b2f;
	padding: 0.3em 0px;
}
h3 {
	color: #666;
	font-size: 0.85em;
	padding: 0.3em 20px;
}
h4, h5, h6 {
	font-size: 0.75em;
	font-weight: bold;
}
p {
	font-size: 0.75em;
	padding: 0.3em 20px;
}
a {
	color: #ee3b2f;
	text-decoration: underline;
}
a:hover, .box a:hover  {
	color: #444;
	text-decoration:underline;
}
img {
	border: 0;
}
.column {
	float: left;
	width: 340px;
}
.column img {
	margin: 6px;
}
.right {
	float: right;
}
img.right {
	margin: 5px;
}
.box {
	width: 300px;
	height: 228px;
	background-image: url(../images/sidenavigation_01.gif);
	background-repeat: no-repeat;
	background-color: #ee3b2f;
	color: #fff;
	margin: 5px 0px;
	overflow: hidden;
	padding-top: 40px;
}
.box2 {
	width: 300px;
	height: 228px;
	background-image: url(../images/sidenavigation_01b.gif);
	background-repeat: no-repeat;
	background-color: #ee3b2f;
	color: #fff;
	margin: 5px 0px;
	overflow: hidden;
	padding-top: 40px;
}
.box  h3 {
	font-size: 0.85em;
	padding: 0.5em 20px;
	color: #fff;
}
.box a {
	color: #fff;
}
.box a:hover {
	color: #eee;
}
.box img {
	display: block;
}
.button {
	width: 300px;
	height: 44px;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
}
.button p {
	font-size: 1.2em;
	padding: 0.6em;
}
.button a {
	color: #fff;
}
.thumbs, .thumbs2, .thumbs3 {
	width: 650px;
	margin: 4px auto;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #eee;
}
.thumbs .thumb {
	width: 200px;
	float: left;
	display: inline;
	height: auto;
	margin: 5px;
}
.thumbs2 {
	width: 608px;
}
.thumbs2 .thumb {
	width: 140px;
	display: inline;
	float: left;
	height: auto;
	margin: 5px;
	border: 1px solid #ddd;
}
.thumbs2 img {
	display: block;
}
.thumbs3 .thumb {
	width: 110px;
	float: left;
	display: inline;
	height: auto;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.thumbs3 .thumb img {
	display: block;
}
.thumbs3 .thumb p {
	padding: 3px;
	text-align: center;
}
.thumbs .thumb p {
	text-align:left;
	padding: 0 0 0 20px;
}
.gallery {
	width: 854px;
	margin: 10px auto;
}
.gallery .main {
	width: 646px;
	height: auto;
	text-align: center;

	border: 1px solid #62b4da;
}
.gallery .main #main_img {
	margin: 5px;
	display: block;
}
.gallery .thumbs {
	width: 640px;
	margin: 0 0 0 5px;
	overflow: hidden;
}
.gallery .thumbs img {
	margin: 4px 2px;
	border: 1px solid #ee3b2f;
	display: block;
	float: left;
}
.products {
	width:630px;
	margin: 6px auto;
	border: 1px solid #eee;
	clear: both;
	overflow: auto;
}
.products .logo {
	float: left;
}
.products .text {
	float: left;
}
table.survey {
	width: 95%;
	margin: 10px auto;
	border: 0;
}
table.survey td {
	text-align: left;
}
table.survey td, table.survey th {
	font-size:0.8em;
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}
p.top_address {
	margin-top: 8px;
	text-align:right;
	overflow: hidden;
}
p.top_address { 
	font-size: 12px;
}
p.top_address strong {
	color: #ee3b2f;
}
p.top_address .call  {
	font-size: 16px;
}
p.featured_img {
	float: left; 
	padding-right: 8px; 
	padding-top: 8px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#container {
	width: 986px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 986px;
	background-image:url(../images/content_bgr.gif);
	background-repeat:repeat-y;
}
#top {
	display: block;
	float: left;
	margin-left: 2px;
}
#flash {
	width: 976px;
	height: 330px;
	border-left: 5px solid #9d9fa2;
	border-right: 5px solid #9d9fa2;
}
#wrap {
	width: 986px;
	border-top: 3px solid #9d9fa2;
	border-bottom: 3px solid #ee3b2f;
}
#left {
	float: left;
	width: 684px;
}
#left ul, #left ol {
	margin: 0.5em 50px;
}
#left ul li, #left ol li {
	font-size: 0.75em;
}
#left ul li ul li, #left ol li ol li {
	font-size: 0.9em;
}
#left ul li ul li ul li, #left ol li ol li ol li {
	font-size: 1em;
}
#right {
	float: left;
	width: 300px;
	padding-right: 2px;
}
#right ul, #right ol {
	margin: 0.5em 40px;
}
#right ul li, #right ol li {
	font-size: 0.75em;
}
#right ul li ul li, #right ol li ol li, #right ol li ul li {
	font-size: 0.9em;
}

#footer {
	width: 986px;
	background-image:url(../images/footer_bgr.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #ededee;
	padding-bottom: 10px;
	color:#000;
}
#footer p {
	font-size: 0.7em;
}
#footer .column {
	margin: 10px 0;
	width: 393px;
}
#footer .column img {
	margin: 0;
}
#footer .column p {
	padding: 0 15px;
}
