/* CSS Document */

#main {
	margin-top: 0;
	}
	
#main h2 {
	margin: 0 0 10px 0;
	}
	
#main h1 {
	margin-top: 20px;
	}
	
#main p {
	line-height: 1.3em;
	font-size: 12px;	
	}
	
#toolstrip {
	display: none;
	}
	
#content {
	padding-right: 0;
	margin: 0;
	float: none;
	width: auto;
	}
	
#content_front {
	padding-right: 0;
	margin: 20px 0 0 200px;
	float: none;
	width: 500px;
	}
	
#page_header {
	margin: 50px 0 0 0;
	}

	
.hub_panel {
	float: left;
	width: 310px;
	padding: 10px;
	background: #fff;
	}

#content .hub_panel a {
	padding: 20px;
	text-decoration: none;
	border: none;
	display: block;
	height: 145px;
	color: #666;
	}
	
#content .hub_panel a:hover {
	background: url(hub_panel_a_hover.gif);
	color: #444;
	}
	
#content .hub_panel a.pdf {
	background: url(hub_panel_a_pdf.gif) no-repeat 0 0;
	padding-right: 60px;
	}
	
#content .hub_panel a.pdf:hover {
	background: url(hub_panel_a_pdf.gif) no-repeat 0 -185px;
	}
	
.hub_panel .title {
	display: block;
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 5px 0;
	color: #3e647e;
	font-weight: normal;
	}
	
.hub_panel .title object {
	margin-left: -3px;
	}	
/*
#product_guide {
	padding: 0 30px 20px 0;
	border-right: 1px solid #e4eaee;
	border-bottom: 1px solid #e4eaee;
	width: 300px;
	float: left;
	height: 200px;
	}
	
#product_range {
	padding: 0 20px 0px 20px;
	border-bottom: 1px solid #e4eaee;
	width: 290px;
	float: left;
	height: 220px;
	position: relative;
	}
	
#product_range .thumb {
	position: relative;
	float: right;
	margin-right: -50px;
	}
	
#order_product {
	border-right: 1px solid #e4eaee;
	width: 300px;
	float: left;
	height: 100px;
	padding: 20px 30px 20px 0;
	}
	
.hub_links {
	padding: 2px 0 0 0;
	border-top: 1px solid #ced8df;
	}
	

	
#help {
	padding: 20px;
	width: 290px;
	float: left;
	height: 100px;
	}
	*/
/* Product Page */

.product .thumb {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	border: 1px solid #ccc;
	}
	
.product {
	margin: 75px 0;
	}
	
.product table {
	border: none;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
	width: 400px;
	}
	
.product th {
	background: #eee;
	color: #666;
	border: 1px solid #eee;
	text-align: left;
	}
	
.product td {
	border: 1px solid #eee;
	}
	
.product tr.over td {
	background: url(row_hover.gif);
	}
	
		
/*//---------- Buttons -----------//*/
	
	
.hub_btn {
	margin-bottom: -15px;
	position: relative;
	left: -20px;
	}
	
.hub_btn a {
	background: url(button_top.gif) no-repeat;
	padding: 20px 20px 0 20px;
	width: 500px;
/*	margin-left: -20px;
*/	display: block;
	border: none;
	}
	
.hub_btn a:hover {
	background: url(button_hover.gif) no-repeat; 
	cursor: pointer;
	}
	
.hub_btn_btm {
	background: url(button_btm.gif) no-repeat;
	width: 540px;
	height: 50px;
/*	margin-left: -20px;
*/	}
	 
.hub_btn h2	{
	margin-bottom: -20px;
	width: 460px;
	}
	
.info {
	margin-top: -10px;
	color: #333;
	width: 460px;
	}

