body {
	background-image: url(../images/BG4.jpg);
	background-color: #FFFFFF;
	background-position: top-center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.text_header {
	font-family: Calibri, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	font-weight: normal;
}
.text {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
a:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: bold;
}
a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: bold;
}
a.email:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	font-style: normal;
}
a.email:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #006699;
}
a.email:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660033;
}
.boldtext {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.text2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.props:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	font-weight: normal;
}
a.props:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
a.props:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.mh-menu{
	width: 300px;
	position: relative;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.mh-menu li{
	width: 300px;
}
.mh-menu li a{
	display: block;
	width: 122px;
	text-align: left;
	position: relative;
	z-index: 10;
	height: 22px;
	background: rgba(255,255,255, 0.8);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
.mh-menu li:hover a{
	background: rgba(225,239,240, 0.4);
}
.mh-menu li a span{
	display:block;
}
.mh-menu li a span:first-child{
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
	font-family: Arial, Georgia, serif;
}
.mh-menu li a span:nth-child(2){
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
	font-family: Arial, Georgia, serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu li:nth-child(1):hover span:nth-child(2){
	color: #ae3637;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
	color: #c3d243;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
	color: #d38439;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
	color: #8e7463;
}
.mh-menu li img{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
	left: 150px;
	opacity: 1;
}



/* CSS reset */
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 300;
	height: 300;
	position: relative;
	text-align: left;
	float: None;
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
