html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/tausta.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #003399;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
}

h3 {
	margin: 0px 0px 20px 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}


.style1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	border-top: dashed 1px;
	border-bottom: dashed 1px;
	padding: 20px 0 20px 0;
}

.style2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;

}

.style3 {
	font-size: 18px;
	color: #990000;
}


strong {
	color: #333333;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #88B8FF;
}

hr {
	display: inherit;
}

#wrapper {
	background: url(images/tausta2.jpg) no-repeat center top;
}

.container {
	width: 950px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

#header {
	height: 2px;
}

#menu {
	height: 70px;
}

#menu ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	height: 30px;
	padding: 25px 24px 0px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: underline;
	color: #666666;
}

#menu .active a {
	background: #FFFFFF url(images/04.gif) repeat-x left top;
	color: #5B5B5B;
}

#page {
	width: 930px;
	padding: 10px;
}

#banner {
	padding: 20px;
	background: url(images/banner.gif) repeat-x left top;
}


#content {
	float: left;
	width: 630px;
	padding-left: 20px;
}

.box-style1 {
	padding: 10px;
	background: url(images/banner1.gif) repeat-x left top;
}

.box-style2 {
	padding: 30px;
	background: url(images/banner1.gif) repeat-x left top;
}

.box-style2 .column1 {
	float: left;
	width: 243px;
}

.box-style2 .column2 {
	float: right;
	width: 243px;
}

.plan-box {
	width: 230px;
	height: 184px;
	margin-bottom: 30px;
}

.plan-box .features {
	height: 120px;
	padding: 24px 24px 0px 24px;
}

.plan-box .more-info {
	height: 35px;
	padding: 5px 0px 0px 24px;
	background: url(images/11.jpg) no-repeat left top;
}

.plan-box .more-info a {
	float: right;
	padding: 8px 20px 0px 0px;
	color: #FFFFFF;
}

.plan-box h2 {
	margin-bottom: 10px;
	color: #FFFFFF;
}

.plan-box h2 span {
	font-weight: bold;
	color: #333333;
}

.plan-box ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.plan-box li {
	color: #333333;
	font-weight: bold;
}

.plan1 .features {
	background: url(images/ravintola.jpg) no-repeat left top;
}

.plan2 .features {
	background: url(images/majoitus.jpg) no-repeat left top;
}

.plan3 .features {
	background: url(images/hinnasto.jpg) no-repeat left top;
}

#sidebar {
	float: right;
	width: 250px;
	padding-right: 10px;
}

#footer {
	height: 105px;
	background: url(images/banner1.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #333333;
}

#footer a {
	margin: 0px;
	font-size: 11px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	margin: 0px;
	font-size: 11px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-decoration: underline;
	color: #333333;
}


