body, html #page{
	min-height:100%;
	height:100%;
}

html>body, html>body #page{
	height:auto;	
}

#page {
	width:780px;
}

body, h1, h2, h3, h4, p, ul, li, a {
	margin:0px;
	padding:0px;
	color:#333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	
}


h1 {
	font-weight: normal; 
	font-size:20px;
}

.h1_first {
	position:absolute;
	top:10px;
	left:15px;
}

.h1_second {
	position:absolute;
	top:35px;
	left:170px;
}

h2 {
	font-size: 14px;
	margin-bottom: 20px;
	}

h3 {
	font-size:12px;
	margin-bottom: 0px;
}
p {
	margin-bottom:15px;
	}

a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	color: #BDCF94;	
}

label{
	float:left;
	width:70px;
	}
	
input, textarea {
	width:200px;
	margin-bottom: 10px;
}

input#send_button {
	width: 150px;
	background-color: #E1EACE;
	color:#333;
}


	
#navigation {
	float:left;
	margin-top: 10px;
	padding:10px 10px 10px 0px;
	border: 1px solid #BDCF94;
	border-left: none;
}

ul#nav {
	list-style-type: none;
}

ul#nav a{
	display: block;
	width:160px;
	text-decoration: none;
	line-height: 1.8em;
	padding-left: 15px;
	border-bottom: none;
}

ul#nav a:hover, ul#nav a.current_page {
	background-color: #BDCF94;
	color:#FF3;
}

/* Added to home page on 28.2.07 */
#logos  {
	position:absolute;
	left:50px;
	top:300px;
	width:95px;
	}
	
#logos img {
	padding:10px 0px 0px 5px;
	}
	
#logos p {
	padding-top:10px;
	font-size:9px;
	}
	
/* End new additions 28.2.07 */


#content {
	margin-left:210px;
	}

ul#certificates {
	padding-left: 50px
}

ul#clients {
	padding-left: 50px;
	list-style-type: disc;
}
	
#footer {
	clear:both;
	width:550px;
	margin-left:210px;
	margin-top:30px;	
	margin-bottom: 2px;
	line-height: 2em;
	}
	
#copyright {
}

#moonshine_credit {
	float: right;
}


	
	
/* Misc classes */

.right {
	float:right;
	margin-left:15px;
	}
	
.left {
	float:left;
	margin-right:15px;
	}
	
.clear {
	clear: both;
	height: 1px;
}

.image_link {
	border:none;
	
}