* {
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body {
	font-family:verdana;
	font-size:70%;
	background:#fff url(../img/header_gradient.jpg) repeat-x;
	height:100%;
	text-align:center;
}
#wrap {
	position:relative;
	width:100%;
	margin:auto;
	min-height:100%;
}
* html #wrap {
	height:100%;
}
#inner-wrap {
	padding-bottom:120px;
}
#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}
* html #inner-wrap {
	height:1px;
}
#header {
	padding-top:54px;
	width:600px;
	margin:auto;

}
h1 {
	margin:0 0 28px 0;
}
#nav  {
	width:600px;
	height:30px;
	background:#4F6AA7;
	margin:auto;
}

ul#navLinks {
	list-style:none;
	margin-left:3px;
}
#navLinks li {
	float:left;
	text-align:center;
}
#navLinks a:link, #navLinks a:visited {
	line-height:30px;
	padding:0 22px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navLinks a:hover, #navLinks a:active {
	color:#ccc;
}
#home #homeLi, #smart #smartLi, #wise #wiseLi, #products #productsLi, #energy #energyLi, #contact #contactLi{
	background: url(../img/tab_main.jpg) repeat-x;
}
#home #homeLi a, #smart #smartLi a, #wise #wiseLi a, #products #productsLi a, #energy #energyLi a, #contact #contactLi a{

	background: url(../img/tab_right.jpg) bottom right no-repeat;
	color:#4F6AA7!important;
	cursor:default;
}

#contentOuter {
	width:647px;
	position:relative;
	margin-bottom:300px;
	left:4px;
	margin:auto;
	background: url(../img/top_left_shadow.jpg) top left no-repeat;
}
#contentInner {
	background: url(../img/bottom_right_shadow.jpg) bottom right no-repeat;
	min-height:316px;
	padding:44px 42px 50px 34px;
	text-align:left;
	color:#666;
}
* html #contentInner {
        height:316px;
}
.graphic {
	float:right;
	border:1px solid #ccc;
	padding:10px;
	margin:0 10px 10px 10px;
	background:#fff;
}
#manufacturer {
	width:230px;
	float:right;
	clear:right;
}
h2 {
	font-family:arial;
	margin:10px 0;
	color: #4F6AA7;
	font-size:130%;
}
h3 {
	font-family:arial;
	font-weight:bold;
	margin:10px 0;
	color: #4F6AA7;
	font-size:110%;
}
p {
	margin:10px 0;
}
.widthLimit {
	width:300px;
}
a { 
	color:#4F6AA7;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.more {
	float:right!important;
	margin-right:10px;
}
.halfa, .halfb {
	width:276px;
	float:left;
	margin:7px 0;
}
.halfb{
	margin-left:16px;
}
.halfa2 {
	width:306px;
	float:left;
	margin:7px 0;
}
.halfb2{
	width:246px;
	float:left;
	margin:7px 0;
	margin-left:16px;
}
input, textarea {
	width:300px;
	font-family:verdana;
	font-size:100%;
	color:#666;
	border:1px solid #666;
	padding:2px;
}
label {
	color:#4F6AA7;
}
form {
        float:left;
}
#thankYou {
	float:left;
	width:300px;
}
*:lang(en) form {
        float:none;
}
.clickable {
	cursor:pointer;
	color:black;
	width:auto;
}
table {
	margin:10px 0;
}
th {
	color:#4F6AA7;
	padding:3px 15px 3px 0;
}
td {
	vertical-align:top;
	padding:1px;
}
ul {
	margin-left:20px;
}

.productGraphic {
	float:right;
	border:1px solid #ccc;
	padding:10px;
	margin:0 10px 10px 35px;
	background:#fff;
}
.productDiv {
	padding:15px 0 25px 0;
	border-top:1px solid #999;
	width:568px;
}
.pusherDiv {
	clear:both;
}
#footer {
	background:#fff url(../img/footer_gradient.jpg) repeat-x;
	height:100px;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
}
#footer p {
	padding-top:20px;
	color:#fff;
	font-size:90%;
}
#footer a{
	color:#fff;
}