/* CSS Document, pcpiste.fi */

/* General */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 13px;
	color: #787878;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 18px;
	color: #427cff;
	margin: 0px;
	padding: 0px;
}

*>h1 {
	padding-bottom: 16px;
}

* html h1 {
	padding-bottom: 17px;
}

*:first-child+html h1 {
	padding-bottom: 17px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

*>h3 {
	padding-bottom: 9px;
}

* html h3 {
	padding-bottom: 10px;
}

*:first-child+html h3 {
	padding-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #787878;	
	margin: 0px;
	padding: 0px;
}

.black p {
	color: #000000;
}

br {
	line-height: 13px;
}

img {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, option {
	margin: 0px;
	padding: 0px;
}

table, tr, th, td {
	margin: 0px;
	padding: 0px;
}

.formtextfield {
	width: 150px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
	color: #000000;
}	

.formtextarea {
	width: 265px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;	
	color: #000000;
}	

.formbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.formdropdown {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	vertical-align: middle;
	color: #000000;
}	

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #4889ff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #4889ff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #4889ff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* Containers */

#main {
	width: 878px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #d7d7d7;
}

#site {
	width: 878px;
	float: left;
	background-color: #ffffff;
}

#header {
	width: 100%;
	height: 69px;
	background-color: #2c2c2c;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

.logo {
	width: 135px;
	height: 40px;
	float: left;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
}

.info {
	float: right;
}

#navimain {
	width: 100%;
	height: 34px;
	background-color: #030303;
	background-image: url(../images/navi_main_bg.jpg);
	background-repeat: repeat-x;
}

#navimain img {
	float: left;
}

#contentwrap {
	float: left;
	border-left: 1px solid #d2d2d2;
}

*>.content1border {
	width: 697px;	
	border-left: 1px solid #d2d2d2;
	float: left;
	margin-left: 179px;
}

* html .content1border {
	width: 697px;	
	border-left: 1px solid #d2d2d2;
	margin-left: 179px;
}

*>.content2border {
	width: 696px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	float: left;
	margin-left: 179px;
}

* html .content2border {
	width: 696px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin-left: 179px;
}

.contentback {
	float: left;
	position: relative;
	margin-left: -180px;
}

#navisub {
	width: 179px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

.navisubitem a:link {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #d4ddf5;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitem a:active {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #d4ddf5;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitem a:visited {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #d4ddf5;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitem a:hover {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #e8edfc;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitemactive a:link {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #bcc9ee;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitemactive a:active {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #bcc9ee;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitemactive a:visited {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #bcc9ee;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.navisubitemactive a:hover {
	width: 165px;
	height: 19px;
	display: block;
	background-color: #bcc9ee;
	padding-left: 14px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

#navisubsub {
}

