@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-color:#DEDEDC;
}


.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-decoration: none;
	line-height:1.8em;
	font-stretch:condensed;
}


.smalltextbold{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	color:#383838;
	text-decoration: none;
	line-height:1.8em;
}

.White-small{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height:1.8em;
}

.smalltext-red{

font-family: "Tahoma";
font-size: 11px;
font-weight: normal;
color: #c33134;
text-decoration: none;

}

.smalltext-New{

font-family: "Staccato222 BT";
font-size: 13px;
font-weight: normal;
color: #ff0000;
text-decoration: none;

}



.headding{

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #c33134;
text-decoration: none;

}


.headding1{

font-family: "Trebuchet MS";
font-size: 14px;
font-weight: normal;
color: #ff0000;
text-decoration: none;

}


.patchhead {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.White {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}



a {
	font-family: "Tahoma";
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


.bt:link {
	text-decoration: none;
	color: #22b24c;
}
.bt:visited {
	text-decoration: none;
	color: #22b24c;
}
.bt:hover {
	text-decoration: underline;
	color: #FF0000;
}
.bt:active {
	text-decoration: none;
	color: #FF0000;
}
	
.bt1 {
	font-family: arial;
	font-size: 20px;
	color: #FF0000
}
.bt1:link {
	text-decoration: none;
	color: ##FFFFFF;
}
.bt1:visited {
	text-decoration: none;
	color: ##FFFFFF;
}
.bt1:hover {
	text-decoration: underline;
	color: #FF0000;
}
.bt1:active {
	text-decoration: none;
	color: #FF0000;
}.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


.button:link { font: Tahoma; font-size: 11px; color: #666666; text-decoration: underline; }
.button:visited { font: Tahoma; font-size: 11px; color: #666666; text-decoration: underline; }
.button:hover { font: Tahoma; font-size: 11px; color: #666666;; text-decoration: none; }
.button:active { font: Tahoma; font-size: 11px; color: #666666; text-decoration: underline; }



.button1:link { font: "Trebuchet MS"; font-size: 12px; text-indent:10px; font-weight:bold; color: #c33134; text-decoration: none; }
.button1:visited { font: "Trebuchet MS"; font-size: 12px; text-indent:10px; font-weight:bold; color: #c33134; text-decoration: none; }
.button1:hover { font: "Trebuchet MS"; font-size: 12px; text-indent:10px; font-weight:bold; color: #c33134;; text-decoration: underline; }
.button1:active { font: "Trebuchet MS"; font-size: 12px; text-indent:10px; font-weight:bold; color: #c33134; text-decoration: none; }


.button2:link { font: Arial, Helvetica, sans-serif;; font-size: 12px; text-indent:10px; color: #363636; text-decoration: underline; }
.button2:visited { font: Arial, Helvetica, sans-serif;; font-size: 12px; text-indent:10px; color: #363636; text-decoration: underline; }
.button2:hover { font: Arial, Helvetica, sans-serif;; font-size: 12px; text-indent:10px; color: #363636;; text-decoration: none; }
.button2:active { font: Arial, Helvetica, sans-serif;; font-size: 12px; text-indent:10px; color: #363636; text-decoration: underline; }



.button3:link { font: Arial, Helvetica, sans-serif;; font-size: 12px; color: #c33134; font-weight:bold; text-decoration: underline; }
.button3:visited { font: Arial, Helvetica, sans-serif;; font-size: 12px; color: #c33134; font-weight:bold; text-decoration: underline; }
.button3:hover { font: Arial, Helvetica, sans-serif;; font-size: 12px; color: #c33134; font-weight:bold; text-decoration: none; }
.button3:active { font: Arial, Helvetica, sans-serif;; font-size: 12px; color: #c33134; font-weight:bold; text-decoration: underline; }


/*Photogallery*/


.thumbnail {
position:relative;
z-index:0;
}

.thumbnail:hover{
background-color:transparent;
z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #07C750;
padding: 0px;
left: -1000px;
border: 1px #FFF solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width:0;
padding:5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility:visible;
left:-6px;
bottom:-220px;
}

