@charset "utf-8";
/* CSS Document */

/*** LINK SETTINGS ***/
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #006425;
}

a.nav:link {
color: #ffffff;
text-decoration: none;
}
a.nav:visited {
color: #ffffff;
text-decoration: none;
}
a.nav:hover {
color: #ffffff;
text-decoration: underline;
}

a.side:link {
color: #000000;
text-decoration: none;
}
a.side:visited {
color: #000000;
text-decoration: none;
}
a.side:hover {
color: #006425;
list-style-type: disk;
text-decoration: underline;
}


li a:link {
list-style-type: none;
text-decoration: none;
}

li a:visited {
list-style-type: none;
text-decoration: none;
}

li a:hover {
list-style-type: square;
text-decoration: none;
}

/*** IMAGE LINK SETTINGS ***/

a.img:link {
color: #ffffff;
text-decoration: none;
}
a.img:visited {
color: #ffffff;
text-decoration: none;
}
a.img:hover {
color: #ffffff;
text-decoration: none;
}

a img { border:0 }
img { border:0 }



/*** STYLE SETTINGS ***/

li {
list-style: none;
}

.itemtitle {
font-size: 18px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

.leftmenu {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
line-height: 18px;
padding-left: 20px;
padding-top: 5px;
}

.menuhead {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
color: #000000;
}




/*** IMAGE SETTINGS ***/

img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right;
}


/*** BODY SETTINGS ***/

body {
text-align: center;
background: #baa48a;
font-family: Century;
font-size: 14px;
color: #000000;
margin-top: 0;
}



div#maincontainer {
width: 100%;
text-align: left;
}

div#container {
width: 800px;
margin: 0 auto;
/***border-left: #666666 thin solid;
border-right: #666666 thin solid;**/
background-color: #FFFFFF;
}

div#header {
width: 100%;
height: 150px;
background-color: #006425;
background: url(images/header.gif);
}

div#menu {
width: 96%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 2%;
padding-right: 2%;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
word-spacing: 10px;
background-color: #006425;
}

div#menubutt {
width: 100%;
height: 5px;
background-color: #003012;
}

div#footer {
width: 98%;
padding-left: 2%;
padding-top: 5px;
padding-bottom: 5px;
border-top: #cccccc thin solid;
background-color: #006425;
color: #FFFFFF;
clear: both;
}

/*** ITEM SETTINGS ***/

div#leftmenu {
width: 170px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
background-color: #ffffff;
}

div#content {
width: 605px;
padding-left: 10px;
padding-right: 10px;
padding-top: 1%;
border-left: #cccccc dotted;
float: right;
}

/*** HOME PAGE SETTINGS ***/

div#hcontent {
width: 96%;
padding-left: 2%;
padding-right: 2%;
padding-top: 1%;
}

div#hsales {
width: 96%;
height: 200px;
padding-left: 2%;
padding-right: 2%;
padding-top: 1%;
padding-bottom: 1%;
}

div#vidintrocont {
height: 195px;
}

div#video {
width: 380px;
height: 195px;
padding-right: 10px;
float: left;
}







/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}


