/** {
	margin: 0 0 0 0;
	padding: 0;
}*/

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

a {
	color: #898989;
}

a:hover {
	text-decoration: none;
}

body {
	background: #000;
	font-family: tahoma;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
	margin:0px;
	padding:0px;

}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #74cd78;
	line-height: 1.12em;
	margin: 0 0 20px 0;
	padding: 0px;
}

h2.another-style {
	font-size: 2em;
}


h2.more-indent {
	font-size: 2.333em;
	padding: 25px 0 0 0;
}

h2.another-color {
	color: #0e79c2;
}

h3 {
	padding: 0 0 25px 3px;
	font-size: 2.333em;
	font-weight: normal;
	line-height: 1em;
	color: #0e79c2;
}

h4 {
	padding: 0 0 9px 0;
	font-size: 0.917em;
	line-height: 1.455em;
	text-transform: uppercase;
	color: #1483d0;
}

h5 {
	padding: 0 0 22px 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25em;
	color: #369fe7;
}

h6 {
	padding: 7px 0 8px 0;
	font-size: 1em;
	line-height: 1.455em;
	text-transform: uppercase;
	color: #0e79c2;
}
#headertop {
	/*background-color: #FFFFFF;*/
	height: 60px;
	width: 899px;
	background-image:url(header/logo.gif);
	background-repeat:no-repeat;
	margin:auto;
	background-position: left 20px;
}


h6.no-indent {
	padding: 0 0 8px 0;
}

#tail-top {
	background: #f1fafc url(images/tail-top.jpg) repeat-x 0% 0%;
}

#tail-bottom {
	background-image: url(images/tail-bottom.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}

#main {
	width: 899px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	margin: 0 auto;
	font-size: 12px;
	border-left: 1px solid #f5fafd;
	border-right: 1px solid #f5fafd;
	background-color: #f3fbfe;
	/*background-image: url(images/main-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;*/
}

#main-bg-bot {
	background:url(images/main-bg-bot-new.jpg) no-repeat 0% 100%;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.fleft {
	float: left;
}

#header {
	position: relative;
	height: 80px;
}

/*#header ul {
	background: url(images/menu-tail.gif) repeat-x 0% 0%;
	width: 100%;
	height: 55px;
	overflow: visible;
	padding: 0px;
}

#header ul li {
	background: url(images/menu-divider.gif) no-repeat 0% 20px;
	height: 55px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 1.083em;
}

#header ul li a {
	display: block;
	height: 55px;
	text-decoration: none;
	color: #fff;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

#header ul li a:hover {
	background: url(images/menu-arrow.gif) no-repeat 50% 100%;
	color: #FFCC00;
}*/

#menu-act{
	background-image: url(images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;/*	background: url(images/menu-arrow.gif) no-repeat 50% 100%;*/
}

#logo {
	background: url(images/logo-tail.gif) repeat-x 0% 100%;
	height: 67px;
	font-size: 4em;
	line-height: 1em;
	color: #fff;
	position: absolute;
	top: 69px;
	right: 49px;
	width: 801px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#occupation {
	background: url(images/1page-img1.gif) no-repeat 0% 3px;
	padding: 0 0 0 36px;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #9dd5ff;
	position: absolute;
	top: 148px;
	right: 70px;
	height: 30;
}

#occupation a {
	text-decoration: none;
	color: #9dd5ff;
}

#content {
	position: relative;
	min-height: 455px;
	height: auto !important;
	height: 455px;
	padding: 9px 49px 40px 49px;
	width: 801px;
}

.row-1 {
}

#content p {
	line-height: 1.3em;
	color: #222222;
	margin-top: 10px;
}

#content p.more-indent {
	padding: 0 0 15px 0;
}

#content p strong {
	/*color: #72be36;*/
}

#content p em {
	float: right;
	font-style: normal;
	padding: 0 55% 0 0;
}

#content b {
	display: block;
	padding: 0 0 3px 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25em;
}

#maincontent ul {
	padding: 0px;
	margin-bottom:0px;
}

#maincontent ul li {
	background: url(images/list-line.gif) repeat-x 0% 100%;
	font-family: tahoma;
	line-height: 1.6em;
}

#maincontent ul li span {
	background: url(images/marker.gif) no-repeat 0% 4px;
	margin: 0 0 0 5px;
	padding: 0 0 0 11px;
}

.no-bg {
	background: none !important;
}

#content ul li a:hover {
	text-decoration: underline;
}

#slogan {
	font-size: 3em;
	line-height: 1em;
	color: #72be36;
	position: absolute;
	top: 278px;
	left: 59px;
}

#lear-more {
	background: url(images/1page-img2.gif) no-repeat 0% 3px;
	display: block;
	padding: 0 0 0 16px;
	font-size: 1.167em;
	text-decoration: none;
	color: #369fe7;
	position: absolute;
	top: 317px;
	left: 244px;
}

#lear-more:hover {
	text-decoration: underline;
}

.ver-line {
	background: url(images/extra-line.jpg) no-repeat 380px 0%;
	position: relative;
}

.link {
	background: url(images/link-arrow.gif) no-repeat 0% 3px;
	display: inline;
	margin: 0 0 24px 2px;
	padding: 0 0 0 16px;
	float: right;
	font-size: 1em;
	color: #74cd78;
	font-weight: bold;
}

