@charset "utf-8";
/* CSS Document */
body {
	background-color: #003366;
	padding: 0px;
	margin: 0px;
	background-image:url(../img/background-tile.png);
}

body, td, th, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #AA00CC;
}

a:link {
	color: #AA00CC;
	text-decoration: underline;
}
a:hover {
	color:#800080;
	text-decoration: underline;
}
a:visited {
	color: #9900BB;
	text-decoration: underline;
}

#pageShade {
	width: 795px;
	margin: auto;
	background-image:url(../img/shadeback.png);
	background-position:center;
	background-repeat:repeat-y;
}
#shadeTop {
	width: 795px;
	height: 10px;
	margin: auto;
	background-image:url(../img/shadetop.png);
	background-repeat: no-repeat;
	background-position:center;
}
#shadeBottom {
	width: 795px;
	height: 10px;
	margin: auto;
	background-image:url(../img/shadebottom.png);
	background-repeat: no-repeat;
	background-position:center;
}
#page {
	margin: auto;
	width: 755px;
}
#header {
	height: 145px;
}

#navbar {
	height: 30px;
	background-image:url(../img/navbar.gif);
	background-repeat:no-repeat;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
}
#rightColumn{
	float: right;
	width: 200px;
}
#footer {
	background-image:url(../img/bottomcurve.gif);
	height: 13px;
	font-size: 10px;
	text-align: center;
}

#leftColumn {
	float: left;
	width: 500px;	
}

.product {
	font-weight: bold;
	color: #AA00CC;
}
.clear {
	clear: both;
	height: 0px;
}



/* rounded corner divs */
/* First div (top left) */
div.rounded {
     background: #AA00CC url(../img/tl.gif) 0 0 no-repeat;
     margin: 0;
     padding: 0;
	 color: #FFFFFF;
 }
 
div.rounded h1, div.rounded h1, div.rounded h2, div.rounded h3, div.rounded h4, div.rounded h5, div.rounded h6, div.rounded p, div.rounded td{
     margin-top: 0px;
	 color: #FFFFFF;
}

  /* Second div (top right) */
div.rounded div {
     background: url(../img/tr.gif) 100% 0 no-repeat;
 }
  /* Third div (bottom left) */
div.rounded div div {
     background: url(../img/bl.gif) 0 100% no-repeat;
}

  /* Forth div (bottom right) */
div.rounded div div div {
     background: url(../img/br.gif) 100% 100% no-repeat;
     padding: 10px;
     width: auto !important;
     width: 100%;
} 

div.rounded .quoteCredit{
	font-size: 10px;	
}

div.rounded .quotePhone{
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}