/* Custom colors:
 *	red: #7C2230
 *	bright red: #AB1E34
 *	orange: #ED8000
 *	purple: #AC0481
 *	blue: #0703AB
 */

body {
	background-color: #7c2230;
	color: white;
	font-family: verdana, helvetica, sans-serif;
	font-size:1em;
}
img.standard {
	background-color:white;
	border: solid black 2px;
	padding: 4px;
	margin: 10px;
}
a:hover img.standard {
	border: ridge aqua 2px;
}
a:active img.standard {
	border: ridge #AC0481 2px;
}
a {
	color: #0703AB;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #AC0481;
}

.h1 {
	border-bottom: solid black 1px;
	font-weight:bold;
	font-size:40px;
}
.h2 {
	color: #AB1E34;
	border-bottom: solid #AB1E34 1px;
	font-weight:bold;
	font-size:1.1em;
	margin-top: 0.6em;
}
.h2a {
	color: #991E00;
	border-bottom: solid #991E00 1px;
	font-weight:bold;
	font-size:1em;
	margin-top: 0.5em;
	width:0em; overflow:visible;
}
.h3 {
	color: maroon;
	margin-top: 0.4em;
	font-weight:bold;
}
.h4 {
	text-align: right;
}
sup {
	font-size: 60%;
	text-decoration:none;
}
/* Title bars */
#titlebar {
	position:relative;
	z-index: 1;
	color: white;
	background-color: black;
	margin-top:10px;
	margin-bottom:10px;
	height: 150px;
	width: 715px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#subtitlebar {
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: black;
	color: white;
	margin-top:10px;
	margin-bottom:10px;
	width: 675px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 150px;
	padding-left: 40px;
	padding-top: 50px;
	background-color: black;
	background-image: url("logo.jpg");
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	z-index: 4;
}
#waLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#sublogo {
	position: absolute;
	width: 350px;
	height: 64px;
	top:0px;
	right: 10px;
	padding-top:36px;
	background-image: url("logo.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
}
.subtitle {
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	border-bottom: solid white 1px;
}
#slogan {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 300px;
	height: 150px;
	padding-top: 40px;
	text-align: center;
	z-index: 6;
}
/* Page/Content */
#page {
	text-align:left;
	width: 715px;
	color: black;
	background-color:white;
	background-image: url("top_curve.gif");
	background-position: 0px 30px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
}
#pagemain {
	text-align:left;
	width: 715px;
	color: black;
	background-color:white;
	background-image: url("top_curve.gif");
	background-position: 0px 50px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
}
#content {
	background-image: url("bottom_curve.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#news {
	padding: 0px 10px 10px 10px;
}
#news .h1 {
	color: white;
	padding-bottom: 20px;
	border: none;
}
#product_abstract {
}
#product_abstract_text {
	padding:10px;
}
#product_abstract .h1 {
	color: white;
	font-size: 35px;
	padding-bottom: 35px;
	border: none;
}
#trivia {
	padding: 10px 10px 140px 10px;
}
.mailform {
	color: black;
}
/* Menu bars */
#bread {
	height: 17px;
	color:white;
	background-color: black;
	font-size:17px;
	padding: 6px 10px 7px 10px;
}
a.bread {
	font-weight:normal;
	color: aqua;
	background-image: url("bread_sep.gif");
	background-repeat:no-repeat;
	background-position: right;
	padding-right:19px;
}
#links {
	border:solid black 1px;
	background-color:black;
	text-align: center;
	height: 35px;
	font-size:17px;
}
#menu {
	position: relative;
	height: 50px;
	background-color:black;
	z-index:20;
	font-size: 26px;
	text-align: center;
	font-family: Ariel, sans-serif;
}
#menubarUp {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility: visible;
	z-index: 21;
}
#menubarOver {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility: hidden;
	z-index: 22;
}
#menubarDown {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility: hidden;
	z-index:23;
}
.mitem {
	border: solid black 2px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:7px;
	width: 137px;
	overflow: hidden;
}
.litem {
	position:relative;
	top:7px;
	border: solid black 2px;
	text-decoration: none;
	padding:5px;
	overflow: hidden;
	margin-left:20px;
	margin-right:20px;
}
a.mitem,a.litem {
	font-weight:normal;
	color: aqua;
}
a.mitem:hover,a.litem:hover {
	border: ridge aqua 2px;
	text-decoration: none;
}
a.mitem:active,a.litem:active {
	border: ridge #AC0481 2px;
	text-decoration: none;
}
#mit_company {
	position: absolute;
	left: 13px;
	top: 4px;
	width: 139px;
	height: 42px;
	background-image: url("menu_company_link.gif");
}
#mit_products {
	border: solid black 1px;
	height: 48px;
}
#mit_info {
	border: solid black 1px;
	height: 48px;
}
#mit_buy {
	border: solid black 1px;
	height: 48px;
}
#mit_contact {
	border: solid black 1px;
	height: 48px;
}
/* Icons */
.flags {
	color: white;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	border: none;
	text-align: center;
}
.flags img {
	height: 30px;
	width: 58px;
}
.flags a img{
	border:ridge black 2px;
}
.flags a:hover img {
	border:ridge aqua 2px;
}
.flags a:active {
	border:solid #AC0481 1px;
}
#icons {
	float: right;
	width: 50%;
	height: 200px;
	background-image: url("prod_white.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
}
#icons_text {
	text-align:center;
	position: relative;
	top: 150px;
}
.icitem {
	font-size: 16px;
}
a.icitem {
	color:black;
}
a.icitem:active {
	color:black;
}
#icon2 {
	position: relative;
	float: right;
	width: 113px;
	padding-right: 226px;
	height: 140px;
	font-size: 12px;
	overflow:hidden;
}
#icon2 p {
	position: relative;
	top: -200px;
	width: 339px;
	padding: 5px; margin: 0;
	font-size: 15px;
	text-align: center;
}
html>body #icon2 {
	overflow:visible;
}
#ic_products {
	text-align: center;
	position: relative;
	top: -100px;
	left: 113px;
}
#icon_products {
	width:111px;
	height:80px;
	background-image: url("products.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px;
}
a:hover #icon_products {
	background-image: url("products_hover.gif");
}
a:active #icon_products {
	background-image: url("products_active.gif");
}
#ic_buy {
	text-align: center;
	position: relative;
}
#icon_buy {
	width:111px;
	height:80px;
	background-image: url("buy.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px;
}
a:hover #icon_buy {
	background-image: url("buy_hover.gif");
}
a:active #icon_buy {
	background-image: url("buy_active.gif");
}
#ic_company {
	text-align: center;
	position: relative;
	top: -200px;
	left: 226px;
}
#icon_company {
	width:111px;
	height:80px;
	background-image: url("company.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px;
}
a:hover #icon_company {
	background-image: url("company_hover.gif");
}
a:active #icon_company {
	background-image: url("company_active.gif");
}
/* Product List */
.product {
	height:142px;
	overflow:visible;
}
.product_image {
	background-color:white;
	border: solid black 2px;
	padding: 4px;
	float: right;
	margin: 10px;
}
a.product_image:hover {
	border: solid aqua 2px;
}
a.product_image:active {
	border: solid #AC0481 2px;
}

.error {
	color:#FF0033;	
	margin:0 0 0 1em;
}

.success {
	color:#009999;
	margin:0 0 0 1em;
}
