body {
  margin:0;
  padding:0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  line-height:20px;	
  background:#ededed;
}

.editorBody { background:#FFFFFF;}

/* Default Styles */

img{
	display:block;
}

table tr td{
	padding:15px 15px 0 15px;
	border:0 none;
}

tr{
	vertical-align:top;
}

table{
		float:left;
}

form{
	float:left;
}

h1 {
  padding:23px 0 0 100px;
  margin:0 0 21px 0;
  float:left;
  font-family: Arial, Verdana, Helvetica, Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  font-size:20px;
  color:#000;
  height:17px;
  width:715px;
  background:url(../images/design/h1_bg.gif) no-repeat 0 0;
}

h2 {
  padding:0;
  margin:0;
  font-family: Arial, Verdana, Helvetica, Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  font-size:18px;
  color:#9da8b8;
}

h3{
  padding:0;
  margin:0;
  height:16px;
  #height:20px;
  font-family: Arial, Verdana, Helvetica, Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  font-size:23px;
  color:#416185;
  text-transform:uppercase;
}

h4{
  padding:0;
  margin:0 0 21px 35px;
  font-family: Arial, Verdana, Helvetica, Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  color:#9da8b8;
  text-transform:uppercase;
}



ul{
	list-style-type:square;
}

a {
  color:#405b92;
  text-decoration:underline;
}
a:hover {
  color:#405b92;
  text-decoration:none;
}

a img {
  border:0px;
}

.left {
  float:left;
}

.right {
  float:right;
}

.border{
border:#919ca7 3px solid;
}

.spacer{
	height:8px;
	width:100px;
	float:left;
}

/* End Default Styles */

#shell{
  position:relative;
  width:986px;
  margin:0 auto;
  border:1px solid #fff;
  z-index:1;
}

#logo{
	width:986px;
	height:119px;
	float:left;
}

#innershell {
  width:986px;
  float:left;
  background:url(../images/design/shell_bg.jpg) repeat-y 0 0;  
}

#right_column_bg{
  width:986px;
  float:left;
  background:url(../images/design/rightpanel_bg1.jpg) no-repeat bottom right;  	
}

#flash{
	width:785px;
	height:425px;
	margin:-35px 0 35px -36px;
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url(../images/design/flash_bg.jpg) no-repeat 0 0;
}

#flash p{
	margin:0;
	padding:0;
}

/* Navigation */
#menu {
  width:750px;
  float:left;
  position:relative;
  z-index:999;
  padding:0 0 0 35px;
  background:#5a7878 url(../images/design/nav_bg.jpg) repeat-x 0 0;
  border-bottom:1px solid #fff;
}

.list_holder{
	width:960px;
	float:left;
}

#nav{
  padding:0px;
  float:left;
  position:relative;
  z-index:999;
 }

#nav, #nav ul {
  margin:0px;
  display:inline;
  list-style-type: none;
}

#nav li {
  float: left;
  margin:0px;
  padding:0px;
  text-decoration:none;
  list-style-type:none;
  position:relative;
  z-index:999;
}

#nav li ul {
  position:absolute;
  left:-999em;
  margin:0;
  padding:0px;
  z-index:1025;
}

#nav li a {
  width:auto;
  padding:7px 10px 8px 7px;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  position:relative;
  z-index:1025;
}

#nav li a:hover {
  width:auto;
  text-decoration:none;
  display:block;
  position:relative;
  z-index:1025;
}

#nav li .active {
  width:auto;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}

#subnav, #subnav ul {
  position:relative;
  list-style-type: none;
  float: left;
  margin:0;
  padding:0;
  width:180px;
  z-index:1025;
}

#subnav li {
  position:relative;
  width:180px;
  margin:-3px 0 0 0;
  padding:0px;
  z-index:1025;
}

#subnav li a {
  padding:7px 16px 8px;
  margin:0;
  color:#fff;
  background:#5a7878 url(../images/design/nav_bg.jpg) repeat-x 0 0;
  font-size:12px;
  text-decoration:none;
  border:0px;
  display:block;
  position:relative;
  z-index:1025;
}

#subnav li a:hover {
  color:#fff;
  background:#0da39d;
  position:relative;
  z-index:1025;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* Bottom Nav */
#navbottom {
  margin:0px;
  padding:0px;
  list-style-type:none;
  display:inline;
}

#navbottom li {
  float:left;
}

#navbottom li a{
  float:left;
  margin:0px;
  padding:0px;
  color:#889CA4;
  display:block;
  text-decoration:none;
}

#navbottom li a:hover {
  float:left;
  color:#889CA4;
  text-decoration:underline;
}
/* End Navigation */

#leftpanel {
  float:left;
  width:785px;
  min-height: 686px;
}

#rightpanel {
  float:right;
  width:200px;
  min-height:716px;
  _height:716px;
}

#myContent{
	width:750px;
	float:left;
	position:relative;
	z-index:333;
	border-left:35px solid #0ca39a;
	min-height: 686px;
	
}
#myContent p{
	padding:35px;
	
}


