@charset "utf-8";
.topbar {
	display: block;
	height: 25px;
	width: 100%;
	background-image: url(topbk.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.menu {
	background-image: url(menubk.jpg);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}
.menu a:hover {
	text-decoration: underline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_main.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #181EA5;
}
a:hover {
	color: #99CCD5;
	text-decoration: underline;
}

.MainLogo {
	display: block;
	width: 900px;
}
menu {
	float: right;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
}
h2 {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: 99cccc;
}
h1 {
	color: #006296;
}

#footer a {
	text-decoration: none;
	color: #4B4B4B;
}
#footer a:hover {
	text-decoration: underline;
}
.bottombar {
	display: block;
	height: 25px;
	width: 100%;
	background-image: url(topbk.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
	position: relative;
	bottom: 100%;
}
#Content {
	background-image: url(side.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	height: 500px;
}
#Content td {
	vertical-align: top;
}

.rx {
	background-color: #F0F0F0;
	border: 1px solid #0099CC;
	height: 150px;
}
#Content .rx iframe {
	background-image: url(loadingbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.roundedbottom {
	background-image: url(roundedbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#products {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	
}
#products img { border:0;
}
#products table {
	padding: 10px;
	width: 885px;
}

#products td {
	background-image: url(productbk.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 33%;
	padding-right: 20px;
	padding-left: 10px;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
}
.popup {
	width:200px;
	border:#990000 1px solid;
	background-color:#FFFFFF;
	display:none;
	padding: 5px;
	font-size: 14px;
}

#topmenu ul {
	padding:0;
	list-style:none;
	background-image: url(menubk.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#topmenu li {
	display:inline;
	padding:0;
	margin:0;
}

#topmenu a, #topmenu a:visited{
	float:center;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 1px;
	height: 22px;
	font-size: 12px;
	display: inline-block;
	margin-top: 1px;
}

#topmenu a:hover {
	text-decoration:underline;
	background-color: #008AD5;
}#header {
	height: 100px;
	width: 1000px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	margin-top: 5px;
}
.rightdiv {
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	text-align: left;
	width: 320px;
	padding-left: 15px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 530px;
	padding-right: 10px;
	float: left;
	padding-left: 5px;

}



/* Sub  Menu */

#submenu {
	border: 1px solid #CCCCCC;
	margin:0px;
	padding:0px;
	width:325px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;	
}
#submenu li {
	margin: 0px;
	padding: 0px;
	display:inline;

}
#submenu a {
	display:inline-block;
	width:auto;
	width:94px;
	height:20px;
	padding-top:5px;
	background-color: #008AD5;
	padding-right:5px;
	padding-left:5px;
	border: 1px solid #0099FF;
	text-align:center;
	margin:1px;
	color: #FFFFFF;
	vertical-align: middle;
}	
#submenu a:hover {
	color:#000066;
	text-decoration:none;
	background-color: #EFEFEF;
}