/* CSS DOCUMENT */

body {
	background-color: #FFFFFF;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	margin: 0;
}

* {
	font-family: Helvetica, Arial;
	font-size:	11px;
}

a {
	color: #2DB3D9;
	text-decoration: none;
}

a:hover {
	color: #2DB3D9;
	text-decoration: underline;
}

a.navtop {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a:hover.navtop {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.navfooter {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.navfooter a {
	color: #333333;
	text-decoration: none;
}

.navmenu_off {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 7px;
	color: #FFFFFF;
	height: 32px;
}

.navmenu_on {
	background-image: url("../images/arrow_nav.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 7px;
	color: #2DB3D9;
	height: 32px;
	cursor: pointer;
}

.header_small {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	margin: 3px 0 3px 11px;
}

.header_normal {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 5px 0 5px 11px;
}

.formField {
	font-family: Verdana;
	font-size: 11px;
	color: #282A2C;
	border: 1px solid #2E87A2;
	padding: 3px;
	margin: 0;
}

form {
	margin: 0;
}

.news {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

.news2 {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}

a.news {
	color: #333333;
	text-decoration: none;
}
a:hover.news {
	color: #2DB3D9;
	text-decoration: none;
}

.header_news {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;	
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #2DB3D9;
	padding-bottom: 25px;
	margin: 0;
}

h1.small {
	font-size: 20px;
	padding: 10px 0;	
}

h1.product {
	color: #333333;	
}

h2 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 12px 0;
	margin: 0;
}

h3 {
	font-family: Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0;
	margin: 0;
}

.tblCell {
	background-image: url("../images/background_tbl.jpg");
	background-repeat: repeat-x;
	height: 35px;
}

.tblCell2 {
	background-color: #FFFFFF;
	height: 35px;
}

.tblCellSmall {
	background-image: url("../images/background_tbl_large.jpg");
	background-repeat: repeat-x;
	height: 55px;
}

.tblCellSmall2 {
	background-color: #FFFFFF;
	height: 55px;
}

.tblCellOver, .tblCellSmallOver {
	background-color: #2DB3D9;
	height: 35px;
	color: #FFFFFF;
	cursor: pointer;
}

.tblCellSmallOver {
	height: 55px;
}

a.gallery {
	color: #565A48;
}

img.product {
	color: #2DB3D9;
}

.pageselect {
	color: #000000;
}


/* CALENDAR */

#calContent{
	width: 300px;

}
a.currentDate{
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-decoration: none;
}
.calMonth{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}
.calDays{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.bottomBorder{
	border-bottom: 1px solid #E3E3E3;
}

.day{
	height: 15px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.dayLink{
	font-family: Verdana;
	font-size: 11px;
	color: #2DB3D9;
	font-weight: bold;
	text-decoration: underline;
}
.dayover {
	/*background-color: #2DB3D9;
	padding: 3px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;*/
}

.dayout {
	height: 15px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

