@import url('thickbox.css');

body {
	background: #333c4d url(../images/bg.jpg) top center no-repeat;
	padding: 10px 0 50px 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	}

h1 {
	font-size: 24px;
	margin-bottom: 25px;
	}

h2 {
	font-size: 18px;
	margin: 25px 0 15px 0;
	}
	
p, ul {
	margin: 10px 0;
	}

ul {
	margin-left: 30px;
	list-style-type: disc;
	}

ul li {
	margin: 5px 0;
	}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
a {
	color: #ccf;
	}

a:visited {
	color: #fcc;
	}

.container {
	width: 998px;
	margin: auto;
	}

.clear {
	clear: both;
	}

.content {
	width: 934px;
	margin: auto;
	padding-bottom: 10px;
	background-color: #fff;
	overflow: auto;
	}

.nav {
	width: 934px;
	height: 47px;
	background: #000 url(../images/navbg.png) top center repeat-x;
	text-align: center;
	margin-bottom: 8px;
	}

.nav ul {
	margin: 0;
	list-style-type: none;
	}

.nav ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	margin-top: 5px;
	}

.nav ul li a {
	zoom: 1;
	display: block;
	_display: inline;
	line-height: 37px;
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	color: #fff;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
	}

.nav ul li a:visited {
	color: #fff;
	}
	
.nav ul li a.first {
	border-left: none;
	}

.nav ul li a.last {
	border-right: none;
	}

.copycontent {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 30px;
	color: #fff;
	background: #04162c url(../images/contentbg.jpg) top center no-repeat;
	}

#home.copycontent {
	padding: 0;
	background: none;
	}

.splash {
	margin-bottom: 8px;
	}

.logo {
	float: left;
	}

.twitter {
	display: block;
	margin: 11px 20px 0 0;
	float: left;
	}
	
.facebook {
	display: block;
	float: right;
	}

#faq ul {
	margin: 0;
	list-style-type: none;
	}

#faq ul li {
	margin: 10px 0;
	}

#faq ul li p {
	margin: 0px;
	}

#quote .contactinfo label {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 125px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	}
	
#quote .quoteinfo label {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 400px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	}

#quote input {
	width: 250px;
	}

#quote input.button {
	width: auto;
	}

#quote textarea {
	width: 650px;
	height: 100px;
	}

#quickquote select {
	padding: 0;
	margin: 0;
	}

#quickquote label {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 200px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	}

#quickquote label {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 250px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	}

#quickquote .colors input {
	width: 30px;
	}

#quickquote .calcbutton {
	margin-left: 220px;
	}
	
#faq .faqq {
	font-weight: bold;
	}

#seehowvideo .video {
	text-align: center;
	}

#vbsgallery .design {
	margin-right: 40px;
	float: left;
	}

#vbsgallery .colorbox {
	cursor: pointer;
	}

#vbsgallery .color {
	width: 25px;
	height: 25px;
	background-color: #f00;
	margin: 0 5px 5px 0;
	float: left;
	border: 1px solid #ccc;
	}

.footer {
	color: #fff;
	font-family: "Century Gothic";
	font-size: 13px;
	text-align: center;
	text-shadow: #000 1px 2px 1px;
	}

/* Background divs */

.bgtl {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/bgcorners.png) top left no-repeat;
	}

.bgtm {
	width: 934px;
	height: 32px;
	float: left;
	background: url(../images/bgtm.png) top center repeat-x;
	}	

.bgtr {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/bgcorners.png) top right no-repeat;
	}

.bgm {
	width: 998px;
	background: url(../images/bgm.png) center center repeat-y;
	}

.bgbl {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/bgcorners.png) bottom left no-repeat;
	}

.bgbm {
	width: 934px;
	height: 32px;
	float: left;
	background: url(../images/bgbm.png) bottom center repeat-x;
	}	

.bgbr {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/bgcorners.png) bottom right no-repeat;
	}
