/* 
+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+-+
|C|S|S| |b|y| |B|L|U|E|J|A|M|.|c|o|m|
+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+-+
*/

html, body{height:100%;}

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}




#container{

}



#container_header{
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	float: left;
	height: 335px;
	width: 100%;
	position: relative;
	z-index: 5;
}

#header, #footer{
	margin: auto;
	width: 899px;
}


#container_content{
	margin: auto;
	width: 899px;
	position: relative;
	z-index: 20;
}
	


.content{

}

.left{
	float: left;
	width: 372px;
	margin-top: 20px;
}
	
.right{
	position: relative;
	top: -210px;
	background-image: url(../images/right_back.png);
	background-repeat: no-repeat;
	float: right;
	width: 489px;
	margin-bottom: -210px;
}

.right_content{
	width: 425px;
	position: relative;
	z-index: 10;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 13px;
	padding-bottom: 20px;
}



#container_footer{
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 40px;
	background-position: 0px 40px;
}

.flash{
	height: 181px;
	width: 447px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 153px;
	margin-left:-450px;
	background-color: #FFFFFF;
}


h1{
	font-size: 20px;
	color: #aa161b;
	padding-bottom: 10px;
}

h2{
	font-size: 15px;
	color: #aa161b;
	padding-bottom: 10px;
}

h3{
	font-size: 15px;
	color: #000000;
}

h4{
	background-image: url(../images/h4.gif);
	text-indent: -10000px;
	float: left;
	height: 18px;
	width: 397px;
	clear: both;
	margin-top: 27px;
}

h5{
	float: left;
	height: 17px;
	text-indent: -10000px;
	margin-top: 79px;
}

#footer h5{
	margin-top: 13px;
}

h5 span{
	float: left;
	width: 174px;
	height: 17px;
	margin-right: 15px;
}

#header h5 span{
	background-image: url(../images/infero-telephone00.gif);
}

#footer h5 span{
	background-image: url(../images/infero-telephone01.gif);
}

h5 a{
	float: left;
	width: 171px;
	height: 17px;
}

#header h5 a{
	background-image: url(../images/infero-email00.gif);
}

#footer h5 a{
	background-image: url(../images/infero-email01.gif);
}

h5 a:hover, input.butt_submit:hover{
	opacity: .5;
	filter: alpha(opacity=50);
}

p{
	text-align: justify;
	padding-bottom: 10px;
}

#footer p{
	text-align: justify;
	padding-bottom: 10px;
	clear:both;
	font-size: 10px;
}

#logo a{
	background-image: url(../images/infero.jpg);
	text-indent: -10000px;
	float: left;
	height: 68px;
	width: 220px;
	margin-top: 30px;
	margin-right: 15px;
}

.microsoft a{
	background-image: url(../images/microsoft.gif);
	text-indent: -10000px;
	float: right;
	height: 69px;
	width: 143px;
	margin-bottom: 10px;
	position: relative;
	top: -15px;
}

.left ul{
	padding-bottom: 10px;
}

.left ul li{
	margin-left: 15px;
}

ul.menu{
	float: right;
	height: 30px;
	width: 223px;
	position: relative;
	top: -31px;

	background-color: #aa161b;
}

ul.menu li{
	float: left;
	list-style-type: none;
	
}

form ul{
	list-style-type: none;
	clear: both;
	float: left;
	width: 100%;
}

form ul li{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

form ul label{
	width:150px;
	float:left;
	padding-right: 5px;
}

.textbox00, .textbox01, .messagebox00, .dropbox00, .dropbox01{
	padding: 3px;
	width: 250px;
	border: 1px solid #e6babb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	top: -4px;
}

.messagebox00{
	height:100px;
}
.dropbox00{
	width: 258px;
}

.dropbox01, .textbox01{
	width: 75px;
}

input.butt_submit{
	float: right;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #aa161b;
	padding: 5px;
	border:none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-top: 10px;
	width: 150px;
}

.foot_image{
	background-image: url(../images/foot_image.jpg);
	float: right;
	height: 353px;
	width: 463px;
	position: relative;
	top: -403px;
	right: 12px;
	margin-bottom:-403px;
}
