body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:"Arial", Helvetica, sans-serif;	
	font-size: 9pt;
	color:#666666;
}
h1{
	color: #000000;
}
h2{
	color: #000000;
	font-family:"Arial", Helvetica, sans-serif;	
	font-size: 12pt;
	text-transform:uppercase;
}
h2 a{
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}
h2 a:hover{
	color:#ff0000;
}

p{
	line-height: 20px;
}
input, textarea, select{}

/*--------------------------------------------------------------------------------------------------------*/
/*- Global Classes ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
.center_container{
	width: 725px;
	margin:auto;
}
.no_display, .nodisplay{display:none;}
.border{
	border: 1px solid;
}
.bg_2_gray{
	background-color:#eaeaea;
}
.clearboth{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.border_bottom{
	clear:both;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
}
.selected{
	font-weight:bold;
	color: #000000;
}
a.std_link{
	text-decoration:none;
	color:#000000;
}
a.std_link_b{
	color: #333333;
	font-weight:bold;
}
a.std_link:hover, a.std_link_b:hover, a.dblue:hover{
	color: red;
}
.gray{color: #666666;}
.green{color: #009900;}
.light_blue{color: #00ccff;}
.item{
	margin: 10px 0px 15px 0px;
	border-bottom: 1px solid #cccccc;
}
.item p{color: #333333;}
ul.list li, ol.list li{line-height: 22px;}
ul.std_list{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
ul.std_list li{
	display: block;
	padding: 0px 0px 0px 0px;
}
ul.std_list li a{
	border-bottom: 1px solid #cccccc;
	padding: 8px 3px 8px 3px;
	text-decoration: none;
	color: #003366;
	display: block;
	width: 96%;
	font-weight: bold;
}
ul.std_list li a.header, ul.std_list li a.header:hover{}
ul.std_list li a.no_style{
	cursor:default;
	border-bottom: 1px solid #cccccc;
	padding: 8px 3px 8px 3px;
	text-decoration: none;
	color: #003366;
	width: 96%;
	font-weight: normal;
}
ul.std_list li a:hover{
	background-color: #f3f3f3;
	color: #990000;
}
ul.std_list li a:hover .date{color: #333333;}
.date{
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
p.date{
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.center{text-align: center;}
.txt, .txt_left{
	width: 150px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 10px;
}
.txt_sml{
	clear: both;
	font-size: 8pt;
	font-weight: bold;
}
.small{font-size: 7pt;}
.controls{
	border-top: 1px solid #cccccc;
	clear: both;
	padding: 10px 10px 10px 10px;
}
.controls a{
	display: block;
	padding: 5px;
	float: left;
	color: #28527b;
	text-decoration: none;
	margin-right: 20px;
}
.controls a:hover{
	background-color: #28527b;
	color: #ffffff;
}
.floatleft{float: left;}
.floatright{float: right;}
.no_bold{
	font-weight: lighter;
	color: #000000;
}
.note{}
.capitalize{text-transform: uppercase;}
.padding{padding: 2px;}
.margin{margin: 5px;}
/*--------------------------------------------------------------------------------------------------------*/
/*- Container Divs ---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

.container{
	width: 750px;
	margin: auto;
	margin-top: 2%;
}
.footer{
	margin: 20px;
	text-align:center;
	color: #4d4d46;
}
.footer a{
	color: #4d4d46;
	text-decoration: underline;
}
.footer a:hover{
	color: #999999;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------*/
