/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

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;
}

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;
}

img { border: 0; }

/********************* text elements ********************/

h1
{
	font-size: 180%;
	padding: 9px 0 5px 0;
}

h2
{
	font-size: 130%;
	padding: 9px 0 5px 0;
}

p
{
	padding: 5px 0 5px 0;
}

.small { font-size: 90%; }

.red { color: #ff0b15; }



a, a:link, a:visited, a:active
{
	color: #003658;
	text-decoration: none;
}

a:hover
{
	color: #246b97;
	text-decoration: none;
	cursor: pointer;
}

hr
{
	color: #eee;
    background-color: #444;
    height: 1px;
}


/*************** main layout ******************/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.no-text { font-size: 1px; line-height: 1px; }

body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #003658;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
    background: url("../images/bg-body.gif") #ffffff 0px 0px repeat-x;
}

#header 
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 960px;
	height: 242px;
    /*background-color: #bbb;*/
	position: relative;
}

div#top-line 
{
	position: absolute;
    top: 24px;
    left: 200px;
    font-weight: bold;
}

div#top-line h1
{
	font-size: 100%;
	padding: 0;
	margin: 0;
}

div#header-right 
{
	padding: 7px 8px 0 11px;
	margin: 0;
	width: 238px;
	height: 140px;
    background-color: #333333;
    /*background-color: #99040a;*/
    background-color: #b10e15;
    background: url("../images/bg-quote.jpg") 0px 0px #b10e15 no-repeat;
	position: absolute;
	right: 23px;
	top: 82px;
	color: #fff;
}

div#header-right-smiling
{
	height: 147px;
	width: 212px;
	position: absolute;
	right: 23px;
	top: 82px;
}

p#quote
{

}

p#source
{
	font-size: 80%;
	color: #dddddd;
}

#header-tagline 
{
	padding: 0px 0px 0px 0px;
    /*background-color: red;*/
	position: absolute;
	top: 70px;
	left: 173px;
	z-index: 2;
	width: 370px;
}

div#topnav 
{
	position: absolute;
	right: 22px;
	top: 24px;
}

div#topnav a 
{
	padding: 12px 0 0 0px;
    width: 101px;
    height: 34px;
    display: block;
    background: url("../images/bg-tab.gif") 0px 0px no-repeat;
    float: right;
    font-weight: bold;
    text-align: center;
    font-size: 90%;
    line-height: 100%;
}

div#topnav a, div#topnav a:link, div#topnav a:visited, div#topnav a:active 
{
	color: #003658;
}

div#topnav a:hover 
{
	color: #1d6693;
}

div#topnav a.selected , div#topnav a.selected:link, div#topnav a.selected:visited, div#topnav a.selected:active 
{
    background: url("../images/bg-tab-selected.gif") 0px 0px no-repeat;
    color: #ffffff;
}

div#topnav a#topnav-home 
{
	margin-right: 3px;
	padding-top: 20px;
}

div#topnav a#topnav-customer-promise 
{
	margin-right: 3px;
}

a#topnav-customer-feedback 
{
}

div#tag-lines 
{
	position: absolute;
	left: 252px;
	top: 94px;
	height: 140px;
	width: 450px;
}

div#tag-lines h2 
{
	font-size: 260%;
	color: #ffffff;
}

div#content-left
{
	width: 520px;
	float: left;
	padding-bottom: 20px;
}

div#content
{
	width: 918px;
	margin: 0 auto;
	padding: 20px 21px;
    background: url("../images/bg-content.gif") #ffffff 0px 0px no-repeat;
}

div#content-sub
{
	width: 918px;
	margin: 0 auto;
	padding: 20px 21px;
    background: url("../images/bg-content-no-bulb.gif") #ffffff 0px 0px no-repeat;
    font-size: 90%;
}

div#content-sub p
{
	padding: 8px 0;
	font-weight: bold;
}

div#content-sub h3
{
	padding: 12px 0 0 0;
	font-size: 110%;
}

div#content-sub a, div#content-sub a:link, div#content-sub a:visited, div#content-sub a:active 
{
	color: #1f6794;
}

div#content-sub a:hover
{
	color: #629bbe;
}

div#content-sub p.middlenormal
{
	padding-top: 3px;
	font-weight: normal;
}

span.middlenormal
{
	font-weight: normal;
}

div#tick-points
{
	padding: 10px 0 0 4px;
}

div#tick-points h2
{
	margin: 0;
	padding: 4px 0 11px 38px;
    background: url("../images/icon-tick.gif") 0px 0px no-repeat;
    font-size: 125%;
    font-weight: normal;
}

div#call-now
{
	padding: 20px 0 0 4px;
}

div#call-now-content
{
	padding: 0;
	margin: 0 0 0 0px;
	display:block;
	width: 503px;
	height: 131px;
	position: relative;
}

div#call-now-small
{
	padding: 0;
	margin: 0 0 18px 18px;
	display:block;
	width: 352px;
	height: 92px;
	position: relative;
	float: right;
}

div#call-now-content span, div#call-now-small span
{
	padding: 0;
	margin: 0;
	display:block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

div#content-right
{
	width: 390px;
	float: right;
	padding-bottom: 20px;
}

div#three-steps
{
	padding-bottom: 18px;
}

div#three-steps p#intro
{
	font-size: 135%;
	font-weight: bold;
	text-align: right;
}

div#three-steps p#steps
{
	font-size: 95%;
	font-weight: normal;
	padding: 0 0 0 50px;
	line-height: 150%;
}

div#form
{
	width: 359px;
	height: 156px;
    background: url("../images/bg-form.jpg") 0px 0px no-repeat;
    float: right;
    padding-top: 10px;
}

div.form-row
{
	padding: 3px 0 2px 0;
}

div.form-button
{
	text-align: right;
	padding: 10px 17px 0 0;
}

div.desc
{
	width: 159px;
	padding: 3px 8px 0 0;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 80%;
    font-family: Verdana;
}

div.element
{
	width: 180px;
    float: left;
}

#fmBusiness, #fmFone, #fmEmail 
{
	width:170px;
	border: 1px solid #659ab6;
}

#fmFname 
{
	left:0;
	position:relative;
	width:81px;
	border: 1px solid #659ab6;
}

#fmLname 
{
	position:relative;
	/*right:-3px;*/
	width:80px;
	border: 1px solid #659ab6;
}

div#footer
{
	clear:both;
	width: 917px;
	/*height: 37px;*/
	padding-bottom: 50px;
}

div#footer-heading
{
	width: 917px;
	height: 29px;
    background: url("../images/bg-footer-title.gif") 0px 0px no-repeat;
	color: #ffffff;
	font-size: 107%;
	text-align: center;
	padding: 8px 0 8px 0;
	font-weight: bold;
}


div#suppliers-heading
{
	display:block;
	width: 128px;
	height: 56px;
	position: relative;
	float: left;
}

div#suppliers-heading span
{
	display:block;
	width: 100%;
	height: 100%;
	z-index: 1;
    background: url("../images/all-major-suppliers.gif") 0px 0px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

div#suppliers-logos
{
	float: right;
}

div#below-footer
{
	clear:both;
	padding: 80px 0 10px 0;
	font-size: 90%;
}

div#below-footer h3
{
	padding: 10px 0 0px 0;
}


div#plug-cover
{
	display:block;
	z-index: 1;
    background: url("../images/plug-cover.gif") 0px 0px repeat-x;
	position: absolute;
	height: 30px;
	width: 160px;
	top: 212px;
	left: 430px;
}



