﻿p {font-family:Arial, Helvetica, sans-serif;}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}

br.both{
clear:both;
}




#backgroundPopup{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	background-image:url(../images/wallpaper.png);
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	height:auto;
	width:408px;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#222;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}


#button {
		text-align:right;
		cursor:pointer;
		margin-right:-20px;
		width:50px;
		
}
	
#button li  a:link, #button li a:visited {
	float:right;
	display:inline;
	width:40px;
	height:58px;
	background-image:url(../images/newletterclose.png);
	background-repeat:no-repeat;
	list-style:none;
	}
	
#button li a:hover {
	background-image:url(../images/newsletteropen.png) !important;
	}
	
	
#button ul {
	list-style:none;
	}
	
#popupContact div img {
	float:left;
	
	}
#popupContact div h5 {
	margin-top:20px;
	height:25px;
	display:inline;
	float:left;
	}
	
.validate {
		clear:both;
		}
		

/* jquery validate response in regrds to mailchimp*/
fieldset div.mce_inline_error{ margin:1em 0 1em 38%; padding:1em .5em .5em 1em; font-weight:bold; z-index:1; font-size:1.3em; width:45%; border:1px solid #FBC2C4; background:#ff6600; color:#fff; font-weight:bold; padding-left:1em; position:relative; top:-1.5em; z-index:1; font-size:1.1em; }
