/* ClientName -  Website */

/* LAST EDIT: */
/* 3/5/09 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #5370AA url(img/bg.jpg) top center repeat-y;
}

h1 {
font: bold 20px/24px Arial, Helvetica, sans-serif;
color: #665d51;
}

h2 {
font: bold 16px/20px Arial, Helvetica, sans-serif;
color: #415377;
}

h3 {
font: normal 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: inside;
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

img {
margin: 0px;
padding: 0px;
border: 1px solid #9ABBC4;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
background: #ffffff url(img/mainbody.jpg) left top repeat-y;
width: 800px;
margin: 0px auto;
}

/* ::::::: Header ::::::: */

.TopOfPage {
background: #ffffff url(img/header.jpg) left top no-repeat;
width: 800px;
height: 164px;
position: relative;
}

a.HomeLink {
position: absolute;
top: ;
left: ;
width: ;
height: ;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #000000 url(img/toolbar.jpg) top left no-repeat; 
text-align: center;
margin: 0px;
padding: 0px;
}

ul#nav {/* Main List */
width: 800px;
height: 40px;
display: block;
margin: 0px;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 160px;
}

ul#nav li a { /* main links */
background: url(img/link.jpg) top left no-repeat;
font: normal 12px/40px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 40px;
}
ul#nav li a:hover {
background: url(img/link.jpg) top right no-repeat;
font: normal 12px/40px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 40px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #665d51;
border-right: 1px solid #665d51;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #665d51;
border-left: 1px solid #665d51;
width: 158px;
}

ul#nav li ul li a { /*sub links */
background: #f5f3e6;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #665d51;
height: 30px;
}

ul#nav li ul li a:hover {
background: #446209;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 30px;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}


/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 615px;
float: left;
}

/* ::::::: Main Content Area ::::::: */

.InnerBody {
padding: 20px;
}

/* ::::::: Right Column  ::::::: */

.RightMargin {
display: none;
}

/* ::::::: Left Column ::::::: */

.LeftMargin {
width: 185px;
float: right;
}

.LeftMargin p {
padding: 10px;
}


.LeftMargin img {
margin: 4px;
border: 1px solid #cccccc;
}


.Sublinks {
margin: 10px 0px;
}

.Sublinks a:link, .Sublinks a:active, .Sublinks a:visited {
width: 185px;
height: 40px;
display: block;
text-align: center;
text-decoration: none;
font: bold 12px/40px arial;
color: white;
background: url(img/sublink.jpg) left top no-repeat;
margin: 0px 0px 1px 0px;
}


.Sublinks a:hover {
width: 185px;
height: 40px;
display: block;
text-align: center;
text-decoration: none;
font: bold 12px/40px arial;
color: white;
background: url(img/sublink.jpg) left bottom no-repeat;
margin: 0px 0px 1px 0px;

}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #415377;
text-align: center;
clear: both;
}

.SiteFooter a:link, .SiteFooter a:active, .SiteFooter a:visited {
margin: 0px 15px;
text-decoration: none;
color: #ffffff;
}


.SiteFooter a:hover {
margin: 0px 15px;
text-decoration: underline;
color: #ffffff;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
text-align: center;
}

.Footer p {
font-size: 9px;
color: #CFCFCF;
}

.InnerBody div.sale-image {
float: left;
width: 370px;
display: block;
}

.InnerBody div.sale-image img {
border: 1px solid #9ABBC4;
}



