/* HTML ELEMENTS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	background: url(../images/bg.gif);
}

h1, h2, h3 {
	margin-bottom: 10px;

	color: #009933;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p {
	margin-bottom: 5px;
}

a {
	color: #0054A6;
}

a:hover {
	text-decoration: none;
}


input[type=text], textarea {
	padding: 5px;
	margin: 5px 0;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E4E4E4;
}

strong {
	font-weight: bold;
}

/* REUSABLE ELEMENTS */

.float-r {
	float: right;
}

.float-l {
	float: left;
}

.clear {
	clear: both;
}

/* EVERYTHING ELSE */
.container {
	margin: auto;
	width: 940px;
	padding: 10px;

	background: #FFFFFF;
	border: 1px solid #999999;
	border-top: 0;
}

.header {
	width: 940px;
        background-image: url('../images/furniture.jpg');

}

.top {
	height: 300px;
}

.logo {
	width: 40px;
}



.contact-info {
	text-align: right;
	font-weight: bold;
}

.contact-info p {
	margin: 5px 0;
}

.nav-container {
	width: 940px;
	height: 32px;
        margin-top: 13px;
	margin-bottom: 10px;
	padding-top: 11px;
	
	text-align: center;
	background: url('../images/nav.jpg');
}

.nav li {
	display: inline;
	margin: 0 40px;
}

.nav li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.nav li a:hover {
       color:#009933;
       width:300px;
       padding-top:9px;
       padding-bottom:15px;
       
}
.content-page {
	width: 630px;
	height: 600px;
	margin-bottom: 10px;

	background: #999999;
	border: 1px solid #E4E4E4;
}
.slide-show-container {
	width: 630px;
	height: 300px;
	margin-bottom: 10px;

	sbackground: #999999;
	border: 1px solid #E4E4E4;
}

.slideshow li {
	width: 630px;
	height: 300px;
}

.slide-text {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px 12px;
	padding-bottom: 0;
	
	background: url('../images/slide_text_bg.jpg');
}

.slide-text h3 {
	color: #FFFFFF;
}

.main-content {
	width: 590px;
	margin-right: 10px;
	padding: 20px;
	
	background: #F4F4F4;
	border: 1px solid #E4E4E4;
}

.main-content ul {
	margin: 10px;
	margin-top: 0;
}

.main-content li:before {
	content: " - ";
}

.section {
	margin-bottom: 15px;
}


.sidebar {
	width: 256px;
	height: 470px;
	padding: 20px;

	background: #FFF;
	border: 1px solid #E4E4E4;
}

.sidebar textarea {
	width: 200px;
	height: 125px;
}

.sidebar ul {
	margin: 2px;
	margin-top: 3;
}
.sidebar li {
	margin: 2px;
	margin-top: 3;
}
.sidebar li:before {
	content: " - ";
}
.sidebar input[type=text] {
	width: 200px;
	margin-bottom: 10px;
}

.submit {
	padding: 5px;

	background: #FFFFFF;
	border: 1px solid #E4E4E4;
}

.submit:active{
	background: #E4E4E4;
}

#quick-quote {
	width: 215px;
}

#error-box {
	color: red;
	margin: 10px;
}

.footer {
	margin-top: 10px;
	padding: 5px;
	
	font-size: 10px;
	text-align: center;
	
	color: #FFFFFF;
	background: #000000;
}

.lists {
	margin: 10px auto;
	width: 500px;
}

.list {
	margin: 0 15px;
	padding: 10px;
	width: 190px;
	
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
}

.list li {
	font-weight: bold;
}

.programs td {
	padding: 10px;
	padding-left: 0;
}

.program {
	width: 150px;
}
.pagetext {

	width: 500px;
        padding:15px;
        font-size:14px;
}

.pagetextContainer {
float: left;
        height:730px;
        width: 610px;
        
}
.sidebartext {
        font-size:14px;
        font-weight:bold;
        padding-top:10px;
        padding-bottom:10px;
}

.warranty {
	width: 150px;
}

.program, .warranty, .details {
	font-weight: bold;
}
.serviceItem{
                color: white;
            	text-decoration: none;
                font-weight: bold;
margin-top:20px;
margin-bottom:20px;
font-size:20px;
padding:20px;
font-weight: bold;
height:35px;
background:#009933;
align:center;
}
.serviceItem a{
color: white;
text-decoration: none;
}
.videoBox{
 float:left;
            	font-size: 14px;
margin-top:20px;
margin-bottom:20px;
padding:5px;
height:300px;


}
.button {
margin-top:20px;
margin-bottom:20px;
padding:5px;
   border-top: 1px solid #ffffff;
   background: #009933;
   background: -webkit-gradient(linear, left top, left bottom, from(#02782a), to(#009933));
   background: -webkit-linear-gradient(top, #02782a, #009933);
   background: -moz-linear-gradient(top, #02782a, #009933);
   background: -ms-linear-gradient(top, #02782a, #009933);
   background: -o-linear-gradient(top, #02782a, #009933);
   padding: 17px 34px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   font-size: 21px;

   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #74ed9c;
   background: #74ed9c;
   color: #030303;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   .button a {
   color: white;
   text-decoration: none;
   font-weight: bold; 
   }
 .aboutText{
 width:550px;
  margin-left:35px;
  line-height: 150%;
  font-weight: bold;
  font-size:16px;
 }
 .facebook {
	text-decoration: none;
        color:black;
}
