@charset "utf-8";
/* CSS Document */
html, body {
margin: 0;
padding: 0;
background:url(../images/body-bg.jpg) 0 0 repeat-x;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
}

html{overflow-y: scroll;}

p {
margin:0 0 1em 0;
padding:0;
}

h1, h2, h3 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}

img{border:0;}

#container {
width: 851px;
margin: 0 auto;
background: url(../images/container-bg.jpg) 0 0 repeat-y;
border-bottom: 5px solid #b1e9f8;
}

#header {
height: 238px;
background: url(../images/header.jpg);
}

#content {
padding: 10px 10px 10px 10px;
}

#content h1 {
font-size: 18px;
color: #003366;
}

#content h3 {
font-size: 14px;
}

#leftcolumn {
float: left;
width: 178px;
}

#menu {
background-color: #F2F2F2;
padding-bottom: 20px;
}

#menu a {
display: block;
color: #CC0000;
text-decoration: none;
padding: 3px 0 3px 30px;
border-bottom: 1px dotted #CCCCCC;
}

#menu a:hover {
display: block;
color: #FFFFFF;
background-color: #0066CC;
text-decoration: none;
padding: 3px 0 3px 30px;
border-bottom: 1px dotted #CCCCCC;
}

#rightcolumn {
margin-left: 198px;
width: 620px;
/*float:left;
position:absolute;*/
}

.rightcolumn {
margin-left: 198px;
width: 620px;
float:left;
position:absolute;
}

#sidebar{
	float:right;
	position:relative;
	margin:20px 0 8px 0;
	z-index:2;
}

.windowad {
/*float: right;*/
width: 160px;
margin: 0 0 10px 8px;
padding: 4px;
background-color: #F2F2F2;
border: 1px dotted #999999;
}

#footer {
height: 60px;
padding: 0 20px 0 20px;
}

#footer p {
text-align: center;
padding-top: 20px;
border-top: 1px solid #CCCCCC;
font-size: 10px;
}

#footer a {
color: #666666;
text-decoration: none;
}

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

/* special classes */ 

p.highlight {
	color: #CC0000;
	font-weight: bold;
}

p.largetxt {
	font-size: 24px;
}

p.subhead {
	color: #006699;
	font-size: 16px;
}

p.subhead a{
	text-decoration:none;
	border-bottom:1px solid #90c2db;
}

p.subhead a:hover{
	border-bottom:1px solid #006699;
}

.product {
	background-color: #F2F2F2;
	height: 150px;
	padding: 10px;
	margin-bottom: 12px;
}

.product img {
	float: left;
	padding-right: 10px;
}

.phone{
	padding:20px 0 30px;
	
	font-size:18px;
	text-align:center;
}

.phone .large{
	font-size:24px;
}

.clear{clear:both;}

/* request-a-call form */

.request-a-call{
	background:#e2effc;
	padding:10px;
	margin-top:20px;
	
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	
	behavior:url('assets/PIE.htc');
}

