@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: 'AsapRegular', Tahoma;
}
img {
	border: 0;
}
a {
	color: #393531;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@font-face {
    font-family: 'AsapRegular';
    src: url('fontaine/Asap-Regular-webfont.eot');
    src: url('fontaine/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontaine/Asap-Regular-webfont.woff') format('woff'),
         url('fontaine/Asap-Regular-webfont.ttf') format('truetype'),
         url('fontaine/Asap-Regular-webfont.svg#AsapRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_widemedium';
    src: url('fontaine/synthview_-_novecentowide-medium-webfont.eot');
    src: url('fontaine/synthview_-_novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontaine/synthview_-_novecentowide-medium-webfont.woff') format('woff'),
         url('fontaine/synthview_-_novecentowide-medium-webfont.ttf') format('truetype'),
         url('fontaine/synthview_-_novecentowide-medium-webfont.svg#novecento_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
#navwrapper {
	width: 960px;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 16px;
	border-top: 1px #393531 solid;
	border-bottom: 1px #393531 solid;
	text-align: right;
	font-family: 'novecento_widemedium', Tahoma;
	font-size: 14pt;
	background-color: #FFF;
}
#logoholder {
	text-align: left;
}
.menulink {
	margin-top: -20px;
	margin-left: 100px;
	margin-right: 50px;
	float: right;
}
a:hover {
	color: #7a99be;
}
#homebulb {
	background: url(images/bridgebulb_07.jpg);
	background-repeat: no-repeat;
	width: 431px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}
#innerwrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#bulb {
	background: url(images/aboutbulb_07.jpg);
	background-repeat: no-repeat;
	width: 431px;
	height: 700px;
	margin-right: 60px;
	float: left;
}
#bulbdos {
	background: url(images/servicebulb_07.jpg);
	background-repeat: no-repeat;
	width: 431px;
	height: 700px;
	margin-right: 60px;
	float: left;
}
#acontent {
	width: 432px;
	font-family: 'AsapRegular', sans-serif;
	margin-top:100px;
	float: left;
}
.textbold {
	font-weight: bold;
	font-size: 15pt;
	float: left;
	margin-top: 5px;
	color: #393531;
}
.icon {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#scontent {
	width: 432px;
	font-family: 'AsapRegular', sans-serif;
	margin-top: 60px;
	float: left;
}
#footer {
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:90px;
	padding-top: 20px;
	font-size: 10px;
	border-top: 1px #CCC solid;
	clear:both
}
.hidden {
	height: 0px;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.showing {
	height: 120px;
	color: #000;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
dd {
	margin-top: 10px;
	margin-left: 0px;
	color: #FF0000;	
}

#lists {
margin-top:-50px;
}
