body {
	font: 100.1% verdana, sans-serif;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #666666;
}
p {
	line-height: 1.4em;
	margin-top: 0px;
}
h1 {
	color: #005baa;
	font-size: 160%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	background: url(img/h1-arrow.gif) center left no-repeat;
	margin-bottom: 0px;
	padding-left: 20px;
}
h2 {
	color: #005baa;
	font-size: 120%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	margin-bottom: 0px
}
a {
	color: #005baa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#container {
	font-size: 80%;
	width: 780px;
	background: #ffffff;
	margin: 0px auto;
	text-align: left;
}
#header {
	background: #ffffff;
	padding: 0px;
	height: 110px;
	border-bottom: solid 2px #eeeeee;
}
#headerCSlink {
	float: right;
	padding: 0px 12px 0px;
}
#headerText {
	clear: both;
	float: right;
	padding: 5px 12px 0px;
	width: 400px;
	color: #005baa;
	font-size: 160%;
	font-weight: bold;
	text-align: right;
}
#headerText #phone {
	font-size:70%;
	color:#666666;
}
#bannerHome {
	padding: 0px;
	margin-bottom: 1px;
	height: 140px;
	background: url(../img/banners/banner-bg-home.jpg) top left no-repeat;
}
#bannerHomeSml {
	padding: 0px;
	margin-bottom: 1px;
	height: 40px;
	background: url(../img/banners/banner-bg-home.jpg) top left no-repeat;
}
#bannerText {
	float: right;
	padding: 45px 12px 10px 530px;
	color: #ffffff;
	font-size: 160%;
	text-align: right;
}
#mainContent, #mainContentHome {
	margin: 0px;
	padding: 0px 20px 20px 0px;
	border-top: solid 2px #eeeeee;
	vertical-align: top;
}
#mainContentHome {
}
#arrowsL {
	float: left;
	width: 355px;
}
#arrowsR {
	float: right;
	width: 355px;
}
#arrowssL {
	float: left;
	width: 715px;
}
DIV.quote {
	margin-top: 1em;
	background: url(../img/quote_left.png) no-repeat left top;
}
DIV.quote DIV.inside {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-left: 34px;
	background: url(../img/quote_right.png) no-repeat right bottom;
}
ul.arrows, ul.arrowsInline, ul.cslink {
	padding: 0px;
	list-style-type: none;
}
ul.arrows {
	margin: 0px;
}
ul.arrowsInline {
	margin-left:-10px;
}
ul.arrows li, ul.arrowsInline li {
	background: url(../img/arrow.gif) 0px 1px no-repeat;
	padding-left: 24px;
	margin: 10px;
	line-height: 1.6em;
}
ul.cslink {
	background: url(../img/arrow2.gif) 0px 1px no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}
ul.arrows li a, ul.arrowsInline li a {
	text-decoration: none;
	color: #005baa;
}
ul.arrows li a:hover, ul.arrowsInline li a:hover {
	text-decoration: underline;
	color: #005baa;
}
#mainLeft, #mainWhole, #homeLeft {
	margin: 20px 0 20px 20px;
	padding: 0px;
	float: left;
}
#mainLeft, #homeLeft{
	width: 360px;
}
#mainWhole {
	width: auto;
}
#homeLeft {
	position:relative;
	font-size: 120%;
	height: 190px;
}
#mainImage, #mainImageInline {
	padding: 0px;
	float: right;
	width: 360px;
}
#mainImage {
	margin: 20px 0px;
}
#mainImageInline {
	margin-left:20px;
	margin-top:0;
}
#mainImageInlineleft {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
}
#mainImage p, #mainImageInline p, #mainImageInlineleft p {
	background: #dae7f2;
	font-style: italic;
	font-size: 90%;
	color: #666666;
	padding: 8px 10px 8px 10px;
	margin-top: 2px;
}
#mainSummary {
	margin: 0px 0px 20px 20px;
	float: left;
	width: 360px;
	width: 716px;
	padding: 10px 10px 0px 10px;
	border: solid 2px #eee;
	background: url(../img/summary-fade.png) repeat-x;
}
#mainSummaryRight {
	margin: 20px 0px 20px 20px;
	float: right;
	width: 340px;
	padding: 10px;
	border: solid 2px #eee;
	background: url(../img/summary-fade.png) repeat-x
}
#footer {
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
	background: #005baa;
	height: 47px;
	border-top: solid 5px #488AC3;
}
#footer p {
	margin: 10px;
	padding: 18px 0px 0px 0px;
	font-size: 80%;
	color: #BFD4E6;
}
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

/** FORMS **/

textarea {
	width: 355px;
	height: 70px;
	background: #DAE7F2;
	border: solid 1px #cccccc;
}
.textfield input, .textfield select, .showHide input {
	background: #DAE7F2;
	border: solid 1px #cccccc;
	color: #666666;
}
.textfield input, .showHide input {
	padding: 4px 4px 0px 4px;
	width: 350px;
}
.textfield input, .showHide input {
	height: 20px;
}
.textfield select {
	height: 26px;
	width: 360px;
}

/** SLIDER **/

.slide-header {
	cursor: hand;
	cursor: pointer;
	padding: 5px 5px;
	margin: 3px 0 0 0;
	border: 1px solid #bbb;
	background: url(../img/arrow.gif) 5px 4px no-repeat #ffffff;
	padding-left: 24px;
}
.slide-open {
	background: url(../img/arrow2.gif) 5px 4px no-repeat #005baa;
	padding-left: 24px;
	color: #ffffff;
}
.slide-content {
	margin: 0 0 5px 0;
	padding: 2px 5px;
}

/** PROMO BUTTONS **/

#homePromo, #pagePromo {
	padding: 10px;
	float: left;
	width: 213px;
	background: #dae7f2;
}
#homePromo {
	height: 235px;
	margin: 0 0 20px 20px;
}
#pagePromo {
	height: 130px;
	margin: 20px 0 20px 20px;
}
#homePromo img, #pagePromo img {
	margin-top: 7px;
}
#homePromo p {
	font-size: 80%;
	margin-top: 3px;
}
#homePromo h3 , #pagePromo h3{
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
#homePromo h3 a, #pagePromo h3 a {
	text-decoration: none;
	color: #005baa;
}
#homePromo h3 a:hover, #pagePromo h3 a:hover {
	text-decoration: underline;
	color: #005baa;
}

/** PROMO BUTTONS **/

a.promo-basket, a.promo-edge, a.promo-christmas {
	display: block;
	width: 213px;
	height: 100px;
	text-decoration: none;
}
a.promo-basket {
	background: url(../img/promo-shopping-cart.jpg);
}
a.promo-edge {
	background-image: url(/retail/img/promo-father.jpg);
}
a.promo-christmas {
	background: url(../img/promo-race.jpg);
}
a.promo-basket:hover, a.promo-edge:hover, a.promo-christmas:hover {
	background-position: 0 -100px;
}
.displace {
	position: absolute;
	left: -5000px;
}
