/*********************** Centering page ***********************/
body {
text-align: left; 
background-color:#29386f;
margin: 0px;
padding: 0px;
font-family: "verdana", arial, helvetica, sans-serif;
}

#container {
background: url(bg.jpg);
	margin: 0 auto;
	position: relative;
	height: 650px;
    width: 928px;
	}

/*********************** top right Navbar ***********************/
#topright_nav {
	padding-bottom:10px;
    position: relative; 
	top: 60px;      	
	left: 100px;
}

.toplinks {
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	
}

.toplinks A {
font-size: 9px;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}

.toplinks A:active {
font-size: 9px;
color:#737cac;
text-decoration: none;
font-weight: bold;
}

.toplinks A:hover {
font-size: 9px;
color: #737cac;
text-decoration: none;
font-weight: bold;
}


/*********************** Main Title ***********************/
#tech-header {
     	position: absolute; 
	top: 320px;      	
	left: 600px;
}

.title {
	text-align: left;
	font-size: 14px;
	color: #104263;
	font-weight: bold;
	
}

/*********************** Body Text ***********************/

#info {
     	position: absolute; 
	top: 380px;      	
	left: -550px;
}

.info-text {
	text-align: left;
	font-size: 10px;
	color: #000000;
	font-weight: plain;
	width: 300px;
	
}

#prod-header {
     	position: absolute; 
	top: 115px;      	
	left: 150px;
}

.big-title {
	text-align: left;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: plain;
	
}

#spec-header {
     	position: absolute; 
	top: 260px;      	
	left: 500px;
}

#tech-header {
     	position: absolute; 
	top: 330px;      	
	left: 710px;
}

.title {
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	
}
.title A:link {
font-size: 14px;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}
.title A:active {
font-size: 14px;
color:#A7A9AC;
text-decoration: none;
font-weight: bold;
}

.title A:hover {
font-size: 14px;
color: #A7A9AC;
text-decoration: none;
font-weight: bold;
}

.title A:visited {
font-size: 14px;
color: #A7A9AC;
text-decoration: none;
font-weight: bold;
}


/*********************** left menu ***********************/

#navcontainer {
top: 500px; 
left: 580px;
position: absolute; 
width: 180px; 
}

#navcontainer ul{
text-align: centre;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 16px;
color: #FFFFFF;
font-weight: plain;
}

#navcontainer a
{
display: block;
padding: 3px 0px 3px 0px;
width: 180px;
background-color: #105289;
border-left: #FFFFFF 5px;
margin: 6px 0px 0px 0px

}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #1474AC;
color: #FFFFFF;
}


/*********************** Address ***********************/

#address {
	position: absolute;
	top: 576px;
	left: 280px;
}
.address-text {
	white-space:nowrap;
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: plain;
}

.address-text a, .address-text a:visited {	text-decoration: none;color: #FFFFFF;}
.address-text a:hover{	text-decoration: none;color: #737cac;}




/*********************** Content ***********************/

#content {
	padding-top:10px;
	position: absolute;
	top: 80px;
	left: 100px;
	width: 385px;
}
.content-text1 {
	text-align: left;
	font-size: 13px;
	color: #2a3871;
	font-weight: bold;
}

.content-text2 {
	text-align: left;
	font-size: 10px;
	color: #2a3871;
	/* line-height:10px;*/

}
/*********************** numbers ***********************/
#telblock {
	position: absolute;
	top: 500px;
	left: 200px;
	}

.tel{
	font-size: 11px;
	text-align:left;
	color: #90B7CC;
	font-weight: bold;
}


#webmail {
	position: absolute;
	top: 500px;
	left: 220px;
	}


.links {
	text-align: left;
	font-size: 14px;
	color: #A7A9AC;
	font-weight: bold;
	
}

.links A:link {
font-size: 14px;
color:#737cac;
text-decoration: none;
font-weight: bold;
}

.links A:active {
font-size: 14px;
color:#737cac;
text-decoration: none;
font-weight: bold;
}

.links A:hover {
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.links A:visited {
font-size: 14px;
color: #737cac;
text-decoration: none;
font-weight: bold;
}
