
/* ----------------------------------------------- 
	arborcare.com Stylesheet
	Author: Joel Pittet
	Created on: May 23, 2009
	
	- GLOBAL RESET
	- BASIC ELEMENTS
	- LAYOUT
	- CUSTOM CLASSES

-------------------------------------------------- */


/* GLOBAL RESET 
------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASIC ELEMENTS
------------------------------------------------- */
html {
	background: transparent url(/img/texture-bg.jpg) repeat top center;
}
body {
	font: 13px/1.3em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #373a0d;
	background: transparent url(/img/layout/gradient-bg.jpg) repeat-x 0 44px;
	text-align: center;
	height: 100%;
	min-height: 600px;
/*	position: relative;*/
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #231f20;
/*	text-decoration: none;*/
/*	border-bottom: 1px solid #7B3A00;*/
}

a:hover {
	color: #7B3A00;
/*	text-decoration:none;*/
}


th {
	text-align: left;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 28px;
	color: #373a0d;
	font-style: italic;
	font-weight: 600;
	background: transparent url('/img/content-keyline.gif') repeat-x bottom;
	padding: 2px 0 12px 17px;
	margin: 0 0 10px 0;
}

dt span.lighter,
h1 span.lighter {
	color: #515913;
	font-weight: 400;
}

dt span.smaller,
h1 span.smaller {
	font-size: 20px;
	margin-left: 0px;
}

dt span.smaller {
	font-size: 14px;
}


h1 span#services-small-header { margin-left: 0; }
#sidebar-content .content {padding-top: 0;}
#sidebar-content h1 { 
	padding-top: 0;
	padding-left: 0; 
}
h2 {
	font-style: italic;
	color: #515913;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: .5em 0 .1em 0;
}

h3 { 
	color: #515913;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 1em;
}

h4 { 
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	font-weight: 700;
}

h6 {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 20px;
}

p {
	padding: 0.3em 0 0.6em 0;
	line-height: 1.6em;
}

ul, 
ol{ 
	margin: 0;
	padding: 0.3em .2em .6em;
}
ol{ margin-left: 1.5em }

ul li { 
	list-style-type: disc;
	padding: .3em .3em;
	margin: 0 1em;
}
ol li { 
	list-style-type: decimal;
	padding: .3em .3em;
	margin: 0 1em;
}

/* Horizontal Rule */

hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background: #ccc;
	margin: 20px 0;
	padding: 0;
}

small {
	font-size: 12px; 
	color:#765; 
	
}

a small {
	text-decoration: none !important;
}



/* LAYOUT
------------------------------------------------- */
#overlay {
	min-width: 990px;
	background: transparent url(/img/layout/leaves-bg.jpg) no-repeat center 44px;
}

html, body, #container {
	height: 100%;
}

#container {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
body > #container {
	height: auto; 
	min-height: 100%;
}

#layout { 
 	text-align:left; 
	padding-bottom: 267px;  /* must be same height as the footer */

}
#header {
	position: relative;
	width: 990px; /* IE7 Fix */
/*	border-bottom: 1px solid #36332e;*/
/*	background: #727272;*/
	height: 225px;
}


#header #logo { 
	position: absolute;
	z-index: 2;
	padding-left: 12px;
	float: left;
	height: 124px;
	width: 447px;
	padding-top: 20px;
}

#header #logo a {
	display: block;
	height: 124px;
	width: 447px;
}

#version {
	color: #ccc;
	left:210px;
	position:absolute;
	top: 24px;
	font-size: 11px;
}
#version a{ text-decoration: none;}

/* Top Menu --------------------------------------------------*/

#top {
	background: #220d01 url(/img/bg-top-menu.jpg) repeat-x 0 bottom;
	height: 44px;
/*	border-bottom: 2px solid #689b25;*/
	overflow: hidden;
}
#top-menu {
	background: #220d01 url(/img/top-menu-gradient.jpg) no-repeat center bottom;
	margin: 0 auto;
	width: 960px;
	height: 42px;
}
#top-menu ul {
	list-style: none;
	overflow: auto;
	padding: 0;
/*	margin-top: 10px;*/
	float: right;
}
#top-menu ul li {
	list-style:  none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