.navisubsubitem a:link {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ebeffa;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navisubsubitem a:active {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ebeffa;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navisubsubitem a:visited {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ebeffa;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navisubsubitem a:hover {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ebeffa;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navisubsubitemactive a:link {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navisubsubitemactive a:active {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navisubsubitemactive a:visited {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navisubsubitemactive a:hover {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

#navigroup {
}

.navigroupitem a:link {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ffffff;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navigroupitem a:active {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ffffff;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navigroupitem a:visited {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ffffff;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #000000;
	line-height: 18px;
}

.navigroupitem a:hover {
	width: 156px;
	height: 19px;
	display: block;
	background-color: #ffffff;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navigroupitemactive a:link {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navigroupitemactive a:active {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navigroupitemactive a:visited {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

.navigroupitemactive a:hover {
	width: 156px;
	height: 19px;
	display: block;
	padding-left: 23px;
	margin-bottom: 1px;
	color: #4889ff;
	line-height: 18px;
}

/* Front page */

#content_frontpagewrap {
	width: 697px;
	float: right;
}

.content_frontpage  {
	width: 100%;
	float: left;
	background-image: url(../images/frontpage_content_bg.jpg);
	background-repeat: repeat-y;
}

*>.content_frontpage h2 {
	padding-bottom: 10px;
}

* html .content_frontpage h2 {
	padding-bottom: 11px;
}

*:first-child+html .content_frontpage h2 {
	padding-bottom: 11px;
}

.content_frontpagetext {
	width: 365px;
	float: left;
	padding: 20px 20px 15px 20px;
}

.content_frontpagepic {
	width: 292px;
	height: 290px;
	float: right;
	background-color: #8892a5;
	background-image: url(../documents/frontpage_pic.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#current {
	width: 657px;
	float: left;
	background-color: #8892a5;
	padding: 40px 20px 0px 20px;
	background-image: url(../images/current_topic.jpg);
	background-repeat: no-repeat;
}

#current p {
	color: #000000;
}

#current_english {
	width: 657px;
	min-height: 140px;
	float: left;
	background-color: #8892a5;
	padding: 40px 20px 0px 20px;
	background-image: url(../images/current_topic_english.jpg);
	background-repeat: no-repeat;
}

.current_english_spacer {
	width: 1px;
	height: 140px;
	margin-left: -1px;
	float: left;
}

#current_english p {
	color: #000000;
}

.current_item {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.current_item h3 {
	min-width: 401px;
}

.current_item p {
	min-width: 401px;
}

.current_item_pic {
	width: 215px;
	float: left;
}

.current_item_pic img {
	max-width: 215px;
	float: left;
	border: 1px solid #ffffff;
}

.current_item_text {
	max-width: 401px;
	float: left;
	padding: 2px 20px 0px 19px;
}

.price {
	color: #ffffff;
}

#current a:link {
	color: #ffffff;
	text-decoration: underline;
}

#current a:active {
	color: #ffffff;
	text-decoration: underline;
}

#current a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#current a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Products */

#content_productswrap {
	width: 696px;
	float: right;
}

.content_products {
	width: 656px;
	min-height: 350px;
	float: left;
	clear: both;
	padding: 20px 20px 10px 20px;
}

*>.content_products h2 {
	padding-bottom: 10px;
}

* html .content_products h2 {
	padding-bottom: 11px;
}

*:first-child+html .content_products h2 {
	padding-bottom: 11px;
}

.products_spacer {
	width: 1px;
	height: 350px;
	margin-left: -1px;
	float: left;
}

* html .content_products {
	width: 655px;
	padding-left: 21px;
}

*:first-child+html .content_products {
	width: 655px;
	padding-left: 20px;
}

#products_items h2 {
	padding-bottom: 0px;
}

.pagelinks {
	padding-bottom: 5px;
	text-align: right;
}

.products_item_border {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
	position: relative;
	z-index: 0;
}

.products_item {
	width: 656px;
	float: left;
	margin: -1px;
	position: relative;
	z-index: 1;
}

.products_item_pic {
	width: 215px;
	height: 215px;
	float: left;
	position: relative;
	z-index: 1;
	border: 1px solid #bfbfbf;
}

.products_item_pic img {
	max-width: 215px;
	max-height: 215px;
	float: left;
}

* html .products_item_pic img {
	width: 215px;
	float: left;
}

.products_item_topic {
	width: 417px;
	float: left;
	padding: 6px 11px 7px 11px;
	background-color: #b7c1b1;
}

.products_item_text {
	width: 417px;
	float: left;
	padding: 11px 11px 36px 11px;
	margin-left: -1px;
	border-left: 1px solid #dfdfdf;
	position: relative;
	z-index: 0;
}

.products_item_text h3 {
	color: #69758d;
}

.sale {
	color: #c60000;
}

.products_item_text p {
	min-width: 417px;
	color: #000000;
}

*>.productlink {
	float: left;
	margin-top: -25px;
	padding-left: 226px;
	position: relative;
	z-index: 1;
}

* html .productlink {
	margin-top: -24px;
	padding-left: 226px;
	position: relative;
	z-index: 1;
}

*:first-child+html .productlink {
	margin-top: -24px;
	padding-left: 226px;
	position: relative;
	z-index: 1;
}

/* Contact page */

#content_contactwrap {
	width: 697px;
	float: right;
}

.content_contact  {
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/general_content_bg.jpg);
	background-repeat: repeat-y;
}

*>.content_contact h2 {
	padding-bottom: 10px;
}

* html .content_contact h2 {
	padding-bottom: 11px;
}

*:first-child+html .content_contact h2 {
	padding-bottom: 11px;
}

.contact_spacer {
	width: 1px;
	height: 380px;
	margin-left: -1px;
	float: left;
}

.content_contacttext {
	width: 405px;
	float: left;
	padding: 20px 20px 15px 20px;
}

.content_contacttext img {
	border-color: #d2d2d2;
}

.content_contactpic {
	width: 252px;
	height: 200px;
	float: right;
	background-color: #8892a5;
	background-image: url(../documents/contact_pic.jpg);
	background-repeat: no-repeat;
}

/* General page */

#content_generalwrap {
	width: 697px;
	float: right;
}

.content_general  {
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/general_content_bg.jpg);
	background-repeat: repeat-y;
}

*>.content_general h2 {
	padding-bottom: 10px;
}

* html .content_general h2 {
	padding-bottom: 11px;
}

*:first-child+html .content_general h2 {
	padding-bottom: 11px;
}

.general_spacer {
	width: 1px;
	height: 380px;
	margin-left: -1px;
	float: left;
}

.content_generaltext {
	width: 405px;
	float: left;
	padding: 20px 20px 15px 20px;
}

.content_generalpic {
	width: 252px;
	height: 200px;
	float: right;
	background-color: #8892a5;
	background-image: url(../documents/general_pic.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	height: 18px;
	float: left;
	background-color: #282828;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}