@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro";
	color: #58595b;
}
p {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#wrapper #nav #menu {
	float: right;
	padding-top: 45px;
	font-size: 14px;
}
#wrapper #nav #menu a {
	text-decoration: none;
	color: #58595b;
	font-weight: bold;
}
#wrapper #nav #menu a:hover {
	color: #999999;
	text-decoration: underline;
}
#wrapper #nav #menu a:visited {
	color: #58595b;
	font-weight: bold;
}

#wrapper #nav #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #nav #menu li {
	display: inline;
	padding: 10px;
}
#wrapper #nav #logo {
	float: left;
}
#wrapper #sidebar {
	padding-top: 25px;
	width: 230px;
	float: left;
	height: 100%;
}
#wrapper #products {
	padding-top: 25px;
	width: 710px;
	float: right;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	padding-bottom: 8px;
	margin-left: 20px;
}

#wrapper #clear {
	clear: both;
}
#wrapper #products #dimensions {
	float: left;
	width: 220px;
	padding-top: 30px;
}
#wrapper #products #productPhoto {
	float: left;
	width: 220px;
	padding-left: 5px;
}
#wrapper #products #productDescription {
	float: left;
	width: 240px;
	padding-left: 25px;
}
#wrapper #products #dimensions a {
	color: #F46F22;
	text-decoration: none;
}
#wrapper #products #dimensions a:hover {
	text-decoration: underline;
}
#wrapper #products #dimensions a:visited {
	color: #F46F22;
	text-decoration: none;
}
#wrapper #footer {
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
	width: 710px;
}



.price {
	font-size: 24px;
	color: #F46F22;
	padding-top: 8px;
}

.productName {
	font-size: 14px;
}


.dimensions {
	font-size: 16px;
	color: #F46F22;
	padding-bottom: 8px;
}

a[href$=".pdf"] {
	background: url(images/pdf.gif) no-repeat;
	padding-right: 20px;
	background-position: right;
	}
#wrapper #sidebar a {
	color: #F46F22;
	text-decoration: none;
}
#wrapper #sidebar a:hover {
	text-decoration: underline;
}
