@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; font-size:100%;}

body {
	/*background:url(images/bg.gif);*/
	text-align:center;
	}

html, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#1f1f1f;
}

a { outline:none; color:#0f55c8;}
a:hover { text-decoration:none;}
a img { border:0;}
ul { list-style: disc; padding-left:20px;}

p { padding-top:11px;}

.text-justify { text-align:justify;}
.text-left { text-align:left;}
.text-right { text-align:right;}

.clear { clear:both;}
.container {width:100%; overflow:hidden;}
.col-1, .col-2, .col-3 { float:left; }

/* ******* ******* ******* ******* ******* */
#main { width:1000px; margin:0 auto; text-align:justify; background:url(images/bg-main.jpg) top no-repeat; min-height:490px;}
#main2 { width:1000px; margin:0 auto; text-align:justify; background:url(images/bg-main2.jpg) top no-repeat; min-height:490px;}



/* ******* ******* header ******* ******* */
#header { font-size:0px; line-height:0px;}



/* ******* ******* content ******* ******* */
#content {}
.title1 { display:block; height:32px; font-family:Arial, Helvetica, sans-serif; font-size:15px; padding:15px 0 0 38px; color:#2a910b; background:url(images/marker-1.png) 0 5px no-repeat;}
.title1 span { font-size:24px;}

/* ******* ******* footer ******* ******* */
#footer { min-height:54px; background:url(images/bg-footer.jpg) top no-repeat; font-size:11px; line-height:normal;}
#footer a { color:#3b3b3b; text-decoration:none;}
#footer a:hover { text-decoration:underline;}

#footer2 { min-height:54px; background:url(images/bg-footer2.jpg) top no-repeat; font-size:11px; line-height:normal;}
#footer2 a { color:#3b3b3b; text-decoration:none;}
#footer2 a:hover { text-decoration:underline;}

.dis { text-decoration:underline !important;}
.dis:hover { text-decoration: none !important;}

/* ******* ******* contactForm ******* ******* */
.contactForm { display: block; width:533px;}
.contactForm .heights-form { height:25px;}
.contactForm .inputs { float:right; width:445px; border:1px solid #a5a5a5; padding:0 0 2px 5px;}
.contactForm textarea { float:right; width:445px; height:170px; overflow:auto; border:1px solid #a5a5a5; padding:0 0 0 5px;}
.clears { width:64px !important; float:none !important; padding:0 !important; height:20px; background:url(images/clear.gif) no-repeat; border:none; cursor:pointer; margin-right:7px;}
.send { width:64px !important; float:none !important; padding:0 !important; height:20px; background:url(images/send.gif) no-repeat; border:none; cursor:pointer;}



