/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* DEBUG */

/* ELEMENT KILLER */
#bd .accessibility, .ja-headermask, .ja-usertools-font, .article-meta, .article_separator, .logo, #ja-col2, #ja-footnav {
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

/* PAGE FLOW & DESIGN */
body {
	background: #444444;
	font-family: Helvetica;
	color: #333333;
	font-size: 0.8em;
}

#ja-wrapper {
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
}

#ja-header {
	height: 104px;
        width: 950px;
	background: url('http://variantu.asiakkaat.sigmatic.fi/joomla/images/siteLayout/variheader.png') repeat-x;
}

#ja-mainbody {
	background-color: #f9f9f9;
	overflow: hidden;
}

#ja-containerwrap-fr {
	background: #f9f9f9;
	overflow: hidden;
}

#ja-contentwrap {
	float: right;
	width: 650px;
	min-height: 500px;
	padding: 20px 25px 25px 25px;
	background: #ffffff;
}

#ja-contentwrap a:link {
	color: #b93333;
	text-decoration: none;
	border-bottom: 1px solid;
}

#ja-contentwrap a:hover, #ja-contentwrap a:visited {
	color: #6f1e1e;
}

#ja-pathway {
	font-family: Verdana;
	font-size: 9px;
	margin-bottom: 7px;
}

#ja-pathway img {
	margin: 0px 5px;
}

.contentheading, .componentheading {
	font-size: 2em;
	margin-bottom: 5px;
	color: #b93333;
}

.contentheading a:link {
	border: none !important;
        text-decoration: none !important;
}

.contentheading a:visited, .contentheading a:hover {
        Border: none !important;
        color: #b93333 !important;
        text-decoration: none !important;
}

.contentpane {
        background: #ffffff;
}

.article-tools {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	clear: both;
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.article-tools a:link {
	border: none !important;
}

.article-content h1, #ckformcontainer h1 {
	font-size: 170%;
	margin-bottom: 15px;
}


.article-content p, #ckformcontainer p {
	margin-bottom: 20px;
	line-height: 170%;
}

.article-content h2, #ckformcontainer h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 150%;
}

.article-content h3, #ckformcontainer h3 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 120%;
}

.article-content ul, #ckformcontainer ul {
	list-style-type: disc;
}

.article-content li, #ckformcontainer li {
	margin-left: 25px;
	padding: 5px 0px;
	line-height: 130%;
}

.article-content ol {
	list-style-type: decimal;
	margin: 10px 0px;
}

.product-name {
	font-weight: bold;
}

.contactinfo {
        line-height: 120%;
}


.buttonheading {
	float: right;
	position: relative;
	bottom: -2px;
}

.buttonheading span {
	margin-left: 3px;
}

.article-content {
	line-height: 200%;
}

#ja-col1 {
	background-color: #f9f9f9;
	padding: 15px;
        width: 220px;
        overflow: hidden;
	_padding: 10px;
	_width: 220px;

}

#ja-col1 h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #b93333;
	padding-left: 3px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bbbbbb;
}

#ja-footer {
	clear: both;
	height: 74px;
        width: 950px;
	background: url(http://variantu.asiakkaat.sigmatic.fi/joomla/images/siteLayout/varifooter.png) repeat-x;
	overflow: hidden;
}

.copyright {
	float: right;
	text-align: right;
	margin: 29px 15px;
	color: white;
	font-size: 11px;
}

.copyright span{
	font-weight: bold;
}

/* NEWS MODULE */

.ja-box {
	padding-top: 10px;
	border-top: 1px dashed #aaaaaa;
}

.ja-box h3 {
	font-size: 1.7em;
	margin-bottom: 16px;
}

.ja-box .contentheading {
	font-size: 1.4em;
	padding-bottom: 3px;
}

.ja-box .article_separator {
	line-height: 1.5em;
}

/* LANGUAGE MODULE */

#jflanguageselection {
	overflow: hidden;
	margin-bottom: 6px;
}

.rawimages {
	float: right;
}

.rawimages span {
	margin-left: 5px;
}

.mceContentBody {
text-align: left;
background: #FFF none;
font: normal 11px Arial, Helvetica, sans-serif;
}

.width50 { width: 50px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width350 { width: 350px; }
.width400 { width: 400px; }
.width450 { width: 450px; }
.width500 { width: 500px; }
.left { float: left; }
.right {float: right; }
.clearer {clear: both; }

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}