@charset "UTF-8";
/* CSS Document */

.container {
    width: 500px;
    max-height: 1000px;
    background-color: #ffffff;
}
.mainbody,
.header,
.footer {
    padding: 5px;
}
.mainbody {
    margin-top: 0;
    min-height: 150px;
    max-height: 388px;
    overflow: auto;
}
.header {
    height: 40px;
    border-bottom: 1px solid #EEE;
    background-color: #ffffff;
    height: 40px;
	top:0px;
	position:absolute;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.footer {
    height: 40px;
    background-color: whiteSmoke;
    border-top: 1px solid #DDD;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
}

#background{
	position:absolute;
	top:0px;
	left:120px;
	z-index:0;
}

.nav{
	position:absolute;
	left:455px;
	top:57px;
	color:#FFF;
	font-family:arial narrow;
	font-size:15px;
		
}
.nav ul li{

	background-position:left;
	width:auto;
	float:left;
	padding-left:35px;
	
	
}
.nav ul li:hover{
	background:url(../img/menu_effect.jpg) no-repeat;
	background-position:35px;
	
}

.nav ul li a{
	margin-left:15px;
}
.nav a.menuitems:hover{			
}

#logo{
	position:absolute;
	left:100px;
	top:10px;
}
#logotext{
	position:absolute;
	left:180px;
	top:58px;
}

#footer{
	position:absolute;
	top:1150px;
	height:60px;
}

#flag{
	position:absolute;
	right:104px;
	top:20px;
}

#text{
	position:absolute;
	right:154px;
	top:22px;
	color:#FFF;
	font-size:14px;
	font-family:arial narrow;
}
#footertext{
	position:absolute;
	bottom:-265px;
	right:100px;
	color:#FFF;
	font-size:10px;
}
#socialnetworktext{
	position:absolute;
	bottom:-245px;
	left:50px;
	color:#FFF;
	font-size:11px;
}
#socialnetwork{
	position:relative;
	bottom:-350px;
	left:-850px;
	float:right;
	padding-right:15px;
}
#images{
	position:absolute;
	top:115px;
	left:845px;
}
#images2{
	position:absolute;
	top:300px;
	left:842px;
}
#images3{
	position:absolute;
	left:845px;
	top:485px;
}
#branding{
		position:absolute;
		width:1100px;
		top:661px;
		left:70px;
}
#welcome{
	position:absolute;
	top:1020px;
	left:130px;
}
#line{
	position:absolute;
	top:650px;
	left:288px;
}
#line2{
	position:absolute;
	top:650px;
	left:550px;
}
#line3{
	position:absolute;
	top:650px;
	left:810px;
}
#text2{
	position:absolute;
	top:0px;
	left:250px;
	color:#000;
	font-size:16px;
	font-family:arial narrow;
	width:350%;
}
#more{
	position:absolute;
	bottom:10px;
	left:940px;
}
#navline{
	position:absolute;
	top:60px;
	left:558px;
}
#navline2{
	position:absolute;
	top:60px;
	left:658px;
}
#navline3{
	position:absolute;
	top:60px;
	left:785px;
}
#navline4{
	position:absolute;
	top:60px;
	left:882px;
}
#navline5{
	position:absolute;
	top:60px;
	left:965px;
}
#navline6{
	position:absolute;
	top:60px;
	left:1062px;
}

.header1{
	width:1280px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	background:url(../img/header.gif);
	background-repeat:no-repeat;
}

.body{
	width:1280px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#FFFFFF;
}

.footer1{
	width:1280px;
	height:80px;
	top:420px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/footer.gif);
	background-repeat:no-repeat;
}