/* CSS Document */

body {
	background-image: url();
	background-repeat: repeat-x;
	background-color: #005284;
}
#side {
	position:absolute;
	left:0px;
	top:260px;
	width:270px;
	height:485px;
	z-index:2;
	background-image: url(../images/menu_background.gif);
	background-color: #005284;
}

#flash {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:250px;
	z-index:1;
}

#menu {
	position:absolute;
	left:280px;
	top:260px;
	width:470px;
	height:13px;
	z-index:3;
}

#product_menu {
	position:absolute;
	left:280px;
	top:296px;
	width:470px;
	height:5px;
	z-index:6;
}

#footer {
	position:absolute;
	left:280px;
	top:717px;
	width:470px;
	height:21px;
	z-index:4;
}

#title {
	position:absolute;
	left:0px;
	top:355px;
	width:250px;
	height:60px;
	z-index:7;
}

.menu_text {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.body_text {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.productmenu_text {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.image {
	border-color: #FFFFFF;
	border-width: 2px;
	margin: 1px;
	table-layout: auto;
	border-right-style: ridge;
	border-bottom-style: ridge;
	cursor: crosshair;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #D68126;
	text-decoration: none;
}
a:hover {
	color: #E7B135;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

