/*alexandria*/
body {
	padding: 0; 
	margin: 0;
	background-color: #A3E0E0; 
	color: #000066; 
	min-width: 770px; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
}
.clear {
	clear: both; height: 0;
}
.hide {
	top: -850px;
	position: absolute;
}
#wrap {
	background: #A3E0E0; 
	margin: 0;
	background: url(../images/bg1.gif)top left;
}
#header {
	width: 100%;
	background: #E0F5F5;
}
#logolink {
	display: block; 
	width: 770px; 
	height: 90px; 
	background-image: url(../images/header.gif); 
	background-repeat: no-repeat;
}
#header h1 {
	margin:0;
	padding:0;
}
#nav ul {
	background: #B18FC2;
	color: White;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 20px;
	padding-top: 5px;
}
#nav li {
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left:20px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #A3E0E0;
	text-decoration: none;
}
#contentContainer {
	background: url(../images/bg1.gif) no-repeat top left;
}
#contentContainerOther {
	background: url(../images/bg2.gif) no-repeat top left;
}
#content {
	scrollbar-face-color: #A3E0E0; /* this stuff only works under IE. */
	scrollbar-shadow-color: #66CDCC; 
	scrollbar-highlight-color: #000; 
	scrollbar-3dlight-color: #000; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-track-color: #66CDCC; 
	scrollbar-arrow-color: #000; 
	width: 770px;
	height: 500px;
}

#left a{
	color: #000066; 
	text-decoration:none;
}

#left a:hover{
	color: #000066; 
	text-decoration:underline;
}

.floatleft{
float:left;
padding:5px;
width:95px;
text-align:center;
}

.floatright{
float:right;
padding:5px;
width:95px;
text-align:center;
}

#left {
	float: left;
	width: 230px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
#left h2 {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -15px;
	padding-bottom: 0;
}
#right {
	float: right;
	width: 400px;
	padding-top:40px;
	padding-right:20px;
}

#splashimg{
	float: right;
	position:relative;
	left:10px;
}

#leftProducts {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	font-size: 11px;
}
#rightProducts {
	float: right;
	width: 430px;
	padding-top:8px;
	padding-right:33px;
}
#rightProductsBottom {
		
}
#rightProducts td {
	color: #242572;
	font-weight: bold;
	font-size: 11px;
}
#rightProducts td h3 {
	font-size: 13px;
	margin-bottom: -10px;
}
#fullPage {
	width: 750px;
	padding-top:8px;	
}

