body, div, table, tr, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, img, span, label,pre,address
{
    padding: 0px;
    margin: 0px;
}
body  {
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
    color: #333333;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333333;
}
h1
{
    font-size: 1.8em;
    color: #003366;
    margin-bottom: .5em;
    font-weight: normal;
}
h2
{
    font-size: 1.6em;
    margin-bottom: .5em;
    font-weight: normal;
}
h3
{
    font-size: 1.4em;
    margin-bottom: .5em;
    font-weight: normal;
}
h4
{
    font-size: 1.2em;
    margin-bottom: .5em;
    font-weight: normal;
}
h5
{
    font-size: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
h6
{
    font-size: 0.9em;
    margin-bottom: 0;
    font-weight: bold;
}
a:link,a:visited
{
    text-decoration: none;
    color: #003366;
}
a:hover
{
    text-decoration: underline;
    color: #CC9900;
}

#container  {
    padding: 0px;
    width: 955px;
    margin: 0px auto 0px auto;
/* the auto margins (in conjunction with a width) center the page */    border: 1px solid #333333;
    text-align: left;
    background-color: #FFFFFF;
}

#header  {
	height: 160px;
	width: 955px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header #topnav_container #topnav
{
    margin-top: 8px;
    margin-right: 20px;
    font-size: .8em;
}
#header #topnav_container {
    height: 60px;
    text-align: right;
}
#header #topnav_container #topnav ul {
    list-style-type: none;
}
#header #topnav_container #topnav li
{
    display: inline;
    padding-right: 8px;
}

#header #topbanner {
    background-position: right top;
    height: 61px;
    width: 955px;
    background-image: url('../images/nav/server_banner.jpg');
    background-repeat: no-repeat;
}
#header #topbanner #logo
{
    background-position: right top;
    background-repeat: no-repeat;
    margin-left: 20px;
    float: left;
}
#header #topbanner #slogan
{
    margin-left: 20px;
    float: left;
    margin-bottom: 0px;
    margin-top: 20px;
}
#header #menubar {
	background-image: url(../images/nav/menubar_bg.gif);
	height: 38px;
	width: 955px;
	margin-top: 2px;
}
#topnav_contents ul
{
    list-style-type: none;
}
#topnav_contents li
{
    display: inline;
}
#topnav_contents a
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    padding-right: 5px;
    color: #333333;
}
#topnav_contents a:hover
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    padding-right: 5px;
    color: #CC9900;
}
#sidebar  {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 200px;
}
#sidebar .section
{
    margin: 0px 0px 10px 5px;
}
#sidebar .section a
{
    font-size: 0.8em;
}
#sidebar .sb_menu
{
    margin: 10px 0px 20px 0px;
    width: 200px;
}
#sidebar .sb_menuItem
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    font-size: 1em;
    text-align: right;
    margin-bottom: 5px;
    text-decoration: none;
}
#sidebar #features
{
    text-align: center;
}

#sidebar #features p.title
{
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    margin-top: -0.4em;
}
#sidebar #features ul
{
    margin-left: 10px;
    padding-left: 8px;
    list-style-type: circle;
    text-indent: 8px;
}
#sidebar #features img
{
    padding: 0px;
    margin: 20px auto 0px auto;
}
#sidebar #features a:visited, #sidebar #features a:link
{
    font-size: .9em;
}
#sidebar p
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: large;
}

#mainContent  {
    padding: 5px 20px 1em 20px;
    margin: 0px;
    float: left;
    width: 715px;
}
#mainContent a
{
    color: #006699;
    text-decoration: none;
}
#mainContent a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#mainContent p
{
    margin: 0em 0px 10px 0px;
    text-align: justify;
    font-size: .9em;
}
#mainContent ol
{
    margin: 2em;
    font-size: 10pt;
}
#mainContent ul
{
    margin: 2em;
    font-size: 1em;
}
#mainContent ul li
{
    margin-left: .6em;
}
#mainContent .notes
{
    font-size: 0.8em;
}
#mainContent .prod_item
{
    margin: 10px;
}
#mainContent #prod_style
{
    margin-right: 20px;
    float: left;
    right: 20px;
    margin-top: 20px;
}
#mainContent .ContactContainer
{
    width: 300px;
    float: left;
    font-weight: normal;
    margin: 5px;
}
#mainContent #requestForm
{
    margin: 8px;
}
#mainContent #requestForm fieldset
{
    background-color: #FFFFFF;
    padding: 8px;
}
#mainContent #requestForm legend
{
    background-color: #F5F5F5;
    margin-top: -5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .8em;
    padding: 5px 20px 5px 20px;
}
#mainContent #requestForm input.text
{
    width: 200px;
}
#mainContent  #requestForm input.text:focus, #mainContent  #requestForm textarea:focus
{
    background-color: #eddab1;
    border: 1px solid #9d6124;
}
#mainContent #requestForm label
{
    float: left;
    margin-right: .5em;
    display: block;
    width: 8em;
    text-align: right;
}
#mainContent #HowToBuy
{
    margin: 0px;
}
#productTable
{
    border: 1px solid #C0C0C0;
    margin: 15px 20px 8px 0px;
    padding: 0px;
    border-collapse: collapse;
}
#productTable ul
{
    margin: 8px 10px 8px 10px;
}
#productTable td
{
    font-size: .8em;
    padding: 5px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}
#productTable tr.header
{
    background-color: #003366;
    color: #FFFFFF;
}
#mainContent #productBuy
{
    padding: 10px 15px 10px 15px;
    float: left;
    margin-right: 8px;
}

#footer
{
    margin: 0px;
    padding: 8px 0px 8px 0px;
    text-align: center;
    clear: both;
    background-color: #333333;
    color: #FFFFFF;
}
#footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
#footer a:hover,#footer a:active
{
    color: #CC9900;
    text-decoration: underline;
}
#footer ul
{
    margin: 8px auto 8px auto;
    padding: 0px;
    text-align: center;
    clear: both;
    list-style-type: none;
}
#footer li
{
    margin: 0px;
    text-align: center;
    display: inline;
    padding-right: 20px;
}
#footer p {
    margin: 0px;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */    text-align: center;
    clear: both;
    font-size: 11px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
}
.product_img
{
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.feature_overview
{
    float: left;
    width: 750px;
}
.feature_thumb
{
    float: left;
    margin-right: 20px;
}
.feature_desc
{
    float: left;
    width: 530px;
    margin-bottom: 1em;
}
.clear
{
    clear: both;
}

.popup_hide
{
    display: none;
    visibility: hidden;
}
.sup
{
    margin-top: -1em;
    padding-top: -1em;
}
.OpenHours
{
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableProduct td
{
    padding: 5px 8px 5px 8px;
}
.ButtonHowToBuy
{
    padding: 2px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-color: #CCCCCC;
}
