@charset "utf-8";
/* CSS Document */


/* ========================================= */
/* MAIN STYLES */
/* ========================================= */
html * { 
	padding: 0px; 
	margin: 0px 
}

body{
	text-align:center;	
	margin:0px;
	padding:0px;
	background-color: #e1e1e1;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

img{
	border:none;
}

a{
	outline:none;	
}

/* Fix IE-Bug */
input,label{
    vertical-align:middle;
    font-size:12px
}
input{
    height: 16px; 
    width: 16px; 
    margin:0;
	outline:none;		
}

/* ========================================= */
/* MAIN CONTAINER */
/* ========================================= */
#wrapper{
	width:950px;
	height:auto;
	background-color: #e1e1e1;
	margin: 0px auto 0px auto;
	position:relative;
	text-align:left;		
}

#meta_nav{
	width:950px;
	height:22px;	
	color: #737373;
	font-size: 12px;
	padding: 13px 0px 0px 0px;
}
#meta_nav a{
	color: #737373;	
}
#meta_nav a:hover{
	text-decoration:none;
}

#login_pullout{
	width:187px;
	height:30px;
	position:absolute;
	top:0px;
	left:744px;
	z-index:10;
}
#arrows {
	position:absolute; 
	top:14px; 
	left:150px; 
	width:21px; 
	height:22px; 
	background-image:url(/glossarium/img/arrow_up_1.jpg);
	display:block; 
	z-index:11;
}	
#arrows:hover {
	background-image:url(/glossarium/img/arrow_up_2.jpg);
}	
#arrows.up {
	background-image:url(/glossarium/img/arrow_down_1.jpg); 
}	
#arrows.up:hover {
	background-image:url(/glossarium/img/arrow_down_2.jpg); 
}	

#ps_bigPic1, #ps_bigPic2 { 
	position: absolute; 
	width: 950px; 
	height: 544px; 
	background-color: #e1e1e1; 
	background-position: left top; 
	background-repeat: no-repeat; 
}

#box{
	width:337px;
	height:415px;
	position:absolute;
	top:126px;
	left:53px;
	z-index:10;
}

#box #register_form{
	width:310px;
	height:248px;
	position:absolute;
	top:46px;
	left:15px;		
}
#box #register_form a{
	color: #900100;	
}

#box #register_form .input_bg_1{
	background: url(/glossarium/img/input_bg_1.jpg);
	background-repeat:no-repeat;
	width: 199px;
	height: 33px;
	z-index:9;
}
#box #register_form .input_1{
	border:none;
	border-color:#FFF;
	width: 188px;
	height: 16px;
	font-size: 11px;
	z-index:10;	
	vertical-align:middle;
	padding: 2px 0px 0px 0px;
}

.input_bg_2{
	background: url(/glossarium/img/input_bg_2.jpg);
	background-repeat:no-repeat;
	border:none;
	width: 164px;
	height: 29px;
	font-size: 11px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	z-index:9;	
}
.input_2{
	border:none;
	border-color:#FFF;	
	width: 148px;
	height: 18px;
	font-size: 11px;
	color:#666666;
	padding: 2px 0px 0px 2px;
	z-index:10;		
}


#box #quality{
	width:321px;
	height:96px;
	position:absolute;
	top: 313px;
	left: 6px;
}
#box #quality a{
	color:#900100;
}

#box h3{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#900100;
	display:block;
	width:307px;
	height:auto;
	position:absolute;
	top:12px;
	left:14px;
}

#partner{
	position:absolute;
	width:950px;
	height:32px;	
	top: 580px;
	left: 0px;
}

#footer{
        width:950px;
	height:auto;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-size:11px;
        margin-top:10px;
        margin-bottom:10px;
}
#footer a{
	color:#900100;
}


.cta_button{
	display:block; 
	position:absolute; 
	top:203px; 
	left:2px; 
	width:306px; 
	height:39px; 
	border:none; 
	color:#FFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:17px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(/glossarium/img/button.jpg);
	background-repeat:no-repeat;
}
.cta_button:hover{
	display:block; 
	position:absolute; 
	top:203px; 
	left:2px; 
	width:306px; 
	height:39px; 
	border:none; 
	color:#FFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:17px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(/glossarium/img/button_act.jpg);
	background-repeat:no-repeat;	
}

.button_small{
	background:url(/glossarium/img/button_small.jpg); 
	width:157px; 
	height:27px; 
	border:none; 
	color:#FFF; 
	cursor:pointer; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; font-size:12px; 
	margin:0px; 
	padding:0px 0px 0px 0px;
}
.button_small:hover{
	background:url(/glossarium/img/button_small_act.jpg); 
}
