/* Unico Profit - Main Stylesheet */


/* =============================== Main classes */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#FFFFFF;
}

a{
	color:#175E9D;
}

#mainpage{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(imgs/main_page_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}

/* =============================== Page wrappers */


#header{
	width:860px;
	height:150px;
	clear:both;
	background-image:url(imgs/main_header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#logo{
	float:left;
	margin-top: 58px;
	padding-left: 80px;
	margin-right: 150px;
}

/* Top nav Menu classes */


#topmenu{
	float:left;
	margin-top: 115px;
	height: 46px;	
}

#topmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#175E9D;
	text-decoration:none;
}

#topmenu ul{
	margin:0px;
	padding:0px;
}

#topmenu li{
	float:left;
	height: 52px;
	list-style-type:none;
	background-color: transparent;
	background-image:url(imgs/topmenu_delimiter.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	list-style-position:outside;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}

#topmenu .home{
	background-image:none;
	color:#175E9D;
}

#topmenu a:hover{
	background-color: transparent;
	color: #1C9EFF;
	text-decoration:underline;

}

#topmenu .selected,
#topmenu li.selected a{
	text-decoration:none;
	color: #1C9EFF;

}

/* Content classes */


#content{
	float:left;
	clear:both;
	width: 860px;
	height:380px;
	background-image:url(imgs/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#text{
	float:left;
	width: 430px;
	height:auto;
	padding-left: 350px;
	margin-top: 45px;
	text-align:justify;
	line-height: 21px;
	color:#333333;
	font-size:13px;

}

#text h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#6A6A6A;
	font-size: 25px;
	letter-spacing: -1px;
	line-height:normal;
	font-weight: normal;

}

#text span{
	font-family:Arial, Helvetica, sans-serif;
	color:#175E9D;
	font-size: 13px;
	font-weight: normal;
	float:right;
	text-align:right;

}

/* Google search form */


#search{
	float:left;
	clear:none;
	width: 325px;
	text-align:left;
	padding-left: 50px;
	margin-right: 30px;
	background-color: transparent;
	background:none;

}

#search img{
	float:left;
	border:0px;

}

#search #icons{
	float:left;
	clear:both;
	margin-bottom: 10px;

}

#search a{
	text-decoration:none;

}

#search #gform{
	float:left;
	width:100%;

}

#gform .txtarea{
	float:left;
	display:block;
	width: 170px;
	height: 19px;
	margin-right: 5px;
	padding-left: 3px;
	background-color: #E8E8E8;
	color:#333333;
	font-size: 12px;
	border-style:solid;
	border-color:#606060;
	border-width: 1px;
	vertical-align:middle;

}

#gform .btn{
	width: 60px;
	height: 23px;
	background-color: #B9B9B9;
	color:#333333;
	border-style:solid;
	border-color:#606060;
	border-width: 1px;
	vertical-align:middle;
	text-align:center;
	margin-bottom: 10px;
	margin-right: 5px;
	float:left;
	padding:0;
	margin:0 3px 0 0;

}

/* Footer classes */

#footer{
	width: 860px;
	float:left;
	clear:both;
	background-color: transparent;
	background:none;

}

#seo{
	float:left;
	width: 390px;
	padding-top: 45px;
	padding-left: 30px;
}

#seo ul{
	margin:0;
	padding:0;

}

#seo li{

	float:left;
	list-style-type:none;
	background-image:url(imgs/topmenu_delimiter.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	list-style-position:outside;
	padding-left: 5px;
	padding-right: 5px;
	font-size:11px;

}

#seo .firstlink{
	background-image:none;
}


#seo p{
	font-size:11px;
	width:auto;
}


#seo a:hover{
	background-color: transparent;
	color: #1C9EFF;
	text-decoration:underline;
}

#copyright{
	font-size: 11px;
	float: left;
	margin-top: 5px;
}

#flogos{
	width: 100%;
	float:left;
	clear:both;
	text-align:left;
	background-image:url(imgs/Footer_hr.gif);
	background-repeat:no-repeat;
	background-position:40px 10px;
}


#logos{
	text-align:left;
	font-size: 11px;
	color:#333333;
}


#logos p{
	float:left;
	text-align:left;
	font-size: 11px;
	color:#333333;
	padding-left: 110px;
	padding-top: 15px;
}
