#top {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	border-bottom: 1px solid #adacac;
	min-height: 28px;
	-height: 28px;
	position: relative;
}

	#dropdown_navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 600px;
	}
	
		#dropdown_navlist li {
		margin: 0;
		padding: 0 5px 0 0;
		list-style-type: none;
		float: left;
		}

	#logged {
	text-align: right;
	padding-bottom:10px;
	}
	
	#top #model {
	width: 65px;
	}
	
	#btn_search {
	border: none;
	width: 52px;
	height: 19px;
	vertical-align: middle;
	padding-bottom: 2px;
	}

	#top .left {
	float: left;
	}
	
	#top .right {
	float: right;
	}

#main {

}

	#categories {
	list-style-type: none;
	margin: 0px 0px 0px 33px;
	padding: 0px;
	}
		
		#categories li {
		list-style-type: none;
		padding: 0px;
		float: left;
		width: 140px;
		height: 140px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		position: relative;
		border: 1px solid #000;
		cursor: pointer;
		}
		
		#categories a {
		display: block;
		width: 140px;
		height: 140px;
		}
		
		div.titlebg {
		filter: alpha(opacity=60);
		-moz-opacity: .60;
		opacity: .60;
		background-color: #191e3c;
		height: 30px;
		width: 140px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 5;
		border-top: 1px solid #2d376d;
		}
		
		div.title,
		div.title2 {
		width: 130px;
		position: absolute;
		left: 5px;
		z-index: 10;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.03em;
		line-height: 13px;
		text-align: center;
		}
		
		div.title {
		bottom: 7px;
		position:absolute;
		}
		
		div.title2 {
		bottom: 1px;
		}
		
		#categories  .noimage {
		border-width: 0px;
		}
		
		.noimage div.titlebg {
		top: 0px;
		background-color: #2d376d;
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		opacity: 1.00;
		border: 1px solid #000;
		}
		
		.noimage div.title {
		top: 8px;
		}
		
		.noimage div.title2 {
		top: 1px;
		}
		
	#main_left {
	width: 258px;
	float: left;
	margin-right: 30px;
	}
	
		#main_img {
		width: 250px;
		border: 4px solid #d2c8ad;
		position: relative;
		cursor: pointer;
		}
		
			#enlarge {
			width: 103px;
			height: 19px;
			background: url(../images/enlarge.gif) repeat;
			position: absolute;
			left: 50%;
			margin-left: -52px;
			top: 0px;
			filter:alpha(opacity=60);
			-moz-opacity:.60;
			opacity:.60;
			}
			
	#download {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
	
	#download2 {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
	
	.download_item {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
		
	#main_right {
	width: 158px;
	float: right;
	margin-left: 30px;
	}
	
		#main_right h3 {
		font-size: 12px;
		color: #444;
		}
		
		#finishes {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 158px;
		}
			
			#finishes li {
			list-style-type: none;
			margin: 0px 4px 4px 0px;
			padding: 0px;
			float: left;
			width: 75px;
			}
			
			#finishes img {
			border: 4px solid #d2c8ad;
			}
			
		#view_all {
		display: block;
		clear: both;
		margin-top: 10px;
		font-weight: bold;
		text-decoration: none;
		width: 158px;
		font-size: 12px;
		}
		
.clearance {
clear: both;
margin-top: -1px;
height: 1px;
line-height: 0;
font-size: 0;
}