html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	line-height: 1.5em;
	color: #333333;
	font-size: 0.8em;
	font-family: Georgia, Palatino, Times New Roman, serif;
	background: url(i/main_background.gif) center repeat-y #D7DF23;
	margin: 0px;
}
#wrapper {
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(i/div_background.gif) top right no-repeat;
}
h1 {
	margin: 0px;
	height: 90px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(i/header.gif);
	text-indent: -40000px;
}
h2#about_us {
	margin: 0 0 1em 0;
	height: 120px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(i/h2_about_us.gif);
	text-indent: -40000px;
}
h2#products {
	margin: 0 0 1em 0;
	height: 120px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(i/h2_products.gif);
	text-indent: -40000px;
}
h2#services {
	margin: 0 0 1em 0;
	height: 120px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(i/h2_services.gif);
	text-indent: -40000px;
}
h2#contact_us {
	margin: 0 0 1em 0;
	height: 120px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(i/h2_contact_us.gif);
	text-indent: -40000px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 1em 0;
	color: #006837;
}
p{
	margin: 0 0 1em 0;
	padding: 0;
}

a:link, a:visited {
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #BFC1C3;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #534741;
}

li{list-style-type: square; list-style-position: outside;}

/*NAVIGATION BEGIN*/

#nav_wrapper{
	height: 30px;
	width: 780px;
	background: url(i/nav_background.gif) repeat;		
}

#nav{
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li{
	list-style: none;
	display: inline;
}
#nav a{
	float: left;
	border: none;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only*/
	}
#nav a:hover{
	background-position: 0 -30px;
	border: none;	
}
#nav a:active, #nav a.selected, #nav a.selected:hover {
	background-position: 0 -60px;
	border: none;
}
#nav_home a{
	margin-left: 25px;
	width: 64px;
	background: url(i/nav_home.gif) top left no-repeat;
}
#nav_about_us a{
	width: 86px;
	background: url(i/nav_about_us.gif) top left no-repeat;
}
#nav_products a{
	width: 80px;
	background: url(i/nav_products.gif) top left no-repeat;
}
#nav_services a{
	width: 80px;
	background: url(i/nav_services.gif) top left no-repeat;
}
#nav_contact_us a{
	width: 96px;
	background: url(i/nav_contact_us.gif) top left no-repeat;
}

/*NAVIGATION END*/

#main{
	float: left;
	width: 430px;
	padding: 25px;
}

#sub{
	float: right;
	width: 250px;
	padding: 25px;
}

#footer {
	clear: both;
	border-top: #D7DF23;
	border-top-style: solid;
	border-top-width: 0.1em;
	padding-top: 0.5em;
	margin: 2em 2em 2em 2em;
	padding-top: 1em;
	font-size: 0.8em;
	text-align: center;
}

#feedback{
	margin-bottom: 2em;
	border-bottom: thin dotted #e6e6e6;
}

#feedback p.name{
	text-transform: uppercase;
}

#rotating_images{
	margin-bottom: 1em;
}


a#pdf_download{
	font-weight: bold;
	color: #266537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-color: #fffee4;
	border-style: outset;
	padding: 1em;
	border-width: 3px;
	display: block;
	margin-left: 0em;
	margin-bottom: 0em;
	margin-right: 0em;
	margin-top: 2em;
	background-color: #d8dd38;
	text-align: center;
}
a:hover#pdf_download, a:active#pdf_download{
	border-style: inset;
}

img{
	margin-bottom: 1em;
}

img.right{
	float: right;
	margin: 0 1em 1em 1em;
}

img.left{
	float: left;
	margin: 1em;
}

img.center{
	clear: both;
	margin: 1em 0 1em 0;
}

p.caption{
	margin-top: 1em;
	font-size: .8em;
	font-style: italic;
	color: #266537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

em{
	font-weight: bold;
}