* { margin: 0; padding: 0; border: 0; list-style: none; }

body {
	background: #eee url('/include/gfx/bg-tile.gif') repeat-x bottom left;
	height: 975px;
	font: 11px/11px Tahoma, Georgia, Verdana, sans-serif;
	color: #1b1b1b;
	
}

input, select, textarea {font: 12px Tahoma, Georgia, Verdana, sans-serif;}

a {
	color: #00958f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	float: left;
	margin: 8px 0;
	width: 100%;
	height: 1px;
	background-color: #888;
	color: #888;
}

a span {
	display: none;
}

a.m span {
	display: inline;
}

.input {
	float: left;
	padding-left: 23px;
	background: transparent url('/include/gfx/inputbg.gif') no-repeat top left;
	width: 127px;
	height: 22px;
}

.input input {
	padding-top: 4px;
	padding-left: 5px;
	border: 0;
	background-color: transparent;
	color: #6b6b6b;
	font-size: 10px;
	width: 120px;
}

.btn {
	height: 22px;
}

* html .btn {
	margin-left: -3px;
}

.image {
	padding: 10px 15px 10px 0;
	float: left;
}

.pad {
	padding: 9px 0;
}

#wrapper_outer {
	position: relative;
	top: 0; right: 0;
	margin: 0 auto;
	width: 970px;
	height: 975px;
	overflow: hidden;
}

#headero,
#headeri,
#content,
#footer {
	width: 100%;
	/* overflow: hidden; ID BUG*/
}

#headero {
	height: 187px;
	background: url('/include/gfx/header.gif') no-repeat top;
}
#headeri {
	height: 100%;
	background: url('/include/gfx/headerline.jpg') no-repeat 330px 186px;
}

#logo {
	position: absolute;
	left: 243px;
	top: 20px;
	width: 349px;
	height: 158px;
	background: url('/include/gfx/logo.gif') no-repeat top left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#searchbox {
	position: absolute;
	right: 177px;
	top: 115px;
	padding: 13px 13px 0 0;
	height: 57px;
	background: url('/include/gfx/searchbox.gif') no-repeat top right;
}

#content {
	height: 430px;
	background: url('/include/gfx/main.gif') no-repeat top;
	width: 100%;
}

#navigation {
	float: left;
	margin-top: 22px;
	position: relative;
	top: 0; left: 0;
	width: 287px;
	height: 320px;
}

#navigation a {
	color: #c1d6ca;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #fff;
}

#navi {
	padding-top: 43px;
	position: absolute;
	top: 5px; left: 25px;
	z-index: 60;
	width: 262px;
	height: 275px;
	background: url('/include/gfx/navigation.gif') no-repeat top left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

#navi #s1 { margin-left: 60px; }
#navi #s2 { margin-left: 45px; }
#navi #s3 { margin-left: 40px; }
#navi #s4 { margin-left: 45px; }
#navi #s5 { margin-left: 60px; }

#navi li {
	float: left;
	clear: left;
	position: relative;
	display: inline;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

#navi li a {
	background: url('/include/gfx/bullet.gif') no-repeat center left;
	margin-left: 5px;
	padding-left: 10px;
}

#navi li a:hover {
	background: url('/include/gfx/bullet-h.gif') no-repeat center left;
	margin-left: -3px;
	padding-left: 18px;
	color: #fff;
}
* html #navi li a:hover {
	margin-left: 0;
}

#navi li a.m {
	margin: 13px 0 0 0;
	padding: 0;
	position: absolute;
	float: left;
	display: inline;
	height: 8px;
	width: 100%;
}

#navi li a.m:hover {
	left: -2px;
	width: 100%;
	background: #fff;
}

#navi li a.m span {
	padding: 0 11px 0 16px;
	position: absolute;
	display: inline;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
	margin-top: -2px;
	font-size: 10px;
	background: url('/include/gfx/bullet.gif') 5px 5px no-repeat #625a59;
	float: left;
	cursor: pointer;
}

#navi li a.m:hover,
#navi li a.m:hover span {
	text-decoration: none !important;
	cursor: pointer;
}
#navi li a.m:hover span {
	left: 2px;
}

