/* CSS Document */
html,body{
	margin:0;
	padding:0;
	text-align: center;
	height:100%;
}

#header{
	width: 100%;
	height: 325px;
}

#content{
	width:950px;
	text-align:left;
	background-image:url(gfx/bg.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#content_left{
	float:left;
	width:260px;
	background-image:url(gfx/left_bg.gif);
	background-repeat:no-repeat;
}

#content_right{
	float:left;
	width:630px;
	margin-left:10px;
}

#footer{
	width:950px;
	height:142px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(gfx/footer.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#content_html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}

.clear{
	clear:both;
}

.headding{
	padding-top:10px;
	padding-left:50px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#B3395F;	
}

.headding2{
	padding-top:10px;
	height:35px;
	background: bottom center no-repeat;
	background-image:url(gfx/line.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#B3395F;	
}

.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}

.normal2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}

a.email{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
}

.parent_select{
	border-bottom: solid 4px #333;
}

.parent_list{
	border-bottom: solid 2px #333;
}

.right_border{
	border-right: solid 1px #333;
}
.size_one{
	width: 100px;
	text-align:center;
}

.size_two{
	width: 190px;
}


.header_title{
	padding: 4px 0 4px 0;
}

.header_title2{
	padding: 4px 0 4px 22px;
}

.info_title{
	padding: 10px 0 10px 20px;
	margin: 20px 0 30px 0;
}

.info_logo{
	padding: 10px 0 10px 20px;
}

.info_floor{
	height: 30px;
	margin: 30px 0 30px 0;
	
}

.info_number{
	height: 20px;
	margin: 30px 0 30px 0;
	padding: 7px 0 3px 0;
}



.link{
	text-decoration:none;
	color:#7B1E31;
}

h1{
	margin:0;
	padding: 0;
}

h3{
	margin:0;
	padding: 0;
}

.button{
	width: 90px;
	height:20px;
	margin: 5px 30px 0 0;
	padding: 10px 0 0 0;
	text-align:center;
}

.button a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7B1E31;
	text-decoration:none;
}

.button_active{
	width: 90px;
	height:20px;
	margin: 5px 30px 0 0;
	padding: 10px 0 0 0;
	text-align:center;
	background:url(gfx/button_bg.gif) no-repeat;
	
}

.button_active a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.left_info{
	background: url(gfx/vari.png) no-repeat bottom;
	width: 250px;
	padding: 10px 0 25px 0;
}

.press{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#B3395F;
	display:block;
	margin: 10px 0 0 50px;
}

.press_pdf{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0 0 0 50px;
}

.press_pdf a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#B3395F;
}


.float_left{
	float:left;
}

.clear{
	clear:both;
}


/* POPUP */
/*######POPUP#######*/
#popup{
	position: absolute;
	z-index:1000;
	left: 50%;
	top:80px;
	width:790px;
	height:490px;
	display:none;
}

#popup_header{
	width:790px;
	height:21px;
	background-image:url(gfx/popup_header.png);
	background-repeat:no-repeat;
}

#popup_footer{
	width:790px;
	height:19px;
	background-image:url(gfx/popup_footer.png);
	background-repeat:no-repeat;
}

#popup_main{
	width:790px;
	height:450px;
}

#popup_left{
	float:left;
	width:21px;
	height:450px;
	background-image:url(gfx/popup_left.png);
	background-repeat:no-repeat;
}

#popup_content{
	float:left;
	width:750px;
	height:450px;
	background-color:#B7B7B7;
}

#popup_right{
	float:left;
	width:19px;
	height:450px;
	background-image:url(gfx/popup_right.png);
	background-repeat:no-repeat;
}

#overlay{
    background-color:#666666;
    z-index:50;
    position: absolute;
    left:0;
    top:0;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.popuptxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

input.input{	
	width:135px;
	height:18px;
	border:0px;
	background-color:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
textarea.textarea{
	width:135px;
	height:75px;
	border:0px;
	background-color:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