/*	border-right: #f0efee 1px solid;*/
	background: url(../img/layout/utility-divider.gif) no-repeat right 12px;
}
#top-menu ul li.last { 
/*	border-right: 0; */
	background: none;
}
#top-menu ul li a {
	display: block;
	float: left;
	color: #e6e9db;
	font-size: 12px;
	text-decoration: none;
	padding: 0 16px;
	line-height: 2.7em;
	height: 30px;
	overflow: hidden;
}

#top-menu ul li a:hover {
	color: #fff;
}

#top-menu ul li.current a,
#top-menu ul li.current a:hover,
#top-menu ul li a:active	{
	color: #d5ec3f;	
}

/* Header --------------------------------------------------*/

#header #nav {
	height: 57px;
	overflow: none;
	position: absolute;
	bottom: 1px;
	left: 5px;
}

#header #nav ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header #nav li {
	list-style: none;
	float: left;
	margin: 0 -6px 0 0;
	padding: 0;
}
#header #nav li.first {
	margin-left: 4px;
}
#header #nav li a {
	display: block;
	float: left;
	line-height: 3.1em;
	color: #220d01;
	text-decoration: none;
	font-weight: 600;
	height: 57px;
	width: 124px;
	text-align: center;
	overflow: hidden;
}
#header #nav li a:hover {
	color: #7B3A00;
}
#header #nav li.current a {
	color: #fff;
	background: transparent url(/img/layout/menu-bg-fixed.png) no-repeat right;
}

#header #nav li.current a:hover {
	color: #fff;
}


/* Main --------------------------------------------------*/

#main {
	padding: 10px 0 0 6px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}


/* Sidebar --------------------------------------------------*/
#sidebar-content {
	width: 237px;
	background: transparent url('/img/sidebar-body.png') repeat-y;
	margin-top: 0;
}
#sidebar-top {
	background: transparent url('/img/sidebar-top.png') no-repeat 0 top;
	padding-top: 27px;
	
	float: left;
	position: relative;
}
#sidebar-bottom {
	background: transparent url('/img/sidebar-bottom.png') no-repeat 0 bottom;
	padding-bottom: 60px;
}
#sidebar-content p { color: #373a0d; }
#sidebar-content ul {
	margin: 0 0 0 4px;
	padding: 0 4px 0 0;
	border-bottom: 1px solid #cac8ba;
	border-top: 1px solid #f3f1e4;
	width: 222px;
}
#sidebar-content ul ul {
	border-top: none;
	border-bottom: 1px solid #f3f1e4;
}
#sidebar-content ul ul li.last {
	padding-bottom: 5px;	
}
#sidebar-content ul li {
	list-style: none;
	width: 226px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cac8ba;
	border-bottom: 1px solid #f3f1e4;
}
#sidebar-content ul li a {
	color: #220d01;
	text-decoration: none;
	display: block;
	padding: 11px 24px 11px 24px;
	width: 179px;
}
#sidebar-content ul li a:hover {
	color: #7B3A00;
}
#sidebar-content li.current {
	border: none;
}
#sidebar-content li.current a {
	background: #7c9f2e url('/img/sidenav-current.jpg') repeat-x 0 0;
	border-bottom: 1px solid #9cb841;
	color: #fff;
}
#sidebar-content li.current a:hover {
	color: #fff;
}

/* Teriary Menu */
#sidebar-content li.current ul li a {
	background: none;
	border: 0;
	color: #220D01;
	padding: 4px 24px 4px 34px;
	width: auto;
	font-size: 11px;
}

#sidebar-content li ul {
	display: none;
}

#sidebar-content li.current ul {
	display: block;
}
#sidebar-content li ul {
	padding: 0;
	margin: 0;
	width: auto;
}
#sidebar-content li ul li {
	width: auto;
	border: 0;
}


#sidebar-content li.current ul li a:hover {
	color: #7B3A00;
}

#sidebar-content li ul li.current a,
#sidebar-content li ul li.current a:hover {
	color: #88b235;
}

