/* CSS Document */
body {
	background-color:#AEAAAA;
	background-image:url(../images/bgimage.jpg);
	background-repeat:no-repeat;
	margin: 0;
	background-attachment: fixed;
	}
p {
	font-size: 75%;
	}
a {
	color: #CE0000;
	text-decoration:none;
	font-weight: bold;
	}
	
h1 {
	color:#CE0000;
	font-size: 90%;
	font-weight:bold;

	}
h2 {
	color:#CE0000;
	font-size: 90%;
	font-weight:bold;
	}
h3 {
	color:#666666;
	font-size: 85%;
	font-weight:bold;
	font-style:italic;
	}					
h4 {
	color:#666666;
	font-size: 90%;
	font-weight:bold;
	}
th {
	font-size: 70%;
	font-weight:bold;
	}
td {
	font-size: 70%;
	padding: 5px;
	}
.prodtable {
	background-color: #d1e2fe;
	border: medium double #666666;
	}
.prodcell {
	border: thin solid #666666;
	}	
		
.photolist {
	font-size: 70%;
	line-height: 12px;
	margin-left: -25px;
	padding-bottom: 10px;
	list-style-type: none;
	}
.phototext {
	font-size: 70%;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 12px;
	}	
.photocaption {
	font-size: 70%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -5px;
	}									
#container {
	width: 950px;
	margin-left:auto;
	margin-top: 15px;
	margin-right:auto;
	text-align:center;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	border: 2px solid #808080;
	}
#header {
	height: 220px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	margin: 0;
	}
#header p {
	font-size: medium;
	font-family: 'Century Gothic', sans-serif;
	color: #ffffff;
	font-weight:900;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	width: 200px;
	}
#header object {
	margin-top: -40px;
	}		
#header object embed {
	margin-top: -55px;
	}		
#navbar1 {
	height: 71px;
	background-image:url(../images/navbar.png);
	background-repeat:no-repeat;
	clear: both;
	}
#footbar {
	height: 64px;
	background-image:url(../images/btmbar.png);
	background-repeat:no-repeat;
	clear: both;
	background-color: #000000;
	}
#leftpanel {
	width: 335px;
	float: left;
	text-align:left;
	padding: 15px;
	}
#rightpanel {
	width: 525px;
	float: left;
	text-align:left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
ul.navbar1 {
	margin: auto;
	padding-top: 25px;
	padding-left: 150px;
	}
li.navbar1 {
	float: left;
	list-style-type: none;
	padding-left: 40px;
	}
a.navbar1 {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
#leftpanel dt {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 80%;
	font-weight:bold;
	color:#CE0000;
	}
a.leftpanel {
	font-size: 80%;
	color:#CE0000;
	text-decoration:none;
	font-weight:normal;
	}	
p.footbar {
	padding-top: 30px;
	padding-right: 15px;
	text-align:right;
	font-size:70%;
	color:#FFFFFF;
	}
a.footbar {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color: #3D5EA0;
	text-decoration: none;	
	}	
a.current {
	color:#d1e2fe;
	text-decoration:none;
	}
a.currentleft {
	color:#3D5EA0;
	text-decoration:none;
	}
#container #rightpanel li {
	list-style-type: square;
	font-size: 75%;
}
