





body {
	background-color: #FFFFFF;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}


h1 { font-size: 36px; color: #333333; font-weight: normal; padding: 20px 0px 0px 0px; margin: 0px 0px 10px 0px; }
h2 { font-size: 24px; color: #333333; font-weight: normal; padding: 0px; margin: 16px 0px 0px 0px; line-height: 1.3; }

p { font-size: 20px; color: #666666; font-weight: normal; padding: 0px; margin: 2px 0px 8px 0px; line-height: 1.3; }

a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}



.floatleft { float: left; margin: 10px 20px 10px 20px }
.floatright { float: right; margin: 10px 20px 10px 20px }

.floatleft img, .floatright img {
	border: 1px solid #999999;
	background-color: #555555;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}




hr {
	clear:both;
}

.imgmouseover {
	cursor: pointer;
}


.hidden { display: none; }
.shown { display: block; }


#title1 { font-size: 90px; color: #666666; font-weight: normal; padding: 0px; margin: 84px 0px 0px 10px; line-height: 80px; }
#title2 { font-size: 26px; color: #333333; font-weight: normal; padding: 0px; margin: 0px 0px 10px 16px; letter-spacing: 6px; }

#title1_p1 { font-size: 130px; color: #666666; font-weight: normal; padding: 0px; margin: 84px 0px 0px 10px; line-height: 80px; }
#title2_p1 { font-size: 42px; color: #333333; font-weight: normal; padding: 0px; margin: 12px 0px 10px 16px; letter-spacing: 6px; }



/* ================================ */
/*             GENERAL              */
/* ================================ */




#wholepage {
	text-align: left;
	width: 1200px;
	margin: 0px 100px 0px 100px;
	padding: 0px 0px 100px 0px;
}





.general_padding { padding: 10px }



#menu {
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #EEEEEE;
	margin: 22px 0px 18px 0px;
	padding: 12px 10px 8px 12px;
	border-radius: 7px;
	font-size: 17px;
	font-weight: normal;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

#menu a {
	color: #666666;
	text-decoration: none;
	padding: 12px 7px 8px 8px;
}

#menu a:hover {
	color: #CC6600;
	background-color: #FFCC99;
}



#content {
	padding-left: 5px;
	min-height: 400px;
}



#footer {
	background-color: #EEEEEE;
	margin: 62px 0px 18px 0px;
	padding: 12px 10px 8px 12px;
	border-radius: 7px;
	font-size: 16px;
	font-weight: normal;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	overflow: auto;
}

#footer h5 {
	margin: 0px;
	padding: 4px 0px 12px 0px;
	font-size: 21px;
	font-weight: normal;
	color: #333333;
}

#mailingList p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-size: 16px;
	font-weight: normal;
}

#mailingList {
	width: 400px;
	float: left;
	padding: 0px 0px 10px 20px;
}

#ml_email {
	border-radius: 3px;
	border: 1px solid #999999;
	width: 240px;
	padding: 2px 4px 2px 4px;
	margin: 0px 3px 0px 5px;
	font-size: 16px;
}

#footerContact {
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 20px;
}

#footerContact p {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 16px;
	font-weight: normal;
}



.cross_circle {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #999999;
	cursor: pointer;
}

.cross_circle:hover {
	background-color: #BBBBBB;
}

.cross_tlbr {
	position: relative;
	transform: rotate(-45deg);
	top: 27px;
	left: 5px;
	width: 50px;
	height: 5px;
	background-color: #FFFFFF;
	border-radius: 2px;
}

.cross_trbl {
	position: relative;
	transform: rotate(45deg);
	top: 22px;
	left: 5px;
	width: 50px;
	height: 5px;
	background-color: #FFFFFF;
	border-radius: 2px;
}




