body{ background:#FFF url(../img/bg.jpg) 0 0 repeat; color:#fff; padding-bottom: 40px; font-family: arial, tahoma, helventica, Sans-Serif; }
a { color:#fff; text-decoration:underline; transition: 0.2s; outline: none;}
a:hover { color:#ffbf00; text-decoration:none;}
h1{color:#bf0000;}
h1.y{color:#FFBF00;}
h2,h3,h4,h5,h6{color:#FFBF00;}
h2{  
    font-size: 22pt;
    font-weight: normal;
    margin: 0;
}
h3{ 
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}


.lineBlock {

	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

}


input[type="text"], input[type="email"], input[type="password"], input[type="file"] {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 18px;
	height: 20px;
	color: #404040;
	
	padding: 6px 14px;
	border: solid 1px #bfbfbf;
	/* border: none; */
	background-color: #ffffff;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	vertical-align: middle;
	
	font-family: arial, tahoma, helventica, Sans-Serif;
	
}

textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 18px;
	/* height: 20px; */
	color: #404040;
	
	padding: 6px 14px;
	border: solid 1px #bfbfbf;
	/* border: none; */
	background-color: #ffffff;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	vertical-align: middle;
	
	font-family: arial, tahoma, helventica, Sans-Serif;
}


select {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 32px;
	padding: 0px 9px;
	padding-right: 40px;
	cursor: pointer;
	
	
	
}

.select {
	
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	
	border: solid 1px #cccccc;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	background: #ffffff;
	
	z-index: 1;

}

.select .customStyleSelectBoxInner {
	text-indent: 14px;
	position: relative;
	
}

.select .customStyleSelectBoxInner:after {
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f078";
	font-size: 24px;
	
	position: absolute;
	right: 0px;
	top: 0px;
	height: 32px;
	
	width: 40px;
	line-height: 28px;
	text-indent: 0px;
	text-align: center;
	
	color: #ffbf00;
	
	transition: 0.2s color;
}

select:hover + .select .customStyleSelectBoxInner:after {
	color: #f79448;
}

select:focus + .select {
	border-color: #8f8f8f;
}


input[type="submit"], input[type="button"], .button  {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;
	
	font-family: arial, tahoma, helventica, Sans-Serif;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

	padding: 12px 24px;
	min-height: 20px;
	
	
	
	box-sizing: content-box; 
	-moz-box-sizing: content-box;
	
	background-color: #ffbf00;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	vertical-align: middle;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	
	cursor: pointer;
	/* border: solid 1px transparent; */
}

input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	background-color: #f79448;
	color: #000000;
}

.button.rb {
	border: solid 5px red;
}



input {
	outline: none;
}

input:not(input[type=submit]):focus {
	border: solid 1px #c1c1c1;
}

input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 41px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 18px;
}

input[type=radio] {
	display: none;
}



input[type="radio"] + label:before {
	content: "";
	display: inline-block;

	width: 20px;
	height: 20px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -2px;
	background-color: #ffffff;
	border: solid 2px #bfbfbf;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	

	
}

input[type=radio]:checked + label:before {
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f111";
    color: #f79448;
	font-size: 12px;
    text-align: center;
    line-height: 20px;
}



input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 41px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 18px;
}


input[type=checkbox] {
	display: none;
}


input[type=checkbox] + label:before {
	
	content: "";
	display: inline-block;

	width: 20px;
	height: 20px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -2px;
	background-color: #ffffff;
	border: solid 2px #bfbfbf;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	/* border-radius: 3px; */
}

input[type=checkbox]:checked + label:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f00c";
	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 20px;
	font-weight: bold;
	color: #f79448;
	text-align: center;
    line-height: 22px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

	border: solid 1px #0048ab;
	padding: 0 15px 10px 15px;
}

fieldset legend {
	
}



	
table{width: 100%;}
table td{ padding: 5px 10px; border-bottom: solid 1px white;}

.car{float:left;}
.r1{ background-color:  #ffbf00; }
#top{
    background: url("../img/w.png") repeat-x scroll 0 bottom white;
    display: block;
    height: 510px;
    width: 100%;
    padding-top: 20px;
    color:#000;
}

.logo{
float:right;
}
.fr td{ border-bottom: none;}
.yr td{background-color:#ffbf00; color:#000; border-bottom: none;}

#top h1{
    border: 6px solid white;
    display: block;
    font-size: 27pt;
    margin-left: -65px;
    margin-top: 8px;
}

.yellow {color:#ffbf00;}
.big{
    display: inline-block;
    font-size: 149pt;
    font-weight: bold;
    line-height: 170px;
    margin-top: -40px;
	text-indent: 50px;
    text-align: center;
}

#ri strong{
    font-size: 174%;
    line-height: 24px;
    }
#ri a{
    font-size: 135%;
    font-weight: bold;
}


.img div{ text-align:center;}
.img img{     margin: 0 auto;
    max-width: 220px;}
	
	
	

#overlay {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #000000;
	/* background-color: rgba(0,0,0,0.2); */
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	
    display: none;
	/* display: block; */
	z-index: 999;
}

.wf h2 {
	font-size: 24px;
	line-height: 28px;
}

.wf  {
	position: fixed;
	width: 400px;
	left: -99999px;
	margin-left: -200px;
	height: 520px;
	top: 50%;
	margin-top: -250px;
	
	background-color: #ffffff;
	
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	border-radius: 5px;
	
	z-index: 1001;
	
	/* display: none; */
}

.wf.visible {
	left: 50%;
}

.wf a {
	color: #000000;
}

.wf form {
	padding: 10px 25px;
	color: #000000;
}

.wf .close {
	position: absolute;
	top: 8px;
	right: 8px;
	
	width: 30px;
	height: 30px;
	
	font-size: 20px;
    text-align: center;
	line-height: 30px;
    background-color: #ffbf00;
    color: #000000;
    cursor: pointer;
    border-radius: 3px;
    opacity: 1;
    transition: 0.3s;
}

.wf .close.fa-close:before {
	font-size: 22px;
	line-height: 30px;
}

.wf .close:hover {
	background-color: #f79448;
}

.wf .form-item {
	padding: 7px 0px;
}

.wf .form-item.sb {
	text-align: center;
}

.wf input[type=text],.wf input[type=email], .wf textarea, .wf select {
	width: 322px;
}

.wf select {
	width: 352px;
}

.wf textarea  {
	height: 100px;
	resize: none;
}






 


