@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/Images/bigtile.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana,Arial,Sans;
	font-size: 10px;
}

.style2 {font-size: 14px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style3 {font-size: 10px}


#container {
	width:900px;
	height:207px;
	position: relative;
	/*border-top:10pt solid #000000;*/
	background-image:url(/Images/topbarfinal.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#content {
	background-color:#FFFFFF;
	background-image:url(/Images/bottombar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:900px;
	height:730px;
	position: relative;
	
}

#copyright {
	width:900px;
	height:30px;
	top:970px;
	position: relative;
}
	

.intro {
	width:900px;
	height:30px;
	top:10px;
	position: relative;
}

.blurb {
	width:870px;
	height:250px;
	top:320px;
	margin-left:15px;
	margin-right:15px;
	position: relative;

}

.columbia {
	background-image:url(/Images/columbianew.gif);
	background-repeat:no-repeat;
	width:354px;
	height:118px;
	position: absolute;
	left:75px;
	top:60px;
}

.mhw {
	background-image:url(/Images/mhw.jpg);
	background-repeat:no-repeat;
	width:354px;
	height:118px;
	position: absolute;
	left:475px;
	top:60px;
}

.montrail {
	background-image:url(/Images/montrail.jpg);
	background-repeat:no-repeat;
	width:354px;
	height:118px;
	position: absolute;
	left:75px;
	top:210px;
}

.sorel {
	background-image:url(/Images/sorel.jpg);
	background-repeat:no-repeat;
	width:354px;
	height:118px;
	position: absolute;
	left:475px;
	top:210px;
}

.construct {
	background-image:url(/Images/construct.jpg);
	background-repeat:no-repeat;
	width:354px;
	height:408px;
	margin: 0 auto;
	/*position: absolute;
	margin-left:250px;*/

}

.copy {
	width:870px;
	height:250px;
	top:30px;
	margin-left:15px;
	margin-right:15px;
	position: relative;
}


/*Menu Associations*/
#topmenu{
	width:500px;
	height:47px;
	/*position:absolute;
	top:145px;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	visibility: visible;
	float: left;
	margin-top:145px;
}


#topmenu ul li {
    
    text-align:left;
    display:inline;
    
    
    
 
}
#topmenu ul li a:link{

	color:#ffffff;
	text-decoration:none;
	
}

#topmenu ul li a:visited{

	color:#ffffff;
	text-decoration:none;

}

#topmenu ul li a:hover{

	color:#FFFFFF;
	text-decoration:underline;

}



#topmenu .unselectedtab{
	background-repeat:no-repeat;
	float:left;
	width:80px;
	height:27px;
	padding:2px;

	
}

#topmenu .selectedtab{
	background-repeat:no-repeat;
	color:white;
	text-decoration:underline;
	font-weight: bold;
	float:left;
	width:80px;
	height:27px;
	padding: 2px;
}

#topmenu .selectedtab:link{

	color:white;
	text-decoration:underline;
	font-weight: bold;
}


/*End Menu Assoc*/

