@import "about.css";
@import "products.css";
@import "distribution.css";
@import "water.css";
@import "news.css";
@import "contacts.css";

html {
	margin:0; height:100%;
	background:url(images/bg.jpg) repeat-x top #3280ca;
}
body {
	margin:0;
	background:url(images/main.jpg) no-repeat 52% top;
	text-align: center;
	min-width: 900px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

img { border:none;}
a { color:white; font-weight:bold;}
br.clear { clear:both;}
* {outline:none;}
#wrapper {
	width:900px;
	margin:0 auto;
	padding-bottom:30px;
	text-align: left;
	position:relative;
}
#bubbles {
	position:absolute;
	top:0; left:0;
}
#inner {
	margin-left:260px;
}
#logo {
	float:right;
	margin-top:6px;
	margin-right:5px;
}

#waterboy{
	float:right;
	background:url(images/waterboy_bg.jpg);
	width:288px;
	height:173px;
	margin-top:10px;
}
#waterboy h2{
	height:70px;
	margin:0;
	padding:0;
}
#waterboy h2 span{
	display:none;
}
#waterboy h2 a{
	display:block;
	height:70px;
}
#waterboy p{
	margin:10px 20px 0 115px;
	font-size:11px;
	line-height:17px;
	color:#555;
}
#waterboy a{
	color:#078907;
}

#private{
	float:right;
	background:url(images/private_bg.jpg);
	width:288px;
	height:173px;
	margin-top:10px;
}
#private h2{
	height:70px;
	margin:0;
	padding:0;
}
#private h2 span{
	display:none;
}
#private h2 a{
	display:block;
	height:70px;
}
#private p{
	margin:15px 10px 0 118px;
	font-size:11px;
	line-height:17px;
	color:#555;
}
#private a{
	color:#175b9a;
}


#menu {
	float:right;
	margin-bottom:35px;
}
#menu ul{
	padding-top:30px;
	list-style:none;
}
#menu li{
	float:left;
	padding-left:20px;
}

#news {
	float:left;
	margin-left:20px;
	width:300px;
	background:url(images/news_bg.jpg) no-repeat;
	color:white;
	font-size:14px;
}
#news ul{
	list-style:none;
	margin:0;
	padding:15px 30px 35px 35px;
}
#news em{
	float:left;
	display:block;
	width:55px;
	height:60px;
	font-style:normal;
	margin-top:-5px;
	font-size:16px;
}
#news strong{
	display:block;
	width:inherit;
	font-size:35px;
}
#news p{
	margin-left:90px;
	padding:0;
}
#news li{
	clear:both;
	margin:5px 0 0;
	padding:10px 0 5px;
	border-top:1px dashed #c1e5c1;
}
#news li.first{
	border-top:none;
}
#news span{
	display:none;
}
#news a{
	font-weight:normal;
	text-decoration:none;
}
#news a:hover{
	text-decoration:underline;
}

p.welcome{
	float:left;
	color:white;
	width:370px;
	font-size:13px;
	line-height:23px;
	margin-left:20px;
	padding-top:30px;
}
p.welcome:first-letter {
	display:block;
	float:left;
	font-size:60px;
	line-height:normal;
	font-weight:bold;
	margin-right:10px;
}

#poll{
	float:right;
	width:200px;
	padding-top:30px;
	font-size:12px;
	color:white;
}
#poll h2{
	margin:0;
	padding:0;
	font-weight:normal;
	padding-left:50px;
	background:url(images/poll.jpg) left top no-repeat;
	font-size:18px;
	padding-bottom:15px;
	border-bottom:1px dashed #a0c7e7;
	margin-bottom:5px;
}
#poll dl, #poll dd{
	margin:0;
	padding:0;
}
#poll a{
	display:block;
	line-height:25px;
	color:white;
	text-decoration:none;
	padding-left:50px;
	background:url(images/poll-ckeck.gif) 18px 8px no-repeat;
	font-weight:normal;
}
#poll a:hover{
	text-decoration:underline;
	background-image:url(images/poll-ckeck-on.gif);
}
#footer {
	background:url(images/footer.gif) right bottom no-repeat; 
	height:40px;
	padding-top:30px;
	font-size:10px;
	color:white;
}
#footer .copyrights{
	float:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#footer .menu{
	float:right;
	padding:15px 16px 0 0;
}
#footer .menu a{
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}
#footer .menu a:hover{
	text-decoration:underline;
}
