@charset "UTF-8";
/* CSS Document */

a { color:#42e2ff; text-decoration:none; }
a:hover { text-decoration:underline; }
a.textlink { background:url(../images/arrow_blue.gif) no-repeat left center; padding:0 0 0 7px; text-transform:uppercase; font-size:11px; font-weight:bold; }
a img { border:0; }


body {
	background:url(../images/bg_body2.jpg) no-repeat top center #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#808080;
}

body.popup {
	background:#fff;
	color:#000;
}

body.popup h1 {
	font-size:18px;
}

h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h2 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px 0;
}

p {
	margin:0 0 5px 0;
}

p.testimonial {
	color:#e6e6e6;
	font-size:18px;
	line-height:30px;
}

p.caption {
	color:#808080;
	margin:0 0 0 12px;
}

p.client {
	font-weight:bold;
}

p.validator {
	text-align:right;
	position:absolute;
	right:0;
	top:238px;
}

p.formerror	{
	background:#ffe7e7;
	padding:5px 7px;
	color:#ff4040;
}

p.formhint	{
	background:#e3ffe1;
	padding:5px 7px;
	color:#5ca856;
}

div#buttons {
	position:absolute;
	top:184px;
	right:0;
}

div#buttons img {
	margin:0 0 5px 0;
}

div#footer {
	background:url(../images/bg_footer.gif) repeat-x;
}

div#footercontent {
	background:url(../images/logo_footer.gif) no-repeat 0 230px;
	height:250px;
	position:relative;
}

div#header {
	height:360px;
	text-align:right;
	position:relative;
}

div#header p {
	padding:8px 0 0 0;
}

div#header p img {
	margin:0 10px -6px 0;
}

div#header p span {
	color:#fff;
}

div#intro {
	height:140px;
	padding:50px 0 0 0;
	margin:0 0 50px 0;
}

div#intro div {
	float:left;
	width:290px;
	margin:0 45px 0 0;
}

div#intro div.last {
	margin:0;
}

form input.textfield {
	border:2px solid #CCC;
	height:26px;
	margin:6px 12px;
	width:220px;
}

form label {
	color:#000;
}

form select {
	margin:6px 12px;
	width:180px;
}

form textarea {
	width:250px;
	height:150px;
	border:2px solid #ccc;
	margin:6px 12px;
}

table td {
	vertical-align:middle;
}

ul#gallery {
	clear:both;
}

ul#gallery li {
	width:280px;
	float:left;
	margin:0 45px 50px 0;
	padding:5px;
	background:url(../images/bg_gallery.gif) no-repeat;
}

ul#gallery li.last {
	margin:0 0 50px 0;
}





