/***********************
Newtest.comin etusivun tyylisivu
Copyright Newtest Oy
***********************/


/***********************
Colours
***********************/
BODY {
	/* Body background */
	background-image: url(../images/frontpage_pohja.gif);
}

#content {	
	/* Main background */
	background-color: #b2cade;
}

.contentborder, .claimer {
	/* Outer border color */
	background-color: #f7efef;
}

.contentborder_tl,
.contentborder_tr,
.contentborder_bl,
.contentborder_br {
	/* Outer border corners */
}

TD {
	/* Normal font colour */
	color: black;
}

A:link, A:visited, A:hover {
	/* Link colour */
	color: #004574;
}

STRONG, H2, 
.hilight, 
.claimer, .claimer A {
	/* Strong colour */
	color: black;
}

.claimer,
#content {
	/* Outer borders */
	border-color: #7a808c;
}

/***********************
Page-wide tag definitions
***********************/
BODY {
	margin: 10px;
	padding: 0px;

	/* Page base font */
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: 0.46;
}

H2 {
	margin-top: 0px;
	padding-top: 0px;
}

STRONG, H2,
A, A:link, A:visited, A:hover {
	font-size: 1.0em;
	font-weight: bold;	
}

IMG {
	border: 0px;
}

A:link, A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/***********************
Page base layout definitions
***********************/

/* Primary page container */
#pagebase {
	width: 754px;
	margin: 0px auto;
}

/* The actual page content container */
#content {
}

.claimer {
	margin-top: 0px;
	margin-bottom: 0px; 

	height: 30px;
}

/* Minimal font for &nbsp's */
.contentborder,
.contentborder_tl,
.contentborder_tr,
.contentborder_bl,
.contentborder_br {
	font-size: 0.1em;
}

/* Page outer borders */
.contentborder, .claimer,
.contentborder_tl,
.contentborder_tr,
.contentborder_bl,
.contentborder_br {
	background-repeat: no-repeat;
}

.contentborder_tl {
	background-image: url(../images/frontpage_border_tl.gif);
}

.contentborder_tr {
	background-position: top right;
	background-image: url(../images/frontpage_border_tr.gif);
}

.contentborder_bl {
	background-position: bottom left;
	background-image: url(../images/frontpage_border_bl.gif);
}

.contentborder_br {
	background-position: bottom right;
	background-image: url(../images/frontpage_border_br.gif);
}

.controls {
	width: 100px;
	padding-right: 31px;
}

#languagebar, #contactinfo {
	width: 100px;
	padding: 0px 3px 0px 3px;

	line-height: 18px;
	text-align: center;

	border: 2px solid;
}

#contactinfo {
	margin-top: 3px;
}

#languagebar A, #contactinfo A {
	text-decoration: none;
	font-weight: normal;
}

#languagebar A:hover, #contactinfo A:hover {
	text-decoration: underline;
}

#logo {
	text-align: center;
}

#products {
	margin: 12px auto;	
}

#products TD {
	width: 305px;
	
	padding: 0px 10px 10px 10px;
	
	text-align: center;
		
	border: solid 1px;

	vertical-align: top;
}

#products UL {
	font-size: 1.20em;
}

#products UL A {
	color: black;
	text-decoration: none;
}

#products UL A:hover {
	text-decoration: underline;
}

#products H2 {
	text-align: center;
	font-weight: normal;
	
	margin-top: 10px;
	
	font-size: 1.1em;
}

.text, .hilightbox {
	border-style: solid;
	border-width: 1px;
}

.text {
	margin: 20px;
	padding: 15px;
}

.hilightbox {
	width: 640px;
	
	margin: 12px auto;
	padding: 10px;
	text-align: center;
}

.hilightbox B {
	color: #851B3A;
}

#products {
	background-color: #b2cade;
	
	border-color: #CADAEA;
}

#contactinfo {
	background-color: #CADAEA;
	border-color: #CADAEA;
}

#products TD, #languagebar, .hilightbox, .text {
	border-color: #CADAEA;	
}

#languagebar {
	color: #CADAEA;
}

#languagebar A, #contactinfo A {
	color: black;
}