/* 	Epiphany Graphics, LLC
	www.epiphanygraphics.com
	June 13, 2006 - ver. 1.0 */

/* tag styles */

body {
	font-size: small;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Verdana, sans-serif;
	background: url(../images/bgd.jpg) top center no-repeat;
}
a {
	border: none;
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #900;
}
img {
	border: none;
}
ul li {
	list-style: none;
}

/* selector styles */

#index #header .i a,
#creditapplication #header .ca a,
#tradereferences #header .tr a,
#howtoorder #header .hto a,
#contactus #header .cu a {
	margin: 0 5px;
	padding: 3px;
	text-decoration: none;
	font-size: 70%;
	display: inline;
	background: #333;
	color: #FFF;
}

#sbg #mainNav .sbg a,
#st #mainNav .st a,
#af #mainNav .af a,
#hdsg #mainNav .hdsg a,
#ag #mainNav .ag a,
#fbg #mainNav .fbg a,
#wwem #mainNav .wwem a,
#dgc #mainNav .dgc a,
#sgc #mainNav .sgc a,
#stc #mainNav .stc a,
#stlr #mainNav .stlr a,
#v #mainNav .v a,
#prh #mainNav .prh a,
#man #mainNav .man a {
	color: #333;
	background: url(../images/navBtn_overBgd.jpg) center left no-repeat;
	text-decoration: none;
}
#container {
	width: 800px;
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background: #FFF;
}
#header {
	width: 800px;
	height: 60px;
	text-align: center;
	background: url(../images/header.jpg) top center no-repeat;
	padding-top: 65px;
}
#header a {
	margin: 0 5px;
	padding: 3px;
	color: #333;
	text-decoration: none;
	font-size: 70%;
	display: inline;
}
#header a:hover {
	background: #333;
	color: #FFF;
}
#navigation {
	float: left;
	width: 125px;
	height: 1000px;
	background: #900;
}
#mainContent {
	float: right;
	width: 675px;
	font-size: 80%;
}
#mainContent #content {
	padding: 0 25px;
}
#mainContent #content img {
	margin: 0;
}
#mainNav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	vertical-align: top;
}
#mainNav a {
	display: block;
	width: 125px;
	height: 35px;
	color: #FFF;
	background: url(../images/navBtn_bgd.jpg) center left no-repeat;
	border-bottom: 1px solid #FFF;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 5px;
}
#mainNav a:hover {
	color: #333;
	background: url(../images/navBtn_overBgd.jpg) center left no-repeat;
	text-decoration: none;
}

/* class styles */

.centered {
	text-align: center;
}
.leftColumn {
	float: left;
	width: 270px;
	padding: 20px;
}
.rightColumn {
	float: right;
	width: 270px;
	padding: 20px;
}

/* styles for IE Windows */

* html #header {
	width: 800px;
	height: 40px;
	text-align: center;
	background: url(../images/header.jpg) top center no-repeat;
	padding-top: 70px;
}
* html #navigation {
	float: left;
	width: 120px;
	height: 1000px;
	background: #900;
}
* html #mainContent {
	float: right;
	width: 670px;
	font-size: 80%;
}
* html #mainNav a {
	display: block;
	width: 120px;
	height: 35px;
	color: #FFF;
	background: url(../images/navBtn_bgd.jpg) center left no-repeat;
	border-bottom: 1px solid #FFF;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 5px;
}
#mainNav a:hover {
	color: #333;
	background: url(../images/navBtn_overBgd.jpg) center left no-repeat;
	text-decoration: none;
}