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

body{
	background-color:#3A6E84;
	font-family:Tahoma;
	font-size:11px;
	color:#464646;
	vertical-align:top;
	/*background-image:url(../images/bubbles.jpg);*/
}

table{
	vertical-align:top;
}

td{
	vertical-align:top;
	text-align:left;
}

.mainContainer{
	background-color:#FFFFFF;
}

.productMenu{
	background-color:#b6d3e1;
	color:#4382a2;
	background-image:url(../images/productmenubck.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:15px;
}

.bottomMenu{
	background-color:#E9EEF1;
	color:#464646;
	background-image:url(../images/menubottombck.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:15px;
}

.headerContainer{
	background-image:url(../images/headerbck.jpg);
	background-repeat:no-repeat;
}

.headerText{
	font-weight:bold;
	color:#4382a2;
	padding:7px;
	text-decoration:none;
}

/* clones */
.header{
	font-family:Georgia;
	font-size:14pt;
	color:#4382a2;
}
.page-header{
	font-family:Georgia;
	font-size:14pt;
	color:#4382a2;
}
/* end clones */

.searchDesign{
	background-image:url(../images/topright.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	vertical-align:bottom;
	padding-bottom:3px;
}

.border{
	border:none;
}