/* RESET ---------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* ACCESSABILITY --------------------------------------------------------*/
.hide {
	position: absolute;
	top: -999px;
	left: -9999px;
	height: 0;
	width: 0;
}

/* TYPOGRAPHY -----------------------------------------------------------*/

/* -- Default -- */
body {
	font: xx-small/160% Verdana, Arial, sans-serif;
	text-align: center;
	color: #666;
}

/* -- Blocks -- */
p, h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0;
	line-height: 200%;
}

h1, h2 {
	font-size: 2.5em;
	margin: 0;
	color: #E21319;
}

h3 {
	font-size: 1.8em;
	margin-top: 0;
	color: #a7a7a7;
}

#contentSub .box h3 {
	color: #E21319;
	line-height: 100%;
	margin-top: 10px;
}

#contentSub .box p {
	margin: 0.3em 0;
}

.rightImg {
	float: right; 
	margin: 5px 10px;
	width:255px;
}

.rightImgBig {
	float: right; 
	margin: 5px 10px;
	width:350px;
}

.rightImgBigger {
	float: right; 
	margin: 5px 10px;
	width:400px;
}


.blurb {
	width: 255px;
	float: left;
	background: transparent url(/img/bg-blurb-top.png) no-repeat top left;
}

.blurb span {
	color: #000;
	line-height: 130%;
	padding: 8px 10px;
	margin:0;
	margin-bottom: 4px;
	display:block;
	width: 240px;
	background: url(/img/bg-blurb-bottom.png) no-repeat bottom left;
}

.blurbLong {
	width: 359px;
	float: left;
	background: transparent url(/img/bg-blurb-top-long.png) no-repeat top left;
}

.blurbLong span {
	color: #000;
	line-height: 130%;
	padding: 8px 10px;
	margin:0;
	margin-bottom: 4px;
	display:block;
	width: 349px;
	background: url(/img/bg-blurb-bottom-long.png) no-repeat bottom left;
}

.black {
	color: #000;
}

.red {
	color: #E21319;
}

#footer p {
	color: #fff;
	margin-left: 10px;
}

/* -- anchors -- */
#navGlobal a {
	color: #fff;
	text-decoration: none;
}

#navSite li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer li a {
	color: #E21319;
}

/* -- misc -- */
#content strong {
	color: #E21319;
}

/* -- lists -- */
ul {
	margin-left: 30px;
}

#navGlobal li {
	color: #fff;
}

#navSite li {
	text-align: center;
	line-height: 120%;
}

li.home {
	margin: 0.6em 0;
	list-style: none;
	margin-left: -20px;
}

/* LAYOUT ---------------------------------------------------------------*/

/* -- wrapper -- */
#wrapper {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 20px;
	background: #fff url(/img/bg-page.png);
}

* html #wrapper {
	padding-left: 18px;
}

/* -- header -- */
#header {
	float: left;
}

#breadCrumb {
	position: relative;
	z-index: 999;
	margin: 10px 40px 0 0;
	float: right;
	color: #E21319;
}

* html #breadCrumb {
	margin-top: 15px;
	margin-right: 20px;
}

#breadCrumb * {
	color: #E21319;
}

#bubbles {
	position: relative;
	z-index: 999;
	padding-top: 170px;
	margin: 0 0 -20px 5px;
	width: 44px;
	height 34px;
}

* html #bubbles {
	padding-top: 20px;
}

/* -- content -- */
#content, #content .bgContentTop, #content .bgContentBottom {
	width: 720px;
	float: left;
}

#content {
	margin: 5px 0 5px 20px;
	background: url(/img/bg-content.png);
}

* html #content {
	margin-left: 12px;
}

#content .bgContentTop {
	background: url(/img/bg-content-top.png) top no-repeat;
}

#content .bgContentBottom {
	width: 700px;
	padding: 5px 10px;
	background: url(/img/bg-content-bottom.png) bottom no-repeat;
}

#contentSub {
	float: left;
	width: 730px;
	margin-left: 13px;
}

* html #contentSub {
	margin-left: 5px;
	width: 750px;
}

#contentSub .box {
	float: left;
	margin-left: 7px;
	width: 215px;
	height: 188px;
	padding: 0 10px;
	background: url(/img/bg-content-sub.png);
}

#footer {
	height: 25px;
	width: 760px;
	padding-top: 30px;
	background: url(/img/bg-footer.png) repeat-y 50% 0;
}

* html #footer {
	padding-top: 32px;
	height: 1px;
	margin-left: 2px;
}

/* IMG REPLACEMENT -----------------------------------------------------*/
#header h1 {
	background: url(/img/logo-main.png) no-repeat;
	width: 470px;
	height: 90px;
	float: left;
}

* html #header h1 {
	margin-left: 1px;
}

