@charset "utf-8";
/* Clean USA CSS for screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-wrapper {
	width: 760px;
	margin: 10px auto;
	background-color: #78a4d5;
	padding: 5px;
	border: 1px solid #000;

}

#head {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 5px;
}

#head img#logo, #head a#logo {
	border: 0;
}

#left-panel {
	float: left;
}

#nav-panel {
	width: 188px;
	background: #748ba0 url(http://www.lowcountrybasementsystems.com/images/nav-bg.png) repeat-y top left;
	border: 1px solid #000;
	padding: 5px;
}

#int-contact {
	width: 188px;
	background: #ffffff;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 5px;
}

#int-contact p {
	font-size: 72%;
	margin-bottom: 3px;
}

#content-panel {
	float: right;
	width: 533px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 3px 0;
}

/* Header */

#phone {
	float: right;
	text-align: right;
	margin-top: 6px;
	width: 400px;
}

#phone img {
	margin: -6px 0 0 5px;
}

#phone span {
	font-size: 14pt;
	font-weight: bold;
	color: #c32026;
}

/* Nav Panel Settings */

#nav-panel ul li {
	list-style: none;
	margin: 8px 0 8px 15px;
	color: #fff;
	font-size: 9pt;
}

#nav-panel ul li#active {
	list-style: square;
}

#nav-panel ul li a {
	color: #fff;
	text-decoration: none;
}
#nav-panel ul li a:hover {
	text-decoration: underline;
}

div.form-item {
  padding: 0px 0px 3px 0px;
}

div#int-contact h2 {
	font-size: 14pt;
}
div#int-contact form {
  line-height: 100%;
  font-size: 72%;
  margin-left: 2px;
}

div.form-item p {
  margin: 0;
}
div.form-item b {
  font-size: 120%;
}

/* Content Settings */

#content-panel h1 {
	font-size: 14pt;
	text-align: center;
	margin-bottom: 10px;
}
#content-panel h2 {
	font-size: 12pt;
	text-align: left;
	margin-bottom: 5px;
}

#content-panel p {
	margin: 0 0 10px 0;
}

#content-panel ul, #content-panel ol {
	margin: 0 0 10px 25px;
}

/* General Use */

.img-right {
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 4px;
}

.img-left {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 4px;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px 0 5px 5px;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px 5px 5px 0;
}

.border {
	border: 1px solid black;
}

.service {
	margin-bottom: 10px;
}

.service td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #000;
}

#homeshow-include {
	float: right;
	clear: right;
	margin: 0 0 5px 5px;
	width: 180px;
	padding: 5px;
	border: 1px solid #000;
	overflow: hidden;
}

#homeshow-include img {
	margin: 0 5px 5px 0;
}

#recent-news {
	float: right;
	width: 180px;
	padding: 4px 4px 0;
	border: 1px solid #666;
}
#recent-news ul {
	margin: 0 0 0 20px;
}
#recent-news ul li {
	margin: 0 0 8px 0;
	line-height: 14px;
}
#recent-news ul li span {
	font-size: 10px;
}

.table1 {
	border: 1px solid #A5A5A5;
	font-size: 11px;
	margin: 5px 0 5px 5px;
	padding-left: 5px;
}

#image_right_box {
background-color:#D8E7FF;
width:auto;
float:right;
margin:6px 0 6px 10px;
padding-bottom:6px;
text-align:center;
}

#image_left_box {
background-color:#D8E7FF;
width:auto;
float:left;
margin:6px 10px 6px 0;
padding-bottom:6px;
text-align:center;
}

#crawlspace-splash {
	background:#78A4D5 none repeat scroll 0 0;
height:140px;
margin-bottom:10px;
padding-bottom:4px;
width:530px;
}

#crawlspace-splash a {
	border: 0 none;
}
#crawlspace-splash a:hover {
	border: 0 none;
}
.spimg
  {
	display:inline;
  margin:3px;
  padding-right:19px;
  height:auto;
  width:auto;
  float: right;
  text-align:center;
  }
  
  .spimg a img {
	  border: 0px none;
	  text-decoration: none;
  }

  .desc
  {
  text-align:center;
  font-weight:bold;
  color:#fff;
  width:134px;
  margin:4px;
  }
  
  table#opinion td {
            padding: 5px;
            vertical-align: top;

}
.border {
  border: 1px solid #333;
}

/* TABs for Specifications ----------------------------------- */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(http://www.lowcountrybasementsystems.com/images/tabs-blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/* tab pane styling */
div.panes div {
	display:none;		
	padding:10px 10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
}

div.panes {
  margin-bottom: 15px;
}

div.panes div table td {
  vertical-align: top;
}

table#cap-table td {
  padding: 0 3px;
}
table#cap-table td:first-child {
  text-align: right;
}
 
  
  
