* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow: auto;
}
body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fbc160 url(../img/bg/frontpage.jpg);
	color: #000;
}
ul {
	list-style: none inside;
}
p {
	font-size: 1.2em;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5 {
	font-size: 1.2em;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3em;
}
h2, h3 {
	font-size: 1.4em;
	margin-top: 2em;
	line-height: 1.4em;
}
ul,ol,
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.strong {
	font-weight: bold;
}


/*-------------------------------------------------------------------------------- */
/* FLOATS */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}

/*-------------------------------------------------------------------------------- */
/* CONTAINER */

#container {
	position: relative;
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


/*-------------------------------------------------------------------------------- */
/* HEADER AND NAVIGATION */

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 85px;
}
#logo {
	position: relative;
	float: left;
	width: 128px;
	height: 85px;
}
#nav {
	position: relative;
	float: left;
	padding-top: 44px;
	padding-left: 12px;
	height: 41px;
}
ul#nav {
	margin-top: 0;
	margin-bottom: 0;
}
#nav li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	width: 134px;
	height: 15px;
	background: transparent url(../img/nav_bg.gif) no-repeat;
	padding: 13px 0;
	text-align: center;
	margin-right: 10px;
}
#nav li a {
	width: 134px;
	height: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 13px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.active a {
	color: #000;
	text-decoration: underline;	
}

.subnav {
	position: relative;
	float: left;
	clear: both;
	margin-top: 20px;
	padding-left: 50px;
	width: 750px;
}
.subnav ul {
	margin-top: 0;
	margin-bottom: 0;
}
.subnav li {
	position: relative;
	float: left;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
	text-align: center;
	background-color: #ffc431;
}
.subnav li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
}
.subnav li a:hover {
	text-decoration: underline;
}
.subnav li.active a {
	color: #000;
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------- */
/* CONTENT */

#content_wrap {
	position: relative;
	float: left;
	width: 863px;
	margin-top: 12px;
	margin-bottom: 50px;
}
#content_wrap #top,
#content_wrap #bottom {
	position: relative;
	float: left; 
	width: 862px;
	height: 8px;
	background: transparent url(../img/content_bg_top.gif) no-repeat;
	background-position: bottom;
}
#content_wrap #bottom {
	background: transparent url(../img/content_bg_bottom.gif) no-repeat;
	background-position: top;
}
#content_wrap .middle {
	position: relative;
	float: left;
	width: 862px;
	background-color: #f7f7f7;
}
#content_wrap .center {
	position: relative;
	float: left;
	width: 862px;
	text-align: center;
}
#content_wrap .left {
	position: relative;
	float: left; 
	width: 410px;
}
#content_wrap .right {
	position: relative;
	float: left;
	width: 450px;
	vertical-align: top;
}

