@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
body.brown {
	background-color: #795F46;
	background-image: url(images/background_brown.jpg);
}
body.blue {
	background-color: #697886;
	background-image: url(images/background_blue.jpg);
}
body.gold {
	background-color: #80683e;
	background-image: url(images/background_gold.jpg);
}
body.red {
	background-color: #8B6D71;
	background-image: url(images/background_red.jpg);
}
body.green {
	background-color: #727b66;
	background-image: url(images/background_green.jpg);
}
body.purple {
	background-color: #72677e;
	background-image: url(images/background_purple.jpg);
}
body.lgrey {
	background-color: #919191;
	background-image: url(images/background_lgrey.jpg);
}
body.aqua {
	background-color: #648186;
	background-image: url(images/background_aqua.jpg);
}
body.burgundy {
	background-color: #5c2d36;
	background-image: url(images/background_burgundy.jpg);
}
body.dgrey {
	background-color: #545454;
	background-image: url(images/background_dgrey.jpg);
}
body.violet {
	background-color: #646786;
	background-image: url(images/background_violet.jpg);
}
body.lime {
	background-color: #7e9569;
	background-image: url(images/background_lime.jpg);
}
body.orange {
	background-color: #9b6500;
	background-image: url(images/background_orange.jpg);
}

#container {
	text-align: left;
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	height: 34px;
	width: 990px;
}
#logo {
	float: left;
	clear: both;
	width: 990px;
}
#address {
	position: absolute;
	text-align: center;
	right: 10px;
	top: 40px;
	font-size: 13px;
	line-height: 1.4;
}
#phone {
	font-size: 16px;
	font-weight: bold;
	color: #633;
	line-height: 1.4;
}
#centerbg {
	width: 990px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 368px 0px;
	clear: both;
	float: left;
}
#centerbg.brown {
	background-image: url(images/sfimg_brown.jpg);
}
#centerbg.blue {
	background-image: url(images/sfimg_blue.jpg);
}
#centerbg.gold {
	background-image: url(images/sfimg_gold.jpg);
}
#centerbg.red {
	background-image: url(images/sfimg_red.jpg);
}
#centerbg.green {
	background-image: url(images/sfimg_green.jpg);
}
#centerbg.purple {
	background-image: url(images/sfimg_purple.jpg);
}
#centerbg.lgrey {
	background-image: url(images/sfimg_lgrey.jpg);
}
#centerbg.aqua {
	background-image: url(images/sfimg_aqua.jpg);
}
#centerbg.burgundy {
	background-image: url(images/sfimg_burgundy.jpg);
}
#centerbg.dgrey {
	background-image: url(images/sfimg_dgrey.jpg);
}
#centerbg.violet {
	background-image: url(images/sfimg_violet.jpg);
}
#centerbg.lime {
	background-image: url(images/sfimg_lime.jpg);
}
#centerbg.orange {
	background-image: url(images/sfimg_orange.jpg);
}
#left {
	font-size: 14px;
	line-height: 1.4;
	color: #FFF;
	width: 420px;
	float: left;
	padding-top: 20px;
	padding-left: 26px;
	font-weight: normal;
	padding-bottom: 30px;
}
#left a:link, #left a:visited, #middle a:link, #middle a:visited, #right a:link, #right a:visited {
	color: #ddd;
	text-decoration: none;
}
#left a:hover, #middle a:hover, #right a:hover {
	color: #fff;
	text-decoration: underline;
}
#middle {
	float: left;
	width: 225px;
	padding-top: 400px;
	font-size: 13px;
	line-height: 1.4;
	color: #FFF;
	clear: none;
	padding-left: 45px;
}
#right {
	font-size: 13px;
	line-height: 1.4;
	color: #FFF;
	float: right;
	width: 220px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 30px;
	font-weight: normal;
}
#ctend {
	clear: both;
	float: left;
	width: 990px;
}
#footer {
	background-color: #FFF;
	clear: both;
	float: left;
	width: 950px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#fmenu ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#fmenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
	color: #000;
}
#fmenu {
	text-align: center;
}
#fmenu a:link, #fmenu a:visited {
	color: #333;
	text-decoration: none;
}
#fmenu a:hover {
	color: #630;
	text-decoration: underline overline;
}
#copyright {
	font-size: 12px;
	color: #666;
	padding-top: 8px;
}

