@charset "UTF-8";
/* CSS Document */

@import "css/screen.css";

body{background-image:url(images/bluepattern.jpg);}

p{text-align:justify;}

#thetop {
	border-bottom:20px solid #71BDE1;
	height:100px;
}

#wrapper{
	background-color:#FCFCFC;
	padding-top:75px;
}
#header {
	float:right;
}

#header h1 {
	/*background-image:url(images/header.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	height:185px;
	padding-right:30px;
	padding-top:10px;
	text-indent:-5000px;
	width:350px;*/
	background-image:url(images/header.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	height:185px;
	position:absolute;
	right:30px;
	text-indent:-5000px;
	top:10px;
	width:350px;
	z-index:5;
}
.menu ul {
	list-style-position: outside;
	list-style-type: none;
	margin-top:55px;

}
.menu li a {
	font-variant: normal;
	text-transform: none;
	line-height: 35px;
	width: 100px;
	display: block;
	color:#71BDE1;
	border-style:solid;
}

.menu li a:hover {color:#558EA9; border-color:#395F71;}

#thecontact .themenu li a {color:#F1F9FD;}
#thecontact .themenu li a:hover{color:#558EA9; border-color:#395F71;}
.thebox {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #395F71;
	margin-bottom:150px;
	padding-bottom:150px;
	padding-left:40px;
}
.thebox ul {
	margin-left: -5px;
}
.thebox li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
.thebox li img {
	border:2px dashed #71BDE1;
	margin:2px;
	padding:5px;
}

.thebox li a{border:none;}
.thelist li {
	display: list-item;
	float: none;
	list-style-type: square;
	margin-left: 20px;
}

.design ul {
	margin-top: -15px;
	margin-bottom: 50px;
	margin-left: 10px;
}

.design li {
	display: list-item;
	list-style-position: inside;
	list-style-type: none;
}

.design img{border:2px dashed #71BDE1; padding:5px;}

 .editing li {
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
}

.blue {
	color:#395F71;
}

.polish{border-bottom:none;margin-bottom:0px;}

.form-a {
	padding-top: 10px;
}

#thecontact {
	background-image: url(images/bluepattern.jpg);
	padding:50px 0;
	border-top:25px solid #71BDE1;
}

#thecontact a{color:#F1F9FD;}
#thecontact a:hover{color:#395F71;}

#thecontact textarea {
	width: 300px;
	height: 125px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size:85%;
}

#thecontact textarea, #thecontact input{background-color:#71BDE1;border:none;font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;}
.find {
}
#thecontact input:hover, #thecontact textarea:hover{background-color:#395F71; color:#F1F9FD;}
#theform {
	padding-left: 40px;
}

#footer{
	background-color:#111619;
	height:45px;
	clear: both;
	color: #F1F9FD;
	font-size: 85%;
	height:60px;
	padding-top:1px;
	border-top:2px groove #71BDE1;
	margin-bottom:0;
}
#footer a {
	color: #71BDE1;
	border: none;
}
#footer img {
	margin-left: 15px;
	margin-right: 5px;
}
#footer #logo {
	float: right;
	margin-top:18px;
}
#footer .copyright {
	margin-left: 50px;
}

#statcounter{
position:absolute;
left:-9999px;
}