@import url('reset.css');

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background: #c33722;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

h1 {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	margin: 0;
	height: 30px;
	padding: 12px 0 0 47px;
	background: url(../images/headerbg.png) no-repeat;
}

h2#suunnittelu {
	background: url(../images/suunnittelu.png) no-repeat;
}

h2#asennus {
	background: url(../images/asennus.png) no-repeat;
}

h2#yllapito {
	background: url(../images/yllapito.png) no-repeat;
}

h2#myynti {
	background: url(../images/myynti.png) no-repeat;
}

h2#huolto {
	background: url(../images/huolto.png) no-repeat;
}

h2#palomuuripalvelu {
	background: url(../images/palomuuripalvelu.png) no-repeat;
}

h2#valvontapalvelu{
	background: url(../images/valvontapalvelu.png) no-repeat;
}

h2#lataa {
	background: url(../images/lataa.png) no-repeat;
	margin: 0 0 0 75px;
}

h2#pyyda {
	margin: 0 0 0 75px;
}

h3 {
	margin: 10px 0;
	color: #00146c;
}

p {
	padding: 10px 20px;
}

p.big {
	font-size: 13px;
}

p.software {
	padding: 5px 20px 5px 20px;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;	
}

.hidden {
	display:none;
	visibility:hidden;
}

.wrap {
	margin: 0 auto;
	width: 965px;
}	

#header {
	height: 122px;
	background: #ffffff;
	width: 100%;
	border-bottom: 5px solid #edeeef;
}

#logo {
	float: left;
	width: 516px
}

#partners {
	float: left;
	width: 449px;
	text-align: right;
}

#banner {
	height: 400px;
	background: #f0f0f0;
	width: 100%;
	border-bottom: 5px solid #ffffff;
}

#mainpic {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat;
}

#intro {
	width: 380px;
	padding: 40px 0 20px 30px;
	font-size: 14px;
	line-height: 24px;
}

#content {
	background: #cecfd0;
	width: 100%;
	border-bottom: 3px solid #ffffff;
}

#content-1, #content-2, #content-3, #content-4 {
	padding: 20px 30px;	
}

#menu {
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin: -30px 0 0 20px;
	position: relative;
}

#menu li {
	float: left;
	margin: 0 0 0 5px;
}

#menu li a {	
	display: block;
	padding: 5px 10px 0 10px;
	height: 20px; 
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background: #aaacb1;	
}

* html #menu li a {
	width: 130px;
}

#menu li a.selected {
	background: #c33722;
}

.box {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
}

ul.box {
	margin: 0 0 0 -10px;
}

.box li {
	float: left;
	display: block;
	width: 295px;
	margin: 0 0 30px 10px;
	position: relative;
	background: url(../images/boxbg.jpg) repeat-x;
}

.box li.wide {
	width: 600px;
}

.box li.ad {
	width: 520px;
	background: none;
	padding: 40px 0 0 80px;
}

#footer {
	color: #ffffff;
	font-weight: bold;
	padding: 30px 30px 50px 30px;
}

#address {
	float: left;
	width: 496px;
	padding: 0 0 0 20px;
}

#copyright{
	float: left;
	width: 429px;
	text-align: right;
	padding: 0 20px 0 0;
}