#content_wrap h1, #content_wrap h2, #content_wrap h3,
#content_wrap p {
	margin-bottom: 0.4em;
}
#content_wrap h1 {
	font-family: Arial, Helvetica, sans-serif;
}

	/* --- etusivu ------------ */
	#container.frontpage #top,
	#container.frontpage #bottom {
		background: transparent url(../img/content_bg_top_frontpage.gif) bottom no-repeat;
	}
	#container.frontpage #bottom {
		background: transparent url(../img/content_bg_bottom_frontpage.gif) top no-repeat;
	}
	#container.frontpage .middle {
		height: 410px;
		background: transparent url(../img/content_bg_frontpage.jpg) no-repeat;
	}

	#container.frontpage .left {
		width: 645px;
	}
	#container.frontpage .right {
		width: 210px;
		margin-top: 20px;
	}
	
	#container.frontpage #intro {
		position: relative;
		float: left;
		width: 412px;
		height: 410px;
		color: #fff;
	}
	#container.frontpage #intro h1 {
		margin-left: 45px;
		margin-top: 160px;
		font-size: 3.5em;
		font-style: italic;
	}
	#container.frontpage #intro p {
		width: 280px;
		margin-left: 45px;
		font-size: 1.4em;
		font-style: italic;
	}

	#container.frontpage .box {
		position: relative;
		float: left;
		width: 181px;
		margin-bottom: 20px;
	}
	#container.frontpage .box .top {
		position: relative;
		float: left;
		width: 181px;
		height: 6px;
		background: transparent url(../img/box_bg_top.gif) bottom no-repeat;
	}
	#container.frontpage .box .middle {
		position: relative;
		float: left;
		width: 181px;
		height: auto;
		padding: 12px 0;
		background-color: #f7f7f7;
		background-image: none;
	}
	#container.frontpage .box .bottom {
		position: relative;
		float: left;
		width: 181px;
		height: 6px;
		background: transparent url(../img/box_bg_bottom.gif) top no-repeat;
	}

	#container.frontpage div.box h1,
	#container.frontpage div.box p {
		width: 145px;
		margin-left: 17px;
	}
	#container.frontpage div.box p.ll {
		margin-top: 10px;
	}
	#container.frontpage div.box h1 {
		font-size: 1.4em;
		font-weight: bold;
	}
	#container.frontpage div.box h1 {
		font-size: 1.4em;
		font-weight: bold;
	}
	#container.frontpage div.box p a {
		text-decoration: underline;
		font-weight: normal;
	}
	#container.frontpage div.box p a:hover {
		text-decoration: none;
	}


	/* --- alasivu - sheba, contact ------------ */

	body.sheba,
	body.contact {
		background: #825d00 url(../img/bg/gold.jpg);
	}
	#container.sheba #left_corners,
	#container.sheba #right_corners,
	#container.contact #left_corners,
	#container.contact #right_corners {
		position: relative;
		float: left;
	}

	#container.sheba .middle,
	#container.contact .middle {
		position: relative;
		float: left;
		width: 847px;
		height: 651px;
	}
	#container.sheba .left,
	#container.contact .left {
		position: relative;
		float: left;
		width: 403px;
	}
	#container.sheba .right,
	#container.contact .right {
		position: relative;
		float: left;
		width: 444px;
	}

	#container.sheba .left #content,
	#container.contact .left #content {
		position: relative;
		float: left;
		margin-top: 70px;
		padding-left: 42px;
		padding-right: 50px;
	}
	#container.sheba .left #content h1,
	#container.contact .left #content h1 {
		padding-bottom: 0.7em;
		font-style: italic;
	}
	#container.sheba .left #content p,
	#container.contact .left #content p {
		padding-bottom: 0.7em;
		font-style: italic;
		line-height: 1.5em;
	}
	#container.contact .left #content p {
		font-style: normal;
	}


	/* --- alasivu - campaign ------------ */

	body.campaign,
	body.thanks {
		background: #825d00 url(../img/bg/gold.jpg);
	}
	#container.campaign .left,
	#container.thanks .left {
		position: relative;
		float: left;
		width: 440px;
	}
	#container.campaign .right,
	#container.thanks .right {
		position: relative;
		float: left;
		width: 404px;
	}
	#container.campaign .middle .left .content,
	#container.thanks .middle .left .content {
		padding-top: 0;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 50px;
		margin-right: 50px;
	}
	#container.campaign .middle .right .content,
	#container.thanks .middle .right .content {
		padding-top: 0;
		margin-top: 35px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#container.campaign .left .content h1,
	#container.thanks .left .content h1 {
		font-size: 2.4em;
		font-style: italic;
	}
	#container.campaign .left .content p,
	#container.thanks .left .content p {
		padding-bottom: 0.7em;
		font-style: italic;
		line-height: 1.5em;
	}
	#container.campaign .left .content p,
	#container.thanks .left .content p {
		font-style: normal;
	}
	#container.campaign label {
		display: block;
		font-size: 1.2em;
		margin-bottom: 3px;
		clear: both;
	}
	#container.campaign label.radio {
		position: relative;
		float: left;
		width: 305px;
		padding-left: 3px;
		clear: none;
	}
	#container.campaign input {
		position: relative;
		float: left;
		width: 320px;
		padding: 2px 4px;
		margin-bottom: 5px;
		background-color: #ffc431;
	}
	#container.campaign input.radioi {
		width: auto;
		background-color: transparent;
	}	
	#container.campaign .btn_send {
		position: relative;
		width: 114px;
		height: 27px;
		clear: both;
		background: transparent url(../img/btn_send.gif) no-repeat;
	}	
	#container.campaign .btn_send a {
		display: block;
		top: 25%;
		width: 114px;
		height: 13px;
		position: relative;
		text-align: center;
		font-size: 1.2em;
	}
	#container.campaign .rules {
		margin-top: 2em;
	}
	#container.campaign .rules a {
		color: #666;
	}
	

	/* --- alasivu - rules ------------ */

	#container.rules {
		width: auto;
	}

	#container.rules #rules {
		position: relative;
		float: left;
		width: 90%;
		background-color: #f7f7f7;
		margin: 0 15px 15px 15px;
	}
	#container.rules #rules p{
		position: relative;
		float: left;
		margin: 1em;
	}

	
	/* --- alasivu - products ------------ */

	body.products {
		background: #825d00 url(../img/bg/gold.jpg);
	}

	#container.products_sub .left {
		position: relative;
		float: left;
		width: 410px;
	}
	#container.products_sub .right {
		position: relative;
		float: left;
		width: 450px;
	}

	#container.products .left .content,
	#container.products .right .content {
		padding-top: 0;
		margin-top: 0;
		margin-left: 50px;
		margin-right: 50px;
	}
	#container.products .center {
		padding-top: 30px;
	}
	#container.products h2 img,
	#container.products_sub h2 img {
		margin-bottom: 50px;
	}

	
	/* --- alasivu - products_SUB ------------ */
	
	#container.products_sub .left .content,
	#container.products_sub .right .content {
		padding-top: 0;
		margin-top: 0;
		margin-left: 50px;
		margin-right: 50px;
		border: 1px solid #f7f7f7;
	}
	#container.products_sub .right .content {
		padding-top: 0px;
		margin-top: 30px;
		margin-left: 0px;
		margin-right: 50px;
	}
	
	#container.products_sub .intro {
		padding-top: 30px !important;
	}
	#container.products_sub .right .productimage {
		padding: 0 !important;
		margin-top: -30px;
		z-index: 120;
	}
	#container.products_sub .left .prodgroupimg {
		margin-top: 20px;
	}

	#container.products_sub h1 {
		font-size: 2.5em;
		font-style: italic;
	}
	#container.products_sub h2 {
		font-size: 1.4em;
		font-style: italic;
	}
	#container.products_sub p {
		font-size: 1.2em;
		line-height: 1.5em;
		color: #333;
	}
	#container.products_sub .cpsb {
		font-weight: bold;
		font-style: normal;
	}
	#container.products_sub p.cpsb {
		margin-top: 0.7em;
	}

	#container.products_sub .prodinfo {
		padding-top: 30px !important;
	}
	#container.products_sub .prodinfo p {
		color: #666;
		font-size: 1.2em;
		font-style: normal !important;
	}


	/* --- alasivu - yleinen ------------ */

	#content_middle h1 {
		padding-bottom: 0.5em;
	}


