/*-----------------------------------------------*/
/* BACKGROUND SLIDER STYLING
/*-----------------------------------------------*/

#background {
	position: fixed;
	width: 100%;
	height: 100%;
}

#background img { display: none; }

#fss-content {
	position: relative;
}

.fss-next {
	display: block;
	width: 16px;
	height: 15px;
	float: left;
	background: transparent url(../img/nav-next.png) no-repeat 0 0;
}

.fss-prev {
	display: block;
	width: 16px;
	height: 15px;
	float: left;
	background: transparent url(../img/nav-prev.png) no-repeat 0 0;
}

.fss-texture {
	position: absolute;
}

#fss-cross, #fss-cube, #fss-dot, #fss-plus, #fss-raster, #fss-square, #fss-star, #fss-strip1, #fss-strip2, #fss-strip3, #fss-strip4, #fss-zigzagh, #fss-zigzag, #fss-none {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 10;
}

#fss-cross { background-image: url(../img/cross.png); }
#fss-cube { background-image: url(../img/cube.png); }
#fss-dot { background-image: url(../img/dot.png); }
#fss-plus { background-image: url(../img/plus.png); }
#fss-raster { background-image: url(../img/raster.png); }
#fss-square { background-image: url(../img/square.png); }
#fss-star { background-image: url(../img/star.png); }
#fss-strip1 { background-image: url(../img/strip1.png); }
#fss-strip2 { background-image: url(../img/strip2.png); }
#fss-strip3 { background-image: url(../img/strip3.png); }
#fss-strip4 { background-image: url(../img/strip4.png); }
#fss-zigzagh { background-image: url(../img/zigzagh.png); }
#fss-zigzagv { background-image: url(../img/zigzagv.png); }


/*-----------------------------------------------*/
/* SLIDER PANELS
/*-----------------------------------------------*/

#slider {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scroll {
  height: auto;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  height: auto;
  width: 960px;
  padding-right: 100px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
  display: none;
}

.scrollButtons.right {
  right: -20px;
  display: none;
}


/*-----------------------------------------------*/
/* MAIN STYLING
/*-----------------------------------------------*/

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	position: relative;
	background: url(img/bg.jpg) #df3535 repeat-x;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FF0;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1001;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
	padding-top: 30px;
}

li {
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	color: #FFF;
}

h2 {
	font-size: 18px;
	color: #FFF;
}

h3 {
	font-size: 14px;
	color: #FFF;
}

h4 {
	font-size: 12px;
	color: #FFF;
}

h5 {
	font-size: 9px;
	color: #FFF;
}

h6 {
	font-size: 6px;
	color: #FFF;
}

#navbar {
	padding: 10px 0px 10px 0px;
	min-width: 960px;
	max-width: 960px;
	height: 30px;
	position: static;
	margin: auto;
}

#nav-logo {
	font-size: 24px;
	float: left;
}

#links {
	text-align: right;
	float: right;
	margin-top: 5px;
}

#links a {
	font-size: 12px;
	margin-left: 40px;
}

#links a:active {
	color: #FF0;
}

#navbar-bg {
	background-color: #F00;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 30px;
	position: relative;
	bottom: 100px;
	z-index: 1000;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#copyright {
	height: 40px;
	padding-top: 10px;
	font-size: 10px;
}

#logo {
	text-align: center;
	width: 280px;
	background-color: #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

#logo h1 {
	border-bottom: solid 4px red;
	font-weight: bold;
	font-size: 24px;
	color: #F00;
}

#logo h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FC0;
}

.main_panel_text {
	margin-top: 20px;
	background-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	line-height: 1.4em;
	height: auto;
	overflow: hidden;
}

.button {
	background-color: #F00;
	color: #FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.button:hover {
	background-color: #000;
}

.more_info {
	margin-top: 20px;
	float: right;
	min-width: 50px;
	cursor: pointer;
}

.more_info_left {
	margin-top: 20px;
	float: left;
	min-width: 180px;
	cursor: pointer;
}

img_right {
	padding: 20px 0px 20px 20px;
	float: right;
	display: inline;
}

img_left {
	padding: 20px 20px 20px 0px;
	float: left;
	display: inline;
}

.div_right {
	float: right;
	width: 689px;
}

.div_left {
	float: left;
	width: 210px;
}

.third_col {
	width: 295px;
	padding-left: 6px;
	padding-right: 5px;
	display: inline-block;
}

.third_col ul {
	list-style-position: inside;
}

.services {
	text-align: center;
}

.services h2 {
	margin-bottom: 10px;
}

.services ul {
	list-style: none;
	background-color: #1F1F1F;
	padding: 10px;
	border-radius: 5px;
}

.services li {
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: solid 1px #000;
}

p.address {
	margin: 0;
	margin-left: 20px;
}

/*Contact Form CSS*/
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 590px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #FFF;
	margin-bottom: 5px;
	background-color: #333;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #F00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

#contact-area input.submit-button:hover {
	border: 2px solid #F00;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 70px;
	padding-top: 5px;
}
/*END Contact Form CSS*/