#header h1 a {
	text-indent: -9999px;
	width: 470px;
	height: 90px;
	text-decoration: none;
	display: block;
}

/* LISTS ---------------------------------------------------------------*/
#navGlobal {
	margin: 0;
	background: url(/img/bg-nav-global.png) repeat-y 100% 0;
	text-align: right;
	display: block;
	width: 760px;
	float: left;
	text-align: right;
	overflow: hidden;
}

#navGlobal ul {
	float: right;
	list-style: none;
}

* html #navGlobal {
	margin-left: 1px;
}

#navGlobal li {
	float: left;
	list-style: none;
	padding: 2px 4px 4px 0;
}

#navSite {
	float: left;
	height: 34px;
}

#navSite ul {
	margin: 0;
	list-style: none;
	background: url(/img/bg-nav-site.png);
	height: 34px;
	width: 760px;
}

* html #navSite {
	margin-left: 1px;
}

#navSite li {
	float: left;
	list-style: none;
}

#navSite li a {
	float: left;
	list-style: none;
	display: block;
}

#navSite li.why a {
	margin-left: 6px;
	width: 118px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

* html #navSite li.why a {
	margin-left: 3px;
	height: 20px;
}

#navSite li.why a:hover, #navSite li.why a.on {
	background: url(/img/bg-nav-why.png) no-repeat;
	color: #E21319;
}

#navSite li.understanding a {
	width: 120px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
}

* html #navSite li.understanding a {
	margin-left: 4px;
}

#navSite li.understanding a:hover, #navSite li.understanding a.on {
	background: url(/img/bg-nav-understanding.png) no-repeat;
	color: #E21319;
}

#navSite li.services a {
	width: 119px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 6px;
}

* html #navSite li.services a {
	margin-left:3px;
}

#navSite li.services a:hover, #navSite li.services a.on {
	background: url(/img/bg-nav-services.png) no-repeat;
	color: #E21319;
}

#navSite li.retail a {
	width: 120px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 7px;
}

* html #navSite li.retail a {
	margin-left: 3px;
}

#navSite li.retail a:hover, #navSite li.retail a.on {
	background: url(/img/bg-nav-services.png) no-repeat;
	color: #E21319;
}

#navSite li.testimonials a {
	width: 120px;
	padding-top: 2px;
	height: 30px;
	padding-bottom: 2px;
	margin-left: 6px;
}

* html #navSite li.testimonials a {
	margin-left: 3px;
}

#navSite li.testimonials a:hover, #navSite li.testimonials a.on {
	background: url(/img/bg-nav-services.png) no-repeat;
	color: #E21319;
}

#navSite li.contact a {
	width: 120px;
	padding-top: 2px;
	height: 30px;
	padding-bottom: 2px;
	margin-left: 5px;
}

* html #navSite li.contact a {
	margin-left: 3px;
}

#navSite li.contact a:hover, #navSite li.contact a.on {
	background: url(/img/bg-nav-services.png) no-repeat;
	color: #E21319;
}

#navSub {
	float: left;
	list-style: none;
	margin: -5px 0 0 20px;
}

* html #navSub {
	margin-left: 12px;
}

#navSub li {
	float: left;
	height: 38px;
	background: transparent url(/img/bg-nav-sub-right.png) no-repeat right top;
	text-align: center;
}

#navSub li.active a {
	font-weight: bold;
	color: #E21319;
}

#navSub li a {
	float: left;
	height: 38px;
	padding: 5px 5px;
	background: transparent url(/img/bg-nav-sub-left.png) no-repeat left top;
	text-decoration: none;
	color: #000;
	width: 90px;
	text-align: center;
}

* html #navSub li a span {
	text-align: center;
	padding-right: 10px;
}

#footer ul {
	float: right;
	list-style: none;
	margin-right: 90px;
	margin-top: 7px;
}

* html #footer ul {
	margin-right: 45px;
	margin-top: 0;
}

#footer li {
	list-style: none;
	display: inline;
	color: #E21319;
}

/* FORMS ---------------------------------------------------------------*/
fieldset {
	border: 0;
}

label { 
	float: left;
	width: 100px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}

#header fieldset {
	border: 0;
	float: right;
	margin-top:70px;
	margin-right: 40px;
}

* html #header fieldset {
	margin-right: 20px;
}

input {
	width: 136px;
	height: 18px;
	border: 1px solid #000;
}

.button {
	width: auto;
	height: auto;
	border: auto;
}

#header .searchButton {
	width:20px; 
	height: 16px; 
	border: 0; 
	margin-bottom: -7px;
}

* html #header .searchButton {
	margin-bottom: -2px;
}

#contentSub .box label {
	width: 80px;
}

#contentSub .box input {
	width: 115px;
}

#results {
	margin-left: 20px;
}
#results li {
	margin-bottom: 10px;
}