@charset "utf-8";
* { outline:none;}

html, body, form, ul, h1, h2, h3 {
	margin:0;
	padding:0;
}

body {
	background:#e9e9e9 url(../images/bg_site.gif) 0 0 repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#959393;
}

.png { behavior: url(iepngfix.htc) }

#container {
	margin:0 auto;
	width:872px;
}

#header {
	width:708px;
	height:168px;
	padding:47px 0 0 164px;
	background:url(../images/bg_header.gif) repeat-x;
	position:relative;
}

#footer {
	width:100%;
	padding:6px 0 0 0;
	height:46px;
	background:#dadada url(../images/bg_footer.gif) 0 0 repeat-x;
	clear:both;
}

#footer .footer_content{
	margin:0 auto;
	width:872px;
	height:46px;
	background:#ffa700 url(../images/bgContent_footer.gif) top no-repeat;
}

.footer_links{
	height:26px;
	text-align:center;
}

.footer_info {
	height:20px;
	padding:0 10px;
	font-size:9px;
	line-height:14px;
	color:#000;
}

.footer_info a {
	color:#000;
	text-decoration:none;
}

.footer_info a:hover {
	color:#000;
	text-decoration:underline;
}

.footer_links a {
	line-height:26px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.footer_links a:hover {
	color:#fff;
	text-decoration:underline;
}

#menu {
	width:500px;
	height:41px;
	position:relative;
	padding:17px 0 0 0;
}

#animdiv {
	width:100px;
	height:17px;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/menu_animdiv.gif) no-repeat;
}

#menulinks {
	width:500px;
	height:24px;
}

#menulinks a {
	display:block;
	float:left;
	width:100px;
	height:24px;
	font-size:12px;
	line-height:18px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

#menulinks a:hover {
	color:#333;
}

#menulinks a.current {
	color:#333;
	background:url(../images/menu_current.gif) center bottom no-repeat;
}

#content {
	background:#fff9c9 url(../images/bgContent.gif) bottom no-repeat;
	float:left;
}

#content-left {
	width:163px;
	float:left;
}

#content-middle {
	width:500px;
	float:left;
}

#content-right {
	width:209px;
	padding:116px 0 0 0;
	float:left;
}

.logo {
	position:absolute;
	width:194px;
	height:76px;
	left:10px;
	top:92px;
	text-indent : -9999px;
	background:url(../images/logo_elco.png) no-repeat;
	cursor:pointer;	
}

.rightMan {
	position:absolute;
	width:209px;
	height:331px;
	right:0;
	top:0;	
	background:url(../images/theRightSpecialist.png) no-repeat;
	z-index:1;
}

.news {
	background:#fcc700;
	position:relative;
	padding:20px 0 10px 0;
	color:#000;
}

.newsHeader {
	position:absolute;
	width:128px;
	height:26px;
	top:-26px;	
	right:0;
	padding:0 20px 0 0;
	background:url(../images/newsHeader.png) no-repeat;
	font-size:12px;
	color:#000;
	line-height:26px;
	text-align:right;
	z-index:2;
}

.newsItem {
	padding:0 20px 0 10px;
}

.newsItem h2 {
	font-size:11px;
	color:#fff;
	text-align:right;
}

.newsItem p {
	margin:5px 0;
	text-align:justify;
	font-size:10px;
}

.dotsSeparator1 {
	width:209px;
	height:2px;
	font-size:1px;
	background:url(../images/dotsSeparator1.gif) no-repeat;
	margin:5px 0 10px 0;
}

.alignRight {
	text-align:right;
}

.box {
	position:relative;
}

.box .under {
	padding:20px 10px 50px 10px;
}

.goldBox {
	width:465px;
	padding:20px 10px 20px 10px;
	background:#feb600 url(../images/goldBox.gif) no-repeat;
	color:#3f3f3f;
}

.goldBox .title {
	position:absolute;
	width:233px;
	height:30px;
	top:-35px;	
	left:0;
	padding:5px 0 0 10px;
	background:url(../images/goldBoxHeader.png) no-repeat;
	font-size:14px;
	color:#333333;
	line-height:35px;
	font-weight:normal;
	z-index:2;
}

.blueBox {
	width:465px;
	padding:20px 10px 20px 10px;
	background:#0039c9 url(../images/blueBox.gif) no-repeat;
	color:#fff;
}

