/*Copyright 2010 Doug Rebok A Plus Web - Tucson AZ */

.list {
	font-size: 16px;
	color: #000;
	line-height: 98px;
	font-weight: normal;
	display: block;
	float: left;
	width: 350px;
	height: 100px;
	background: #fff;
	margin: 10px 0 0 40px;
	}	

.list a {
		font-weight: bold;
		font-size: 130%;
		color: #00f;
		text-decoration: none;
		}
				
.thumb {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
/*	width: 186px;*/
	height: 100px;
	margin: 10px 0 0 0;
	overflow: hidden;
	} 
	
.thumb img {
	height: 100px;
	}

.heading {
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
	width: 750px;
	overflow: hidden;
	}
.heading h2{
	font-size: 170%;
	font-weight: 600;
	}
		
.narrow {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
	width: 305px;
	height: auto;
	background: #fff;
	overflow: hidden;
	} 
.narrow img {
	height: 200px;
	margin-top: 10px;
	}
.wide {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: block;
	float: right;
	width: 450px;
	}
.wide img {
	width: 400px;
	margin-top: 10px;
		}

.swapthumbcon {
	overflow: hidden;
	}
.swapthumbcon h3{
	margin: 0;
	}

.swapthumb {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
/*	width: 120px;*/
	height: 110px;
	margin: 10px 3px 0 0;
	overflow: hidden;
	} 
.swapthumb img {
	height: 100px;
	max-width: 200px;	
    width: expression(this.width > 200 ? 200: true);

	border: 2px solid black;
	overflow: hidden;
	}
.swapmain {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
	width: 765px;
	height: 800px;
	margin: 10px 0 0 0;
	overflow: hidden;
	} 
.swapmain img {
	width: 750px;
	border: 2px solid black;
	
	}
		
.navbut {
	float: left;
	width: 100px;
	height: auto;
	overflow: hidden;
	} 
.navbut img {
	height: 18px;
	float:left;
	}	
	
		
