*
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
}


body
{
	font-size: 62.5%;
	background-image: url(img/bkgrdgrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #85B9F2;
}

h1
{
	font-size: 2em; /* 20px */
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;
}

h2
{
	font-size: 1.8em; /* 18px */
	text-align: center;
	font-weight: normal;
}

h3
{
	font-size: 1.5em; /* 15px */
	text-align: center;
}

p
{
	font-size: 1.3em; /* 13px */
	margin: 0;
}

table
{
	border-collapse: collapse;
}
	
td
{
 	padding: 0;
  margin: 0;
}
 
img
{
	border: 0;
}

img.img_left
{
	float: left;
	margin: 5px 10px 5px 0;
}

img.img_right
{
	float: right;
	margin: 5px 0 5px 15px;
}

#container
{
	width: 800px;
	height: 100%;
	background-color: #022E5F;
}

#header
{
	width: 800px;
	height: 150px;
	border: 0;
	margin-bottom: 10px;
}

#leftbar
{
	float: left;
	width: 200px;	
}

#leftbar .center
{
	font-size: 1.1em; /* 11px */
}

#menu_buttons
{
	width: 200px;
}

td.menu_button
{
	height: 50px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-image: url(img/menu_button_off.gif);
}

td.menu_button:hover
{
	background-image: url(img/menu_button_on.gif);
}

td.menu_button a
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.4em; /* 14px */
	font-weight: bold;
}

td.menu_button a span
{
	color: #022E5F;
}

#content
{
	float: left;
	margin: 0;
	padding: 20px;
	width: 560px;
	text-align: left;
}

#footer
{
	clear: both;
	position: relative;
	bottom: 0;
	padding-bottom: 10px;
}

#sub_text_container
{
	width: 800px;
	text-align: center;
	margin: 0;
	background-color: #0B3665;
}

#sub_text
{
	width: 600px;
	margin: auto;
}

#sub_text p
{
	color: #5379A4;
	font-size: 1em; /* 10px */
}

#sub_text p a
{
	color: #5379A4;
	font-size: 1em; /* 10px */
	text-decoration: none;
}

#sub_text p a:hover
{
	text-decoration: underline;
}

p.center
{
	text-align: center !important;
}

#googlelink a
{
	font-size: .8em; /* 8px */
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
}

iframe
{
	border: 1px solid black;
}

.size14
{
	font-size: 1.4em; /* 14px */
}

#contact_table
{
	width: 550px;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}

#contact_table td
{
	width: 50%;
	vertical-align: middle;
}

input
{
  margin: 0 0 5px 0;
	padding: 0;
}

.form_text
{
	color: #000000;
	font-size: 1.3em; /* 13px */
	width: 400px;
}

#send_button
{
	margin-top: 5px;
  font-size: 1.3em;
	font-weight: bold;
	color: #022E5F;
	background-color: #85B9F2;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;	
}

.links_list
{
  list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

.links_list li
{
	color: #85B9F2;
	font-size: 1.3em; /* 13px */
}	

.links_list li a
{
  color: #FFFFFF;
	text-decoration: underline;
}

.links_list li a:hover
{
	color: #85B9F2;
}

.fancy_link
{
  color: #85B9F2;
	text-decoration: underline;
	font-weight: bold;
}

.fancy_link:hover, .white_text
{
 	color: #FFFFFF;
}

.indented
{
 margin-left: 10px;
 font-size: 1.1em;
}

.testimonial
{
 font-style: italic;
}

.testimonial img
{
	margin: 0;
}

.blue_text, a:hover
{
  color: #85B9F2;
}

#manufacturer_table
{
	font-size: 1.2em; /* 12px */
  width: 520px;
  margin: 0 auto;
}

#manufacturer_table td
{
  padding: 10px;
  border: 1px solid #85B9F2;
}

#manufacturer_table tr td:first-child
{
	width: 150px;
	text-align: center;
}

#manufacturer_table td a
{
	text-decoration: underline;
}

#manufacturer_table td a:hover
{
	color: #85B9F2;
}

/*------------ PHOTO GALLERY --------------*/
#photo_grid
{
	width: 510px;
  margin: 0 auto;
}

#photo_grid td
{
	width: 150px;
	padding: 10px;
  font-size: 1.2em; /* 12px */
}