.link1 {
	background: url(images/link-bg.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 17px;
	margin: 0 0 19px 0;
	font-size: 0.917em;
	text-decoration: none;
	color: #fff;
}

.link1:hover {
	cursor: pointer;
	color: #72be36;
}

.link1 span {
	background: url(images/link-bg-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 17px;
}

.link1 span span {
	background: url(images/link-bg-right.gif) no-repeat 100% 0%;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 10px;
}

.link2 {
	background: url(images/link-bg.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 17px;
	margin: 0 0 19px 146px;
	font-size: 0.917em;
	text-decoration: none;
	color: #fff;
}

.link2:hover {
	cursor: pointer;
	color: #72be36;
}

.link2 span {
	background: url(images/link-bg-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 17px;
}

.link2 span span {
	background: url(images/link-bg-right.gif) no-repeat 100% 0%;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 10px;
}

.hor-line {
	background: url(images/hor-line.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin-top: 23px;
	margin-right: 0;
	margin-bottom: 23px;
	margin-left: 0;
	padding:0px;
}

.list-left {
	/*width: 165px;
	float: left;
	margin: 0 19px 0 0;*/
}

.list-right {/*
	width: 160px;
	float: right;*/
}

.picture-flow {
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}

.picture-flowCopia {
	margin: 0 0px 5px 16px;
	float: right;
}

#contact-form {
	width: 260px;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}

#contact-form textarea {
	background: #f4fbfe;
	width: 252px;
	height: 87px;
	padding: 3px;
	margin: 0 0 10px 0;
	float: left;
	overflow: auto;
	font-family: tahoma;;
	font-size: 0.917em;
	color: #666666;
	border: 1px solid #a4a4a4;
}

#contact-form label {
	display: block;
	height: 25px;
	overflow: hidden;
	width: 210px;
}

#contact-form input.best, #contact-form select {
	background: #f4fbfe;
	width: 200px;
	height: 14px;
	padding: 2px 3px 2px 3px;
	float: left;
	font-family: tahoma;;
	font-size: 0.917em;
	color: #666666;
	border: 1px solid #a4a4a4;
}

#contact-form select {
height:20px;
width: 208px;
}
#contact-form a {
	background: url(images/link-bg.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 17px;
	float: right;
	margin: 0 0 0 26px;
	font-size: 0.917em;
	text-decoration: none;
	color: #fff;
}

#contact-form a:hover {
	cursor: pointer;
	color: #72be36;
}

#contact-form a span {
	background: url(images/link-bg-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 17px;
	width:80px;
}

#contact-form a span span {
	background: url(images/link-bg-right.gif) no-repeat 100% 0%;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 10px;
	float: right;
	width:80px;

}

#footer {
	background: #000;
	height: 41px;
	padding: 27px 39px 0 38px;
	color:#999999;
	border-bottom: 1px solid #f5fafd;
}

#footer p {
margin:0px;
padding: 0px;
}
#footer a {
	color: #5e9ae8;
}

#left-divider {
	float: left;
	margin: 2px 0 0 70px;
}

#right-divider {
	float: right;
	margin: 2px 62px 0 0;
}

#tail-top2 {

	background: #DEF1FA url(images/tail-top2.jpg) repeat-x 0% 0%;
}
#tail-bottom2 {

	background-image: url(images/tail-bottom2.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
h1 {
	font-size: 2.33em;
	font-weight: normal;
	color: #000000;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}
#bottom {
	margin-top:60px;
	text-align: center;
	padding-bottom: 30px;
}

.rightline {
/*background-image:url(images/ver-divider.gif);
background-position:right;
background-repeat:repeat-y;*/
}

.topmargin{
	/*background-image:url(images/hor-line.gif);
	background-position:top;
	background-repeat:repeat-x;*/
	padding-top:15px;
	padding-right: 0px;
}
#maincontent {
width:801px;
margin-top:9px;
margin-left:49px;
}
#mainblock {
width:621px;
}

#leftcol{
width:180px;
}
#maincol{
	width:621px;
	padding-bottom: 35px;
}
#midcol{
width:321px;
padding-right:40px;
}
#rightcol{
	width:300px;
	margin: 0px;
	padding: 0px;
}
#maincontent p{
	margin: 0 0 10px 0;
	padding: 0px;
	;
}
.phone {color: #0E79C2}
.dividerline {color: #898989}
#tablecols {
	width: 130px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}
#tablecol-last {

	width: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#tablecols h6, #tablecol-last h6{
margin:0px;
padding:0px;
}

.smaller p, .smaller li, li.smaller form input{
font-size: 11px;
line-height:1ems;
}
div.smaller div{
display:block;
height:105px;
margin-top:5px;
}
div.smaller h6 {
margin:0px;
padding:0px;
}
#maincontent ul li span div {
	width: 11px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

p + h2 {
padding-top:10px;
}
.picture-flow2 {

	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}
h6.contact {

	padding: 7px 0 8px 0;
	font-size: 0.95em;
	line-height: 1.455em;
	text-transform: uppercase;
	color: #0e79c2;
}
.pr_footer {font-size: 11px}

h6.news {
text-transform: none;
}
