@charset "utf-8";
/* CSS Document */

body  {
	font: Verdana, Arial;
	font-size:0.9em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#333333;
	background-color: #DBE4ED;
}

body#home a#menu-home, 
body#about a#menu-about,
body#corporate a#menu-corporate,
body#service a#menu-service,
body#secure a#menu-secure,
body#maintenance a#menu-maintenance
{
color:#999999;
}

a:active
{
color:#999999;
}
#wrapper {
	width: 460px;
	margin: 0px auto;
	position:relative;
}
h4 {
	text-transform:capitalize;
	text-align:left;
	color:#29B24C;
	margin: 0;
	padding: 0.3em 0;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 0;
	background: #009933;
	display: block;
	overflow: hidden;
	font-size: 0.75em;
	height:38px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 6px 6px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background:#FEE000;
	color:#0096DB;
}
#navjp {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 0;
	background: #009933;
	display: block;
	overflow: hidden;
	font-size: 0.7em;
	height:25px;
	text-transform:capitalize;
}
#navjp li {
	display: inline;
}
#navjp li a {
	display: block;
	float: left;
	padding: 6px 6px;
	color: white;
	text-decoration: none;
}
#navjp li a:hover {
	background:#FEE000;
	color:#0096DB;
	height:40px;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../_images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
}
h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family:Helvetica, Arial;
}
p {
	margin: 0;
	padding: 0.1em 0;
	color:#686868;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	padding: 15px;
	color: white;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #222222;
}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:50px;

}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:491px;
	height:516px;
	background-image:url(../_images/Semcon_main_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#contentloader {
	width:468px;
	height:470px;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	overflow-y:auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	position:absolute;
}

.copyrights{
	color:#999999; font-family:Arial, Helvetica; font-size:9px; text-align:center;
}

#footerin{
	width:450px;
	font-family:Arial, Helvetica;
	float:right;
	font-size:9px;
	color:#009933;
	margin:0px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	left:0px;
	text-decoration: none;
	height: 50px;
	position:relative;
}

#footerin a{
text-decoration: none;
font-weight:600;
}

#footerin a:link{
	font:11px Helvetica;
	color:#000099;
	text-decoration: none;
}

#footerin a:hover{ /*hover state CSS*/
color: #0296DE;
text-decoration:underline;
}

.rmenu{
float:left;
width: 194px; /*width of menu*/
height:185px;
margin:0px;
background:url(../_images/Semcon_menu_bg.gif) center no-repeat;
}

.rmenu .headerbar{
font: bold 14px Arial;
color: #2EB74D;
background: #FFFFFF;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform:capitalize;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.rmenu ul{
list-style-type: none;
margin: 8px;
margin-top:10px;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
border-bottom:#E1EAEC solid 1px;
}

.rmenu ul li a{
	font:14px Arial;
	font-weight:bold;
	color: #27B644;
	display: block;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.rmenu ul li a:hover{ /*hover state CSS*/
color: #0296DE;
background:#00CCFF url(../_images/Semcon_menu_gp.gif) repeat;
}

.rmenu ul li a:active{ /*active state CSS*/
color:#999999;
}

.logo{
	width:190px;
	height:95px;
	margin-bottom:5px;
	background:url(../_images/Semcon_logo.gif) no-repeat top;
	margin-top: 8px;
}

.certificate{
	float:right;
	margin-right:10px;
	margin-left:8px;
	width:60px;
	height:36px;
	margin-top:0px;
}

.textfooter{
	float:left;
	left:-60px;
	margin:auto;
	margin-right:8px;
	width: 440px;
	position: absolute;
	padding-right:8px;
	border-right: #CBCDCF 1px solid;
}
.lightblue {color: #0096DB}
.redorange{ color:#FF3300}

.informationlist{ list-style:square; color:#2C343A; font-size:12px; line-height:1.4em}

.imgcontent{ margin:8px 5px}

.flag{ margin-right:15px; float:right; position:absolute; margin-top:-15px; text-decoration:none; height:15px; padding-left:5px; }

.flagthumb{ margin-right:5px; float:left; }

.flagthumb li a{
border:0px; text-decoration:none;
}

.flagthumb li a:visited{
border:0px; text-decoration:none;
}

.flagthumb li a:hover{ /*hover state CSS*/
border:0px; text-decoration:none;
}

--> 