/*- Curved Corner Divs -----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

/*-- White --*/
.header_box{height: 8px; overflow: hidden; background: #fff url(images/corners/r1_c3.gif) 100% 0 no-repeat; }
.header_box div{ width: 8px; height: 8px; overflow: hidden; background: #fff url(images/corners/r1_c1.gif) 0 0 no-repeat; }
.content_box{background-color: #ffffff; padding: 0px 10px 1px 10px; clear: both; margin-bottom:0px;}
.footer_box{ height: 8px; overflow: hidden; background: #fff url(images/corners/r3_c3.gif) 100% 0 no-repeat; clear: both; top: 0px}
.footer_box div{ width: 8px; height: 8px; overflow: hidden; background: #fff url(images/corners/r3_c1.gif) 0 0 no-repeat; top: 0px}

/*--------------------------------------------------------------------------------------------------------*/
/*- Logos ------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
.hdr_logo, .logo{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width: 118px;
	height: 33px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.logo_light{
	background-image:url(images/logo_light.gif);
	background-repeat:no-repeat;
	width: 81px;
	height: 22px;
	clear: both;
	margin:auto;
}

/*--------------------------------------------------------------------------------------------------------*/
/*- Menu -------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
.menu{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding: 10px 0px 20px 0px;
	clear:both;
}
ul.hdr_menu{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
ul.hdr_menu li{
	display:inline;
	float: left;
}
ul.hdr_menu li.home, ul.hdr_menu li.items{
	padding-right: 40px;
	text-align: left;
}
ul.hdr_menu li.contact{
	text-align: right;
}
ul.hdr_menu li a{
	color:#000000;
	text-decoration:none;
}
ul.hdr_menu li a:hover{
	color:#ff0000;
}
.last_item{
	padding:0px 0px 0px 0px;
}

/*--------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------*/
/*- INDEX ------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
.index_items{
	clear:both;
	margin-top: 30px;
}
.index_image{
	width: 593px;
	border: 2px solid #eaeaea;
	margin: auto;
}
.wheel{
	position:relative;
	left: -10px;
	background-image:url(images/wheel.jpg);
	background-repeat:no-repeat;
	height: 450px;
	width: 337px;
	float:left;
}
.logo_lg{
	position:relative;
	top: 200px;
	right: 20px;
	background-image:url(images/logo_lg.gif);
	height: 85px;
	width: 241px;
	float:right;
}

/*.canal_walk{
	clear:both;
	position:relative;
	top: -50px;
	right: 20px;
	background-image: url(images/canal_walk_sml.gif);
	height: 41px;
	width: 140px;
	float: right;
}*/

.canal_walk{
	clear:both;
	position:relative;
	top: -50px;
	right: 80px;
	background-image: url(images/canal_walk_sml.gif);
	height: 41px;
	width: 140px;
	float: right;
}

/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT PAGE ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.product_sub_menu_container{
	margin-bottom: 15px;
	padding: 0px 0px 10px 0px;
	clear:both;
}

ul.product_sub_menu{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

ul.product_sub_menu li{
	display:inline;
	float: left;
	padding:0px 40px 0px 0px;
}
ul.product_sub_menu li a{
	color: #555555;
	text-decoration:none;
}
ul.product_sub_menu li a:hover{
	color:#ff0000;
}

.gallery{
	padding: 13px 0px 13px 13px;
	margin-top: 20px;
	margin-bottom: 25px;
	background-image: url(images/r10_c5.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 448px;
	height: 203px;
}
.gallery_image{
	border: 6px solid #FFFFFF;
	overflow: hidden;
	float: left;
	margin: 3px;
}
.thumbnail{
	border: 5px solid #FFFFFF;
	margin-right: 10px;
	margin-top: 10px;
	width: 126px;
	height: 90px;
	overflow: hidden;
	float: left;
}
.small_thumbnail{
	border: 1px solid #cccccc;
	margin: 5px;
	width: 132px;
	height: 93px;
	overflow: hidden;
	float: left;
}
.gallery h1{
	color: #ffffff;
}
.gallery .see_more{
	position: relative;
	top: 70px;
	right: 32px;
	/*top: -15px;
	float: right;*/
}
.gallery .see_more a{
	text-decoration: underline;
	color: #ffffff;
}

.clicked_image{
	background: no-repeat url(images/indicator.gif) center;
	border: 2px solid #eaeaea;
	margin: 0px 0px 0px 0px;
	width: 705px;
	height: 250px;
	overflow: hidden;
	clear: both;
	color: #ffffff;
}
.clicked_image img{
	position: relative;
}
.clicked_image_description{
	background-color: #eaeaea;
	color: #333333;
	float: left;
	padding: 0px 2px 0px 2px;
	margin-bottom: 10px;
	text-align: center;
	height: 70px;
	width: 705px;
}
.clicked_image_description p{
	font-weight: bold;
	padding: 5px;
	margin: 25px 0px 0px 0px;
}
.gallery_images{
	width: 495px;
	/*	float: left;  */
	clear: both;
}
.location_thumbnail{
	background-repeat: no-repeat;
	background-position:center;
	float: left;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	width: 132px;
	height: 93px;
	overflow: hidden;
	border: 2px solid #eaeaea;
}
.location_thumbnail a{
	display: block;
	height: 90px;
	width: 130px;
}

.gallery_btns{
	clear: both;
	width: 707px;
	height: 15px;
	margin: 10px 0px 0px 0px;
}

.align_images{
	margin: auto;
}

/*----------------------------------------------------------------------------------------*/
/*- NEWS PAGE ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
.news_list_image{
	top: 0px;
	float: left;
	margin: 3px 10px 0px 0px;
	border: 2px solid #eaeaea;
}
.articles_item p{
	top: 0px;
}