/* CSS Document */
html {
 scrollbar-base-color: #FFF;
 scrollbar-arrow-color: #000;
 scrollbar-track-color: #000;
 scrollbar-shadow-color: #FFF;
 scrollbar-lightshadow-color: #FFF; 
 scrollbar-darkshadow-color: #FFF;
 scrollbar-highlight-color: #FFF;
 scrollbar-3dlight-color: #FFF;
 }
body {
	position: absolute;
	top: 0;	bottom: 0;
	left: 0; right: 0;
}
.fl-r {
	float: right !important;
}
.img-r {
	float: right;
	padding: 0 0 20px 20px;
}
.img-l {
	float: left;
	padding: 0 20px 20px 0;
}
.img-c {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img-hrc {
	float: left;
	padding: 3px 20px 0 0;
}
.mb15 {margin-bottom: 15px !important;}
.pad10 {padding: 10px !important;}
.pt10 {padding-top: 10px;}

.main-wrap {
	min-height: 100%;
	width: 100%;
}
.head-spacefix {
	width: 100%;
	height: 100px;
}
.main-navi-wrap {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 10;
}
.head-contain {
	width: 100%;
	display: block;
	border-bottom: #fff solid 5px;
	border-top: #fff solid 5px;
}

.head_logo {
	height: 75px;
}
.navigation {
	height: 75px;
}
.navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.navigation ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 75px;
	margin: 0;
	padding: 0;
}
.navigation ul li a {
	font-family: "Droid Sans", Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;
	display: block;
	text-decoration: none;
	height: 75px;
	width: 100%;
	line-height: 75px
}
.navi-red:hover {background: #c00;}
.navi-orange:hover {background: #f90;}
.navi-green:hover {background: #060;}
.navi-purple:hover {background: #60c;}

h4 a {color: #FFF; text-decoration: underline;}
h4 a:visited {color: #FFF;}
h4 a:hover {color: #F00;}
h3 a:active {color: #60c;}

.container img {height: auto;}

.bor-red {border-top: solid 10px #C00;border-bottom: solid 10px #C00;}
.bor-orange {border-top: solid 10px #F90;border-bottom: solid 10px #F90;}
.bor-green {border-top: solid 10px #060;border-bottom: solid 10px #060;}
.bor-purple {border-top: solid 10px #60C;border-bottom: solid 10px #60C;}

.formp {color: #666; font-size: 18px;}
h2.domain { font-family: Arial, Helvetica, Tahoma sans-serif; font-weight: bold; font-size: 24px; color: #F30;}

.footer-wrap {
	position: fixed;
	bottom:0;
	width: 100%;
	z-index: 10;
}
.footer-wrap .container p {
	margin: 0;
	padding: 5px 10px;
}
.txt-right {text-align: right;}
.txt-right a {color:#FFF;}
.txt-right a:visited {color:#FFF;}
.txt-right a:hover {color:#F00;}
.txt-right a:active {color:#60C;}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(55,55,55,1); 
	background: rgba(0,0,0,1)
} 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,1); 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: none; 
}

/* Form Styles */
#form-container{
	background-color:#f5f5f5;
	width: 90%;
	margin: 2%;
	padding:10px;
	color: #999;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
#form-container form {
	width: 90%;
}
#form-container table {
	width: inherit;
}
#form-container td{
	white-space:nowrap;
	vertical-align: top;
}

#form-container a, #form-container a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#form-container a:hover{
	text-decoration:underline;
}

#form-container h2{
	color:#999;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

#form-container h3{
	color: #999;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:15px;	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}
#form-container label{
	text-transform:uppercase;
	font-family:Tahoma,Arial,Sans-serif;
}

#form-container textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#form-container td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}