/* Content --------------------------------------------------*/
#content { 	
	width: 723px;
	margin: 0 0 40px 250px;
	background: transparent url('/img/content-top.png') no-repeat 0 0;
	color: #000;
	padding-top: 25px;
	position: relative;

}
#content-wrapper {
	background: transparent url('/img/content-body.png') repeat-y top right;
	padding: 0 20px 0 20px;
	width: 683px;
	position: relative;
	zoom: 1;
}
#content-wrapper.extra-column {
	
	margin-right: 225px;
	/*padding-right: 225px;
		width: 478px;*/
}
#content-holder {
	width: 478px;
}
.content,
.content-keyline {
	padding: 7px 20px;
}

.keyline,
.content-keyline {
	overflow: hidden;
	background: transparent url(/img/content-keyline.gif) repeat-x scroll center top;
}

/* container for the hero image and quote*/
#hero-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 8px;
	background: transparent url(/img/content-keyline.gif) repeat-x scroll center bottom;
	
}
.preamble {
	/* Put this on an h2 tag */
/*	font-size: 16px;
	color: #515913;*/
	line-height: 1.7em;
}

.feature {
	color: #6b7119;
	margin-bottom: 10px;
}

.feature h3 {
	font-style: italic;
	color: #6b7119;
	font-size: 14px;
	font-weight: normal;
}
	#hero {

	}
	
	#quote {
		position: absolute;
		top: 0;
		right: 0;
		width: 201px;
		height: 312px;
		background: url(/img/quote-bg.jpg) no-repeat 0 0;
		color: #373a0d;
		font-size: 14px;
	}
	#quote p {
		padding: 18px 16px 0 20px;
		line-height: 1.8em;
		
	}
	#quote .quote {
		font-size: 37px;
		position: absolute;
		margin-top: 3px;
	}
	
	#quote .quote-right {
		margin-left: -18px;
	} 
	
	
	
	#quote .author {
		font-size: 11px;
		color: #5e041d;
	}

#content-sidebar {
	width: 170px;
	float: right;
	margin-top: 44px;
	/*position: absolute;
		right: 23px;
		top: 110px;*/
		font-size: 12px;
}

#content-sidebar ul,
#content-sidebar ul li {
	list-style: none;
	margin: 0;

}

#content-sidebar p {
	font-size: 12px;
}
#content-sidebar .image-caption {
	color: #4e2602;
	font-size: 10px;
	margin-bottom: 30px;
}
#content-footer {
	background: transparent url('/img/content-bottom.png') no-repeat 0 0;
	width: 723px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 0;
	clear: right;
}
/* APM Program ---------------------------------------------*/
#apm-programs {
	background: transparent url('/img/content-keyline.gif') repeat-x bottom;
	height: 400px;
	position: relative;
}
.apm-program {
	width: 166px;
	height: 364px;
	float: left;
	margin-left: 4px;
	position: relative;
}
.apm-program .link {
	height: 150px;
	display: block;
}
.apm-program li {
	list-style: none;
	color: #220d01;
	font-size: 11px;
	text-align: center;
	font-weight: 600;
	line-height: 1.15em;
	padding: 0;
	margin-bottom: 4px;
}
.apm-program li a { color: #220d01; }
.apm-program li em { font-weight: 400; }
#apm-platinum {
	background: transparent url('/img/apm-program/apm-platinum-bucket-bg.jpg') no-repeat 0 0;
}
#apm-gold {
	background: transparent url('/img/apm-program/apm-gold-bucket-bg.jpg') no-repeat 0 0;
}
#apm-silver {
	background: transparent url('/img/apm-program/apm-silver-bucket-bg.jpg') no-repeat 0 0;
}
#apm-bronze {
	background: transparent url('/img/apm-program/apm-bronze-bucket-bg.jpg') no-repeat 0 0;
}
#snowbird-special {
	float: right;
}
#apm-products {
	background: transparent url('/img/content-keyline.gif') repeat-x top;
	margin-top: 0;
	padding-top: 5px;
	width: 450px;
}
#apm-products li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.applications { 
	position: absolute;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	bottom: 6px;
	left: 30px;
	color: #373a0d;
}
#value-priced {
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #515913;
}
#value-priced strong {
	color: #373a0d;
	font-size: 14px;
}
/* APM Program Interior ------------------------------------*/
#apm-hero {
	float: left;
}
#apm-sidebar {
/*	background: transparent url(/img/apm-program/bg-apm-interior-side.jpg) no-repeat;*/
	margin: 0 0 12px 435px;
	width: 249px;
	height: 312px;
}


