/* main body markup */
HTML, BODY {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, nsimsun, sans-serif;
font-size: 11px;
text-align: center;
}

/* position for the main container */
#container {
position: relative;
width: 960px;
min-width: 960px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* position 'n markup for the header (top) frame */
#header {
position: relative;
width: 100%;
height: 114px;
margin-bottom: -1px;
}

#toplogo {
position: relative;
width: 100%;
height: 81px;
background-image: url("../images/toplogo.jpg");
cursor: pointer;
}

#languagemenu {
position: relative;
width: 130px;
height: 10px;
margin-top: 18px;
margin-left: 0px;
cursor: pointer;
padding: 0px;
float: left;
}
#hidelanguage {
position: absolute;
width: 115px;
height: 50px;
top: 0px;
left: 0px;
background-color: white;
display: none;
/*border: 1px #000000 solid;*/
z-index: 100;
padding-top: 20px;
padding-left: 15px;
}

#topmenu {
position: relative;
/* minimum width value: 83% */
width: 790px;
height: 17px;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 2px;
float: left;
text-align: left;

}

#searchmenu {
position: relative;
width: 21px;
height: 20px;
margin-top: 15px;
margin-left: 18px;
cursor: pointer;
float: left;
text-align: right;
}
#hidesearch {
position: absolute;
width: 200px;
height: 50px;
top: 1px;
right: 1px;
background-color: white;
display: none;
/*border: 1px #000000 solid;*/
z-index: 100;
padding-top: 20px;
padding-left: 15px;
}

/* position 'n markup for the main (center) frame */
#main {
position: relative;
width: 100%;
height: 480px;
float: none;
}

#bigbox {
position: relative;
width: 456px;
background-color: #BED5EB;
float: left;
padding: 12px;
min-height: 456px !important;
height: auto !important;
height: 456px;

}
#box1 {
position: relative;
width: 240px;
height: 240px;
background-color: #BED5EB;
float: left;
overflow: hidden;
}

#box2 {
position: relative;
width: 240px;
height: 240px;
float: left;
overflow: hidden;
}

#box3 {
position: relative;
width: 240px;
height: 240px;
float: left;
overflow: hidden;
background-color: #FFFFFF;
}

#box4 {
position: relative;
width: 240px;
height: 240px;
background-color: #E30025;
float: left;
overflow: hidden;
}

/* position 'n markup for the footer (bottom) frame */
#footer {
position: relative;
width: 100%;
height: 149px;
clear: both;
}

#bottommenu {
position: relative;
width: 25%;
height: 15px;
}

#bottomlogo {
position: relative;
width: 100%;
height: 106px;
background-image: url("../images/bottomlogo.jpg");
}
