body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
A {
	color: #FFFFFF;
	text-decoration: underline;
}

a img {
	border:0;
}

.current1 {
	background-color: transparent;

	background-image: url("../images/slider/cur.gif");

	background-repeat: repeat-x;

	background-attachment: scroll;

	background-position: 0pt 0pt;

	background-clip: border-box;

	background-origin: padding-box;

	background-size: auto auto;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	border-bottom-right-radius: 5px;

	border-bottom-left-radius: 5px;
}

A:hover {
	COLOR: #ffb052;
	text-decoration: underline;
}  

.t1 {
	font-size: 11px;
	color: #aabad2;
	line-height: 14px;
}	
A.t1 {
	color: #aabad2;
	text-decoration: none;
}	
A.t1:hover {
	text-decoration: underline;
	color: #FFFFFF;
}	
.title {
	font-size: 28px;
	line-height: 30px;
}	
A.title {text-decoration: none;}	
A.title:hover {text-decoration: underline;}	
.bg1 {
	background-image: url(../images/grad1.gif);
	background-repeat: repeat-x;
	background-position: top;
}	
.bg2 {
	background-image: url(../images/vote_bg_grad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.t2 {
	font-size: 14px;
	line-height: 22px;
}
.t3 {
	font-size: 12px;
	line-height: 18px;
}
A.t3 {
	text-decoration: underline;
}
A.t3:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #405675;
}
.t4 {
	font-size: 14px;
	line-height: 18px;
}
A.t4 {
	text-decoration: none;
}
A.t4:hover {
	text-decoration: underline;
}
.t5 {
	font-size: 18px;
}
.t6 {
	font-size: 14px;
	line-height: 18px;
}
.t7 {
	font-size: 12px;
	line-height: 14px;
}
.d1 {
	font-size: 10px;
	line-height: 20px;
}
.d2 {
	font-size: 10px;
	white-space: nowrap;
}
.n1 {
	font-size: 16px;
	line-height: 24px;
}
A.n1 {
	text-decoration: underline;
}
A.n1:hover {
	text-decoration: underline;
	color: #ffb052;
}
.cl-or1 {color: #ffb052;}
.cl-or2 {color: #fd9f44;}
.cl-or3 {color: #ffc58d;}
.cl-gr1 {color: #aabad2;}
.inpt {
	font-size: 12px;
	color: #333333;
}
.inpt2 {
	font-size: 13px;
}
.ac {
	text-align: center;
	background-color: #8e9bae;
	vertical-align: middle;
}

.callback-wrapper{
	position: relative;
}

.callback-box {
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 50px;
	right: 0px;
	width: 146px;
	height: 24px;
	background: #F0BF00;
	border-radius: 8px;
	z-index: 100;
	box-shadow: inset rgba(255,255,255,0.2) 8px 8px 18px 5px, inset rgba(0,0,0,0.5) -8px -8px 18px 5px;
	-webkit-box-shadow: inset rgba(255,255,255,0.2) 8px 8px 18px 5px, inset rgba(0,0,0,0.5) -8px -8px 18px 5px;
	text-indent: 0px;
}

.callback span {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 32px;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.callback-box a img {
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 6px;
}

.dialog-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 101;
}

.dialog-body {
	display: block;
	z-index: 102;
}

.add-comment.dialog-body {
	width: 640px;
	padding: 5px 20px 13px 20px;
	border-radius: 15px;
	background: #fff;
}

.add-comment {
	width: 640px;
	margin-left: -320px;
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	z-index: 180;
	opacity: 1;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#callback-dialog h2{
	font-size: 1.5em;
	margin: .83em 0;
	color: #000;
	font-weight: bold;
}
.add-comment .cover {
	position: relative;
}

.add-comment .close {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: url(/images/close-ico.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#callback-form input, select, textarea {
	width: 300px;
	border: 1px solid #9C9C9C;
	border-radius: 13px;
	color: #444444;
	font: 16px 'Trebuchet MS',Helvetica,sans-serif;
	padding: 3px 10px;
	margin: 10px 0;
	outline: none;
}

#callback-form {
	width: 480px;
	margin: 0 auto;
}

.row1 {
	width: 180px;
}

#callback-form input.error {
	border-color: #c20000;
}

#callback-form fieldset{
	border: none;
}

div.ready{
	position: absolute;	
	right: 140px;
	bottom: 30px;
}

div.forms{
	margin-bottom: 50px;
}

button.mbt{
	background: #0D3371;
	border: none;
	border-radius: 15px;
	padding: 8px;
	color: fff;
	cursor: pointer;
}

a.callback, #callback-dialog  input[type="submit"] {
	display: block;
	width: 175px;
	height: 40px;
	text-indent: 27px;
	text-decoration: none;
	font: normal 16px 'Arial';
	line-height: 35px;
	color: #fff;
	background: url(/images/call-back-btn.png) no-repeat;
	background-position: left top;
}

#callback-dialog input[type="submit"] {
	text-indent: 15px;
	border: none;
	margin: 0;
	cursor: pointer;
	outline: none;
	padding-top: 0px;
}

a.callback:hover, #callback-dialog input[type="submit"]:hover {
	color: #000;
	background: url(/images/call-back-btn.png) no-repeat;
	background-position: left bottom;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.error, #callback-msg-error {
	color: #ff0000;
}

#callback-msg-ok, #callback-msg-error {
	font-size: 24px;
	text-align: center;
	margin: 50px auto;
}
.rel{
	position: relative;
}
.marg10, .marg1 {
	position: relative;
}
.home-slogan {
	position: absolute;
	top: -58px;
	left: -40px;
	width: 667px;
	height: 135px;
	background: url(../img/home-header-slogan.png) no-repeat 0 0;
}
.page-slogan {
	position: absolute;
	top: -65px;
	left: -90px;
	width: 780px;
	height: 95px;
	background: url(../img/page-header-slogan.png) no-repeat 0 0;
}
.welcome-dellers {
	display: block;
	height: 170px;
	background: url(../img/welcome-dillers.png) no-repeat top center;
	position: relative;
}