#apm-sidebar ul { padding-top: 30px; }
#apm-sidebar li {
	font-size: 14px;
	list-style: none;
	text-align: center;
	margin: 0 0 8px 0;
}
#program-description {
	position: relative;
	padding-top: 5px;
}
#description-wrapper {
	padding-right: 250px;
}
#description-wrapper a {
	color: #790000;
}
#special-offers {
	background: transparent url(/img/content-keyline.gif) repeat-x scroll center top;
	padding-top: 15px;
	clear: both;
}
.offer {
	background: transparent url(/img/apm-program/bg-offer.gif) no-repeat;
	width: 298px;
	height: 35px;
	padding: 13px 10px;
	font-style: italic;
	float: left;
}
.offer p {
	padding: 0;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
}
.offer span strong {
	color: #790000;
	font-size: 25px;
}
.offer span {
	font-size: 21px;
}
#prepay {
	margin-right: 47px;
}
#offer-condition {
	clear: left;
	color: #373a0d;
	font-size: 10px;
	margin: 0 20px;
	padding: 10px 0;
}
#free-estimate {
	background: transparent url(/img/apm-program/free-estimate.jpg) no-repeat;
	display: block;
	width: 256px;
	height: 45px;
	text-indent: -10000px;
	position: absolute;
	right: 0;
	top: 10px;
}
#free-estimate:hover {
	background-position: 0 -45px;
}
#employ-arborists {
	position: absolute;
	right: 0;
	bottom: 8px;
}
#program-header {
	font-size: 22px;
	font-style: italic;
	color: #515913;
	padding-bottom: 0;
}
/* Insect & Disease Control -------------------------------*/
.content-sidebar-nav { 
	padding: 10px; 
	margin-bottom: 37px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.content-sidebar-nav h3 { margin: 0; }
.content-sidebar-nav li {
	padding: 3px 0;
	margin: 0 7px;
	list-style: none;
}
.content-sidebar-nav a {
	color: #4e2602;
	font-size: 12px;
}
#insects-nav {
	background: #c2c94b;
}
#diseases-nav {
	background: #f0d854;
}

/* Pruning, Shaping & Restoration -------------------------------*/
#work-glove {
	position: absolute;
/*	top: 430px;*/
	right: 7px;
}

/* Service Resources --------------------------------------------------*/


.resources {
	background: #e7bc85 url(../img/services/resource_bg.jpg) no-repeat right bottom;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 20px; 
}

.resources h1 {
	background: none;
	margin: 0;
	padding: 0;
}

.resources h2 {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #373a0d;
}

.resources ul,
.resources ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.resources ul li {
	padding: 1px 10px;
}

.resources ul li a{
	color: #4e2602;
}


/* Service Did you know --------------------------------------------------*/

.did-you-know h1 {
	background: none;
	margin: 0;
	padding: 0;
}

.did-you-know h2 {
	color: #515913;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.did-you-know p {
	font-size: 10px;
}

.lady-bug-large {
	position: absolute;
	right: 0;
	top: -20px;
}



/* colored round boxes --------------------------------------------------*/
.green,
.did-you-know,
.yellow {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 20px;
	margin: 10px 0;
	position: relative;
}

.green,
.did-you-know {
	background: #b6d88a;
}

.yellow {
	background: #f0d854;
}


/* Footer --------------------------------------------------*/

#footer-wrapper { 
	color: #fff;
	font-size: 12px;
	height: 267px;
	background: #677719 url('/img/bg-footer.jpg') repeat-x top left;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: -267px; /* negative value of footer height + border */
}
#footer { 	
	height: 162px;
	background: transparent url('/img/footer-arborcare.jpg') no-repeat center 30px;	
	padding: 10px 0 40px 0; /*90px 40px 90px;*/
	margin-top: 10px;
	position: relative;
}
#footer-meta {
	margin: 0 auto;
	padding: 0;
	height: 190px;
	width: 960px;
	overflow: hidden;
	position: relative;
	bottom: 0;
}
#associations { 
	position: absolute;
	right: 0;
	bottom: 0;
}
#associations li {
	list-style: none;
	float: right;
	display: block;
	padding: 0 2px;
	margin: 0;
}

