/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

A:link {
	text-decoration: none;
	color:#007dc3;
}
	
A:visited {text-decoration: none;
	color:#004973;
}

A:active {text-decoration: none}

body {
	line-height: 1;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#e3e3e3;
}

A:hover {text-decoration: underline;
	color:#007dc3;
}

div#container
{
	background-image:url(images/containerbackground.png);
	background-repeat:repeat-y;
	background-position:center;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	margin-top:1.5em;
		margin-bottom:auto;
}

div#content
{
	Width: 973px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	background:#FFF;
	margin-top:.3em;
}

div#baseline
{
	Width: 973px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top: .5em;
	padding-bottom:1.5em;
}

p
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
	padding-top:.5em;
	margin-top:.5em;
	line-height:1.2em;
	
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#007dc3;
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:1em;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#007dc3;
	font-size:11px;
	font-weight:normal;
	margin-top:.5em;
	padding-top:.5em;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#007dc3;
	font-size:13px;
	font-weight:normal;
	margin-bottom:1px;
	margin-top:5px;
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
	line-height:1.2em;
	font-style:normal;
}

h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#808080;
	line-height:1.2em;
	font-style:normal;
}

div#quoteinfo
{
	float:right;
	width:400px;
	margin-right:6em;
	margin-top:2em;
	margin-bottom:3em;
	
}

div#column1
{
	float:left;
	width:275px;
	margin-left:1.5em;
	text-align:justify;
	margin-bottom:2em;
	margin-top:1em;
}

div#column2
{
	float:left;
	width:600px;
	padding-right:2em;
	padding-left:2em;
	text-align:justify;
	margin-top:1em;
	margin-bottom:1em;
}

div#column3
{
	float:left;
	width:300px;
	text-align:justify;
	margin-left:2em;
	margin-bottom:2em;
	margin-top:1em;
}

div#column4
{
	float:left;
	width:284px;
	text-align:justify;
	margin-left:2em;
	margin-bottom:2em;
	margin-top:1em;
}

div#column5
{
	float:left;
	width:600px;
	text-align:justify;
	margin-left:2em;
	margin-bottom:2em;
	margin-top:1em;
}

div#testimonial
{
	float:left;
	width:915px;
	text-align:justify;
	margin-left:2em;
	margin-bottom:2em;
	border-color:#A0A0A4;
	border:dashed;
	border-width:thin;
	padding-left:.5em;
	padding-right:.5em;
	padding-bottom:.5em;
}

ol.steps {
	margin: 3px 0;
	background:url(images/ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
}
	
	ol.steps li {
	margin: 0;
	padding: 2px 15px;
	color: #007dc3;
	font-size: 1em;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	background: #ffffff;
	list-style-type:square;
}

ol.steps li h2 {
	padding: 0px 0;
	margin-bottom: 0px;
	border-bottom: 1px dashed #d3d3d3;
	color: #8b8b8b;
}

a {
	color: #c75f3e;
}

#mytable {
	width: 600px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 580px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}

td {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

div#product1 {
	float:left;
	width:200px;
	padding-left:2.5em;
	padding-bottom:1em;
}

div#product2 {
	float:left;
	width:200px;
	padding-bottom:1em;
}

div#product3 {
	float:left;
	width:200px;
	padding-bottom:1em;
}