@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color: #333333;
	background-image:url(../images2/bg1.png);
	background-repeat:repeat-x;
	}
/* Text Styles */
.h1 {font-size:16px; font-family:Arial; color:#FFFFFF;}
.h2 {font-size:16px; font-family:Arial; color:#FF0000;}
.white {font-size:16px; font-family:Arial; color:#FFFFFF;}
p {font-size:12px; font-family:Arial; color:#FFFFFF;}

.normaltextred{font-size:12px; font-family:Arial; color:#FF0000;}
.normaltext {
	font-size:12px;
	font-family:Arial;
	color:#fff;
}
.menutext {font-size:12px; font-family:Arial; color:#fff; font-weight:bold;}
.smalltext { font-size:10px; font-family:Arial; color:#999999; font-weight:bold;}
.boldtext {
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
}

.style14 {color: #FFFFFF}
.style3 {	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style36 {font-family: Arial, Helvetica, sans-serif}

#MySlideShow { 

width: 900px; 
height: 361px;
overflow:hidden;

z-index:10;
}




/* General Divs */

#contentbg {

background-image:url(../images2/contentbg.png);
width:954px;
height:1050px;
margin-left:auto;
margin-right:auto;

}

#contentbgaboutus {

background-image:url(../images2/contentbg.png);
width:954px;
height:1150px;
margin-left:auto;
margin-right:auto;

}

#contentbgtech {

background-image:url(../images2/contentbg.png);
width:954px;
height:1530px;
margin-left:auto;
margin-right:auto;

}

#contentaboutus {

background-image:url(../images2/contentbg.png);
width:954px;
height:1090px;
margin-left:auto;
margin-right:auto;

}




/* Top Divs */

#menucontainer{
width:891px;
height:40px;
margin-left:4px;
margin-top:-355px;

background-image:url(../images2/menubg.png);
position:absolute;
z-index:100;
}


#menucontainer2{
width:890px;
height:20px;
margin-left:3px;
margin-top:2px;
position:absolute;
z-index:101;

}

#menucontainer2 div {
	text-align: center;
}

#slidecontainer{
width:900px;
height:361px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
}

#slidecontainer_black{
	width:900px;
	height:36px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	border: thin;
	border-color:#666666;
	border-style:dashed;
	padding-top:3px;
}




#topred {
	width:auto;
	height:10px;
	background-color:#FF0000;
	background-image:url(../images2/whitedash.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	
}

#top {
	width:auto;
	height:100px;
	background-image:url(../images2/whitedash.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	
}

#toplogoconatainer{
	width:900px;
	height:auto;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;

}

#toprightconatainer{
	width:300px;
	height:auto;
	margin-top:30px;
	margin-left:700px;
	position:absolute;

}


#menu{

width:930px;
height:20px;
margin-top:10px;
margin-left:auto;
margin-right:auto;


}




/* content Divs */


#middlecontenttop

{
width:900px;
height:40px;
margin-left:auto;
margin-right:auto;
background-image:url(../images2/whitedash.png);
	background-position:bottom;
	background-repeat:repeat-x;

}

#middlecontentheader

{
width:800px;
height:20px;
margin-top:10px;
float:left;

}

#middletextcontent

{
width:900px;
height:auto;
margin-top:10px;
margin-left:auto;
margin-right:auto;


}



#leftcontent

{
width:234px;
height:auto;
float:left;

}

#callbackcontainer

{
width:234px;
height:201px;
float:left;
margin-bottom:2px;
background-image:url(../images2/callback.png);

}

#callbackheader

{
width:211px;
height:auto;
margin-top:10px;
margin-left:auto;
margin-right:auto;

}

#callbackheader

{
width:211px;
height:auto;
margin-top:25px;
margin-left:auto;
margin-right:auto;

}


#maincontent

{
width:664px;
height:auto;
float:left;
margin-left:2px;

}





#bottomcontentleft

{
width:575px;
height:auto;

}








/* footer Divs */

#footer{
	width:auto;
	height:auto;
	margin-top:30px;
	background-image:url(../images2/whitedash.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	
	
}

#footercontainer {
	width:900px;
	height:70px;
	margin-left:auto;
    margin-right:auto;
	margin-top:10px;

}
#footercontainerinner {
	width:900px;
	height:50px;
	margin-left:auto;
    margin-right:auto;
	float:left;
	margin-top:20px;
	
}

#footertext {
	width:800px;
	height:40px;
	margin:auto;
	margin-top:3px;
	float:left;
	padding-left:5px;
	
}


/* link Divs */

a.linkset2:link {
	color: #FFFFFF}
a.linkset2:visited {
	color: #FFFFFF}
a.linkset2:hover {
	color: #FF0000}
a.linkset2:active {
	color: #FFFFFF}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #ffffff;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #fff;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

