@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #323B3E;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #body2 {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	width: 1000px;
}
.oneColFixCtrHdr #body {
	width: 1000px;
}

.oneColFixCtrHdr #header {
	background-image: url(/images/bg.jpg);
	height: 620px;
}
.oneColFixCtrHdr #header2 {
	background-image: url(/images/bg.jpg);
	height: 460px;
}

#headerinside {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	width: 1000px;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 0px 0 0px;
	line-height: 150%;
	width: 1000px;
	text-align: left;
	font-size: 12px;
}

#mainInside {
	width: 1000px;
	margin-left: -525px;
	position: absolute;
	left: 50%;
}

.oneColFixCtrHdr #footer {
	background:#171C20;
	height: 280px;
}
.oneColFixCtrHdr #footerinside  {
	margin-top: 70px;
	color: #FFF;
	font-size: 13px;
	line-height: 2;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
}

.oneColFixCtrHdr #footerinside a:link {
	color:#FFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footerinside a:visited {
	color:#FFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footerinside a:hover {
	color:#FFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #footerinside a:active {
	color:#FFF;
	text-decoration:none;
}
.phone    {
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
	line-height: 100%;
}
.phonenumber {
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
}
ul.menu {list-style:none; margin:0; padding:0}
#navWrapper {
	background-image: url(/images/bg_slider.png) bottom left no-repeat;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 65px;
}

#nav {
	height: 75px;
	background-image: url(/images/bg_slider.png);
	background-position: left top;
}

ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#FFF;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left
}
ul.menu ul {
	position:absolute;
	top:100%;
	left:0;
	background:#F6862A;
	display:none;
	opacity:0;
	list-style:none;
	color: #FFF;
}
ul.menu ul li {
	position:relative;
	border-top:none;
	margin:0;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
ul.menu ul li a {
	display:block;
	background-color:#F6862A;
	color: #FFF;
	padding: 10px 5px 10px 35px;
	text-align: left;
	width: 250px;
}
ul.menu ul li a:hover {
	background-color:#333;
	color: #FFF;
}
ul.menu ul ul {
	left:100%;
	top:-1px
}
ul.menu .menulink {
	padding:16px 17px 16px 17px;
	font-weight:normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	background-image: url(/images/menu-background.jpg);
	border-right-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-image: url(/images/menu-background-active.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
ul.menu .sub {
	background:#A39161;
	width: 100%;
}
ul.menu .topline {
}
#sliderWrapper {
	height: 375px;
	margin-top: 28px;
	background-image: url(/images/bg_slider.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 1000px;
}
.photo-right {
	float: right;
	border: medium solid #FFF;
	margin-left: 20px;
	margin-bottom: 20px;
}
.photo-left {
	float: left;
	border: medium solid #FFF;
	margin-left: 00px;
	margin-right: 20px;
}
ul.menu .menulinkb {
	padding:16px 22px 16px 22px;
	font-weight:normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	background-image: url(/images/menu-background.jpg);
}
ul.menu .menulinkb:hover, ul.menu .menuhover {
	background-image: url(/images/menu-background-active.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #F09D1F;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #F09D1F;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #792B2F;
}

a:link {
	color:#F09D1F;
	text-decoration:none;
}
a:visited {
	color:#F09D1F;
	text-decoration:none;
}
a:hover {
	color:#F09D1F;
	text-decoration:none;
}
a:active {
	color:#F09D1F;
	text-decoration:none;
}
#sliderWrapper2 {
	height: 200px;
	margin-top: 28px;
	background-image: url(/images/bg_slider.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 1000px;
}

#head2images {
	height: 157px;
	background-image: url(/images/bg_slider.png);
	background-position: left bottom;
	width: 1000px;
}
.super {
	position: relative;
	bottom: 10px;
	font-size: 12px;
	padding-left: 5px;
}
.supersmall {
	position: relative;
	bottom: 5px;
	font-size: 8px;
	padding-left: 3px;
}
