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

body {
	text-align: center;
	margin: 0px;
	background-color: #0D1114;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/backgroundmain-org.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 { 
font-weight : normal; 
} 



#container {
	width : 980px;
	margin : 0 auto;
	text-align : left;
} 

#header {
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
	padding: 0px;
	height: 110px;
	width: 980px;
	border: 1px solid #FFF;

} 
#bar {
	height: 10px;
	width: 980px;
	padding: 0px;
	background-color: #06007A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}




.navbar {
	width : 100%;
	float : left;
	display : block;
	background-color : #954578;
	border: 1px solid #ffffff;
}
a.homebut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #4493a0;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.homebut:hover {
	background-color : #56c6d9;
	color: #FFF;
} 
a.aboutbut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #F90;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.aboutbut:hover {
	background-color : #FC3;
	color: #FFF;
} 
a.householdbut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #85c226;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.householdbut:hover {
	background-color : #99dc30;
	color: #FFF;
} 
a.officebut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #f7c200;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.officebut:hover {
	background-color : #ffd22e;
	color: #FFF;
} 
a.internationalbut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #e8795e;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.internationalbut:hover {
	background-color : #ff876a;
	color: #FFF;
} 
a.storagebut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #bab2d9;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.storagebut:hover {
	background-color : #c5b8f6;
	color: #FFF;
} 
a.newsbut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 12.5%;
	float : left;
	background-color : #F33;
	height : 44px;
	padding-top : 10px;
	border-right : 1px solid #ffffff;
} 
a.newsbut:hover {
	background-color : #FF7171;
	color: #FFF;
} 
a.contactbut {
	font-family : Arial;
	font-size : 11px;
	line-height : 30px;
	color : #000;
	text-decoration : none;
	text-align : center;
	width : 11.5%;
	float : left;
	background-color : #954578;
	height : 44px;
	padding-top : 10px;
} 
a.contactbut:hover {
	background-color : #c366a1;
	color: #FFF;
} 
#mainarea {
	border: 1px solid #FFF;
	width: 980px;
	position: relative;
}
#mainarea #maincontent{
	width: 759px;
	font-size: 1.9em;
	color: #FFF;
	float: left;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#mainarea #sidebar{
	text-align: left;
	float: right;
	width: 180px;
	color: #FFF;
	font-size: 11px;
}
#bottomtag {
	color: #FFF;
	text-align: center;
}
#sidebar img {
	text-align: center;
}
#sidebar p {
	text-align: center;
}
#sidebar ul {
}




.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copyr {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
img.floatLeft {
	float: left;
	margin: 8px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.quote {
	text-align: center;
	width: 500px;
	margin-left: 100px;
	color: #FC9;
}

a:link.contact{
	color:#FF6;
}
a:visited.contact,a:active.contact{
	color: #CCC;
}
a:hover.contact{
	color:#FF6;

}
.number {
	text-align: center;
	width: 500px;
	margin-left: 100px;
	color: #FC9;
	font-size: 1.8em;
}
.highlight {
	color: #FC6;
	font-size: 1.2em;
}
