@charset "utf-8";

*, html {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

a img {
	border: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/smarthome-wrapper-bg.png) repeat-y left;
	min-height: 100%;
}

#logo-header {
	padding: 0 1px;
	height: 43px;
	padding: 16px 0 0 16px;
	background: url(../images/header-bg.png) repeat-y left;
}

#logo-header #contact-phone {
	float:right;
	width: 280px;
	text-align: center;
	color: #cde1f6;
	font-weight: bold;
}

#logo-header #contact-phone span {
	font-size: 18px;
	display: block;
}
#logo-header #contact-phone a {
	color: #cde1f6;
}

#content-wrap {
	background: url(../images/content-header-bg.png) no-repeat top left;
	padding: 0 36px 40px 20px;
}

#content {
	float: right;
	width: 624px;
	padding-top: 57px;
}

#content h1 {
	font-size: 16px;
	color: #063569;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #063569;
}
A.h2:link {
        font-size: 14px;
	font-weight: normal;
	color: #063569;
       text-decoration: none
}
A.h2:hover {
       font-size: 14px;
	font-weight: normal;
	color: #063569;
       text-decoration: underline
}

#content h3 {
	color: #063569;
}
#content p {
	margin-bottom: 15px;
}

#content .splash-image {
	margin-bottom: 10px;
       
}

#content .splash {
	margin-bottom: 10px;
        margin-left: 25px;
         align: center

}
#nav-wrap {
	float: left;
	overflow: visible;
}

#nav-wrap img#nav-icon {
	margin-left: 47px;
}

#nav {
	clear: both;
	padding-top: 10px;
	position: relative;
}

#nav ul {
	background: #063569;
	padding: 10px;
	width: 210px;
}

#nav ul li {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#nav ul li a {
	color: #fff;
	padding: 3px 0 5px 18px;
	background: #034b9a;
	display: block;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
/*	background: #cde1f6;
	color: #063569; */
}

#nav ul li ul {
	padding: 0;
	font-size: 11px;
	margin-bottom: 3px;
}

#nav ul li ul li {
	margin-bottom: 0;
}

#nav ul li ul li a {
	padding: 3px 0 5px 22px;
	margin-bottom: 0;
	background: #cde1f6;
	color: #034b9a;
	text-transform: none;
}
#nav ul li ul li a:hover {
	text-decoration: underline;
}

#brands {
	margin: 15px 0 0 -10px;
	position: relative;
	zoom: 1;
}

table#brand-table {
	width: 100%;
}
table#brand-table a {
	color: #7a7a7a;
}
table#brand-table td {
	vertical-align: top;
	text-align: center;
	padding: 12px;
}
table#brand-table .brand {
	padding-bottom: 30px;
}

table#contacttable {
	margin: 0 auto;
}

#footer {
	margin-top: 18px;
	border-top: 1px solid #dedede;
	padding-top: 18px;
	font-size: 11px;
	color: #909090;
	text-align: center;
	clear: both;
}

#footer a {
	color: #909090;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 5px 0;
}

.border {
	border: 1px solid #063569;
}

.clear {
	clear: both;
}