hr.hidden {height:1px; border:none; visibility:hidden; margin:0px; clear:both;}
.right,.float-right {float:right;}
html, body {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	position: relative;
	min-width: 1000px;
	height: 100%;
	}

a {
	color:  #06326d;
	text-decoration: underline;
	}

	a:hover {
	color:  red;
	text-decoration: underline;
	}
	
a img {border: 0;}

.noborder {
	border:none !important;
}

form.search li {list-style:none;margin-left:0px;}
a.captcha-refresh {
	height:16px;
	width:16px;
	display:inline-block;
	background: url('../img/refresh.png') top left;
	margin-left:5px;
	cursor:pointer;
}
a.captcha-refresh:hover{opacity:0.7;}

#wrapper {
	margin-bottom: -71px;
	min-height: 100%;
}

#bumper {
	clear: both;
	width: 100%;
	height: 100px;
}

#header {
	width: 100%;
	background: url('../img/toptile.jpg');
	height: 280px;
	}

	a#face {
		float: left;
		display: block;
		width: 47%;
		height: 280px;
		background: url('../img/top.jpg') top center no-repeat;
		text-decoration: none;
		}

	#main_auth {
		float: right;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		color: grey;
		letter-spacing: -0.4px;
		margin: 15px 100px 0px 0px;
		line-height: 39px;
		}

		#main_auth a {
			color: #666;
			text-decoration: undeline;
			}

			#main_auth a:hover {
				color: red;
				}

			#main_auth #main_auth_enter {
				display: inline-block;
				background: url('../img/login.gif') no-repeat 0px 1px;
				padding-left: 40px;
				font-weight: bold;
				}

	#header #name {
		position: absolute;
		background: url('../img/black_left.png') top left;
		height: 225px;
		right: 50px; !important;
		width: 51%;
		margin-top: 55px;
		padding-left: 2px;
		min-width: 398px;
		}

		#header #name #name_corner {
			float: right;
			width: 13px;
			height: 225px;
			background: url('../img/black_right.png');
		}

		#header #name h1 {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 35px;
			font-weight: normal;
			color: #FFF;
			margin: 40px 0px 0px 22px;
			}

			#header #name h1 a {
				color: #fff;
				text-decoration: none;
			}

		#header #name h2 {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 15px;
			font-weight: normal;
			margin: 10px 0px 0px 25px;
			color: white;
			}

#footer {
	clear: both;
	height: 70px;
	margin: 0px 50px;
	border-top: 1px grey solid;
	}

	#counters {float:right;}

	#footer div {
		margin: 20px 10px 0px 10px;
		color: grey;
		}
		
/*Made by us!*/

a#init {
    background: url("../img/logo_init.png") no-repeat;
    color: #005cc6;
    display: block;
    float: right;
    font-family: Trebuchet, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    line-height: 10px !important;
    padding: 19px 0px 0px 19px;
    height: 33px;
    margin: 5px 20px 0px 0px;
    opacity: 0.8;
}

a#init span {
display: block;
}

a#init:hover {
    opacity: 1;
    text-decoration: underline;
}
		
/*User profile*/
.profile a.delete {
    font-weight: bold;
}
.profile .add_login_method a {
    font-weight: bold;
    color: #06326D;
    display: block;
    margin: 5px;
    padding: 5px;
    background: #93C0FD;
    border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    text-align: center;
}
.profile .add_login_method a:hover {
    color:  red;
	text-decoration: underline;
}
