@charset "UTF-8";
#productwrapper {
	float: left;
	width: 870px;
	height: 560px;
	padding: 0;
	background-color: #405350;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #999;
	background-image: url(../images/scrolldesign.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
/*  ------- ACCORDIAN STYLING ---- */
#leftprodframe {
	width: 222px;
	height: 560px;
	float:left;
	border-right-width: 1px;
	border-right-color: #999;
	border-right-style: solid;
	background-color: #242f2e;
	}
#leftprodframe a {
	color:#CCC;
	text-decoration:none;
}
#leftprodframe a:hover {
	color:#FFF;
	text-decoration:underline;
}
#leftprodframe h1 {
	margin-top: 7px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #ccc;
	}

#productsMenu {
	margin: 0;
}

#productsMenu a {
	color: #666;
}
/* ---- TOOLTIP STYLING ------ */
#rightprodframe {
	float:left;
	width: 600px;
	margin-left: 1.5em;
	margin-top: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightprodframe h1 {
	margin: 0;
	color: #e5d1b5;
	font-size: 20px;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	font-style: italic;
}
#rightprodframe h2 {
	margin: 0;
	color: #ca8a5b;
	font-size: 14px;
	text-align:center;
	padding-top: .6em;
}

#diagram {
	position: absolute;
	left: 263px;
	top: 261px;
}

#circleimage {
}

#modeldescription {
	position:absolute;
	left: 315px;
	top: 507px;
	font-size:12px;
	width: 115px;
	height: 40px;
}

/* ---------  Pooltables Template -------- */
.product {
	float:left;
	width: 600px;
	height: 475px;
	margin-left: 1.5em;
	margin-top: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background: #000;*/
}

.productinfo {
	margin: 0;
	text-align: left;
	width: 400px;
	padding-bottom: 4em;
	padding-left: 5em;
}
.category {
	margin: 0;
	padding-top: 2em;
}
.productdescription {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

/* DART CABINET PIC */
#cabinetpic {
	margin:0em 3em 0em 3em;
	padding: 0;
	height: 450px;
	width: auto;
	background-image: url(../images/products/dartcabinets.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#cabinetpic p {
	position:absolute;
	left: 303px;
	top: 471px;
	width: 361px;
	height: 56px;
}
/* WALL RACKS PIC */

#rackpic {
	margin:0em 3em 0em 3em;
	padding: 0;
	height: 450px;
	width: auto;
	background-image: url(../images/products/wallracks.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#rackpic p {
	position:absolute;
	left: 304px;
	top: 517px;
	width: 361px;
	height: 56px;
}
