/************* defaults **************** */
body, h1, h2, h3, h4, h5, h6, ul, li, img, p, form, legend, fieldset, blockquote, table, td, tr, label {
padding:0px;
margin:0px;
font-size:12px;
}

ul {
list-style-type:none;
}

body {
background:#817f7f;
font-size:12px;
padding-top:20px;
text-align:center;
font-family:verdana, helvetica, sans-serif;
padding-bottom:10px;
}

a:link, a:visited {
text-decoration:none;
font-weight:bold;
color:#3333ff;
}

a:hover {
color:#cccccc;
}
/************  main  structures  **************/
#main {
width:914px;
margin:0 auto;
background:#5d83ff;
text-align:left;
}

#main-left-shadow {
background:url(images/main-shadow-left.gif) repeat-y;
}

#main-right-shadow {
background:url(images/main-shadow-right.gif) right repeat-y;
}

#main-bottom-shadow {
background:url(images/main-shadow-bottom.gif) bottom repeat-x;
}

#main-bottom-left {
background:url(images/main-bottom-left-corner.gif) bottom left no-repeat;
}

#main-bottom-right {
background:url(images/main-bottom-right-corner.gif) bottom right no-repeat;
}

#main-top-left {
background:url(images/main-top-left-corner.gif) top left no-repeat;
}

#main-top-right {
background:url(images/main-top-right-corner.gif) top right no-repeat;
padding:10px;
}

.clear {background:#817f7f; font-size: 1px; height: 1px}
/************** end main structures  ***************/

/************** header styles *******************/
#header {
text-align:center;
}

#header-logo {
display:block;
margin:0 auto;
border:0px;
}

#header-address {
font-weight:bold;
margin-top:4px;
}

#header-text {
display:block;
margin:0 auto;
}

/************** end header styles ****************/
#content {
margin:20px 0;
}


#content-nav {
width:183px;
margin-left:22px;
display:inline;
}

#content-nav-top {
border-bottom:solid 1px #FFFFFF;
} 

#content-nav-bottom {
border-top:solid 1px #FFFFFF;
} 

#content-nav-list {
background:#000000;
}

#content-nav-list li a:link, #content-nav-list li a:visited {
display:block;
background:url(images/nav-icon.gif) 10px 7px no-repeat;
padding:12px 0 12px 40px;
color:#FFFFFF;
border-top:dotted 1px #FFFFFF;
}

#content-nav-list li a:hover {
background:url(images/nav-icon-over.gif) 10px 7px no-repeat;
color:#cccccc;
}

#content-text {
width:650px; 
display:inline; 
margin-left:20px
}

#index-banners a{
display:inline;
}


#content-bottom-left {
background:url(images/content-bottom-left.gif) no-repeat bottom left #FFFFFF;
}

#content-bottom-right {
background:url(images/content-bottom-right.gif) no-repeat bottom right;
}

#content-top-left {
background:url(images/content-top-left.gif) no-repeat top left;
}

#content-top-right {
background:url(images/content-top-right.gif) no-repeat top right;
padding:14px;
padding-bottom:20px
}


/******************  footer styles *********************/
#footer {
text-align:center;
font-weight:bold;
font-size:14px;
margin-bottom:20px;
margin-top:20px;
}

#footer a:link, #footer a:visited {
font-weight:bold;
color:#000000;
font-weight:bold;

}

#footer a:hover {
color:#CCCCCC;
}
/******************  end footer styles ******************/

/*************** layout properties ****************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
display:inline;
float:left;
}

.right {
display:inline;
float:left;
}
/***************end layout properties ************/

/************** text styles *******************/
.subhead {
font-weight: bold;
color:#000000;
border-bottom:solid 1px #000000;
padding:6px 0;
font-size:20px;
}

.standard-text {
color:#333333;
padding:10px 0;
line-height:18px;
}

.link-list {
list-style-type:none;
}

.link-list li {
padding:4px 0;
}

.sales-subnav {
padding:10px 0;
font-weight:bold;
color:#3333ff;
}

.sales-subnav a:link, .sales-subnav a:visited {
text-decoration:underline;
}

a.contact-link:link, a.contact-link:visited {
color:#000000;
text-decoration:underline;
}

a.contact-link:hover {
color:#CCCCCC;
}
/************** end text styles ****************/