.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	margin:2px 7px 0 0;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -13px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	margin:1px 7px 0 0;
	display:inline;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -13px;}

/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	float:left;
	font-size:15px;
	color:#464a4d;
	line-height:18px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 21px;
	line-height:18px;
	display:block;
	padding:0 26px 0 4px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
}#header .logo a { font-family: times New Roman; background: url("../images/logo1.png") no-repeat scroll 50% 50%; width: 150; }
#header .contacts .mail { font-family: arial; background-image: linear-gradient(left, , ); background-image: -o-linear-gradient(left, , ); background-image: -moz-linear-gradient(left, , ); background-image: -webkit-linear-gradient(left, , ); background-image: -ms-linear-gradient(left, , ); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, ), color-stop(1, )); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=1); }
#header .contacts .mail:hover { font-family: arial; }
