/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   

/* Color Schemes
#2d81df: Blue
#867c7d: Medium Gray
#6c1c25: Dark Red
#FFFFFF: White
 
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{
	background:url(../images2/background.png) repeat-x;
	text-align:left;
	font: normal 80% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#6c1c25;
}

div#page
{
	background: url(../images2/pagebkgrd_top.png) no-repeat top center;
}

div#content
{
	background: url(../images2/pagebkgrd_middle.png) repeat-y center;

}

div#header
{

}

div#banner
{
	
}

div#sub2
{
	background:url(../images2/product_info.png) no-repeat top right;
}

div#sub3
{
	background:url(../images2/bbb_visa.png) no-repeat bottom center;
	text-align:right;
	font-size:1em;
	

}



div#footer
{
	background: url(../images2/pagebkgrd_footer.png) no-repeat top center;
	color:#fff;
}






/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

img{

 	border: 0px;
	
	}



div
{

}

p
{
	font-size:1.1em;
	line-height:1.4em;
	margin:0 10px 1.5em 0;
	padding:0;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{
	font-size:1.8em;
	line-height:1.5em;
	color:#6c1c25;
	text-align:left;
	margin:0;
	padding:0;
}


h2
{
	font-size:1.1em;
	line-height:1.5em;
	color:#6c1c25;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0;
	padding:0;
}



h3
{
	font-size:1.5em;
	line-height:1.5em;
	color:#6c1c25;
	font-weight:bold;
	text-align:left;
	margin:60px 0px 0px 70px;
	padding:0;
}



h4
{
	font-size:1.3em;
	line-height:1.5em;
	color:#2d81df;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 0px 80px;
	padding:0;
}

h5
{

}

h6
{

}



/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.italic
{
	font-style:italic;

}



.center
{
	text-align:center;
}

div#search
{
	color:#FFF;
	font-weight:700;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color:#2d81df;
	font-size:1em;
	text-decoration:underline;
}

a:visited
{
	color:#2d81df;
	background-color:transparent;
}

a:hover
{
	color:#867c7d;
	text-decoration:underline;
}

/* Header LINKS */
#header a,#header a:link,#header a:active
{
	text-decoration:none;
	color:#D1232A;
	font-size:.9em;
}

#header a:visited
{
	color:#D1232A;
	background-color:transparent;
}

/* END Header LINKS 
 Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color:#fff;
	font-size:1em;
}

#footer a:visited
{
	background-color:transparent;
}

/* END Footer LINKS */


/* END LINKS 
 ///////////////////////////LISTS */
ul
{
	line-height:1.7em;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li
{
	margin:0;
	padding:0;
}

ol
{
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.5em;
	padding:0;
}

ol li
{
	font-size:1em;
	margin:0 0 0.25em 30px;
	padding:0;
}
	
div#services > ul 
{
	list-style:url(../images2/bulletpt.png);
	margin:0px 0px 0px 35px;
		
	
}
	
div#services > ul > li {
	color:#2d81df;
	font-size:1.1em;
	font-weight:bold;
	margin:12px;

}

div#banner > ul 
{
	margin:0px 0px 0px 30px;
		
	
}
	
div#banner > ul > li {
	display:inline;
	color:#6c1c25;
	font-size:1.1em;
	font-weight:bold;
	margin:12px;

}




/*////////////Table////////////////////////////////////////////*/


	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/



