/*-----------------------------------------------------------------------------
Stylesheet for Helkama Forste / www site / base
version:	1.0
date:   	30/10/08
author: 	Design Agency Fusion Ltd. / Aleksi Lampinen
email:  	aleksi.lampinen@fusion.fi
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
	GENERAL RESET AND SOME BASIC CLASSES
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
   
.float-l {
	float: left;
	}

.float-r {
	float: right;
	}

/*-----------------------------------------------------------------------------
Clearfix
-----------------------------------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/*-----------------------------------------------------------------------------
	LAYOUT
-----------------------------------------------------------------------------*/

body {
	background: #0d0d0d url(../img/bg_gradient.gif) repeat-x left top;
	}
	
#header {
	width: 100%;	
	height: 33px;
	background: url(../img/bg_menu.gif) repeat-x left top;
	border-bottom: 1px solid #040404;
	}

#menu {
	width: 940px;
	margin: 0 auto;
	height: 33px;
	text-align: center;	
	}
	

#container {
	width: 960px;
	margin: 0 auto;
	}

body#products #content object {
	margin-left: 20px;
	}

#content-header {
	width: 940px;
	margin: 0 10px;
	height: 100px;
	}

body#main #content-header {
	height: 80px;
	}

body#main #content {
	width: 960px;
	}


#content {
	width: 940px;
	margin: 0 10px;
	}

#logo {
	width: 180px;
	height: 30px;
	margin: 35px 0 0 20px;
	float: left;
	}
	
#tabs {
	width: 700px;
	margin-top: 28px;
	margin-right: 20px;
	height: 30px;
	float: right;
	}
	
	
body#design #tabs {

	}

#col-1,
#col-2,
#col-3 {
	float: left;
	width: 260px;
	min-height: 200px;
	margin: 0 40px 0 20px;
	}
	
#col-3 {
	margin-right: 20px !important;
	}
	
#col-23 {
	float: left;
	width: 580px;
	margin: 0 20px 0 20px;
	}
	
#content-footer {
	background: url(../img/bg_content_footer.gif) no-repeat top center;
	height: 180px;
	text-align: center;
	padding: 20px 150px 0 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

#footer {
	position: fixed;
	bottom: 0;	
	height: 30px;
	width: 100%;
	background: #111 url(../img/bg_footer.gif) repeat-x top left;
	}

#footer-content-wrap {
	width: 940px;
	margin: 0 auto;
	}

#footer-content-1 {
	float: left;
	}

#footer-content-2 {
	float: right;
	text-align: right;
	}
#footer-content-1,
#footer-content-2 {
	width: 450px;
	padding-top: 8px;
	margin-left: 20px;
	text-transform: uppercase;
	
	}

#no-flash {
	width: 300px;
	margin: 100px auto;
	font-size: 14px;
	text-align: center;
	}
	
#smartnet-sidebar {
	position: relative;
	top: -5px;
	float: right;
	width: 180px;
	height: 300px;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	background: url(../img/bg_login.png) no-repeat top left;
	}
	
#smartnet-content {
	float: left;
	width: 670px;
	margin-left: 0px;
	}

img.smartnet-main {
	float: left;
	}

/*-----------------------------------------------------------------------------
	TYPE
-----------------------------------------------------------------------------*/

body {
	font-family: arial;
	font-size: 62.5%;
	color: #e9e9e9;
	text-shadow: #000 0 0 0px;
	line-height: 1.55em;
	}
	

	
h1 {
	font-family: helvetica, arial;
	font-size: 2.5em;
	line-height: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 15px;
	}
	
#content-footer h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	}


h2 {
	font-family: arial, sans;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding-top: 2px;
	}

  
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
	}

p {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	}

#col-23 p {
	margin-bottom: 15px;
	}

#menu {
	font-size: 11px;
	text-transform: uppercase;
	}
	
body#contact #col-23 h1 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #444;
	}


body#design .intro p {
	margin-bottom: 30px;
	}



div#NewsPostDetailContent {

	}
	
	


/*-----------------------------------------------------------------------------
	LINKS
-----------------------------------------------------------------------------*/

a {
	color: #01cef3;
	text-decoration: none;
	}
	
a:hover {
	color: #FFF;
	}
	
#footer a {
	color: #FFF;
	}
	
#footer a:hover {
	color: #01cef3;
	}


/*-----------------------------------------------------------------------------
	INPUTS
-----------------------------------------------------------------------------*/
select {
	border: 1px solid #555;
	padding: 1px;
	width: 230px;
	}

p.login-fields input {
	border: 1px solid #666;
	padding: 2px 5px;
	margin-bottom: 5px;
	}

input.login-button {
	margin: 10px 0px 10px 0px;
	
	}

input.search-button {
	margin: 0px 0px 0px 10px;
	
	}
	
	
/*-----------------------------------------------------------------------------
	TABLES
-----------------------------------------------------------------------------*/

table td {
	padding-right: 10px;
	vertical-align: top;

	}

table {
	width: 100%;
	margin-bottom: 10px;

	}
	
table.main-contact {
	margin: 10px 0 0px 0;
	}

table.main-contact-2 {
	margin: 10px 0 40px 0;
	}

table.file-list {
	font-size: 12px;
	border-top: 1px solid #2a2a2a;
	}

table.file-list td {
	border-bottom: 1px solid #2a2a2a;
	padding-right: 0px;
	}
	
/*-----------------------------------------------------------------------------
	MISC
-----------------------------------------------------------------------------*/

#footer-content-2 img {
	margin-left: 3px;
	vertical-align: middle;
	}
	
body#design #col-23 img {
	float: left;
	margin: 0 30px 20px 0;
	}
	
#tabs select {float: right;}

ul#results li {font-size: 12px;margin-left: 12px;}
	


	

	
