/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(backgrounds.css);


/* #######################  GENERAL SETTINGS ############################ */
img, div { behavior: url(css/iepngfix.htc) } 
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.pea1 {color:#03F; font-weight:bold;}
.pea2 {color:#666; font-weight:bold;}
.footer, .mainlevel, #mainlevel {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
        text-align: center;
}

/*  Global Formatting */
h1 {	font-size:14px;
	font-weight:bold;
	color:#0066FF;
	padding-bottom:5px;}
h2 {	font-size:13px;
	color:#0066FF;
	padding-bottom:5px;}
h3 {	font-size:12px;
	color:#0066FF;}
h4 {
	font-size:14px;
	color:#0066FF;
	font-weight:bold;
	text-align: center;
        padding:0px;
}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: underline;
	color: #06F;
}
.breadcrumbs a:link {
	color: #333;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	text-decoration: underline;
	color: #333;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #333;
}
.breadcrumbs a:active {
	text-decoration: underline;
	color: #333;
}
img {border: 0 none;}

b { color:#0066FF;
font-weight:bold;
}

strong { color:#C00;
font-weight:bold;
}

.price {
	text-decoration:line-through;
}

.footer a:link {
	color: #FFF;
	text-decoration: underline;
}

.footer a:visited {
	text-decoration: underline;
	color: #FFF;
}

.footer a:hover {
	text-decoration: none;
	color: #FFF;
}

.footer a:active {
	text-decoration: underline;
	color: #FFF;
}

ul, ol {
	/*list-style-image:url(../images/ul-li.png);*/
}
li, .row1 {
	/*color: #0066FF;*/
	padding: 5px 0px;
       /*font-weight: bold;*/
}
#A1, #A2, #A3, #A4, #A5, #A6, #A7, #A8, #A9, #A10, #A11, #A12, #A13, #A14 {
	padding: 10px;
	border-bottom: #0066FF 1px solid;
}
.faq-head {
	border-bottom: #0066FF 1px solid;
	padding: 0 10px;
}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */