*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	position:relative;
}
body
{
	background-color:black;
	color:#808080;
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size:16px;
	background-image:url(img/fake_brick.png);
	background-position:left top;
	background-repeat:repeat;
}
a {color:#0072BC;text-decoration:none;}
a:visited{color:#04A7A;text-decoration:none;}
a:hover {color:#0A9BFA;text-decoration:none;}
a:focus {color:#0A9BFA;text-decoration:none;}
a:active {color:#0A9BFA;text-decoration:none;}
p
{
	text-align:justify;
}
.indented
{
	clear:both;
}
.indented p
{
	margin-bottom:12px;
}
#all
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	padding-bottom:4px;
}
#top
{
	height:135px;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:32px;
}
#logo
{
	float:left;
	width:372px;
	height:135px;
}
#top p.ti0
{
	float:left;
	width:212px;
	height:95px;
	margin-left:4px;
	margin-top:40px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
#phones
{
	float:right;
	width:320px;
	height:135px;
	text-align:right;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
}
#phones p
{
	text-align:right;
	margin-top:20px;
}
#phones img
{
	height:32px;
	margin-top:12px;
	margin-bottom:12px;
}
#callbtn 
{
	float:right;
	width:154px;
	padding:12px;
	border:none!important;
}
.boxlight
{
	display:block;
	border:1px solid #848484;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgb(238,238,238) 0%, rgb(204,204,204) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(204,204,204)));
	background: -webkit-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%);
	background: -o-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%);
	background: -ms-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%);
	background: linear-gradient(to bottom,  rgb(238,238,238) 0%,rgb(204,204,204) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	-webkit-box-shadow: 1px 1px 2px 0px #000000;
	box-shadow: 1px 1px 2px 0px #000000;
}
.boxred
{
	display:block;
	border:1px solid #BC1014;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: red;
	-webkit-box-shadow: 3px 4px 5px -3px black;
	box-shadow: 3px 4px 5px -3px black;
}
.boxgreen
{
	display:block;
	border:1px solid #458B00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#5DB60A;
	-webkit-box-shadow: 3px 4px 5px -3px black;
	box-shadow: 3px 4px 5px -3px black;
}
.btnlight, .btnblue, .btnred, .btngreen
{
	cursor:pointer;
	text-shadow: 1px 0px 1px #848484;
	filter: dropshadow(color=#848484, offx=1, offy=0);
	text-align:center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:17px;
	font-weight:bold;
	color:white;
}
.request1
{
	width:214px;
	margin-top:12px;
	margin-bottom:8px;
	padding:6px;
	font-size:18px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}
.request2
{
	width:214px;
	padding:6px;
	font-size:18px;
	font-weight:bold;
}
.wrapper
{
	float:right;
	width:214px;
	padding-left:24px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:12px;
}
.btnred:hover
{
	background: #DD0000;
}
.btngreen:hover
{
	background: #00DD00;
}
.btnred:active
{
	-webkit-box-shadow: 3px 4px 5px -3px black;
	box-shadow: inset 3px 4px 5px -3px black;
}
.btngreen:active
{
	-webkit-box-shadow: 3px 4px 5px -3px black;
	box-shadow: inset 3px 4px 5px -3px black;
}
.btnlight:hover 
{
	background-color:rgb(238,238,238);
	background-image:none;
	filter:none;
}
.btnlight:active 
{
	text-indent:2px;
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top,  rgb(204,204,204) 0%, rgb(238,238,238) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(204,204,204)), color-stop(100%,rgb(238,238,238)));
	background: -webkit-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 100%);
	background: -o-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 100%);
	background: -ms-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 100%);
	background: linear-gradient(to bottom,  rgb(204,204,204) 0%,rgb(238,238,238) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 2px 0px #000000;
	box-shadow: inset 1px 1px 2px 0px #000000; 
}
.btnlight a, .btnblue a
{
	display:inline-block;
	padding:12px;
}
.boxblue
{
	display:block;
	color:white;
	border:1px solid #848484;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #0A9BFA;
	background: -moz-linear-gradient(top,  #0A9BFA 0%, #004A7A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A9BFA), color-stop(100%,#004A7A));
	background: -webkit-linear-gradient(top,  #0A9BFA 0%,#004A7A 100%);
	background: -o-linear-gradient(top,  #0A9BFA 0%,#004A7A 100%);
	background: -ms-linear-gradient(top,  #0A9BFA 0%,#004A7A 100%);
	background: linear-gradient(to bottom,  #0A9BFA 0%,#004A7A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A9BFA', endColorstr='#004A7A',GradientType=0 );
	-webkit-box-shadow: 1px 1px 2px 0px #000000;
	box-shadow: 1px 1px 2px 0px #000000;
}
.btnblue:hover 
{
	background-color:#0A9BFA;
	background-image:none;
	filter:none;
}
.btnblue:active 
{
	text-indent:2px;
	background: #004A7A;
	background: -moz-linear-gradient(top,  #004A7A 0%, #0A9BFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004A7A), color-stop(100%,#0A9BFA));
	background: -webkit-linear-gradient(top,  #004A7A 0%,#0A9BFA 100%);
	background: -o-linear-gradient(top,  #004A7A 0%,#0A9BFA 100%);
	background: -ms-linear-gradient(top,  #004A7A 0%,#0A9BFA 100%);
	background: linear-gradient(to bottom,  #004A7A 0%,#0A9BFA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A7A', endColorstr='#0A9BFA',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 2px 0px #000000;
	box-shadow: inset 1px 1px 2px 0px #000000;
}
#main
{
	position:relative;
	clear:both;
	background-color:white;
	color:#555555;
	padding-left:12px;
	padding-right:12px;
	font-size:14px;
}
strong
{
	font-weight:bold;
}
h2
{
	margin-top:12px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	color:black;
}
h1
{
	clear:both;
	margin-top:32px;
	margin-bottom:0px;
	font-size:48px;
	font-weight:bold;
	text-align:center;
	color:black;
}
h3
{
	clear:both;
	margin-top:12px;
	margin-bottom:24px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.ti2
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
	margin-top:32px;
}
h4
{
	clear:both;
	margin-top:16px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
h5
{
	clear:both;
	margin-top:16px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
h6
{
	margin-top:18px;
	margin-bottom:8px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 0px 1px #323232;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	color:#0072BC;
}
hr
{
	height:0px;
	padding:0px;
	margin-top:24px;
	margin-bottom:8px;
	border-bottom:1px dotted black;
	clear:both;
}
.ti1
{
	font-size:18px;
	font-weight:normal;
	text-align:center;
}
#btnrefs
{
	margin-top:24px;
	margin-bottom:24px;
	text-align:center;
}
span.btnlight
{
	display:inline-block;
	margin-left:12px;
	margin-right:12px;
}
#left
{
	float:left;
	width:630px;
	padding-right:10px;
	margin-bottom:18px;
}
#left img
{
	margin-top:12px;
	margin-bottom:24px;
}
#right
{
	float:right;
	width:310px;
	margin-left:10px;
	margin-bottom:18px;
}
form.boxlight
{
	padding:0px 18px 18px 18px;
}
.defaultvalue
{
	color:#848484;
}
input[type="text"], textarea
{
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #848484;
	border-radius:5px 5px 5px 5px;
	font-size:14px;
	line-height:14px;
	text-indent:10px;
	vertical-align:middle;
}
input[type="text"]
{
	height:18px;
}
textarea
{
	height:54px;
}
input[type="submit"]
{
	display:none;
}
.errormsg
{
	visibility:hidden;
	margin-top:-6px;
	padding-left:12px;
	color:#FF4100;
	font-size:12px;
	font-weight:bold;
}
.request
{
	margin-top:12px;
	margin-bottom:8px;
	padding:12px;
	font-weight:bold;
}
table td
{
	text-align:center;
	padding-left:12px;
	padding-right:12px;
}
table.leftalign td
{
	text-align:left;
}
table img
{
	border:1px solid black;
	border-radius:15px 15px 15px 15px;
}
.itemrequest
{
	margin-top:8px;
	margin-bottom:8px;
	padding:6px;
	font-weight:bold;
	width:90px;
	margin-left:auto;
	margin-right:auto;
}
.solrequest
{
	padding:6px;
	font-weight:bold;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:16px;
}
.leveler
{
	height:0px;
	padding:0px;
	margin:0px 0px 80px 0px;
}
.ti3
{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:12px;
	margin-top:12px;
}
ul
{
	text-align:left;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:36px;
	color:#333333;
	line-height:19px;
}
ul li
{
	color:#333333;
}
.indented ul
{
	margin-bottom:12px;
	color:#555555;
}

#questionbtn
{
	margin-top:24px;
	margin-bottom:8px;
	padding:6px;
	font-weight:bold;
	width:420px;
	margin-left:auto;
	margin-right:auto;
}
#sign
{
	margin-top:20px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#333333;
}
#sign a
{
	color:#333333;
	text-decoration:none;
}
.closesign
{
	float:right;
	margin-top:10px;
	margin-right:0px;
	width:20px;
	height:20px;
	font-size:20px;
	color:white;
	cursor:pointer;
}
.popup
{
	width:420px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.popupbtn, .popupfin
{
	padding:6px;
	font-weight:bold;
}
#thankyoupage
{
	padding:0px 18px 18px 18px;
}
