.menu
{
margin-top: 8px;
}

body
{
margin: 0px;
padding: 0px;
background-image: url(images/bg_1x.jpg);
background-repeat: repeat-x;
background-attachment:fixed;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.pageContainer
{
width: 1000px;
}

.masthead
{
width: 1000px;
height: 336px;
}

.phone
{
position: relative;
top: -250px;
left: -15px;
z-index: 900;
padding: 2px;
 }

.flex
{
text-align: left;
position: relative;
/*top: -245px;*/
top: -236px;
left: -23px;
z-index: 800;
/*width: 767;
height: 163;*/
width: 837;
height: 163;
}

.menu
{
text-align: center;
position: relative;
z-index: 1000;
margin-top: 5px;
}

.mast
{
position: relative;
top: 0px;
z-index: 800;
}
.contentContainer
{
width: 984px;
position: relative;
left: -4px; 
}

.content
{
width: 100%;
background-color: #ffffff;
}

.wingLeft
{
width: 50px;
background-image: url(images/leftEdge.gif);
background-repeat: repeat-y;
vertical-align: top;
}

.wingRight
{
width: 50px;
background-image: url(images/rightEdge.gif);
background-repeat: repeat-y;
vertical-align: top;
}

.footer
{
text-align: center;
width: 1000;
font-size: 12px;
font-weight: bold;
color:#FFFFFF;
}

.contentItem
{
border: 3px solid #83b6d6;
margin: 10px;
margin-bottom: 9px;
}

.contentHeadline
{
height: 30px;
background-color: #cccccc;
}

.contentCopy
{
font-size: 12px;
}

.newsHeadline
{
height: 30px;
background-color: #a0a0a0;
}

.newsCopy
{
font-size: 12px;
background-color: #e5e5e5;
padding: 6px;
}

h1
{
font-size: 18px;
color: #046bad;
text-transform: uppercase;
margin: 0px;}

h2
{
font-size: 14px;
margin: 0px;
}
h3
{
font-size: 12px;
color: #046bad;
text-transform: uppercase;
margin: 0px;
}
h4
{
font-size: 10px;
}

dl
{

}

dt
{
font-weight: bold;
color: #046bad;
}

dd
{
margin-left: 12px;
margin-bottom: 12px;
}

a:link
{
color: #046bad;
text-decoration: none;

}
a:visited
{
color: #046bad;
text-decoration: none;

}
a:active
{
color: #046bad;
font-weight: bold;
text-style: italic;
text-decoration: none;

}
a:hover
{
color: #046bad;
text-decoration: underline;
}
.caption
{
font-size: 9px;
text-transform: italic;
text-align: left;
}

.sidebar
{
width: 270px;
/*float: right;*/
}

.store
{
float: right;
width: 465px;
visibility: visible;
}

.buttonFind
{
position: relative;
top: 13px;
}

/* slider specific CSS */
        .sliderGallery {
            /*background: url(images/productbrowser_background_20070622.jpg) no-repeat;*/
            overflow: hidden;
            position: relative;
            padding: 3px;
            /*height: 163px;
            width: 767px; */
            height: 152;
            width: 833;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none; 
            white-space: nowrap;
            padding: 0;
            margin: 2;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 750px;
            height: 16px;
            margin-top: 130px;
            margin-left: 38px;
            padding: 1px;
            position: absolute;
            background: url(images/productbrowser_scrollbar_20070622.gif) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(images/productbrowser_scroller_20080115.gif) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
            text-transform: uppercase;
            font-weight: bold;
            color: White;
        }
        
        .slider .slider-lbl2 {
            left: 198px;
				text-transform: uppercase;
            font-weight: bold;
            color: White;
        }
        
        .slider .slider-lbl3 {
            left: 326px;
				text-transform: uppercase;
            font-weight: bold;
            color: White;
        }

        .slider .slider-lbl4 {
            left: 474px;
				text-transform: uppercase;
            font-weight: bold;
            color: White;
        }
         .slider .slider-lbl5 {
            left: 612px;
				text-transform: uppercase;
            font-weight: bold;
            color: White;
        }
        }
/* Accordian */
.accordion {
		}
/* Tabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(images/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 3px solid #84b8d9;
    padding: 10px;
    background: #e5e5e5; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ProductPageContent
{
	font: sans-serif;
	margin: 20px;
	font-size: 12px;
	margin-top: 0px;
}
.ProductPageButton
{
	text-align: center;
}
.ProductBoxContent
{
	font-size: 9px;
	font-family: Verdana;
}
.ProductPageReviews
{
	font: sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.StaticStore
{
float: right;
width: 250px;
visibility: visible;
}
.ConfigOptions {
font-size: 12px;
text-transform: uppercase;
 font-family: sans-serif;
 font-weight: bold;
}
.Question {
	cursor: help;
}
.BuyNow {
	text-align: right;
	float: right;
}
.configHeader {
font-size: 14px;
color: #046bad;
text-transform: uppercase;
margin: 0px;
font-weight: bold;
}
.FeatureJustify{
	text-align: justify;
	font-family: sans-serif;
	font-size: 12px;
}
.blueborder {
	border: 4px;
	color: #046bad;
}
.disclamer
{
	font-size: 9px;
	font-family: Verdana;
	color: Red;
}
.LandingFeature
{
text-align: center;
}
.LandingBox {
	margin-left: 20px;
	margin-top: 20px;
} 
.PDetails {
margin-top: 0px;
padding-top: 0px;
vertical-align: top;
}
.ProductCenter {
	text-align: center;
}
.GoogleSearch {
 margin-top: 0px;
 vertical-align: text-top;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 height: 5px;
}
.ProductTab 
{
float: left;
	
}
.FooterText
{
	color: White;
}
.FooterText a
{
	color: White;
}