/* CSS Document */


/************************

     SITE STRUCTURE 

************************/


body {
	background-color: #2f3035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdd5dd;
	
	margin: 10px 0 10px 0;
	}

#pagehome {
	background-image: url('/images/site_images/page_bg.gif');
	background-repeat: repeat;
	width: 800px;
	height: 700px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #aabdce;
	}
#page {
	background-image: url('/images/site_images/page_bg.gif');
	background-repeat: repeat-x;
	width: 800px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #aabdce;
	}

#home_welcome {
	background-image:			url('/images/site_images/home/welcome.png');
	background-repeat:			no-repeat;
	height:						25px;
	width:						345px;
}

#welcome_content {
	color:						#666666;
	font-size:					14px;
	width:						212px;
	padding:					20px;
}

#features {
	background-image:			url('/images/site_images/home/features.png');
	background-repeat:			no-repeat;
	height:						125px;
	width:						227px;

	color:						#333333;
	font-size:					14px;
	padding-left:				15px;
	padding-top:				30px;
	padding-right:				10px;
	
	line-height:				20px;
}

#welcome_image {
	background-image:			url('/images/site_images/home/home_welcome_image.jpg');
	background-repeat:			no-repeat;
	background-position:		bottom;
	width:						91px;
	height:						225px;
	
	float:						right;
}

#home_frame {
	width: 794px;
	clear:both;
	}
	
.clear {
	clear:both;
	
}

#home_sinks {
	margin-left:				auto;
	margin-right:				auto;
	width:						360px;
}

.home_left_sink {
	float:						left;
	width:						165px;
	height:						80px;
	
	padding:					5px;

	border-style:				none;
	border-right-style:			solid;
	border-right-color:			#999;
	border-right-width:			1px;
}

.home_left_sink_middle {
	float:						left;
	width:						165px;
	height:						80px;
	
	padding:					5px;

	border-style:				solid;
	border-color:				#999;
	border-width:				1px;
	border-left-style:			none;
}

.home_right_sink {
	float:						left;
	width:						165px;
	height:						80px;
	
	padding:					5px;
	border-style:				none;
}

.home_right_sink_middle {
	float:						left;
	width:						165px;
	height:						80px;
	
	padding:					5px;

	border-style:				solid;
	border-color:				#999;
	border-width:				1px;
	border-right-style:			none;
	border-left-style:			none;
}

.home_sink_type {
	color:						#336699;
	font-size:					16px;
	font-weight:				bold;
	text-align:					center;
	line-height:				24px;
}

.home_sink_desc {
	color:						#666666;
	font-size:					11px;
	text-align:					center;
}

/************************

    NAVIGATION 

************************/

#navigation {
	width:798px;
	margin:3px 0 3px 0;
}

#navigation tr {
	vertical-align:top;
}

#navigation td {
	text-align:center;
	letter-spacing:.2px;
	
}


/*td.nav_bg {
	background-image: url('/images/site_images/nav/bg.jpg');
	background-repeat: repeat-x;
	height: 30px;
	}*/


/************************

     SITE STRUCTURE 

************************/



td.home_frame_left {
	background-image: url('/images/site_images/home/home_frame_left.gif');
	background-repeat: repeat-y;
	width: 15px;
	}
td.home_content_left {
	width: 356px;
	height: 250px;
	background-color: #bfc9cf;//c5dbe8;
	padding-top: 10px;
	}
td.home_frame_middle {
	background-image: url('/images/site_images/home/home_frame_mid.gif');
	background-repeat: repeat-y;
	width: 20px;
	}
td.home_content_right {
	width: 383px;
	height: 255px;
	background-color: #ffffff;
	padding-top: 5px;
	}	
td.home_frame_right {
	background-image: url('/images/site_images/home/home_frame_right.gif');
	background-repeat: repeat-y;
	width: 20px;
	}
	
#header {
	background-image: url('/images/site_images/header_bg.gif');
	background-repeat: repeat-x;
	height: 98px;
	width: 100%;
	}

#footer_email_home {
	width: 375px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 7px;
	}
		
#footer_email {
	width: 780px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 7px;
	margin-left:15px;
	}
	
#footer_number {
	width: 780px;
	text-align: right;
	margin: 3px 0 0 10px;
	}	
	
	
#lansen {
	width: 151px;
	height: 118px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	
	text-align: center;
	padding: 5px;
	
	background-image: url('/images/site_images/lansen_bg.gif');
	background-repeat: no-repeat;
	}
	
td.page_title {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #336699;
	text-align: left;
	
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
	}
td.home_page_image {
	background-color: #FFFFFF;
	text-align: right;
	padding: 8px;
	}
td.page_image {
	background-color: #FFFFFF;
	text-align: right;
	padding: 10px;
	}
td.page_intro {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	
	padding-left: 25px;
	line-height: 18px;
	}

td.content {
	margin-right: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	padding: 25px;
		z-index: 10;
	background-color: #ffffff;
	}

#homeQimage {
	margin: 14px 0 0 5px;
	border:0;
}

#homeEdgeImage{
	margin: 10px 0 0 5px;
}

/************************

          LINKS 

************************/



a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}	
a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}	
a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	}	
a:active {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}

a:link.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}	
a:visited.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}	
a:hover.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	}	
a:active.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	}

a:link.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5bfc8;
	text-decoration: none;
	}
a:active.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5bfc8;
	text-decoration: none;
	}			
a:visited.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5bfc8;
	text-decoration: none;
	}	
a:hover.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d7e5;
	text-decoration: none;
	}	

a:link.footer_email {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d7e5;
	text-decoration: none;
	}
a:active.footer_email {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d7e5;
	text-decoration: none;
	}			
a:visited.footer_email {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d7e5;
	text-decoration: none;
	}	
a:hover.footer_email {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	}	

/*
a.nav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;c8d7e5;
	text-decoration: none;
	}	
	
a:hover.nav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5bfc8; 
	text-decoration: none;
	}	
*/


/************************

    TEXT STYLES

************************/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #336699;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}


/************************

     MISC 

************************/



.hline {
	width: 790px;
	}

.transparent {
	opacity: .55;
	filter: alpha(opacity=55);
	}