#myContent li{
	margin:0 0 10px 0;	
}

#myContent p{
	margin-top:0;
	padding-top:0;
}

#myContent img{
	display:block;
	float:left;
	margin-right:10px;
}


#rightpanel {
  float:right;
  width:200px;
}

hr {
  height:1px;
  border:0;
  background:#c5c1b6;
  width:100%;
}

/* Featureboxes */

.featurebox {
  float:left;
  width:200px;
}

.featurebox:hover{
  background:#f8f3ee;	
}

.featurebox p {
	margin:0;
	padding:0;
}

.featurebox_title{
	width:220px;
	height:51px;
	margin:-4px -34px 0 0;
	padding:16px 0 0 12px;
	float:right;
	background:url(../images/design/featurebox_title_bg.png) no-repeat 0% 0%;
}

.featurebox_img{
	width:104px;
	height:94px;
	float:left;
	border:3px solid #b2b7c0;
	overflow:hidden;
}

/* End Featureboxes */

#footer{
  width:986px;
  color:#999;
}

#footer a{
	color:#999;	
}

#rights {
  float:left;
  width:986px;
  text-align:right;
}

#rights a {
  font-weight:bold;
  text-decoration:none;
}

#rights span {
  color:#999;
}

#bottomnav{
  float:left;
  color:#999;
  width:986px;
  font-size:12px;
  padding:13px 0 18px;
  text-align:right;
}

#bottomnav ul{
	list-style:none;
	margin:0;
	padding:0;
	
}

#bottomnav ul li{
	display:inline;
}

#bottomnav a {
  color:#999;
  font-size:12px;
  font-weight:bold;
}

#bottomnav a:hover {
  color:#999;
  text-decoration:none;
}

#design {
  float:left;
  width:986px;
  padding:0px;
  margin-bottom:18px;
  text-align:right;
}

#design a {
  font-weight:bold;
  text-decoration:none;
}

.map {
  float:right;
  width:500px;
  height:300px;
  margin:0px;
}

#spacer {
  width:100%;
  height:11px;
}

/* Staff */
.staffmembers {
  margin:0 0 12px 0;
  padding:0 0 8px 0;
  border-bottom:1px solid #DBE4E6;
}

.staffmembers img {
  float:left;
  margin:0 10px 12px 0;
  border:4px solid #DBE4E6;
}

.staffmembers h3 {
  font-size:13px;
  font-weight:bold;
}
/* End Staff */

.projectlist {
  margin:0 0 10px 0;
  padding:0 0 10px 0;
  border-bottom:1px solid #DBE4E6;
}

/* Blog */
#commentsholder {
  margin:0 0 10px 0;
}

.comments {
  padding:6px;
  border:1px solid #B4B4B4;
  background:#F1F1F1;
}
/* End Blog */

/* Form */
input, textarea, select {
  font-size:12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.namefield {float:left; padding-top: 3px; width:120px; }
.inputfield {width: 250px; padding:2px;}
.namefield2 {float:left; padding-top: 3px; width: 120px;}
.inputfield2 {float:left; width: 480px; padding:2px;}

.newsletterinput {
  width:150px;
  border:1px solid #C3D3D7;
}

label {
  float:left;
  width:100px;
}

.submitbutton {
  margin:6px 0 6px 120px;
}
/* End From */

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#productlist{
	list-style:none;
	padding:0;
	margin:0;
}
\
#productlist li{
	float:left;
	padding:0 10px 10px 0;
	font-weight:bold;
	display:block;
	width:119px;
	height:170px;
	overflow:hidden;
	line-height:16px;
	text-align:center;
}

.product, .product2, .product3{
	float:left;
	margin:0 0px 20px 30px;
	font-weight:bold;
	display:block;
	text-align:center;
	width:150px;
	height:200px;
	overflow:hidden;
	line-height:14px;
}

.product a, .product2 a, .product3 a{
	display:block;
	height:150px;
	overflow:hidden;
}

.product3, .product3 a{
	width:119px;
}

.producth2{
  font-size:12px;	
  height:auto;
}

.producth2 a{
	height:auto;
}

.productimage  { margin-left: 35px;}
.galleryitem { background: url(../images/galleryitembg.gif) no-repeat; float: left; margin-right: 5px; margin-bottom: 5px; width: 169px; height: 145px }
.galleryimage { margin-top: 8px; margin-left: 10px }
.gallerytext { color: white; font-weight: bold; margin: 0px; padding-top: 3px; padding-left: 9px }

.product_holder{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

.product_holder li{
	margin:0;
	padding:0;
}

#requestquote{ 
	background:#5a7878 url(../images/design/nav_bg.jpg) repeat-x 0 0;
	float: left; 
	padding:7px 10px 10px;
	color:#fff;
	width: 120px; 
}

#requestquote a{ 
	color:#fff;
}

#requestquote p{ 
	margin:0;
	padding:0;
}

