/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main */

body {
	background-color: #fff;
	background-image: url('/images/common/back.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #494841;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #3a52a2;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	background-image: url('/images/common/h1_back.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	color: #4b87d9;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.container {
	margin: 0 auto;
	width: 800px
}

.page {
	background-color: #fff;
	border: solid 1px #b6c4b0;
	border-top: 0;
	width: 798px;
}

.content {
	padding: 25px;
	padding-bottom: 0;
	width: 748px;
}

/* Header */

.header {
	background-image: url('/images/common/header_back.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #879887;
	height: 120px;
}

.header .lic {
	float: right;
	margin: 10px 15px 0px 0;
	text-align: right;
	width: 790px;
}

.header .nav {
	float: right;
	margin: 57px 0 0 0;
}

.header .nav a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 35px;
}

.header .nav a:hover {
	background-position: bottom left;
	text-decoration: none;
}

.header .nav a.home {
	background-image: url('/images/buttons/home.gif');
	width: 81px;
}

.header .nav a.maintenance {
	background-image: url('/images/buttons/maintenance.gif');
	width: 135px;
}

.header .nav a.remodel {
	background-image: url('/images/buttons/remodel.gif');
	width: 98px;
}

.header .nav a.safety {
	background-image: url('/images/buttons/safety.gif');
	width: 77px;
}

.header .nav a.bundled {
	background-image: url('/images/buttons/bundled.gif');
	width: 179px;
}

/* Content */

.left_col {
	float: left;
	width: 450px;
}

.left_col ul {
	float: left;
	width: 225px;
}

.left_col li {
	list-style: disc;
	list-style-position: inside;
}

.right_col {
	float: right;
	width: 270px;
}

/* Sidebar */

.widget {
	background-color: #f9f6e2;
	border: solid 1px #9fb39f;
	margin-bottom: 25px;
}

.widget p {
	padding: 15px;
}

.contact {
	float: left;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.contact img {
	margin-bottom: 15px;
}

.contact .row {
	float: left;
	padding: 0 10px 5px 10px;
	width: 248px;
}

.contact .row a {
	float: left;
	font-size: 12px;
}

.contact .row  p {
	float: left;
	padding: 0;
}

.contact .row  p.label{
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 60px;
}

/* Footer */

.footer {
	background-image: url('/images/common/footer_back.gif');
	background-repeat: repeat-x;
	height: 66px;
	margin-top: 25px;
	text-align: center;
}

.footer .nav {
	padding: 8px 0;
}

.footer .nav a {
	border-right: solid 1px #494841;
	color: #494841;
	font-size: 15px;
	padding: 0 10px;
}

.footer .nav a.last {
	border: 0;
}

.footer .nav a:hover {
	text-decoration: underline;
}

.footer p {
	font-size: 10px;
	line-height: 10px;
	margin-top: 13px;
}
