body {
	font-family: Verdana;
}

.container {
	z-index: 10;
	position: relative;
}

img#bg {
	z-index: 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

p {
	text-indent: 1em; 
	margin-bottom: 2em;
}

p + p {
	text-indent: 1em; 
}

h1 {
	font-size: 18pt;
	font-family: Georgia;
}

h2 {
	font-size: 14pt;
	font-family: Georgia;
}

.container {
	margin-top: 20px;
}

#topsection {
	height: 300px;
}

#title1 {
	position: relative;
}

#businessnamepic {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	z-index: 10;
}

#calltoday {
	font-family: sans;
	float: right;
	position: relative;
	top: 200px;
	right: 30px;
	z-index: 10;
	font-size: 24pt;
	color: white;
	background-image: url('/images/quote.jpg');
	line-height: 1em;
	border: 2px solid silver;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: black 2px 2px 2px;
	font-family: sans,Times,serif;
}

#calltoday a {
	color: white;
	text-decoration: none;
}

#navmenucontainer {
	border: 1px solid;
}

#contentcontainer {
	padding: 10px;
	background: #D0D0D0;
	font-size: 11pt;
	min-height: 600px;
}

/* navmenu stuff */

#navmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navmenu a {
	color: white;
	text-shadow: black 3px 3px 3px;
	text-decoration: none;
}

#navmenu li {
	/* border: 1px solid black; */
	background: url('/images/menu_grad.jpg');
	list-style-type: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13pt;
	margin: 0px;
}

#navmenu li:hover {
	/* background: #590000; */
}

#navmenu li ul li {
	border: 0px solid;
	background: none;
	font-size: 12pt;
}

#navmenu li ul {
	list-style-type: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

span.centered {
	text-align: center;	
}

.leftcontentpic {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

.rightcontentpic {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}

#logocontainer {
	text-align: center;
	padding-top: 10px;
	list-style-type:none;
}

#logocontainer img {
	padding-top: 10px;
	padding-bottom: 10px;	
}

#bottomstuff {
	padding-top: 20px;
}

.blackheader {
	background-image: url('/images/black_grad.jpg');
	background-repeat:repeat-x;
	height: 100%;
	text-align: center;
	color: white;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.bottomheaders {
	color: white;
	background-image: url('/images/black_grad.jpg');
	background-repeat:repeat-x;
	height: 100%;
	padding: 5px;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.bottombox {
	border: 1px solid black;
	width: 49%;
	background: #cccccc;
	float: left;
}

#contactinfos {
	margin-left: 10px;
}

#affilimgcontainer {
	
}

.btmcontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;	
	font-size: 12pt;
	min-height: 100px;
}

.affilimage {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

#btmcontentleft {
	float: left;
	text-align: left;
	line-height: 130%;
}

#btmcontentright {
	float: right;
	text-align: right;
	line-height: 130%;
}

.customertable td
{
	border:1px;
	border:black;
	border:solid;
	text-align:left;
}

.customertable tr
{
	margin-bottom: 20px;
}

.warrentytable td
{
	background:white;
	border:1px;
	border:solid;

	border-color:black;
	vertical-align:top;
	font-size:10pt;
	text-align:center;	
}

.table td
{
	font-size:10pt;
	vertical-align:top;
}

hr
{
	background:black;
	margin-bottom: 0.3em;
	height: 1px;
	
}

.nobull li
{
	list-style-type: none;
}

.pictable {
	text-align: center;
}

.pictable td {
	text-align: center;
}

.moviecontainer {
	float: right;
}

.form {
	text-align: right;
	padding-right: 200px;
}

.form input {
	margin-right: 0px;
	width: 290px;
}

.breaking_news {
	padding: 1em;	
	text-align: center;
}

.breaking_news a {
	color: black;
	text-shadow: 0.1em 0.1em 0.2em #cccccc;
}

