/*--------- Type ---------*/

p, .section-column {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
	font-size:11px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	font-style:italic;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:10px;
	text-transform:uppercase;
}

span.small-text {
	font-size:.9em;
	color:#177aa4;
}

span.premium-list {
	font-size:11px;
	font-weight:bold;
}
/*--------- Links ---------*/

#content-copy a, .copy a, .element a, #section01 a, #section02 a {
	font-size:10px;
	color:#8f3f98;
	text-decoration:none;
}

#content-copy a:hover, .copy a:hover, .element a:hover, #section01 a:hover, #section02 a:hover {
	text-decoration:underline;
}


/*--------- top headers ---------*/

#feat-title {
	border-left: solid 1px #7f8381;
}
#store-title {
}

#store-title, #feat-title {
	margin:0;
	background:#929794 url(../images/gradient_blk.gif) repeat-x;
	padding:8px 0;
	width:100%;
}

.title-head {
	font-size:12px;
	color:#fff;
	padding:0 10px;
}

/*--------- Body Structure ---------*/

body {
	height:1000px;
	background:#fff;
}

.wrapper {
	margin:10px auto;
	width:780px;
	height:100%;
}
.innertube {
	padding:10px;
}
#innertube-special {
	padding:10px 0 10px 10px;
}

#main-content {
	padding:0;
	margin:0;
}

#content {
	width:520px;
	float:left;
	display:block;
}

#content-side {
	width:259px;
	float:left;
	display:block;
}

#content-copy {
	width:60%;
	float:left;
}
#content-app {
	width:40%;
	float:right;
}
.copy p {
	padding:20px 0;
}

hr {
	border-top: solid 1px #a8b5a3;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.clear-both {
	clear:both;
}
.section-column {
	float:left;
	width:50%;
}

/*--------- Accordion and Slider ---------*/

#accordion {
	border-bottom: solid 1px #7f8381;
}

.sec-title {
	display:block;
}

.section-slider {
	margin-bottom:10px;
}

#section01, #section02, #section03 {
	padding: 6px 4px;
}

.toggler, #toggle1, #toggle2, #toggle3 {
	cursor:pointer;
}

.toggler, .sec-title {
	margin: 0;
	padding:4px;
	background:#929794 url(../images/gradient_blk.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #fff;
}

.element ul, .section-column ul {
	list-style:none;
	margin:10px;
	padding:0;
	font-size:11px;
	color:#4f4f4f;
}

.element blockquote, .section-column blockquote {
	padding:0 0 0 10px;
	margin:0;
}

.element, .section-content, #section01, #section02, #section03 {
	border: solid 1px #7f8381;
	border-top: none;
 
}
 
.element p, #section01 p, #section02 p, #section03 p {
	margin: 0;
	padding: 6px 4px;
}

/*--------- Slideshow ---------*/

div.slideshow {
			margin: 10px 0 0 0;
			padding:0;
			background:#fff url(../images/bg_464845.jpg) repeat-x;
		}
		div.slideshow p {
			padding: 20px 10px;
			width: auto;
			height:100px;
			font-weight:bold;
		}
		div.slideshow strong {
			color: #000;
			font-weight: normal;
		}
		div.slideshow ul {
			position: absolute;
			overflow: hidden;
			padding: 4px 8px;
			right: 0;
			top: 440px;
			.top:455px;
			z-index: 1000;
		}
		div.slideshow ul a {
			background: url(../images/btn_a.gif) no-repeat;
			cursor: pointer;
			display: block;
			float: left;
			height: 14px;
			margin: 0 4px 0 0;
			overflow: hidden;
			width: 12px;
		}
		div.slideshow ul a.prev {
			background-image: url(../images/btn_previous.gif);
			width: 14px;
		}
		div.slideshow ul a.next {
			background-image: url(../images/btn_next.gif);
			margin-right: 0;
			width: 14px;
		}
		div.slideshow ul a.active,
		div.slideshow ul a.prev:hover,
		div.slideshow ul a.next:hover {
			background-position: 0 -14px;
		}
		div.slideshow ul li {
			float: left;
			list-style: none;
		}
