/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #002848;
}
body {
	background-color: #c5d1cd;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
p {

line-height: 1.5;
}
a {
	color: #002643;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #002643;
}
a:hover {
	text-decoration: none;
	color: #004f8d;
}
a:active {
	text-decoration: underline;
	color: #004f8d;
}
h1,h2,h3,h4,h5,h6 {
	color:#1f584e;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}

#container {
width:860px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#header {
width:860px;
height:108px;
background:url(images/headerlogo_bg.jpg) no-repeat top center;
display: block;
overflow: hidden;
}
#header h1, #header h2 {
text-indent:-9000px;
}
#topwrapper {
width:860px;
overflow:hidden;
background:url(images/flash_bg.jpg) no-repeat center 0px;
}

#flash {
width:860px;
display:block;
overflow:hidden;
background:url(images/flash_bg_top.jpg) no-repeat top center;
}
#navigation {
color:#b9c6c4;
margin:6px 30px 0 29px;
padding:0;
height:40px;
background:url(images/nav_bg.jpg) no-repeat top center;
}
#navigation ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}
#navigation ul li { 
float: left; 
}
.current a {
font-weight:bold;
color:#E4F9EF;
font-style:italic;
}
#navigation ul li a
{
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
color:#b9c6c4;
background: url(images/menu_off.jpg) no-repeat top right;
float: left;
margin: 1px 0 -7px 0;
height: 27px;
padding-top: 10px;
padding-right: 24px;
padding-bottom: 0px;
padding-left: 20px;
}

#navigation li a:hover
{
color:#E4F9EF;
font-style:italic;
background:url(images/menu_on.jpg) no-repeat top right;
}
#navigation a:visited
{
color:#b9c6c4;
text-decoration:none;
}
#content {
background:url(images/content_bg.jpg) no-repeat top center;
padding: 15px 50px;
margin-top:-5px;
}
#content img {
border:0;
}
#footer {
font-size:80%;
font-style:italic;
letter-spacing:1;
line-height:50px;
text-align:center;
clear:both;
}
.imgparagraph {
margin-left:180px;
}

ul li {
margin-bottom:7px;
}

.caption {
font-size:90%;
float:left;
margin:0 20px;
text-align:center;
width:40%;
}

.caption img{
text-decoration:none;
border:0;
}

#shopcategories {
width:150px;
float:left;
}
#shopcategories ul {
margin-left:-20px;
}
#shopitems {
float:left;
width:575px;
margin-left:20px;
text-align:left;
}
.shopdescription {
font-size:11px;
text-align:center;
width:110px;
margin-left:10px;
margin-right:10px;
float:left;
line-height:1.2;
display:block;
}
.shopimage {
height:110px;
display:block;
width:102px;
}
.clear{
clear:both;
}