@charset "UTF-8";
body {
	margin: 0px;
	background-color:#FFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#all {
	margin: 0px auto;
	width:100%;
	background-image:url('../images/bg_globe.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
#header {
	margin: 0px auto;
	width:800px;
	height:119px;
}
#menucontainer {
	width:100%;
	height:31px;
	background-image:url(../images/bg_menu.png);
}
#menu {
	margin: 0px auto;
	width:800px;
	height:31px;
	position:relative;
	z-index:100;
}
#slider {
	margin: 0px auto;
	width:960px;
	height:300px;
}
#content {
	margin: 0px auto;
	padding-top:11px;
	width:800px;
	height: 406px;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
}
#social {
	margin-top:78px;
	width:387px;
	height:30px;
	float:right;
	font-family: 'NovecentowideBookBold';
	font-size:12px;
	color:#999;
	
}
#social-text {
	padding: 2px 2px 0 0;
	text-align:right;
	width:245px;
	height:29px;
	float:left;
}
#social-logos {
	width:140px;
	height:29px;
	float:right;
}
.social-text {
	font-family: "MuliRegular";
	font-size:12px;
	color:#999;
	line-height:7px;
}
.novecento-section {
	color:#666;
	font-family: 'NovecentowideBookBold';
	font-size:11px;
	text-decoration:none;
}
a.novecento-section:link {
	color:#666;
	text-decoration:none;
}
a.novecento-section:hover {
	color:#333;
	text-decoration:none;
}
.muli-section {
	color:#666;
	font-family: "MuliRegular";
	font-size:13px;
	text-decoration:none;
}
a.muli-section:link {
	color:#666;
	text-decoration:none;
}
a.muli-section:hover {
	color:#333;
	text-decoration:none;
}
#box1 {
	font-family: "MuliRegular";
	padding-left:22px;
	padding-top:10px;
	width:278px;
	height: 395px;
	background-image:url(../images/content_border.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#box2 {
	font-family: "MuliRegular";
	padding-left:22px;
	padding-top:10px;
	width:278px;
	height: 395px;
	background-image:url(../images/content_border.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#box3 {
	font-family: "MuliRegular";
	padding-left:22px;
	padding-top:10px;
	width:177px;
	height: 395px;
	background-image:url(../images/content_border.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.boxtitle {
	font-family:'NovecentowideBookBold';
	font-size:15px;
}
.boxsubtitle {
	font-family:'NovecentowideBookBold';
	font-size:13px;
}
.boxtext {
	font-family: "MuliRegular";
	font-size:13px;
	color:#58595b;
}
.boxtext-black {
	font-family: "MuliRegular";
	font-size:13px;
	color:#000000;
}
.boxtext-news {
	font-family: "MuliRegular";
	font-size:11px;
	color:#58595b;
}
.ReadMore {
	font-family: "MuliRegular";
	font-size:11px;
	color:#F00;
	text-decoration:none;
}
a.ReadMore:link {
	text-decoration: none;
	color:#F00;
}

.flinks {
	font-size:11px;
	color:#231f20;
}
a.flinks {
	text-decoration:none;
	color:#231f20;
}
a.flinks:hover {
	font-family: 'NovecentowideBookBold';
	text-decoration:none;
	color:#231f20;
}
a.flinks:visited {
	text-decoration:none;
	color:#231f20;
}
.copyright {
	font-size:9px;
	color:#666;
}
#buttonbox {
	padding-top:8px;
	vertical-align:central;
	display: block;
	font-family:'NovecentowideBookRegular';
	background-image:url(../images/button1_low.png);
	background-repeat:no-repeat;
	font-size:11px;
	color:#000;
	width:128px;
	height:27px;
	text-align:center;
	margin:10px 0 0 0;
	float:left;
	text-decoration:none;
}
.nolink {
	
	color:#000;
	text-decoration:none;
	
}
#buttonbox:link {
	color:#000;
	text-decoration:none;
}
#buttonbox:hover {
	color:#fff;
	background-image:url(../images/button1_hi.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#buttonbox-large {
	padding-top:5px;
	vertical-align:central;
	display: block;
	font-family:'NovecentowideBookRegular';
	background-image:url(../images/button2_low.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#000;
	width:227px;
	height:37px;
	text-align:center;
	margin:0 0 0 20px;
	float:left;
}
#buttonbox-large:link {
	text-decoration:none;
}
#buttonbox-large:hover {
	background-image:url(../images/button2_hi.png);
	background-repeat:no-repeat;
	text-decoration:none;
}



/******* MENU *******/



li.firstL {
	width: 84px;
}

li.home {
	width: 84px;
}

li.products {
	width: 93px;
	border:0
}
li:hover {
	background-color:#5a86ad;
}
#nav li:hover a {
	color:#fff;
}
#nav li:hover li a {
	color:#5a86ad;
}
li.services {
	width: 101px;
}
li.contactus {
	width: 123px;
}
li.community {
	width: 116px;
}
li.aboutus {
	width: 101px;
}
li.customer {
	width: 173px;
}

#nav {
	position:absolute;
	z-index:100;
}


#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:31px;
	font-family: 'NovecentowideBookBold';
	font-size:14px;
}
#nav a {
	display:block;
	padding:0px 5px;
	color:#1f5382;
	text-decoration:none;
}
#nav a:hover {
	color:#333;
	font-family: 'NovecentowideBookBold';
}
#nav li {
	float:left;
	position:relative;
	cursor: pointer;
	text-align:center;
}
#nav li ul li {
	text-align:left;
}
#nav ul {
	position:absolute;
	display:none;
	width:16em;
	top:31px;
	left:0px;
	z-index:100;
}
#nav li ul a {
	width:17em;
	height:auto;
	float:left;
	background: #ffe59c;
	border-top:1px solid #ffcf47;
}
#nav li ul a:hover {
	background: #F8B406;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:16em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}



/******* FONTS *******/



@font-face {
	font-family: 'NovecentowideNormalRegular';
	src: url('../fonts/novecentowide-normal-webfont.eot');
	src: url('../fonts/novecentowide-normal-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/novecentowide-normal-webfont.woff') format('woff'),  url('../fonts/novecentowide-normal-webfont.ttf') format('truetype'),  url('../fonts/novecentowide-normal-webfont.svg#NovecentowideNormalRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideBookBold';
	src: url('../fonts/novecentowide-bold-webfont.eot');
	src: url('../fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-bold-webfont.woff') format('woff'), url('../fonts/novecentowide-bold-webfont.ttf') format('truetype'), url('../fonts/novecentowide-bold-webfont.svg#NovecentowideBookBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideBookRegular';
	src: url('../fonts/novecentowide-book-webfont.eot');
	src: url('../fonts/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-book-webfont.woff') format('woff'), url('../fonts/novecentowide-book-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuliRegular';
	src: url('../fonts/muli-regular-webfont.eot');
	src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/muli-regular-webfont.woff') format('woff'), url('../fonts/muli-regular-webfont.ttf') format('truetype'), url('../fonts/muli-regular-webfont.svg#MuliRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcensRegular';
	src: url('../fonts/acens-webfont.eot');
	src: url('../fonts/acens-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acens-webfont.woff') format('woff'), url('../fonts/acens-webfont.ttf') format('truetype'), url('../fonts/acens-webfont.svg#AcensRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

