@charset "utf-8";
/* CSS Document */
body,html{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#container{
	 width:931px;
	 left:50%;
	 margin-top:5px;
	 margin-left:-466px;
	 position:absolute;
	 padding-bottom:20px;
}
/* top area*/
div#top_top{
	width:100%;
	height:7px;
	font-size:1px;
	background-image:url(../../img/intro/top.gif);
}
div#top_menu{
	width:100%;
	background-color:#E99800;
	height:77px;	
}
div#top_bottom{
	width:100%;
	height:14px;
		font-size:1px;
	background-image:url(../../img/intro/middle_top_divider.gif);
	background-repeat:no-repeat;
}

div#top_banner{
	width:164px;
	height:76px;
	float:left;
	background-image:url(../../img/intro/banner_stefani.gif);
}
div#top_menu_content{
	margin-top:55px;
	margin-right:20px;
	float:right;
}
/* middle area*/
div#middle_area{
	background-color:#DFDFDF;
	padding-bottom:10px;
	clear:left;
}
div.content_container, div.content_container_first, div.content_container_last{
	width:300px;
	margin-left:15px;
	float:left;
}
div.content_container_first{
	margin-left:0px;
}
div.content_container_last{
	margin-left:16px;
}
div.content_container_shadow{
	width:298px;
	height:10px;
	background-image:url(../../img/intro/middle_bottom_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
		font-size:1px;
}
div#cs_in_content_containter, div#ps_in_content_containter, div#le_in_content_containter{
	width:298px;
	border:#FF9900 1px solid;
	text-align:center;
	padding-top:2px;
	background-color:#EFEFEF;
	background-image:url(../../img/intro/lesnica_bk.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:530px;
}
div#ps_in_content_containter{
	background-image:url(../../img/intro/pstefani_bk.jpg);
}
div#le_in_content_containter{
	background-image:url(../../img/intro/cstefani_bk.jpg);
}
div.middle_area_footer{
	clear:both;
}
/* bottom area*/
div#bottom_top{
	width:100%;
	height:4px;
	background-image:url(../../img/intro/middle_bottom_divider.gif);
	background-repeat:repeat-x;	
	font-size:1px;
}
div#bottom{
	width:100%;
	height:auto !important;
	height:10px;
	min-height:10px;
	background-color:#E99800;
	background-image:url(../../img/intro/bottom_bk.gif);
	background-repeat:repeat-y;
	background-position:697px 0px;
}
div#bottom_shadow{
	width:100%;
	height:20px;
	background-image:url(../../img/intro/bottom.gif);
}
div#bottom_left_content{
	float:left;
	width:655px;
	color:#FFFFFF;
	font-weight:bold;
	padding:20px;
}
div#bottom_right_content{
	float:right;
	color:#FFFFFF;
	width:200px !important;
	width:190px;
	padding:10px;
	margin-right:5px;
	margin-top:5px;
	background-color:#BBBBBB;
}
div.registration{
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	color:#FFFFFF;
	z-index:50;
	padding:8px;
}
div.registration form{
	margin:0px;
	padding:0px;
}
div.registration div.input input{
	width:100%;
	text-align:center;
	font-size:12px;
	text-transform:none;
}
div.registration div.input input.form-error{
 	border:#FF0000 1px solid;
	background-color:#FFF0F0;
}
div.registration div.error-message{
	color:#FF0000;
	font-size:11px;
	text-align:center;
}
div.registration div.submit input{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #333333;	
	text-align:center;
	margin-top:5px;
	font-size:12px;
	height:18px;
	float:right;
	cursor:pointer;
	text-transform:none;
}
div.registration_info{
	padding:20px;
	color:#666666;
	min-height:300px;
}
div.registration_info a{
	text-align:center;
	font-weight:bold;
}
div.registration_info div.sumbit{
	text-align:center;
}
div.registration_info input.submit{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #333333;
	cursor:pointer;	
}
/*text*/
div.menu{
	float:left;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
}

div.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	color:#111111;
}
div.menu a img{
	border:2px solid #EFEFEF;
	margin-right:4px;
}
div.menu a:hover{
	text-decoration:underline;
	color:#666666;
}
h2{
	font-size:14px;
}
a{
	text-decoration:none;
	color:#111111;
}
a:hover{
	text-decoration:underline;
	color:#666666;
}

