/* hide hack from Mac-IE5 \*/
* html #container { height: 1em; }
/* end hiding */

/*main part*/

html {
	scrollbar-face-color: #81a9db;
	scrollbar-base-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #333;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #ccc;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #000;
	background: #81a9db;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

img {
   border: 0;
   behavior: url("pngbehavior.htc");
}
a:link {
	text-decoration: none;
	color: #000000;
}

#container {
	background: #FFF;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*header part*/

#header {
	background: url('../images/header.jpg') no-repeat top center;
	width: 780px;
	height: 170px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
#header p {
	font-size: 12px;
	padding: 5px 0 5px 5px;
	margin: 0px;
}

/*nav links */
#nav {
	background-color: #81a9db;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

#nav ul {
	margin: 0;
	padding: 5px 0 5px 0;
}

#nav li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	color: #834324;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #663300;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 10px;
}
#nav .last {
	border: none;
}


#nav a {
	font-size: 12px;
	color: #A0522d;
	text-decoration: none;
}

#nav a:hover {
	font-size: 12px;
	color: #996;
	text-decoration: none;
}
/*sidebars part*/
/* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
 /* padding keeps the content of the div away from the edges */
#menu {
	background: #FFF;
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
#menu h2 {
	margin: 0;
	font-size: 18px;
	text-align: center;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: .25em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/*#menu p {
	font-size: 10px;
}

#menu ul {
	height: 290px;
	width: 150px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#menu li {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#menu a {
	color: #000000;
}
#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #000066;
	text-decoration: none;
}
#menu  .AuthorizeNetSeal a {
	
}*/
#links/* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
/* padding keeps the content of the div away from the edges */
 {
	float: right;
	width: 160px;
	padding: 0;
}
#links .accessory {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../accessories/images/hd_accessoies.jpg);
}
#links .balls {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../balls/images/hd_poolballs.jpg);
}
#links .cues {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../cues/images/hd_poolcues.jpg);
}
#links .furniture {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../furniture/images/hd_furniture.jpg);
}
#links .pooltables {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../tables/images/hd_pooltables.jpg);
}
/*content part*/
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
/* remember that padding is the space inside the div box and margin is the space outside the div box */
#content
 {
	font-size: 12px;
	background: #CFD9D8;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
	margin: 0 20px 0 200px;
	padding: 0 10px;
}
#content h1 {
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
}

/*content right takes up full side*/

#contentrht
 {
	margin: 0 20px 0 200px;
	padding: 0 10px;
	font-size: 12px;
	background-color: #FFF;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
}
#contentrht h1 {
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
}
#contentrht h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 10px 5px 5px 5px;
}
#contentrht p {
	font-size: 12px;
	line-height: 1.5em;
	text-indent: 5px;
}
#products {
	margin: 0px;
	padding: 0px;
}
#products p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#products img {
	text-align: center;
	margin: 10px;
	padding: 0px;
}
.accentText {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A0522D;
}


/*footer part*/

#footer {
	padding: 0;
	margin: 20px 0 0 0;
	background: #81a9db url('../images/AuthorizedMcDermott_Dealer.jpg') no-repeat top center;
	height: 60px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
}
#footer p {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#footer a {
	display: block;
	width: 100%;
	height: 60px;
	text-indent: -9999px;
}




/*floating elements*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