#navi li#s2 a span { background-color: #655e5c; }
#navi li#s3 a span { background-color: #6b6360; }
#navi li#s4 a span { background-color: #706965; }
#navi li#s5 a span { background-color: #766f6a; }

/* START misc */

#misc {
	position: relative;
	clear: left;
	z-index: 70;
	background: url('/include/gfx/ico-help.gif') no-repeat top left;
	left: 55px;
	top: 237px;
	width: 100px;
	height: 100px;
}

#misc a {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
}
#misc li {
	float: left;
}

#m1, #m2, #m3 { position: absolute; }
#m1 { top: 0px; left: 0px; }
#m2 { top: 15px; left: 11px; }
#m3 { top: 30px; left: 22px; }

/* END misc */
/* START lang */

#lang {
	position: relative;
	top: 120px;
	left: 120px;
	z-index: 70;
	padding-top: 60px;
	float: left;
}
#lang li {
	line-height: normal;
	float: left;
	margin: 0;
}
#lang li a {
	background: none;
	padding: 0;
}

#les {
	padding-left: 5px;
	background: url('/include/gfx/li.gif') no-repeat 0 0;
}

#len {
	padding: 0 5px;
	background: url('/include/gfx/li.gif') no-repeat 0 0;
}

#lbg {
	padding-right: 5px;
}
/* END lang */

#stage {
	position: relative;
	float: left;
	display: inline;
	margin-left: 25px;
	padding-top: 35px;
	width: 500px;
	height: 390px;
}

#stage h2 {
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #615958;
	padding-bottom: 20px;
}

#string {
	position: relative;
	display: inline;
	float: left;
	padding: 0 5px 0 10px;
	margin: 0 10px 0 20px;
	width: 460px;
	height: 340px;
	font-size: 11px;
	line-height: 20px;
	overflow: hidden;
}

#string strong {
	color: #615958;
}

#string .sep {
	float: left;
	padding: 5px 0;
	width: 100%;
}

#string ul {
	float: none;
	font-size: 10px;
	padding-left: 20px;
	color: #615958;
}
* html #string ul {
	margin-left: 5px;
}

#string ul li {
	list-style-type: square;
}

.last {
	border: 0;
}

.box {
	clear: left;
	width: 100%;
}

.box .bimg {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.box .bcontact {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	width: 250px;
	overflow: hidden;
	border-left: 1px dashed #888;
}

#serv-descr {
	position: absolute;
	display: table;
	left: 30px;
	width: 225px;
	height: 225px;
	overflow: hidden;
	background: url('/include/gfx/service-info.gif') no-repeat top left;
	color: #fff;
	text-align: justify;
	line-height: 18px;
	font-size: 11px !important;
}

#serv-descr li {
	list-style-type: none !important;
	margin: 40px 0 0 20px;
	list-style-type: none;
	display: block;
	width: 144px;
	height: 144px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

#aboutus {
	text-align: center;
}
#aboutus img {
	margin-bottom: 15px;
}

#about {
	float: left;
	padding: 7px 0;
	width: 100%;
	line-height: 16px;
	font-size: 9px;
	text-transform: lowercase;
	text-align: center;
}

#about p span {
	border-right: 1px solid #cacaca;
}

#about p span a {
	padding: 0 5px 0 9px;
	border-left: 1px solid #cacaca;
}


/* START Contacts */

#contacto {
	position: relative;
	z-index: 0;
	height: 172px;
	background: url('/include/gfx/contact.gif') no-repeat top left;
}

#contacti {
	position: absolute;
	right: 87px; bottom: 0;
	width: 683px;
	height: 160px;
	border-top: 1px solid #00958f;
}

#contact {
	margin: 0 auto;
	padding-top: 10px;
	width: 405px;
	height: 150px;
	font-size: 11px;
	line-height: 15px;
}

#contact h3 {
	font: bold 14px/normal Georgia, Tahoma, Arial, sans-serif;
	color: #615958;
	padding: 5px 0 10px 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

#contact p {
	padding-left: 10px;
}

#contact ul {
	float: left;
}

#contact ul li {
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
}

#contact ul li.last {
	border: 0;
}

#cleft,
#ccenter,
#cright {
	float: left;
}