#back{ 
	background:#5a7878 url(../images/design/nav_bg.jpg) repeat-x 0 0;
	float: left; 
	padding:7px 10px 10px;
	color:#fff;
	width: 120px;
}

#back a{ 
	color:#fff;
}

#back p{ 
	margin:0;
	padding:0;
}

#myContent td p{
	width:auto; !important
}

td input, td select{
	float:left;
}


/* Homepage Slideshow Styles */
h5 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:20px 10px 0px 0px;
	line-height: 18px;
	margin:0px;
}
#slider_container {
	width:785px;
	height:265px;
	margin-left: auto;
	margin-right: auto;
	background-color:#0da39d;
	position: relative;
}
#slider_container2 {
	width:785px;
	height:159px;
	margin-left: auto;
	margin-right: auto;
	background-color:#0da39d;
	position: relative;
}
#slide_content_container {
	width:749px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #fff;
	position: relative;
	float:right;
}
#slide_nav_container {
	width:749px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #fff;
	position: relative;
	float:right;
}

#main_slide {
	width:749px;
	height:264px;
	
}
#slide_text {
	width:208px;
	height:222px;
	position: absolute;
	top:0px;
	margin-left:10px;
	margin-top:25px;
	background-image:url(../images/slidetext_bdg.png);
	background-repeat:repeat;
}
#slide_text p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px 10px 10px 10px;
	line-height: 18px;
}
#slide_navigation {
	width:750px;
	height: 162px;
	position: relative;
	line-height:0px;
}
#slide_nav {
	width:749px;
	height:35px;
	background-color:#0da39d;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;

}

#slide_nav ul{
	width:750px;
	color: #FFFFFF;
    list-style: none outside none;
    margin-top: 8px;
	margin-left:0px;
    padding: 0px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height:18px;
}
#slide_nav li{
	list-style-type:none;
	display:block;
	color:#fff;
	width:125px;
	float:left;
	text-align:center;
	margin-left:0px;
}

#slide_nav li a {
	color:#fff;
	text-decoration:none;
	margin-left:0px;
}
#slide_nav li a:hover {
	color:#fff;
	text-decoration:none;
	margin-left:0px;
}

#thumb1 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
	margin-left:0px;
	padding-left:0px;
}
div#thumb1 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
	margin-left:0px;
	padding-left:0px;
}
#thumb2 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
}
#thumb3 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
}
#thumb4 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
}
#thumb5 {
	float:left;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
}
#thumb6 {
	float:right;
	width:124px;
	height:124px;
	border-left:1px solid #fff;
}



















/* Slideshow */
#flash {
  position:relative;
  float:left;
  width:577px;
  height:275px;
  margin:0 0 0 2px;
  padding:5px 0 0 5px;
  background:url(../images/design/shadow.png) no-repeat 0% 0%;
  z-index:60;
}

#slider {
  height:270px;
}

#slider a img {
  position:absolute;
  
}

#slider span {
  position:absolute;
  z-index:256;
  padding-right:10px;
  width:185px;
}

#slider span h2 {
  margin:4px 0 0 0;
  font-size:20px;
  color:#911F30;
}

#slider span #special {
 color:#b22222;
}

#slider span {
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
}

#slider span h5 {
color:#000000 !important;
}

.text {
  position:absolute;
  top:0px;
  left:0px;
  width:150px;
  height:150px;
  background:#FFFFFF;
  z-index:256;
}

#txtbg {
  position:absolute;
  top:10px;
  left:13px;
  width:195px;
  height:258px;
  background:url(../images/design/slidetitlebox.png) no-repeat 0% 0%;
  z-index:1;
}

#buttons {
  position:absolute;
  right:0px;
  bottom:12px;
  width:60px;
  height:10px;
  z-index:1024;
}

#btnPause a {
  position:absolute;
  top:0px;
  left:10px;
  width:16px;
  height:16px;
  cursor:pointer;
  background:url(../images/design/pause.jpg) no-repeat 0% 0%;
}

#btnPause a:hover {
  background:url(../images/design/pause-rollover.jpg) no-repeat 0% 0%;
}

#btnResume a {
  position:absolute;
  top:0px;
  left:35px;
  width:16px;
  height:16px;
  cursor:pointer;
  background:url(../images/design/play.jpg) no-repeat 0% 0%;
}

#btnResume a:hover {
  background:url(../images/design/play-rollover.jpg) no-repeat 0% 0%;
}

.navigationItem {
  width:14px;
  height:14px;
  border:0px;
  background-color: Transparent;
}

	/* numeric controls
	ol#controls{
    position:absolute;
    bottom:20px;
    left:10px;
		margin:1em 0;
		padding:0;
		height:14px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		border:0px;
		background:url(../images/design/inactive.png) no-repeat 0% 0%;
		color:#FFFFFF;
		padding:0 6px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:url(../images/design/active.png) no-repeat 0% 0%;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* End Slideshow */
