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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #b5211d;
	background-image: url(images/BG.jpg);
	margin: 10px;
}
a:link {
	color: #1d8ce1;
}
a:visited {
	color: #003399;
}
a:active {
	color: #1d8ce1;
}
a:hover {
	color: #b5211d;
}
h1 {
	font-size: 18px;
	color: #AAAAAA;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.smalltext {
    font-size:11px;
	}

#container {
	background-color:#f1a835;
	border:3px solid black;
	padding:0px;
	margin:0px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#header {
    background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	width:800px;
	padding: 194px 0px 0px 0px;
	text-align:center;
	margin:0px;
	}
	
#nav {
	background-color:#000000;
	text-align:center;
	padding:0px;
	margin: 0px 0px 0px 0px;
	width:800px;
	height:25px;
	color:white;
	font-weight:bold;
	position:absolute;
	top:207px;
	}
#nav img {
    padding: 0px 0px 0px 0px;
	margin:0px;
	vertical-align: middle;
	}	

.navlink{
	padding:0px;
	margin:0px;
	height:25px;
	background-color:#000000;
	}

.navlink img {
    padding: 0px 0px 0px 0px;
	margin:0px;
	vertical-align: middle;
	}	
	
.navlink a:link, .navlink a:visited, .navlink a:active{
    margin: 0px;
	padding: 5px 12px 5px 12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	}	
	
.navlink a:hover {
	padding: 5px 12px 5px 12px;
	background-color:#000000;
	color:#ffff00;
	border-bottom:2px solid #b5211d;
	}	
	
	
#prodnav{
	width:240px;
	padding:20px;
	}
#prodnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	font-weight:bold;
}

#prodnav li {
    list-style-type: none; 
	margin: 0 0 0 0px;
	}

#prodnav li a, #prodnav li a:visited, #prodnav li a:active {
	display: block;
	width:auto;
	cursor:pointer;
	background-color:#000000;
	color: #ededee;
	text-decoration: none;
	margin:0px 0px 5px 0px;
	padding:6px 0px 6px 18px;
}
* html body #prodnav li a, * html body #prodnav li a:visited, * html body #prodnav li a:active {
	width: 100%;
}
#prodnav li a:hover {
	display: block;
	background-color:#d58507;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 0px 5px 0px;
	padding:6px 0px 6px 18px;
}
			
	
#content {
	padding:35px 30px 15px 30px;
	margin:0px;
	width:auto;
	height:380px;
	}	

.cornertl{
	background:url(images/cornerTL.gif) 0 0 no-repeat;
	}
.cornertr{
	background:url(images/cornerTR.gif) 100% 0 no-repeat;
	}
.cornerbl{
	background:url(images/cornerBL.gif) 0 100% no-repeat;
	}
.cornerbr{
	background:url(images/cornerBR.gif) 100% 100% no-repeat;
	}
	
.linet {
	background: url(images/dot.gif) 0 0 repeat-x;
	background-color:#FFFFFF;
	}
.lineb {background: url(images/dot.gif) 0 100% repeat-x;
	width:auto;
	}
.linel {background: url(images/dot.gif) 0 0 repeat-y;
	width:auto;
	}
.liner {background: url(images/dot.gif) 100% 0 repeat-y;
	width:auto;
	}

#wrap{
	background-color:#FFFFFF;
}

#innertext{
	padding:10px 20px 10px 20px;
	width:320px;
	}
.rtcelltext{
	padding:10px 20px 10px 20px;
	width:370px;
	}
	
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding:0px 0px 10px 0px;
	}	


.inputbox {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
  margin:1px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #4d814d;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	
#footer {
	clear:both;
    background-color:#000000;
	color: #CCCCCC;
	font-size:10px;
	text-align:center;
	padding:5px;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #f1ba35;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #f1ba35;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #f1ba35;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #fff259;
	text-decoration: none;
}

