body{
	margin:0;
	padding:0;
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
}

#content{
	margin:0 auto;
	padding:0;
	width:1024px;
	background:#F0F0F0 url("images/bg_content.jpg") repeat-y right;
}

#left{
	margin:0;
	padding:250px 30px 0 20px;
	width:460px;
	height:518px;
	background:#F0F0F0 url("images/bg_left.jpg") no-repeat 0 0;
	float:left;
}

#left a{
	color:#fff !important;
	text-decoration:none;
}

#left a:hover{
	color:#ccc !important;
}

.left_selection{
	height:708px !important;
	padding-top:60px !important;
	background:#F0F0F0 url("images/bg_left_hover.jpg") no-repeat 0 0 !important;
}

h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
	color:#fff;
}

#left p{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	color:#fff;
}

#left .bottom{
	margin:200px 0 0 0;
	padding:0;
	border-top:2px solid #fff;
	text-align:right;
}

.bottom a{
	margin:0;
	padding:0;
	color:#fff;
	text-decoration:none;
}

.bottom a:hover{
	color:#999;
}

#right{
	margin:0;
	padding:65px 20px 0 5px;
	float:right;
	width:485px;
}

#right a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#333;
}

#right a:hover{
	color:#999;
}

#right p{
	margin:0 0 30px 0;
	padding:0;
}

#col_left{
	margin:0;
	padding:0;
	width:237px;
	float:left;
}

#col_right{
	margin:0;
	padding:0;
	width:237px;
	float:right;
}

.info{
	margin:0 0 35px 0;
	padding:60px 15px 0 15px;
	height:120px;
}

/*.nos:hover{
	background:#F0F0F0 url("images/bg_hover_nos.jpg") no-repeat 0 0;
}

.con:hover{
	background:#F0F0F0 url("images/bg_hover_cont.jpg") no-repeat 0 0;
}

.inst:hover{
	background:#F0F0F0 url("images/bg_hover_inst.jpg") no-repeat 0 0;
}

.alar:hover{
	background:#F0F0F0 url("images/bg_hover_alar.jpg") no-repeat 0 0;
}

.seg:hover{
	background:#F0F0F0 url("images/bg_hover_seg.jpg") no-repeat 0 0;
}

.conf:hover{
	background:#F0F0F0 url("images/bg_hover_conf.jpg") no-repeat 0 0;
}
*/
.nos{
	background:#F0F0F0 url("images/bg_nos.jpg") no-repeat 0 0;
}

.con{
	background:#F0F0F0 url("images/bg_cont.jpg") no-repeat 0 0;
}

.inst{
	background:#F0F0F0 url("images/bg_nanogsm.jpg") no-repeat 0 0;
}

.alar{
	background:#F0F0F0 url("images/bg_alar.jpg") no-repeat 0 0;
}

.seg{
	background:#F0F0F0 url("images/bg_emerwan.jpg") no-repeat 0 0;
}

.conf{
	background:#F0F0F0 url("images/bg_nanogsm.jpg") no-repeat 0 0;
}

.clear{
	clear:both;
}

form{
	margin:30px 0 0 0;
	padding:0;
}

input{
	margin:0 0 15px 0;
	padding:2px;
	width:250px;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
}

textarea{
	margin:0 0 10px 0;
	padding:2px;
	width:350px;
	height:200px;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
}

button{
	margin:0;
	padding:2px;
	font-weight:bold;
	cursor:pointer;	
}