html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #99b3cc;
	background-image: url(../images/png/blue_grad_bg.png);
	background-repeat: repeat-x;
	color: #efefef;
	font-family: georgia, verdana, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

a:link {
	color: #004080;
	text-decoration: underline;
}

a:active {
	color: #DDA600;
	text-decoration: none;
}

a:visited {
	color: #004080;
	text-decoration: underline;
}

a:hover {
	color: #DDA600;
	text-decoration: none;
}

a img {
	border: none;
}

.floatr {
	text-align: right;
}

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

#mid {
	height: auto;
	width: 75%;
	min-width: 750px;
	max-width: 850px;
	width: expression(document.body.clientWidth > 800 ? "850px" : "750px");
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #F5F5F5;
	border-left: thin groove #7f7f7f;
	border-right: thin groove #7f7f7f;
	padding-bottom: 10px;
}

#footer {
	height: auto;
	width: 75%;
	min-width: 750px;
	max-width: 850px;
	width: expression(document.body.clientWidth > 800 ? "850px" : "750px");
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	color: black;
	font-size: x-small;
	text-align: center;
	background-color: #F5F5F5;
	border-left: thin groove #7f7f7f;
	border-right: thin groove #7f7f7f;
}

#pageTable {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
}

#pageLeft {
	width: 220px;
	padding: 0px 10px;
	margin: 0px;
	vertical-align: top;
}

#pageRight {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	vertical-align: top;
}

#header {
	background-color: #fafafa;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #004080;
	font-size: x-small;
}

#header a:link {
	color: #004080;
	border-bottom: 1px dotted #004080;
}

#header a:active {
	color: #DDA600;
	text-decoration: underline;
}

#header a:visited {
	color: #004080;
	border-bottom: 1px dotted #004080;
}

#header a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

.navbar {
	width: 100%;
	height: 30px;
	float: left;
	background-image: url(../images/nav_bar_mid.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navleftend {
	height: 30px;
	width: 5px;
	background-image: url(../images/nav_bar_left.jpg);
	background-repeat: no-repeat;
}

#navsearch {
	height: 30px;
	width: auto;
	max-width: 35%;
	background-image: url(../images/nav_bar_mid.jpg);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 10px;
	float: left;
}

#searchinput {
	height: 1.2em;
	max-height: 2em;
	width: 9em;
	max-width: 15em;
	padding: 0px;
	position: relative;
	top: -4px;
	background-image: url(../images/tf_bg_gray.jpg);
}

#searchbutton {
	height: 20px;
	width: 60px;
	margin-top: 4px;
	padding: 0px;
	position: relative;
	left: 10px;
}

#navabout {
	height: 30px;
	width: 100px;
	float: left;
}

#navproducts {
	height: 30px;
	width: 100px;
	float: left;
}

#navquotes {
	height: 30px;
	width: 82px;
	float: left;
}

#navorder {
	height: 30px;
	width: 113px;
	float: left;
}

#navcontact {
	height: 30px;
	width: 119px;
	float: left;
}

#navfill {
	height: 30px;
	width: auto;
	float: left;
}

#navrightend {
	height: 30px;
	width: 5px;
	background-image: url(../images/nav_bar_right.jpg);
	background-repeat: no-repeat;
	float: right
}

#sidebar {
	width: 225px;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px 0px;
}

.roundedTitle {
	width: 225px;
	height: 35px;
	margin-left: 10px;
	padding: 0px;
	text-align: center;
	background: url(../images/roundedTitle.jpg) no-repeat;
}

.roundedTitle img {
	margin-top: 9px;
}

.roundedContent {
	width: 211px;
	margin-left: 10px;
	padding: 8px 6px;
	color: black;
	text-align: justify;
	background-color: white;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
}

.roundedContent a {
	display: block;
	text-align: center;
}

.roundedContent a:link {
	color: #004080;
	text-decoration: underline;
}

.roundedContent a:active {
	color: #DDA600;
	text-decoration: none;
}

.roundedContent a:visited {
	color: #004080;
	text-decoration: underline;
}

.roundedContent a:hover {
	color: #DDA600;
	text-decoration: none;
}

.roundedContent img {
	padding-right: 5px;
}

.divider {
	width: 100%;
	height: 5px;
	padding: 0px;
	border-bottom: 1px dotted #004080;
}

.roundedBottom {
	height: 10px;
	width: 225px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: white;
	background: url(../images/roundedBottom.gif) no-repeat;
}

#customerLogin input {
	float: right;
	margin: 0px 5px;
	width: 8em;
	height: 1.1em;
	color: #EEE;
	background: url(../images/tf_bg_blue.jpg) repeat;
	border: 1px solid #004080;
}

#main, #mainFooter {
	width: 100%;
	min-width: 450px;
	max-width: 550px;
	width: expression(document.body.clientWidth > 800 ? "550px" : "450px");
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px;
	background-color: white;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
}

#mainFooter {
	position: relative;
	bottom: 0px;
	height: 15px;
	margin-top: 0px;
	border-bottom: 1px solid #004080;
}

#mainLL {
	height: 15px;
	width: 15px;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -1px;
	bottom: -1px;
}

#mainLR {
	height: 15px;
	width: 15px;
	float: right;
	padding: 0px;
	position: relative;
	right: -1px;
	bottom: -1px;
}

#mainContent {
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding-top: 20px;
	color: black;
}

#mainContentTitle, #mainContentContent, #mainContentMenu {
	width: 100%;
}

#mainContentMenu {
	padding: 0px;
	text-align: right;
}

#mainContentMenu ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainContentMenu ul li {
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
}

#mainContentMenu ul li img {
	padding-top: 5px;
}

#mainContentMenu ul p {
	font-size: x-small;
	text-align: justify;
	padding: 0px 2px;
}

#mainContentMenu ul p b {
	font-size: medium;
}

#mainContentMenu a:link {
	text-decoration: none;
}

#mainContentMenu a:visited {
	text-decoration: none;
}

#mainContentText {
	width: 95%;
	height: 100%;
	text-align: justify;
	padding: 0px;
	padding-left: 10px;
	border-left: 1px dashed #004080;
}

#mainContentText ul {
	margin-left: 25px;
	margin-top: 5px;
	list-style-type: disc;
}

p {
	text-align: justify;
}

hr {
	width: 85%;
	clear: none;
	text-align: center;
}

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

h1, h2, h3, h4, h5, h6 {
	color: black;
	display: inline;
}

.products_cell {
	vertical-align: top;
}

.products_cell a {
	display: block;
	padding: 3px 0px;
}

#quote_form {
	width: 90%;
	margin: 0px auto;
	padding-top: 20px;
}

#quote_form * {
	vertical-align: top;
}

.form_name {
	padding-right: 15px;
	text-align: right;
}

.form_item {
	padding-left: 15px;
}

.form_item input {
	width: 12em;
}

.form_descrip {
	color: #004080;
	font-size: x-small;
	text-align: center;
	padding: 0px 12px 5px;
}

.form_item .radio {
	width: auto;
	margin: 0px 10px;
}