@charset "utf-8";
/* CSS Document 
green: 003e27
lighter gray: acacac
dk gray: 464646
ornage red: CC3300

*/

body {
margin:0px;
}

.logo {
	width:374px;
	height:75px;
	/*background-image: url(/images/header/BETEK_logo.png);*/
	background-image: url(/images/header/skec_betek.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top_nav {
	background-image: url(/images/buttons/mid_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	height:75px;
}
.left_nav {
	background-image: url(/images/buttons/left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:7px;
	height:22px;
}
.right_nav {
	background-image: url(/images/buttons/right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:7px;
	height:22px;
}

.mid_nav {
	background-image: url(/images/buttons/mid.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height:22px;
}

/* Image bars */

.home {
	background-image: url(/images/home/imagebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:689px;
	height:236px;
}
.inner {
	background-image: url(/images/home/imagebar_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:689px;
	height:126px;
}

/*Content */
.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #464646;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #464646;
}
.content a:link, .content a:visited, .content a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #CC3300;
	
}
.readmore a:link, .readmore a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	text-decoration:none;
	
}
/*Left Navigation */

/*MENU*/
#topnav {
	padding-left: 0px;
	padding-right: 0px;
	width: 400px;
	
				
}
/*CURRENT PAGE HIGHLIGHT */
.current-page {
	font-weight: bold;
	color: #CC3300;
	 }
 .menu_text,  .menu_text a:link,  .menu_text a:visited {
 	color: #FFFFFF;
 
 }


/*LEFT NAVIGATION*/
.left_margin {
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
	background-image: url(/images/buttons/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

 .left_margin a:link, .left_margin a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
	line-height:150%;
	text-decoration:none;
}
.left_margin a:hover {
	color:#555555;
	line-height:150%;
	text-decoration:none;
	}
/*FOOTER*/
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1pt;
	font-weight: normal;
	color:#FFF;
	line-height:18px;
	text-align: center;
	vertical-align: middle;
}
.footer a:link, .footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1pt;
	font-weight: normal;
	color:#FFF;
	line-height:18px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
}
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1pt;
	font-weight: normal;
	color:#CC3300;
	line-height:18px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
}
.copyright, .copyright a:link, .copyright a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
.design, .design a:link, .design a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#666666;
}
