﻿body
{
    background-color: #0156A6;
    margin-top: 25px; /* added margin-bottom */
    margin-bottom: 0px;
    text-align: left;    
}
img
{
    border:0;
}
.wrapdiv
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin: 0,0,0,0;
    background-color: #009CC3;
    padding: 0,0,0,0;
}
.wrapdiv_bottom
{
    width: 951px;
    height: 34px;
    background: url(     "images/botcurv.gif" );
}
.topdiv
{
    height: 200px;
    width: 870px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px #0156A6;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.navdiv
{
    width: 860px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
}

.botdiv2
{
    width: 840px;
    background-color: white;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: solid 3px #0156A6;
    color: #004890;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 20px;
    font-family: Arial;
}

.widthdiv
{
    width: 800px;
    
}
.productpb
{
    width: 800px;
    height: 300px;
    background-image: url( "images/pbproduct.jpg" );
      background-position:center;
    background-repeat:no-repeat;
    
    position:relative;
    font-size:20px;
}
.productpb2
{
    width: 800px;
    height: 300px;
    background-image: url( "images/pbproduct2.jpg" );
      background-position:center;
    background-repeat:no-repeat;
    
    position:relative;
}
.productdiv1
{
    width: 800px;
    height: 410px;
    background-image: url( "images/pool_boy_reel.gif" );
    position:relative;
}
.productdiv2
{
    width: 850px;
    height: 450px;
    background-image: url( "images/Pool_boy_II_system.gif" );
    background-position:center;
    background-repeat:no-repeat;
     position:relative;
}

ul#menu
{
    width: 100%;
    height: 43px;
    background: #FFF url(        "images/menu-bg.gif" ) top left repeat-x;
    font-size: 0.8em;
    font-family: "Lucida Grande" , Verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#menu li
{
    display: block;
    float: left;
    margin: 0 0 0 0px;
}
ul#menu li a
{
    height: 43px;
    color: #0156A6;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 8px 15px 0;
}
ul#menu li a:hover
{
    color: #333;
}
ul#menu li a.current
{
    color: #FFF;
    background: #FFF url(        "images/current-bg.gif" ) top left repeat-x;
    padding: 5px 15px 0;
}


/* Main menu (tabs) */
#tabs
{
    background: #009bc9;
    margin: 0 0px;
    padding: 5px 0 0 0;
    _height: 1px;
    width: 600px;
}

#tabs ul
{
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    display: inline-block;
}
#tabs ul li
{
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    display: inline-block;
}
#tabs ul li a
{
    display: inline-block;
    position: relative;
    padding: 7px 15px;
    border: 0;
    height: 33px;
    background: url(     "design/tab_link.gif" ) 0 0 repeat-x;
    color: #B5C4E3;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/* Main menu (tabs - link) */
#tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l
{
    position: absolute;
    top: 0;
    left: 0;
    _left: -15px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_link_l.gif" ) 0 0 no-repeat;
}
#tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r
{
    position: absolute;
    top: 0;
    right: 0;
    _right: -1px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_link_r.gif" ) 100% 0 no-repeat;
}

/* Main menu (tabs - hover) */
#tabs ul li a:hover
{
    background: url(     "design/tab_hover.gif" ) 0 0 repeat-x;
    color: #FFF;
}
#tabs ul li a:hover span.tab-l
{
    background: url(     "design/tab_hover_l.gif" ) 0 0 no-repeat;
}
#tabs ul li a:hover span.tab-r
{
    background: url(     "design/tab_hover_r.gif" ) 100% 0 no-repeat;
}

/* Main menu (tabs - active) */
#tabs ul li#active a
{
    background: url(     "design/tab_active.gif" ) 0 0 repeat-x;
    color: #063d70;
}
/* #tabs ul li#active a {background:#FFF; color:#FF9000;} */

#tabs ul li#active a span.tab-l
{
    position: absolute;
    top: 0;
    left: 0;
    _left: -15px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_active_l.gif" ) 0 0 no-repeat;
}
#tabs ul li#active a span.tab-r
{
    position: absolute;
    top: 0;
    right: 0;
    _right: -1px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_active_r.gif" ) 100% 0 repeat-x; /* background: url(    "design/tab_active_r.gif" ) 100% 0 no-repeat; */
}

.clear
{
    clear: both;
}
.box
{
    min-height: 1px;
    _height: 1px;
}
.box:after
{
    content: ".";
    display: block;
    line-height: 0px;
    font-size: 0px;
    visibility: hidden;
    clear: both;
}

#navbar
{
    overflow: auto;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    height: 33px;
    width: 460px;
}

#navbar ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    height: 33px;
    vertical-align: middle;
}

#navbar li
{
    height: 33px;
    float: left;
    background: url(     "design/tab_link.gif" ) 0 0 repeat-x;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#navbar a
{
    position: relative;
    display: block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    border-right: 1px solid #fff;
    vertical-align: middle;
    padding: 7px 15px;
}
/*
#navbar ul li a
{
    display: inline-block;
    position: relative;
    padding: 7px 15px;
    border: 0;
    height: 33px;
    background: url(     "design/tab_link.gif" ) 0 0 repeat-x;
    color: #B5C4E3;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}*/
/*#navbar ul li a span.tab-l, #navbar ul li a:hover span.tab-l
{
    position: absolute;
    top: 0;
    left: 0;
    _left: -15px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_link_l.gif" ) 0 0 no-repeat;
}
#navbar ul li a span.tab-r, #navbar ul li a:hover span.tab-r
{
    position: absolute;
    top: 0;
    right: 0;
    _right: -1px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_link_r.gif" ) 100% 0 no-repeat;
}
#navbar ul li#active a span.tab-l
{
    position: absolute;
    top: 0;
    left: 0;
    _left: -15px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_active_l.gif" ) 0 0 no-repeat;
}
#navbar ul li#active a span.tab-r
{
    position: absolute;
    top: 0;
    right: 0;
    _right: -1px;
    width: 13px;
    height: 33px;
    background: url(     "design/tab_active_r.gif" ) 100% 0 repeat-x;  
}*/
.wrapindex
{
    width: 700px;   
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
  
}

.divtopbanner
{
    width: 700px;
    height: 39px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto; 
    margin-top: auto; 
    
   
}

.glossymenu
{
    position: relative;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background: url(images/menug_bg.gif) repeat-x; tab background image path*/
	height: 39px;
	list-style: none;
	/*z-index:1;*/
    top: 0px;
    left: 45px;
    width: 700px;
}

.glossymenu li{
	float:left;
    height: 39px;
    background: url(design/tab_link_lshort.gif) no-repeat;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#c0c0c0;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 39px;
	line-height: 39px;
	text-align: center;
	cursor: pointer;
	background: url(design/tab_link_lshort.gif) no-repeat;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 27px 0 8px; /*Padding of menu items*/
	background: url(design/tab_link_rlong.gif) no-repeat right top;
}

.glossymenu li.current a{
	color: #000;
	background: url(design/tab_active_lshort.gif) no-repeat; /*left tab image path*/
	/*background-position: left;*/
}

.glossymenu li.current a b{
	color: #000;
	background: url(design/tab_active_rlong.gif) no-repeat right top; /*right tab image path*/
}
.glossymenu li a:hover{
	color: #fff;
	background: url(design/tab_hover_lshort.gif) no-repeat; /*left tab image path*/
	/*background-position: left;*/
}

.glossymenu li a:hover b{
	color: #fff;
	background: url(design/tab_hover_rlong.gif) no-repeat right top; /*right tab image path*/
}
