img {
	border: 0px;
}

* {
	font-family: Arial, sans-serif;
}

.footer_left{
	float: left;
}

.footer_right{
	float: right;
	text-align: right;
}

.footer {
	color: white;
	font-size: 12px;
	margin: 60px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.page_wrapper{
	width: 1046px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.banner {
	position: absolute;
	top: -150px;
	width: 1046px;
	background: #fff url(../images/banner_background.jpg) no-repeat left top;
	height: 155px;
	left:0px;
}
#grad_left{
	width: 23px;
	background-color: pink;
	background: transparent url(../images/grad_left.png) repeat-y left top;
	height: 100%;
	position: absolute;
	left: -23px;
	top: 0px;
}
#grad_right{
	width: 23px;
	background-color: pink;
	background: transparent url(../images/grad_right.png) repeat-y left top;
	height: 100%;
	position: absolute;
	right: -23px;
	top: 0px;
}
#grad_bottom{
	width: 1050px;
	height: 54px;
	position:absolute;
	bottom: -54px;
	left: -23px;
	background: transparent url(../images/grad_bottom.png) no-repeat left top;
}
body {
	background: #004a27 url(../images/gradient.gif) repeat-x left top;
}

#portland_logo  {
	position: relative;
	left: 65px;
	top: 38px;
}
#telephone {
	float: right;
	position: relative;
	right: 65px;
	top: 57px;
}
.navigation {
	position: absolute;
	top: -30px;
	width: 1046px;
}
.navigation_inner{
	float: right;
	margin-right: 50px;
}
.nav_home{
	background: transparent url(../images/home.png) no-repeat left top;
}
.nav_contact{
	background: transparent url(../images/contact.png) no-repeat left top;
}
.nav_brochure{
	background: transparent url(../images/brochure.png) no-repeat left top;
}
.nav_order{
	background: transparent url(../images/order_form.png) no-repeat left top;
}


.nav_end {
	height: 10px;	
	z-index: 10;
	position: absolute;
	bottom: 0px;
	margin-bottom: 1px;
	border-top: solid #fff 2px;
}
.left_1{width: 375px;background-color: #00703c;margin-left: 23px;}
.right_1{width: 478px;background-color: #00703c;margin-left: 545px;}
.left_2{width: 525px;background-color: #5a4099;margin-left: 23px;}
.right_2{width: 328px;background-color: #5a4099;margin-left: 695px;}
.left_3{width: 675px;background-color: #79bde9;margin-left: 23px;}
.right_3{width: 179px;background-color: #79bde9;margin-left: 844px;}
.left_4{width: 825px;background-color: #e51937;margin-left: 23px;}
.right_4{width: 29px;background-color: #e51937;margin-left: 994px;}

.navigation_menu_item_0{
	float: left;
	width: 150px;
	height: 42px;
	font-size: 0px; 
	cursor: pointer;
	position:relative;
	top: 0px;
}
.navigation_menu_item_0 a {
	display: none;
}

.content {
	background-color: white;	
	padding: 50px 0px 0px 0px;
	position: relative;
	width: 1000px;
	margin: 170px 23px 0px 23px;
	min-height: 400px;
}
.section {
	padding: 0px;
}
.section img {
	margin-top: 20px;
}
.section_copy {
	clear: left;
	color: #666666;
	font-size: 12px;
	width: 480px;
	float: left;
	padding-left: 42px;
}
.form{
	clear: left;
	color: #666666;
	font-size: 12px;
	width: 100%;
	float: left;
	padding-left: 42px;
}
.form table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.form td {
	border: solid #bbb 1px;
	padding: 5px;
}
.form td a{
	color: #666;
}

.section_image{
	float: right;
	padding-right: 42px;
}



h1 {
	font-weight: normal;
	color: #00703c;
}

h2 {
	font-weight: normal;
	color: #00703c;
	font-size: 14px;
}

.clear{
	clear: both;
	width: 100%;
}

.google_map {
	width: 400px;
	height: 400px;
	float: right;
	margin: 22px 42px 10px 0px;
}

.section a{
	color: #444;
	text-decoration: none;
}

.section a:hover {
	text-decoration: underline;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../images/tint.png) repeat top left;
	top: 0px;
	left: 0px;
	z-index:100;
	display:none;
	min-height: 800px;
}

#overlay_close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 20px;
	/*background: #fff url(../images/close.png) no-repeat top left;*/
	display: block;
	cursor: pointer;
}

#overlay_download{
	position: absolute;
	top: -3px;
	left: 40px;
	width: 200px;
	height: 20px;
	/*background: #fff url(../images/close.png) no-repeat top left;*/
	display: block;
	cursor: pointer;
}

#overlay_download a{
	color: #fff;
	text-decoration: none;
}
#overlay_download a:hover{
	text-decoration: underline;
}

#overlay_inner{
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 100px;
}

input {
	width: 200px;
}
textarea {
	width: 200px;
	height: 80px;
}

#overlay_close p {
	color: white;
	position: absolute;
	right: 30px;
	top: -15px;
}

a.green {
	color: #00703c;
}

#product{
	width: 440px;
	position: absolute;
	top: 29px;
	right: 42px;
}

#product h1 {
	position: relative;
	top: 35px;
	padding: 0px;
	margin: 0px;
}
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	padding-left: 14px; 
	padding-bottom: 10px;
}

