* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}


html, body {
	height:100%;
}

body {
	background: url('../img/main_bg.jpg') center top no-repeat #fcfcfc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #444;
}

a {
	
}

a:hover {
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#wrapper {
	width: 1024px;
	margin: auto;
}

div#logo {
	width: 100%;
	height: 420px;
	text-align: center;
	overflow: hidden;
}

div.seperator {
	width: 100%;
	height: 2px;
	background: transparent url('../img/seperator.jpg') center top no-repeat;
	font-size: 1px;
	clear: both;
}

div#branches {
	height: 165px;
	position: relative;
	overflow: hidden;
}

ul#branch_list {
	width: 100%;
	list-style: none;
	display: block;
	padding: 32px;
}

ul#branch_list li {
	width: 226px;
	height: 103px;
	line-height: 100px;
	background: transparent/* url('../img/branch_bg.png') top left no-repeat*/;
	float: left;
	text-align: center;
	margin-right: 19px;
}

ul#branch_list li span {
	display: block;
	width: 226px;
	height: 103px;
	line-height: 103px;
	overflow: hidden;
}

ul#branch_list li span a {
	display: block;
	width: 226px;
	height: 103px;
	line-height: 103px;
	overflow: hidden;
	text-indent: -1000px;
}

ul#branch_list li#branch_energy span {
	background: transparent url('../img/branches.jpg') 0 0 no-repeat;
}

ul#branch_list li#branch_energy span a {
	background: transparent url('../img/branches.jpg') 0 -104px no-repeat;
}

ul#branch_list li#branch_energy span a:hover {
	opacity: 1;
}

ul#branch_list li#branch_led span {
	background: transparent url('../img/branches.jpg') -227px 0 no-repeat;
}

ul#branch_list li#branch_led span a {
	background: transparent url('../img/branches.jpg') -227px -104px no-repeat;
}


ul#branch_list li#branch_global span {
	background: transparent url('../img/branches.jpg') -454px 0 no-repeat;
}

ul#branch_list li#branch_global span a {
	background: transparent url('../img/branches.jpg') -454px -104px no-repeat;
}

ul#branch_list li#branch_enviromental span {
	background: transparent url('../img/branches.jpg') -681px 0 no-repeat;
}

ul#branch_list li#branch_enviromental span a {
	background: transparent url('../img/branches.jpg') -681px -104px no-repeat;
}

div#footer {
	background-color: #f5f5f5;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #999;
	padding: 0 16px;
	text-align: right;
}