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

body {
	text-align:center;
	margin:0;
	font-family:"Times New Roman", Times, serif;
}

.headerback {
	background-color:#333399;
	color:#FFF;
	height:150px;
}
.header {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
}
.header .left {
	width:165px;
	float:left;
	padding-left:10px;
	
}
.header .middle {
	width:500px;
	float:left;
}
.header .right {
	width:208px;
	float:left;
	text-align:justify;
	font-size:22px;
	color:#cccccc;
	padding-left:15px;
	margin-top:40px;
	font-weight:bold;
}
.right a{
	color:#cccccc;
	text-decoration:none;
}
.right input {
	background-color:#666666;
	color:#FFF;
	border-left:solid #2d2d2d 1px;
	border-top:solid #2d2d2d 1px;
	border-bottom:none;
	border-right:none;
	width:140px;
	font-size:12px;
}
.right input.btn {
	background:none;
	border:none;
	font-size:22px;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	width:60px;
	font-weight:bold;
}

.headerbottom {
	height:6px;
	background-image:url(../images/topshade.jpg);
	clear:both;
}
.navigationback {
	background-image:url(../images/navback.gif);
	height:58px;	
}
.navigation {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	
}
	ul.innernav {
	font-size:19px;
	color:#FFF;
	margin:0 auto;
	padding:10px 0 0;
	text-transform:uppercase;
	width:960px;
	line-height:40px;
	}
	ul.innernav li {
	border-left:1px solid #fff;
	display:inline;
	padding:2px 0 0 10px;
	}
	ul.innernav li.first {
	border-left:none;
	padding-left:0;
	}
	ul.innernav a, ul.innernav a:visited {
	color:#FFFFFF;
	padding:14px;
	text-decoration:none;
	}

	ul.innernav #home:hover, ul.innernav #home:focus {
		background-image:url(../images/navhome.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
		
	}
	ul.innernav #manage:hover, ul.innernav #manage:focus {
		background-image:url(../images/navmanage.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
	}
	ul.innernav #product:hover, ul.innernav #product:focus {
		background-image:url(../images/navproduct.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
	}
	ul.innernav #contact:hover, ul.innernav #contact:focus {
		background-image:url(../images/navcontact.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
	}
		ul.innernav ul {
		border:medium none;
		font-size:90%;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-left:307px;
		margin-top:-5px;
		padding-top:10px;
		position:absolute;
		z-index:10;
		}
		ul.innernav ul li {
		background-color:#952525;
		display:none;
		padding-right:25px;
		text-align:center;
		padding-left:24px;
		
		}
		ul.innernav ul li#last {
		padding-bottom:5px;
		
		}
		ul.innernav li:hover li {
		border:medium none;
		display:block;
		line-height:25px;
		}
		ul.innernav li ul:hover li {
		border:medium none;
		display:block;
		}
		ul.innernav li:hover #product {
		background-image:url(../images/navproduct.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
		}
		ul.innernav li li:hover {
		border:medium none;
		display:block;
		}
		
.mainback {
	background-image:url(../images/maincontentback.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:15px;
	
}
.main {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
	color:#333333;
}
.main .content {
	width:575px;
	padding-left:10px;
	padding-right:15px;
	float:left;
}
.content a{
	color:#cc3333;
	text-decoration:underline;
}
.content h1{
	margin-bottom:5px;
	margin-top:0px;
}
.content p{
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.main .sidebar {
	width:280px;
	padding-left:10px;
	padding-right:10px;
	float:right;	
	background-image:url(../images/sidebarback.jpg);
	font-weight:bold;
}
.sidebar #sidebarimg {
	margin-left:-10px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	vertical-align:bottom;
}
.sidebar h1 {
	text-transform:uppercase;
	color:#333399;
	font-size:22px;
	margin-bottom:0px;
	margin-top:5px;
}
.sidebar h1 a{
	text-decoration:underline;
	color:#333399;
}
.sidebar a{
	color:#CC3333;
}
.mainbottom {
	clear:both;
}
.footer {
	background-image:url(../images/footerback.gif);
	height:68px;
	text-align:center;
	padding-top:20px;
	color:#FFF;
}
.footer a {
	text-decoration:none;
	color:#FFF;
}
.bottom {
	clear:both;
}