body {
	margin:0; padding:0;
	background:#0b0f11 url("../images/background.jpg") no-repeat center top;
	font:85% Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#e9e9e9;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	margin:0; padding:0;	
}

h2 {
	font-size:250%;
	letter-spacing:-1px;
}

a {
	color:#9a9ea0;
	text-decoration:none;
}

a img {
	border:none;
}

a:hover {
	color:#cfd0d0;
}

#header {
	margin:0; padding:0;
	height:130px;
}

#logo {
		margin:35px 0 0 0; padding:0;
		width:289px; height:69px;	
		float:left;	
		overflow:hidden;	
	}
	
		#logo h1 {
			margin:0; padding:0;
			width:289px; height:69px;	
			background:url("images/logo.png") no-repeat;
		}
		
		#logo h1 a {
			padding:69px 0 0 0;
			display:block;
		}

#navigation {
	margin:0; padding:10px 0 20px 0;
	background:url("images/nav_bg.jpg") repeat-x;
	height:43px;
}

	ul {
		margin:0; padding:0px; 
	}
	
	ul li {
		margin:0; padding:0 30px 0 0;
		float:left;
		list-style-type:none;
	}
	
	ul li ul li.current_page_item a {
		color:#3472bb;
	}
	
	ul li a {
		text-decoration:none;
		color:#e9e9e9;
		font-size:140%;
	}
	
	ul li a:hover {
		color:#fff;
	}
	
#content {
	margin:0 0 30px 0;
}

	#leftcol { 
		margin:0 20px 30px 0;
		width:250px;
		float:left;
	}
	
	#rightcol {
		margin:0 0 30px 0;
		width:480px;
		float:right;
	}

/*
#rightcol img {
	float:left;
	margin:5px 20px 10px 0;
}
*/

#rightcol img.readmore {
	float:right;
}

#latest_posts {
	padding:15px 0 0 0;
	background:#0f1518 url("images/latestposts_bg.jpg") repeat-x top;
	height:210px;
	clear:both;
}

	#latestposts_cols {
		margin:25px 0 0 0;
		padding: 0 5px;
		clear:both;
	}
	
	.col3 {
		margin: 0 5px;
		width:240px;
		float:left;
	}
	
	.col3end {
		margin:0;
		width:230px;
		float:left;
	}

#footer {
	padding:45px 0 0 0;
	background:#0f1619 url("images/footer_bg.jpg") repeat-x top;
	height:130px;
}

	#address {
		margin:10px 0 0 0;
		float:left;
	}

	#address p {
		margin:0; padding:0;
		font-size:140%;
		color:#313e44;
		letter-spacing:-1px;
	}
	
	#address a {
		color:#313E44;
	}
	
	#address a:hover {
		color:#595D5F;
	}
	
	#sponsors {
		float:right;
	}
	
	#sponsors ul li {
		margin:0; padding:0;
	}
	
	#sponsors ul li.beretta {
		margin:0; padding:0;
		width:83px; height:100px;	
		float:left;	
		overflow:hidden;
	}
	
		#sponsors ul li.beretta a {
			margin:0; padding:100px 0 0 0;
			width:83px; height:100px;	
			background:url("images/beretta_logo.png") no-repeat;
			display:block;
		}
		
		#sponsors ul li.beretta a:hover {
			background:url("images/beretta_logo_hover.png") no-repeat;
		}
	
	#sponsors ul li.orvis {
		margin:0 10px 0 0; padding:0;
		width:118px; height:100px;	
		float:left;	
		overflow:hidden;
	}
	
		#sponsors ul li.orvis a {
			margin:0; padding:100px 0 0 0;
			width:126px; height:100px;	
			background:url("images/orvis_logo.png") no-repeat;
			display:block;
		}
		
		#sponsors ul li.orvis a:hover {
			background:url("images/orvis_logo_hover.png") no-repeat;
		}
	
	#sponsors ul li.rolex {
		margin:0 10px 0 0; padding:0;
		width:112px; height:100px;	
		float:left;	
		overflow:hidden;
	}
	
		#sponsors ul li.rolex a {
			margin:0; padding:100px 0 0 0;
			width:112px; height:100px;	
			background:url("images/rolex_logo.png") no-repeat;
			display:block;
		}
		
		#sponsors ul li.rolex a:hover {
			background:url("images/rolex_logo_hover.png") no-repeat;
		}
	
	#sponsors ul li.hackett {
		margin:0 10px 0 0; padding:0;
		width:103px; height:100px;	
		float:left;	
		overflow:hidden;
	}
	
		#sponsors ul li.hackett a {
			margin:0; padding:100px 0 0 0;
			width:109px; height:100px;	
			background:url("images/hackett_logo.png") no-repeat;
			display:block;
		}
		
		#sponsors ul li.hackett a:hover {
			background:url("images/hackett_logo_hover.png") no-repeat;
		}
		
.prodrow {
	margin:0 25px 0 25px;
	width:200px;
	height: 600px;
	float:left;
}

.prodrow a img {
	margin:0 0 10px 0;
	float:left;
	border:2px solid #4D595F;
}

.prodrow .text {
	width:200px;
	clear:both;
	float:left;
}

.container {
	margin:0 auto;
	width:760px;
}

.alignleft {
	margin:0 28px 15px 0;
	float:left;
}

.aligncenter {
        text-align:center;
}
.alignright {
	margin:0 0 15px 15px;
	float:right;
}

.post {
	clear:both;
}
