.hidden{
	display: none;
}

.information{
	color: green;
}

.error{
	color: red;
}

/****/

html{
	background-color: #eee;
}

body, textarea, input{
	font-family: verdana, arial, helvetica, sans-serif;
}

body{
	font-size: 9pt;
	text-align: center;
}

body, textarea, input, select{
	color: #555;
}

#page{
	margin: 10px auto 20px auto;
	border: 0;
	width: 700px;
	border: 1px #ccc solid;
	background-color: white;
}

#content{
	text-align: left;
	padding: 40px 50px 40px 50px;
	background: url(../_media/images/atom.gif) no-repeat;
}

#footer{
	margin: 0;
	height: 24px;
	background: url(../_media/images/footer.png) repeat-x;
	font-size: 8pt;
}

#footer p{
	padding-top: 3px;
}

/****/

p{
	margin: 10px 0 10px 0;
}

a{	
	color: #FF7800;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

ul{
	margin: 20px;
}

li{
	margin-bottom: 10px;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

input.text, textarea, select{
	border: 1px #ccc solid;
}

input.text:hover, textarea:hover, select:hover{
	border: 1px #ddd solid;
}

td.submit{
	padding-top: 10px;
}

form tr.formInfo td, form .error{
	font-size: 8pt;
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #999;
}

textarea{
	width: 500px;
	height: 150px;
}

/****/

#header{
	text-align: right;
	width: 700px;
	height: 87px;
	background: url(../_media/images/header.jpg) no-repeat;
}

h1{
	display:none;
}

#menu{
	height: 32px;
	background: url(../_media/images/menu.png) repeat-x;
	margin: 0;
	padding: 0;
}

#menu a{
	display: block;
	float: left;
	height: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

#menu_services{
	margin-left: 160px;
	background: url(../_media/images/menu_services.gif) no-repeat;
	width: 64px;
}

#menu_portfolio{
	background: url(../_media/images/menu_portfolio.gif) no-repeat;
	width: 70px;
}

#menu_methodology{
	background: url(../_media/images/menu_methodology.gif) no-repeat;
	width: 102px;
}

#menu_contact{
	background: url(../_media/images/menu_contact.gif) no-repeat;
	width: 62px;
}

#menu a:hover{
	background-position: 0px -20px;
}

/****/

h2{
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	width: 100%;
	font-weight: normal;
	font-size: 16pt;
	color: #666;
	border-bottom: 1px #ccc solid;
}

/****/


h3{
	margin: 40px 0 20px 0;
	padding: 0 0 5px 0;
	width: 100%;
	font-weight: normal;
	font-size: 12pt;
	border-bottom: 1px #ccc solid;
	clear: both;
}

#content img{
	float:left;
	margin: 0;
	padding: 20px 10px 10px 0;
}

/****/

@media print{

.hidden{
	display: block;
}

#header, #menu{
	display: none;
}

}