.blueBox .title {
	position:absolute;
	width:223px;
	height:36px;
	top:-36px;	
	left:0;
	padding:0 0 0 10px;
	background:url(../images/blueBoxHeader.png) no-repeat;
	font-size:14px;
	color:#fff;
	line-height:36px;
	font-weight:normal;
	z-index:1;
}

.cyanBox {
	width:465px;
	padding:20px 10px 20px 10px;
	background:#9fc1ed url(../images/cyanBox.gif) no-repeat;
	color:#000f3b;
}

.cyanBox .title {
	position:absolute;
	width:221px;
	height:32px;
	top:-32px;	
	left:0;
	padding:0 0 0 10px;
	background:url(../images/cyanBoxHeader.png) no-repeat;
	font-size:14px;
	color:#000033;
	line-height:32px;
	font-weight:normal;
	z-index:3;
}

a.more2 {
	font-size:9px;
	color:#3f3f3f;
	background:url(../images/arrow2.gif) right no-repeat;
	padding:0 16px 0 0;
	line-height:13px;
}

a.more2:hover {
	color:#666;
}

.spacer10 {
	height:10px;
	font-size:1px;
	clear:both;
}

.spacer15 {
	height:15px;
	font-size:1px;
	clear:both;
}

.leftContactInfo {
	padding:20px 15px 20px 0;
	color:#666;
	font-size:11px;
	text-align:right;
}

.leftContactInfo a {
	color:#666;
	text-decoration:none;
}

.leftContactInfo a:hover {
	color:#999;
	text-decoration:underline;
}

.leftLinks1 {
	padding:30px 0 20px 0;
	text-align:right;	
}

.leftLinks1 .title {
	font-size:12px;
	color:#000;
	font-weight:normal;	
	text-decoration:underline;
	padding:0 15px 5px 0;
}

.leftLinks1 ul, .leftLinks2 ul, .leftLinks3 ul {
	list-style:none;
}

.leftLinks1 ul li, .leftLinks2 ul li, .leftLinks3 ul li{
	padding:0 5px 0 0;
}


.leftLinks1 a {
	display:block;
	width:148px;
	height:20px;
	line-height:20px;
	padding:0 10px 0 0;	
	font-size:11px;
	color:#000;
	text-decoration:none;
	background:none;
}

.leftLinks1 a:hover {
	color:#666;
	text-decoration:underline;	
}

.leftLinks1 a.current {
	color:#666;
	background:#f7f5ed;
}

.leftLinks2, .leftLinks3 {
	padding:50px 0 20px 0;
	text-align:right;	
}

.leftLinks2 .title {
	font-size:12px;
	color:#003399;
	font-weight:normal;
	text-decoration:underline;
	padding:0 15px 5px 0;	
}

.leftLinks2 a {
	display:block;
	width:148px;
	height:20px;
	line-height:20px;
	padding:0 10px 0 0;	
	font-size:11px;
	color:#003399;
	text-decoration:none;
	background:none;
}

.leftLinks2 a:hover {
	color:#6699cc;
	text-decoration:underline;
}

.leftLinks2 a.current {
	color:#6699cc;
	background:#f7f5ed;
}

.leftLinks3 a {
	padding:0 10px 0 0;	
	font-size:11px;
	line-height:20px;
	color:#003399;
	text-decoration:none;
}

.leftLinks3 a:hover {
	color:#6699cc;
	text-decoration:underline;
}


.leftLinks3 .certificate a img {
	border:1px solid #f0b700;
	margin:5px 0 0 0;	
}

.leftLinks3 .title {
	font-size:12px;
	color:#003399;
	font-weight:normal;
	text-decoration:underline;
	padding:0 15px 5px 0;	
}

ul.list1 {
	list-style-type:none;
	padding:10px;
}

ul.list2 {
	list-style:disc inside;
	padding:10px;
}

ul.list1 li, ul.list2 li {
	padding:0 10px 4px 10px;
}

img.thumb {
	border:1px solid #f0b700;
}

img.thumb2 {
	border:1px solid #ffffff;
}

.paddcontent {
	padding:0 10px;
}

.white {
	color:#fff;
	padding:0 0 10px 0;
	font-size:12px;
}

.msgError {
	color:#cc0000;
}

input.contact {
	border:1px solid #ffd814;
	width:150px;
	height:20px;
	font-size:12px;
	line-height:20px;
	color:#333;
}

textarea.contact {
	border:1px solid #ffd814;
	width:150px;
	height:105px;
	font-size:12px;
	color:#333;	
}

input.button {
	border:1px solid #E3AD00;
	background:#ffd814;
	font-size:12px;
	padding:5px;
	color:#333;
}
