
body{
line-height: 1.7em;
font-size: 11px;
color: #515151;
font-family: 'Puritan', Georgia, sans-serif;
}

td{
line-height: 1.7em;
font-size: 14px;
color: #515151;
font-family: 'Puritan', Georgia, sans-serif;
text-align:left;
}

h1
{
	color: #e72351;
	font-size:25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2
{
	color: #e24836;
	font-size:19px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h3
{
	color: #08a5af;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


td#menulinks a, td#menulinks a:visited{
line-height: 1.7em;
font-size: 14px;
color: #3d3d3d;
text-align:left;
}

td#menulinks a:hover, td#menulinks a:visited:hover{
color: #e72351;
}


td#homepagelink{
line-height: 1.1em;
font-size: 14px;
color: #848484;
text-align:left;
}

td#clients h2 {
background-color: #5cb024;
width: 250px;
padding: 5px;
font-size:13px;
text-transform:uppercase;
letter-spacing: 1px;
color: #ffffff;
text-align:left;
}

.footer{
font-size: 13px;	
color: #6F6F6F;
}

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

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

a:VISITED{
color: #FF2385;
text-decoration:none;
}

a:VISITED:HOVER{
color: #2A6979;
text-decoration:none;
}


fieldset
{
border: 0px solid #ccc;
width: 100%
}

legend
{
font-family: 'Puritan', Georgia, sans-serif;
font-size: 14px;
font-weight: bold;
color: #5B1616;
background: #ffffff;
padding: 2px 6px;

} 

label
{	
font-family: 'Puritan', Georgia, sans-serif;
font-size: 11px;
font-weight: bold;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

input
{
font-family: 'Puritan', Georgia, sans-serif;
font-size: 14px;
color: #2d2d2d;
background: #efefef;
border: 0px solid #ccc;
padding: 5px;
}

input#imageb
{background: #ffffff;}

textarea
{
font-family: 'Puritan', Georgia, sans-serif;
font-size: 14px;
color: #2d2d2d;
background: #efefef;
border: 0px solid #ccc;
padding: 5px;
}

select
{
font-family: 'Puritan', Georgia, sans-serif;
font-size: 14px;
color: #2d2d2d;
background: #efefef;
border: 1px solid #ccc;
padding: 5px;
}



/*POP UP */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 99;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	border: 0px;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/* END OF POP UP*/