#associations li a {
	float: left;
	display: block;
}


#copyright {
	position: absolute;
	left: 0;
	bottom: 0;
}


/* Footer Sections Menu --------------------------------------------------*/
#copyright-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 512px;
}
#footer-menu {
	position: absolute;
	bottom: -2px;
	right: 0;
}
#footer-menu li {
	list-style: none;
	color: #fff;
}
#footer-menu li a {
	color: #fff;
}
#footer-menu li a:hover { text-decoration: none; }


#footer-top {
	position: absolute;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	bottom: 45px;
	right: 35px;
	z-index: 10;
}

#footer-top h2 {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

/*#footer-menu {
	width: 960px;
	margin: 0 auto;
}
#footer-menu ul { padding: 0; }
#footer-menu li {
	list-style: none;
	float: left;
	background: url(../img/layout/utility-divider.gif) no-repeat right 4px;
	padding: 0 16px 0 0;
	margin: 0 0 0 16px;
}
#footer-menu li.first { margin-left: 0; }
#footer-menu li.last { 
	background: none;
}
#footer-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
}
#footer-menu li a:hover,
#footer-menu li.current a {
	text-decoration: underline;
}*/
/* Code */
code, 
pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	white-space:pre; 
}


/* Form
------------------------------------------------- */
form table td {
	padding: 4px 0;
	vertical-align: top;
}
label {
	color:#373a0d;
	display:block;
	font-weight: bold;
	margin-top: .2em;
	padding-right: 15px;
}

input,
textarea,
select  {
	border-width: 1px;
	background: #fff;
	padding: 5px 3px;
}

input.button { 
	letter-spacing: .1em;
	background: #333;
	font-weight: 700;
	color: #fff;
	width: auto;
	border: 1px outset #333;
}

.field {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	padding: 5px;
	font-size: 1em;
}

button,
.button {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	padding: 5px 10px;
	background: #DEEAF0;
	font-size: 1em;
}

button:hover {
	border: 1px solid #C2F96A;
	background: #333;
	color: #fff;
}

.error { color: #920000; }


.required { 
	font-size: 10px; 
	color: #c00;
	font-weight: bold; 
}

.submit-button {
	border: none;
	padding: 0;
	width: 292px;
	height: 44px;
/*	text-indent: -50000px;*/
	cursor: pointer;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
#process-payment:hover,
#request-estimate:hover { background-position: 0 -44px; }

#process-payment { background: transparent url(/img/payment/process-payment.jpg) no-repeat; }
#request-estimate { background: transparent url(/img/services/request-estimate.jpg) no-repeat; }

/* Extra Classes 
------------------------------------------------- */
.clear {
	display: block;
	clear: both;
}

#btn-pal-register {
	display: block;
	float: right;
	color: #fff;
	background: #c02009;
	padding: 15px 25px;
	margin: 0 20px 20px;
	font-size: 14px;
	text-transform: capitalize;
/*	font-variant: small-caps;*/
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: -112px;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 6px;
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 6px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-   : 6px;
	
}



#btn-pal-register span {
	display: block; 
	height: 0px; 
	width: 0px;
	overflow: hidden; 
	position: absolute; 
	top: 47px;
	right: 3px;
	border-top: 10px solid #721;
	border-right: 19px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
	
}
#btn-pal-register:hover {
	color: #FFE341;
	
}

#btn-pal-register span {
	display: block;
	font-variant: normal;
	font-size: 12px;
}


/* Discounts */
#discount-container {
	right: 144px;
	top: 0;
	position: absolute;
	width: 360px;
}
#discount-container a {
	display: block;
}
#discounts,
#discounts li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#discounts {
	margin: 0 0 0 30px;
}
#discounts li {
	display: none;
}
#discounts li {
	font-size:26px;
	color: #fff;	
	font-style: italic;
	line-height: .9em;
	text-align: center;
}
#discounts li a {
/*	font-size: 14px;*/
	color: #fff;
/*	font-style: italic;
	text-transform: uppercase;
	display: block;*/
	text-decoration: none;
	padding-left: 24px;
	font-weight: bold;
}

#discounts li a span {
	font-size: 22px;
}