@charset "UTF-8";

/* CSS Document */
#logoIdeal {
	height: 50px;
	width: 82px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.body {
	background-color: #00b2f3;
}

A:link,A:visited,A:active, A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}


#borderUp {
	height: 30px;
	width: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

#borderBottom{
	bottom: 0px;
	position: absolute;
	height: 30px;
	width: 99%;
	left: 0px;
	}
	
#borderLeft{
	position:absolute;
	height: 100%;
	left: 0px;
	width: 33px;
	top: 0px;
	z-index:2;
	}
	
#borderRight{
	position:absolute;
	height: 100%;
	right: 0px;
	width: 33px;
	top: 0px;
	z-index:2;
	}


#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
#containerLeft {
	float: left;
	width: 760px;
	position: relative;
	display: inline;
}
#containerRight {
	width:330;
	position: absolute;
	height: auto;
	right: 0px;
	z-index: -2;
	overflow: visible;
	top: 0px;
}
#bannerA {
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
}
#bannerB {
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
	height: 419px;
}
#bannerC {
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
}

.borderUp {
	background-image: url(../images/borderLevel.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.bannerB {
	//background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: small;
}
.bannerC {
	//background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}



.borderBottom {
	background-image: url(../images/borderLevel.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.borderLeft {
	background-image: url(../images/borderSide.png);
	background-repeat: repeat-y;
	background-position: left;
}

.borderRight{
	background-image: url(../images/borderSide.png);
	background-repeat: repeat-y;
	background-position: right;
}
#menuIntro {
	position: absolute;
	top: 20px;
	right: 0px;
}