#cleft {
	width: 125px;
	line-height: 18px;
}

#ccenter {
	padding-left: 2px;
	width: 138px;
}

#cright {
	width: 135px;
}

/* END Contacts */

#footer {
	height: 191px;
	background: url('/include/gfx/footer.gif') no-repeat top;
}

#credits {
	position: relative;
	left: 55px;
	margin: 0 auto;
	width: 402px;
	height: 60px;
	background: url('/include/gfx/footer_bg.gif') no-repeat top;
	color: #c1d6ca;
	text-align: center;
	padding-top: 15px;
	font-size: 9px;
	line-height: 15px;
}

#credits a {
	color: #fff;
}

/* START Flexcroll */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
	width: 15px;
	background: transparent url('/include/gfx/basebarcaps_verticalbarbody.jpg') repeat-y 0px 0px;
}
.vscrollerbar {
	padding: 15px 0 !important;
	width: 15px;
	background: #99CBCB url('/include/gfx/basebarcaps_verticalbarbody.jpg') -15px 0px repeat-y;
}
.hscrollerbase {
	height: 15px;
	background: transparent url('/include/gfx/horizontalbarbody_cornerjog.jpg') 0px -15px repeat-x;
}
.hscrollerbar {
	padding: 0 15px !important;
	height: 15px;
	background: #00958F url('/include/gfx/horizontalbarbody_cornerjog.jpg') 0px -30px repeat-x;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.vscrollerbarbeg {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -45px -30px no-repeat;
	width: 15px;
	height: 15px !important;
}
.vscrollerbarend {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -45px 0px no-repeat;
	width: 15px;
	height: 15px;
}
.hscrollerbarbeg {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -60px -15px no-repeat;
	height: 15px;
	width: 15px !important;
}
.hscrollerbarend {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -30px -15px no-repeat;
	height: 15px;
	width: 15px;
}
.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #4E727C url('/include/gfx/horizontalbarbody_cornerjog.jpg') 0px 0px;
}
.vscrollerbasebeg {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -30px -30px no-repeat;
	width: 15px;
	height: 15px !important;
}
.vscrollerbaseend {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -60px -30px no-repeat;
	height: 15px;
	width: 15px;
}
.hscrollerbasebeg {
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -60px 0px no-repeat;
	height: 15px;
	width: 15px !important;
}
.hscrollerbaseend {
	height: 15px;
	width: 15px;
	background: url('/include/gfx/basebarcaps_verticalbarbody.jpg') -30px 0px no-repeat;
}
.scrollerjogbox:hover {
	background: #5E828C url('/include/gfx/basebarcaps_verticalbarbody.jpg') -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

/* END Flexcroll */

#services {
	font-size: 11px !important;
}

#customers .box {
	height: auto;
	padding-bottom: 10px;
}

#customers .bimg {
	height: auto;
	text-align: center;
}

#customers .bcontact {
	height: auto;
}

#sitemap dt {
	font-size: 15px;
	line-height: 25px;
}

#sitemap dd,
#sitemap .three {
	margin-left: 15px;
	padding-left: 12px;
	background: url('/include/gfx/dl-bullet.gif') no-repeat 0 10px;
}

#sitemap .three {
	margin-left: 30px;
}

/* cg */
#fcontact input, #fcontact textarea {border:solid 1px #00958F; width:220px} #fcontact input.submit {background:#00958F; color:#fff; cursor:pointer; width:auto}
#fcontact p {padding-bottom:10px; float:left; clear:both; width:350px;}
#fcontact label {display:block; float:left; width:80px; text-transform:uppercase;}
span.error { border: solid 1px #A80000; background: #FFCCCC; color:#A80000; display:block; padding:2px 5px; margin-bottom:10px; font-weight:bold}
span.ok { border: solid 1px #1F5618; background: #BDEAB5; color:#1F5618; display:block; padding:2px 5px; margin-bottom:10px; font-weight:bold}

div.result {line-height:normal; padding-bottom:5px; border-bottom:solid 1px #E2E9E9; margin-bottom:5px; float:none; width:100%}
.lineh {
	position: relative;
	top: -5px;
	line-height: normal;
}
