/* resets all values to zero */
* { margin: 0; padding: 0; }

body {
	background: #fff;
	color: #464646;
	font: 12px/14px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

object { outline:none; }


/***** links *****/
a:link, a:visited, a:hover, a:active {
	color: #0181b7;
	text-decoration: underline;
}
a:hover {
	color: #585858;
}

/***** headings *****/
h2 {
	border-bottom: 1px solid #e8eae9;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
h3 {
	border-bottom: 1px solid #e8eae9;
	color: #2d2c34;
	font-size: 13px;
	font-weight: normal; 
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

/***** misc *****/
p { margin: 0 0 12px 0; }
p.p_wide { clear: both; float:none !important; width: 400px !important; }
p.margin_bottom { margin-bottom: 30px; }
p#kiitos { clear: both; display: block; font-style:italic; padding: 10px 0 0 0; width: 240px; }
img { border: 0; }
.clear { clear: both; }
.left { float: left !important; }
.right { float: right !important; }
.hide { display: none; }
.line, .line_heading { border-top: 1px solid #e8eae9; clear: both; display: block; height: 1px; margin: 10px 0; overflow: hidden;  width: 100%;}
.arrow { color: #0181b7; }
.top { margin-top: 30px;}
.no_header { border-top: 1px solid #e8eae9; margin-top: 25px; padding-top: 12px; }
.no_border { border-bottom: none;}
.seperator { border-top: 1px solid #e8eae9; margin-top: 25px; padding-top: 12px; width: 30px; float: left; overflow: hidden; }

/***** container - keeps the page in right size and centered *****/
#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 850px;
}

/***** header area *****/
#header {
	background: #3c3b42 url(../images/nav/bg.gif) top left repeat-x;
	height: 27px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header ul {
	float: left;
	height: 27px;
	overflow: hidden;
	width: 578px;
}
#header ul li {	
	color: #c2c2c2;
	display: block;
	float: left;
	height: 27px;
	list-style-type: none;
	text-decoration: none;
	text-indent: -999em;
    outline: none;
}


#header ul li a:link, #header ul li a:visited, #header ul li a:hover, #header ul li a:active {
	color: #c2c2c2;
	display: block;
	height: 27px;
	text-decoration: none;
	text-indent: -999em;
    outline: none;
}
#header ul li a:hover {
	background-position: 0 -27px !important;
}
#header ul li#n_home a:link, #header ul li#n_home a:visited, #header ul li#n_home a:hover, #header ul li#n_home a:active { 
	background: transparent url(../images/nav/home.gif) top left no-repeat;
	width: 56px;  
}
#header ul li#n_design a:link, #header ul li#n_design a:visited, #header ul li#n_design a:hover, #header ul li#n_design a:active { 
	background: transparent url(../images/nav/design.gif) top left no-repeat;  
	width: 62px;  
}
#header ul li#n_competition a:link, #header ul li#n_competition a:visited, #header ul li#n_competition a:hover, #header ul li#n_competition a:active { 
	background: transparent url(../images/nav/competition.gif) top left no-repeat; 
	width: 148px;  
}
#header ul li#n_press a:link, #header ul li#n_press a:visited, #header ul li#n_press a:hover, #header ul li#n_press a:active { 
	background: transparent url(../images/nav/press.gif) top left no-repeat; 
	width: 50px; 
}
#header ul li.current a:link, #header ul li.current a:visited, #header ul li.current a:hover, #header ul li.current a:active { 
	background-position: 0 -27px !important; 
}


/***** content *****/
#content {
	padding: 36px 0 0 0;
	width: 100%;
}
.wrapper {
	clear: both;
	padding: 0 11px;
}

/* side left */
.wrapper div.left {
	height: 1%;
	overflow: visible;
	padding: 0 0 30px 0;
	position: relative;
	width: 399px;
}
.wrapper div.column ul li {
	clear: both;
	list-style: none;
	margin: 0 0 10px 0;
}
.wrapper div.column ul li span {
	color: #808080;
	display: block;
	font-size: 10px;
	margin: 0;
}


.content_shortlist {
	clear: both;
	padding: 35px 0 0 0;
}
.content_shortlist h3 {
	float: left;
	margin: 0;
	width: 377px;
}
.content_shortlist p {
	clear: right;
}
.content_shortlist p.thumb {
	clear: none;
	float: left;
	width: 123px;
}
.content_shortlist p.normal, .content_shortlist h3.normal {
	float: none;
	width: 100%;
}

/* side right */
.wrapper div.right {
	height: 1%;
	overflow: visible;
	padding: 0 0 30px 0;
	position: relative;
	width: 399px;
}
.wrapper div.right form {
}
.wrapper div.right form input, .wrapper div.left form input {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #696969;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 6px;
}
.wrapper div.right form .submitButton, .wrapper div.left form .submitButton {
	background: transparent url(../images/button_laheta.gif) top left no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 20px;
	outline: none;
	text-indent: -999em;
	width: 66px;
}

/* etc */
.box {
	background: #f9faf9;
	border: 1px solid #d0d1d0;
	height: 1%;
	margin: 25px 0 35px 0;
	overflow: hidden;
	padding: 11px;
}
.box span {
	display: block;
	margin: 0;
}
.box span.box_heading {
	background: transparent url(../images/winner/box_heading.gif) top left no-repeat;
	height: 12px;
	margin: 5px 0 12px 0;
	text-indent: -999em;
	width: 202px;
}

/* logos */
#logos {
	clear: both;
	height: 1%;
	overflow: hidden;
}
#logos ul {
	list-style: none;
	margin: 0 0 0 12px;
}
#logos ul li {
	float: left;
	margin: 0 32px 0 0;
}

/***** footer area *****/
#footer {
	border-top: 1px solid #e8eae9;
	clear: both;
	color: #b2b2b2;
	font-size: 11px;
	height: 1%;
	overflow: hidden;
	padding: 16px 0px 19px 0;
	width: 100%;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #656565;
	text-decoration: none;
    outline: none;
}
#footer a:hover {
	color: #464646;
	text-decoration: underline;
}
#footer div {
	display: inline;
	float: left;
	margin: 0 0 0 11px;
}
#footer ul {
	float: right;
	margin: 0 0 0 7px;
}
#footer li {
	background: transparent url(../images/li.gif) center left no-repeat;
	display: inline; 
	list-style-type: none;
	padding: 0 0 0 11px;
}
#footer li.first {
	background: none;
	padding: 0;
}
#footer p {
	float: right;
	margin: 0 -1px 0 0;
}
.tooltip {
	background: #c41e1e;
	color: #fff;
	padding: 2px 5px;
}
.error {
	border: 1px solid #c41e1e !important;
}


.column {
	float: left;
	padding: 0 0 30px 0;
	width: 254px;
}
.column_center {
	margin: 0 30px;
}
.column_left {
	width: 502px;
}
.column_right {
	float: right;
	width: 254px;
}