#main {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.product {
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	height: 350px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
}

.separator {
	background: url('../img/separator.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 30px;
}

#menu {
	width: 190px;
	height: 500px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
}

#content {
	width: 690px;
	height: 500px;
	margin: 0 0 10px 10px;
	float: right;
	position: relative;
}

.browser {
	margin: 0 auto 70px;
	width: 900px;
	height: 292px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 13px;	
}

.brand {
	width: 900px;
	height: 35px;
	margin-bottom: 10px;
}

	.brand a {
		outline: none;
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-size: 12px;	
		text-decoration: none;
		color: #999;
	}

	.brand a:hover, .brand a:focus {
		color: #444;
	}
	
		.brand a img {
			border: none;
		}

.pane {
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 80%, #E9E9E9 100%);	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#FFFFFF), 
				color-stop(80%,#F7F7F7),
				color-stop(100%,#E9E9E9));	/* Chrome,Safari4+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 80%, #E9E9E9 100%);	/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 
			endColorstr='#E9E9E9',GradientType=0 );	/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%, #F7F7F7 49%, #E9E9E9 100%);	/* W3C */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-moz-box-shadow: 0 2px 4px #bbb;
	-webkit-box-shadow: 0 2px 4px #bbb;	
	width: 900px;
	height: 247px;
	position: absolute;
}

	.pane .items {
		float: left;
		height: 160px;
		width: 858px;
		padding: 0 21px;
	}

		.pane .items li {
			display: block;
			width: 58px;
			height: 140px;
			margin: 10px;
			float: left;
		}

			.pane .items li a {
				outline: none;
				text-align: center;
				text-decoration: none;
				color: #999;

			}

				.pane .items li a img {
					border: none;
					-webkit-transition: all .2s;
					-moz-transition: all .2s;
					-webkit-transform-origin: bottom;
					-moz-transform-origin: bottom;
				}
				
				.pane .items li a p {
					font-size: 12px;
					margin: 5px 0 0 0;
				}

			.pane .items li a:hover, .pane .items li a:focus {
				z-index: 200;
				color: #444;
			}
			
				.pane .items li a:hover img, .pane .items li a:focus img {
					-webkit-transform: scale(2);
    				-moz-transform: scale(2);
				}



	.pane .subcategories {
		position: absolute;
		bottom: 0;
		margin: 0 20px;
		width: 860px;
		height: 50px;
		border-top: solid 1px #ccc;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;	
	}

		.pane .subcategories ul {
			float: left;
			padding: 0;
		}

		.pane .subcategories li {
			display: block;
			float: left;
			margin: 5px 9px 9px 10px;
			padding: 0;
			width: 101px;
			height: 36px;
		}

			.pane .subcategories li span {
				display: block;
				margin: 12px 0 8px;
			}

			.pane .subcategories li a {
				outline: none;
				padding: 0;
				text-decoration: none;
				text-align: center;
				color: #999;
				float: left;
				width: 101px;
			}

		.pane .subcategories li.selected {
			background: url('../img/subcategory-active.png');
			background-repeat: no-repeat;
		}

			.pane .subcategories li.selected span {
				color: #444;
			}

		.pane .subcategories li a:hover, .pane .subcategories li a:focus {
			background: url('../img/subcategory-active.png');
			background-repeat: no-repeat;
			color: #444;
			margin: 0;
			padding: 0;
			width: 101px;
			height: 36px;
		}

#product-content {
	margin: 0 auto;
	width: 900px;
	height: auto;
	display: none;
}	

.description {
	margin: 0 auto 20px;
	padding: 20px;
	width: 860px;
	height: 400px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 180%;
}

	.description .text {
		padding-left: 20px;
		float: left;
		width: 450px;
		height: auto;
	}
	
	.description .triple-col {
		float: left;
		margin: 20px 0;
		width: 286px;
	}
		
		.description .triple-col div {
			float: left;
			margin: 10px;
			width: 168px;
			line-height: 150%;
		}
		
			.description .triple-col div ul {
				margin: 5px 0;
				padding-left: 20px;
			}
	
	.description ul {
		list-style-type: square;
		text-align: justify;
	}

	.description h2, .description h3 {
		font-weight: 500;
		padding: 0;
		margin: 0;
	}
	
	.description h2 {
		font-size: 18px;
	}
	
	.description img {
		float: left;
	}

.specs {
	background-color: #fafafa;
	margin: 20px auto 30px;
	padding: 20px;
	width: 760px;
	height: 510px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 160%;
	-moz-box-shadow: 0 3px 5px #bbb;
	-webkit-box-shadow: 0 3px 5px #bbb;		
}
	
	.specs h2, .specs h3, .specs h4, .specs strong {
		color: #222;
	}

	.specs h2 {
		font-size: 18px;
		font-weight: 500;
		padding: 0;
		margin: 0;
	}

	.specs h3 {
		font-size: 14px;
		font-weight: 500;
		padding: 0;
		margin: 15px 0 0 0;
		padding-top: 10px;
		border-top: solid 1px #aaa;
	}
	
		.specs h3 span {
			font-size: 12px;
		}
		
	.specs h4 {
		font-size: 12px;
		font-weight: 500;
		border: none;
	}

	.specs img {
		margin: 10px auto;
	}

	.specs ul, ol {
		padding-left: 20px;
	}

	.specs dl dt {
		float: left;
	}

	.specs dl dd {
		margin-left: 70px;
	}
	
	.specs sup.square {
		font-size: 8px;
	}
	 
	
	.specs .single-column {
		float: left;
		margin: 5px 0;
		padding: 0;
		width: 760px;
		height: auto;
	}

	.specs .first-column {
		float: left;
		margin: 5px 0;
		width: 360px;
		height: auto;
		padding-right: 20px;
	}

			.specs #configurations .option {
				display: -moz-inline-stack;
				display: inline-block;				
				width: 168px;
				padding-right: 10px;
			}
			
				.specs #configurations .option dd {
					margin-left: 95px;
				}

	.specs .second-column {
		float: right;
		margin: 5px 0;
		width: 360px;
		height: auto;
		padding-left: 20px;
	}

	.specs .footnote {
		float: left;
		width: 100%;
		color: #888;
		margin-top: 5px;
		border-top: solid 1px #aaa;
	}

.manual {
	margin: 0 auto 50px;
	padding: 0 20px;
	width: 760px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

	.manual li {
		line-height: 150%;
	}

	.manual a {
		outline: none;
		color: #0C9185;
	}