@charset "utf-8";

body
{
	font-family: arial;
	font-size: 14px;
	color: #555555;
}

h4, h4 a:link, h4 a:visited, h4 a:active
{
	text-transform: uppercase;
	font-size: 24px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1, h1 a:link, h1 a:visited, h1 a:active
{
	text-transform: uppercase;
	font-size: 17px;
	color: #f7b03b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1.orange	{ color: #f7b03b; }

h2, h2 a:link, h2 a:visited, h2 a:active
{
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	margin: 30px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #f7b03b;
}

h3, h3 a:link, h3 a:visited, h3 a:active
{
	text-transform: uppercase;
	font-size: 14px;
}

img
{
	border: 0;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	color: #555555;
}

a:hover
{
	text-decoration: underline;
	font-family: arial;
	font-size: 14px;
	color: #555555;
}

p.center
{
	text-align: center;
}

.copyright
{
	font-size: 10px;
	text-transform: uppercase;
}

img.icon
{
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.footer
{
	color: #ffffff;
	font-size: 12px;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: #ffffff;
	font-weight: bold;
}

.footer ul
{
	margin-left: 0px;
	padding-left: 15px;
}

.navi a:link, .navi a:visited, .navi a:active
{
	color: #000000;
	font-weight: bold;
	font-size:small;
	text-transform: uppercase;
	padding:10px 5px 8px 16px;
	display: inline-block;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 6px;
	text-decoration: none;
}

.naviSub a:link, .naviSub a:visited, .naviSub a:active
{
	color: #000000;
	font-weight: bold;
	text-transform: none;
	padding:5px 20px;
	text-decoration: none;
	font-size: 12px;
	border: none;
	text-transform: uppercase;
	margin: 0px;
	text-align: left
}

.navi a:hover
{
	color: #999999;
}

.navi a.active:link, .navi a.active:visited, .navi a.active:active
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px 16px 15px 15px;
	margin-bottom: 0px;
	display: inline-block;
	background: url(../images/background_navi.gif) center top no-repeat;
	border: 0;
	z-index: 6;
	position: relative;
}

.naviSub ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.productItem a:link, .productItem a:visited, .productItem a:active
{
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.productItem a:link span.special, .productItem a:visited span.special, .productItem a:active span.special
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

ul.products
{
	margin-left: 0px;
	padding-left: 15px;
	list-style: url(../images/bullet.gif);
	line-height: 1.5;
}

ul.products ul
{
	margin-left: 0px;
	padding-left: 15px;
	list-style: url(../images/bulletSub.gif);
	line-height: 1.5;
}

ul.products li a:link, ul.products li a:visited, ul.products li a:active
{
	color: #555555;
	text-decoration: none;
}

ul.products li a:hover
{
	text-decoration: underline;
}

ul.products li a:link span.count, ul.products li a:visited span.count, ul.products li a:active span.count
{
	color: #2d82bb;
	text-decoration: none;
}

#wp_quotes
{
	
	font-size: 18px;
	font-style: italic;
}

#wp_quotes div.wp_quotes_quote
{
}

#wp_quotes div.wp_quotes_author
{
	
	font-size: 16px;
	font-weight: normal;
	color: #f7b03b;
	text-transform: uppercase;
}

div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}

div.wp_quotepage_quote
{
}

div.wp_quotepage_author
{
	font-size: 16px;
	font-weight: normal;
	color: #f7b03b;
	text-transform: uppercase;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

