/* GENERAL */
body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#58BCDE;
	background-image:		url('../graphics/backgrounds/body.jpg');
	background-position:	top center;
	background-repeat:		repeat-x;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-align:				justify;
	color:					#4B4B4B;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}

h1{
	margin:					20px;
	margin-top:				30px;
	margin-bottom:			0px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				26px;
	font-weight:			normal;
	text-align:				left;
}

p{
	margin:					20px;
}

ul{
	margin:					20px;
	padding-left:			20px;
}

ul.error_list{
	margin:					0px;
	padding:				0px;
	list-style:				none;
	color:					#FF8080;
}

ol{
	margin:					20px;
	padding-left:			20px;
}

table{
	margin:					20px;
	border-collapse:		collapse;
}

table th{
	padding-right:			10px;
}

table td{
	padding-right:			10px;
}

form{
	margin:					0px;
}

a{
	text-decoration:		underline;
	color:					#449A01;
}

a:hover{
	text-decoration:		none;
}

input{
	padding:				5px;
	padding-top:			2px;
	padding-bottom:			2px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-style:				italic;
	color:					#4B4B4B;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}

.textright{
	text-align:				right;
}


/* FRAME */
div#frame{
	width:					970px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			25px;
	background-image:		url('../graphics/backgrounds/frame.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					970px;
	height:					60px;
	margin-top:				25px;
	background-image:		url('../graphics/backgrounds/header.png');
}

div#header a{
	width:					145px;
	height:					27px;
	margin-top:				10px;
	margin-right:			5px;
	padding-top:			13px;
	padding-right:			40px;
	background-image:		url('../graphics/backgrounds/gallery/default.jpg');
	font-size:				12px;
	text-align:				center;
	text-decoration:		none;
	color:					#FFFFFF;
	display:				block;
	float:					right;
}

div#header a:hover{
	background-image:		url('../graphics/backgrounds/gallery/hover.jpg');
}

div#header img{
	margin-top:				20px;
	margin-left:			20px;
}


/* MENU */
div#menu{
	width:					970px;
	height:					30px;
	background-color:		#FFFFFF;
}

div#menu ul{
	width:					960px;
	height:					30px;
	margin:					0px;
	margin-left:			5px;
	padding:				0px;
	list-style:				none;
	background-image:		url('../graphics/backgrounds/menu/ul.gif');
}

div#menu ul li{
	float:					left;
}

div#menu ul li.active a{
	background-image:		url('../graphics/backgrounds/menu/a.gif');
}

div#menu ul li.active a:hover{
	text-decoration:		none;
}

div#menu ul li a{
	padding-left:			10px;
	padding-right:			10px;
	line-height:			30px;
	font-size:				10px;
	text-decoration:		none;
	color:					#FFFFFF;
	display:				block;
}

div#menu ul li a:hover{
	text-decoration:		underline;
}


/* BANNER */
div#banner{
	width:					960px;
	height:					410px;
	padding-left:			5px;
	padding-right:			5px;
	background-image:		url('../graphics/backgrounds/banner.gif');
}

div#banner.small{
	height:					175px;
}

div#banner img{
	margin-top:				2px;
	margin-left:			2px;
}


/* MAIN */
div#main{
	width:					970px;
	background-color:		#FFFFFF;
}

div#main div.content{
	width:					650px;
	line-height:			150%;
}

div#main div.blocks{
	width:					300px;
	margin-left:			20px;
}

div#main div.blocks h1{
	margin-bottom:			20px;
}

div#main div.blocks table{
	margin-top:				0px;
	margin-bottom:			0px;
}

div#main div.blocks img.partner{
	margin:					20px;
	margin-top:				0px;
	border-style:			solid;
	border-color:			#4B4B4B;
	border-width:			1px;
	float:					left;
}


/* FOOTER */
div#footer{
	width:					910px;
	height:					200px;
	padding-left:			60px;
	border-top-style:		solid;
	border-color:			#6EE901;
	border-width:			2px;
	background-image:		url('../graphics/backgrounds/footer.png');
	color:					#FFFFFF;
}

div#footer div{
	width:					425px;
	float:					left;
}

div#footer div div{
	width:					auto;
	display:				block;
	float:					none;
}

div#footer h1{
	margin-top:				20px;
}

div#footer p{
	margin-top:				0px;
	margin-bottom:			0px;
}

div#footer ul{
	margin-right:			0px;
	padding:				0px;
	list-style:				none;
	float:					left;
}

div#footer a{
	text-decoration:		none;
	color:					#FFFFFF;
}

div#footer a:hover{
	text-decoration:		underline;
}

div#footer a.button{
	width:					30px;
	height:					24px;
	margin-top:				14px;
	margin-left:			-35px;
	background-image:		url('../graphics/backgrounds/button/default.gif');
	display:				block;
	float:					left;
}

div#footer a.button:hover{
	background-image:		url('../graphics/backgrounds/button/hover.gif');
}

div#footer input{
	width:					295px;
	height:					25px;
	margin-top:				11px;
	padding-top:			6px;
	padding-bottom:			0px;
	padding-right:			45px;
	border:					none;
	background:				none;
	font-size:				15px;
	float:					left;
}