@charset "utf-8";
/* CSS Document */

*{
	margin-top: 0;
}

html, body {
  height: 101%;
}

body{
	background: url(images/left.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: bottom left;
	background-color: #55759F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/*==========TEXT STYLES==========*/

hr {
	margin-top: 20px;
}

.photo {
	margin: 15px;
}

h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #55759F;
	padding-top: 20px;
}

h1{
	font-size: x-large;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #55759F;
	font-size: large;
}

.legalNotice{
	font-size: x-small;
}

/*==========LAYOUT==========*/
#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-repeat: repeat-y;
	overflow: auto;
	padding-bottom: 10px;
}

#header {
	height: 87px;
	background:url(images/banner_top.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
}

#header2 {
	height: 37px;
	background: url(images/banner_bottom.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-top: 5px;
}

#bannerImage{
	width: 800px;
	height: 251px;
	background: url(images/banner2.jpg);
}

#content{
	width: 760px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 1.4em;
}

#footer{
	font-size: x-small;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	color: white;
}

.feature{
	border: 2px solid #55759F;
	margin: 10px;
}

.productPhoto{

}

/*==========STYLE FOR CATALOG DOWNLOAD LINK==========*/
.navImage {
	float: right;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

/*=========STYLES FOR DROPDOWN MENUS==========*/
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

#nav li:hover ul {
    left: auto;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #55759F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 10px solid white;
}

#nav a:hover{
	border-left: 10px solid #A4D49B;
}

.subLinks{
	background-color: white;
	border-bottom: 1px solid #55759F;
	width: 15em;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*==========PRODUCT INFO TABLE STYLES==========*/
table{
	border-collapse: collapse;
	width: 500px;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.center{
	margin-left: auto;
	margin-right: auto;
}

td{
	padding: 10px;
}

.odd{
	background-color: #d8eed4;
}

/*=========LINKS LISTED ON EQUIPMENT AND ABOUT PAGE==========*/
.listLinks{
	list-style: none;
}

.listLinks a:link, .listLinks a:visited, .listLinks a:active {
	color: #55759F;
	text-decoration: none;
	font-weight: bold;
	border-left: 10px solid white;
}

.listLinks a:hover{
	border-left: 10px solid #A4D49B;
}
