@charset "utf-8";


/* ---------- Basic Elements ---------- */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

div.feature {
	width: 975px;
	height: 700px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #333;
}
a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0 0;
	font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 200%;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #fff;
	color: #666666;
}

pre {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	color: #666666;
}

fieldset {
	border: 1px solid #999999;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #fff;
	font-weight: normal;
}
td {
	background-color: #fff;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

p img {
	max-width: 100%;
	padding: 0;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #fff;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: #fff;
}

	#slide-wrapper {
		margin: 0 auto;
		padding: 0;
	}

	#slide-item-wrapper {
		position: relative;
		height: 0px;
		overflow: hidden;
		margin-top: 0;
	}
	#slide-item-wrapper div.slide-item {
		position: absolute;
		top: -1000px;
		padding: 10px 0;
	}

	#slide-list-wrapper {
		width: auto;
		height: 1em;
		padding-right: 10px;
		padding-top: 5px;
	}

#container {
	margin: 0 auto;
	padding: 0;
}

	#header, #nav-bottom  {
		margin: 10px 0;
		padding: 0;
		position: relative;
	}
	
	#nav-bottom {
		border-bottom: 5px solid #333;
		margin: 0;
		padding: 5px 0;
		min-width: 975px;
	}

	#header h1 {
		margin: 0;
		color: #eaeaea;
		width: auto;
		float: left;
	}
	#header h1 a {
		color: #eaeaea;
	}
	#header p {
		margin: 0;
	}

	#grid-wrapper {
		overflow: visible;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
		border-bottom: 3px solid #333;
		min-width: 975px;
	}

	#single-wrapper {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		padding-top: 1000px; /* for single-page effect */
		border-bottom: 3px solid #333;
	}
	
	#post-351{
	   overflow: hidden;
	   min-height: 310px;
	}
	
	#showcase {
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		position: static;
		z-index: 1;
	}
	
	#showcase h1 {
		font-size: 500%;
		font-weight: 500;
		line-height: 125%;
		width: 60%;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	#showcase h1 a{
		color: #333;
		outline: #fff;
	}
	#showcase p.meta {
		font-size: 17px;
		padding: 0;
		margin: 0;
		text-transform: capitalize;
	}
	#showcase p.meta a:link, #showcase p.meta a:visited {
		color: #666;
		padding: 5px;
	}
	#showcase p.meta a:hover, #showcase p.meta a:active {
		color: #fff;
		background: #B5B5B5;
	}
	#header, #nav {
		z-index: 500;
		position: relative;
		width: 975px;
		margin: 10px auto 0 auto;
	}
	
	div.is_home {
		border-bottom: 3px solid #333;
	}
	
	div.hentry {
		padding-bottom: 15px !important;
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#nav ul { 
		margin: 0;
		padding: 0;
	}

	li.sagmeister {
		height: 85px;
		width: 150px;
		line-height: 0;
		padding: 0;
		margin: 0 15px 0 0;
		overflow: hidden;
		float: left;
	}
	
	li.sagmeister a:link, li.sagmeister a:visited, li.sagmeister a:hover, li.sagmeister a:active { 
		text-decoration: none;
		outline: none;
		width: auto;
		height: auto;
		
		display: block;
		line-height: 0;
		
		margin: 0;
		padding: 0;
	}
	
	li.sagmeister img {
		margin: 0;
		vertical-align: top;
		height: 268px;
		border: 0;
		text-decoration: none;
	}
	
	li.sagmeister:hover img, li.sagmeister a.selected img {
		margin-top: -96px;
	}
	
	li.sagmeister:active img, li.sagmeister:active a.selected img, li.sagmeister a.pressed img {
		margin-top: -186px;
	}
	
	li.last {
		margin: 0;
	}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
		min-width: 975px;
	}
	#footer p {
		margin: 0 0 50px 0;
		padding: 0;
		float: right;
	}
	#footer a:link, #footer a:visited {
		padding: 5px;
	}
	#footer a:hover, #footer a:active {
		color: #fff;
		background: #B5B5B5;
	}

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

div.grid-item,
div.single-item {
	overflow: visible;
	margin: 0 5px 5px 0;
	padding: 15px 15px 30px 15px;
	border: 0;
	background-color: #fff;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}

div.grid-item h2,
div.single-item h2 {
	margin: 0;
}

div.grid-item div.post-body,
div.single-item div.post-body,
div.single-item .comment-body p {
	font-size: 12px;
}

div.page-body h1,
div.page-body h1,
div.page-body h1,
div.page-body h1,
div.page-body h1,
div.page-body h1 {
	width: 540px;
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 2px;
	font-weight: 900;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #333;
}

div.category-blog h1 {
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #333;
	letter-spacing: 3px;
	text-transform: uppercase;
}
div.category-blog h1 a:link, div.category-blog h1 a:visited {
	text-decoration: none;
	padding: 5px;
	margin-left: -5px;
}
div.category-blog h1 a:hover, div.category-blog h1 a:active {
	background: #B5B5B5;
	color: #fff;
}

div.category-blog p.meta a:link, div.category-blog p.meta a:visited {
	padding: 5px;
	margin-left: -5px;
}
div.category-blog p.meta a:hover, div.category-blog p.meta a:active {
	color: #fff;
	background: #B5B5B5;
}

div.single-blog {
	padding: 0 15px;
	width: 975px;
	margin: 0 auto 30px auto;
}

div.single-blog h1 {
	width: 540px;
	padding: 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #333;
	letter-spacing: 3px;
	margin-top: 30px;
}
div.single-blog div.blog-body p {
	float: left;
	margin-right: 15px;
}
div.single-blog div.blog-body img {
	margin: 0px 0 5px -5px;
	padding: 5px;
}
div.single-blog div.blog-body img:hover {
	background: #B5B5B5;
}
div.single-blog p {
	width: 450px;
	font: 17px/25px normal helvetica, arial, sans-serif;
}

div.blog-body p a:link, div.blog-body p a:visited {
	text-decoration: underline;
}
div.blog-body p a:hover, div.blog-body p a:active {
	text-decoration: none;
}

div.single-blog p.meta { 
	padding: 0;
	margin: 0;
}

div.single-blog p.meta a:link, div.single-blog p.meta a:visited {
	padding: 5px;
	margin-left: -5px;
}
div.single-blog p.meta a:hover, div.single-blog p.meta a:active {
	color: #fff;
	background: #B5B5B5;
}
#FAQ {
	width: 560px;
	margin: 0;
	padding: 0;
}

#FAQ li {
	list-style: none;
	margin-left: -10px;
}

div.page {
	width: 975px;
	margin: 0 auto;
}

div.page-body p.meta a:link, div.page-body p.meta a:visited {
	padding: 5px;
	margin-left: -5px;
}
div.page-body p.meta a:hover, div.page-body p.meta a:active {
	background: #B5B5B5;
	color: #fff;
}
div.page-body #FAQ li:hover p.question {
	background: #ffc;
}

div.page-body #FAQ li:hover p.answer {
	background: #ccf;
}

div.page-body #FAQ li p,
div.page-body p {
	width: 540px;
	font-size: 17px;
	line-height: 25px;
	margin: 5px 0;
	padding: 10px 10px 10px 0;
}

div.page-body #FAQ li p {
	padding: 10px;
}

div.page-body #FAQ li p.question {
	color: #333;
}

div.page-body #FAQ li p.answer {
	color: #333;
}

div.page-body #FAQ li p.answer a:link, div.page-body #FAQ li p.answer a:visited {
	text-decoration: underline;
}

div.page-body #FAQ li p.answer a:hover, div.page-body #FAQ li p.answer a:active {
	text-decoration: none;
}

.post h2 {
	position: absolute;
	font-size: 24px;
	width: 75%;
	top: 40%;
	right: 0;
	margin: 0;
	background: #333;
	color: #fff;
	padding: 1% 3%;
	visibility: hidden;
	text-align: center;
}

.post h2 a {
	color: #fff;
}

p.post-meta {
	position: absolute;
	width: 80%;
	left: 0;
	bottom: -10px;
	background: #fff;
	/*border-top: 3px solid #333;*/
	color: #333;
	margin: 0;
	
/*	padding: 15px 10px;*/
	font: 100 14px/25px helvetica, arial, sans-serif;
	z-index: 9999;
	visibility: hidden;
	text-align: center;
	text-transform: capitalize;
}

div.page-body p.order-continue {
	padding: 0;
	margin: 0 0 0 -24px;
	width: 156px;
	height: 86px;
}
#make-clone {
	float: right;
	width: 150px;
	height: 80px;
}

#make-clone, div.page-body p.order-continue {
	/*float: right;*/
	overflow: hidden;
}


#make-clone img, .order-continue img {
	display: block;
}

#make-clone:hover img, .order-continue:hover img {
	margin-top: -97px;
}

#make-clone:active img, .order-continue:active img {
	margin-top: -184px;
}

div.not-clone {
	float: left;
}

p.post-meta a {
	color: #333;
	font: 100 14px/25px helvetica, arial, sans-serif;
	padding: 5px;
	margin: 0 2px;
	text-transform: capitalize !important;
}

p.post-meta a:hover {
	background: #B5B5B5;
	color: #fff;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #979aa3;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #979aa3;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Top navigation */
#slide-list {
	float: right;
	margin: 0;
	padding-left: 0;
	list-style: none;
	list-style-type: none;
}
#slide-list li {
	display: inline;
	padding-left: 5px;
}

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 25px 0;
	font-size: 12px;
	text-align: center;
}
.pagination .current {
	color: #fff;
	background: #B5B5B5;
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
}
a.page-numbers:hover {
	color: #fff;
	background: #B5B5B5;
}

#post-pagination {
	color: #333;
}
#post-pagination .prefix {
	color: #333;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 16px;
	padding-left: 0;
}

#sidebar2, #sidebar3 {
	list-style: none;
	list-style-type: none;
	margin: 0 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

/*ul#sidebar3 li.current-cat {
	background: #B5B5B5;
	color: #fff;
}

ul#sidebar3 li.current-cat a:link, li.current-cat a:visited {
	color: #fff !important;
	text-decoration: underline;
}
ul#sidebar3 li.current-cat a:hover, li.current-cat a:active {
	color: #fff !important;
	text-decoration: none;
}*/

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #fff;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#sidebar3 {
	text-align: center;
	margin: 0 auto;
	width: 975px;
}

ul#sidebar3 li {
	float: left;
	margin: 0 100px 0 0;
	padding: 5px;
	font: 100 12px helvetica, arial, sans-serif;
	list-style: none;
}

ul#sidebar3 li.last {
	margin: 0;
}

ul#sidebar3 li a:link, ul#sidebar3 li a:visited {
	color: #333;
	padding: 5px;
}
ul#sidebar3 li a:hover, ul#sidebar3 li a:active {
	color: #fff;
	background: #B5B5B5;
	padding: 5px;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform, #searchform-bottom {
    width: auto;
 	float: right;
	font-size: 12px;
	margin: 0;
	padding: 17px 0 0 0;
}

#searchform-bottom {
	padding: 0;
}

#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
	border: 0;
	padding: 5px;
	font: 100 12px helvetica, arial, sans-serif;
	background: #6B6B6B;
	color: #fff;
}

input, textarea {
	outline: none;
}

div.oops h2 {
	color: #000;
	margin-top: 20px;
	font-size: 750%;
	font-weight: bold;
}

div.oops p {
	width: 540px;
	font: 17px/20px normal helvetica, arial, sans-serif;
}

div.adjacent {
	margin: -30px 0 0 0;
	padding: 20px 0 10px 0;
	font: 17px/20px normal helvetica, arial, sans-serif;
	background: #fff;
	border-top: 1px dotted #333;
}
div.adjacent div.previous{
	float: left;
	margin-left: -15px;
}
div.adjacent div.previous a {
	margin-left: -5px;
}
div.adjacent div.next {
	float: right;
	margin-right: -11px;
}
div.adjacent div.next a {
	margin-right: -5px;
}
div.adjacent a:link, div.adjacent a:visited {
	text-decoration: none;
	padding: 5px;
}
div.adjacent a:hover, div.adjacent a:active {
	color: #fff;
	background: #B5B5B5;
}

/* Contact Form
-------------------------------------------*/
#contact-us ol { margin: 0; border: 0; padding: 0; }
#contact-us ol li {
	margin: 15px 0;
}
#contact-us ol li.textarea {
	list-style: none;
}

#contact-us ol li input.varchar {
	width: 300px;
	background: #fff;
	color: #333;
	font: 17px/25px normal Helvetica, arial, sans-serif;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #333;
}

#contact-us ol li textarea {
	background: #fff url('images/chalkboard.gif');
	font: 17px/25px normal Helvetica, arial, sans-serif;
	padding: 0;
	border: 0;
	color: #333;
	width: 500px;
	min-height: 75px;
	resize: none;
	overflow: auto;
	display: inline;
	float: left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Order Form
-------------------------------------------*/

#buttons {
	margin: 0 0 0 -10px;
	padding: 0;
}

#button_wrapper {
	padding: 25px 0 0 0;
	float: left;
	max-width: 500px;
	margin: 0;
}

li.butt {
	height: 68px;
	width: 65px;
	line-height: 0;
	padding: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	float: left;
}
li.butt a:link, li.butt a:visited, li.butt a:hover, li.butt a:active { 
	text-decoration: none;
	width: auto;
	height: auto;

	display: block;
	line-height: 0;

	margin: 0;
	padding: 0;
}
li.butt img {
	margin: 0;
	vertical-align: top;
	height: 193px;
}
li.butt:hover img {
	margin-top: -64px;
	cursor: pointer;
}
li.butt:active img, .butt .selected, .butt .selected:hover {
	margin-top: -129px;
}



#color {
	height: 610px;
	width: 464px;
	float: left;
	overflow: hidden;
}
#history {
	font-size: 30px;
	text-align: center;
	color: #B5B5B5;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}

#history a {
	padding: 10px 20px;
	color: #B5B5B5;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px; 
	-webkit-border-radius: 40px;
}

#history a:hover {
	background: #B5B5B5 !important;
	color: #fff !important;
}
#history a:visited {
	color: #333;
}

#history a.hcurrent {
	color: #fff;
	background: #333;
}

.active-l{
	color: purple;
}

#form h3.title {
	text-align: center;
	margin: 25px 0 0 0;
}

.main-type {
	font-size: 16px;
	cursor: pointer;
	float: left;
	padding: 15px;
	margin: 0 5px 5px 0;
}
.main-type img {
	width: 290px;
}
div.color-item p.description {
	width: auto !important;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

.main-button div {
	width: 152px;
	height: 82px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}

.main-button div img {
	display: block;
}

.main-button div:hover img {
	margin-top: -97px;
	cursor: pointer;
}

.main-button div:active img {
	margin-top: -185px;
}

#tpic {
	width: 152px;
	height: 82px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}



#subpic {
	width: 152px;
	height: 82px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}

#subpic:hover input {
	margin-top: -97px;
	cursor: pointer;
}

#subpic:active input {
	margin-top: -185px;
}

#tpic img {
	display: block;
	margin-top: -97px;
}

#stuff { width: 700px; }

#stuff input.extra-info {
	background: #fff;
	color: #333;
	font: 17px/25px normal Helvetica, arial, sans-serif;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #333;
}

#continue {
/*	font: 17px/25px normal Helvetica, arial, sans-serif;
	padding: 3px 5px;
	margin-left: -5px;*/
}

#continue:hover {
/*	color:#fff;
	background: #B5B5B5;*/
}

#stuff input.name, #stuff input.address.city, #stuff input.phone.number,
#stuff input.group, #stuff input.quantity, #stuff input.budget, #stuff input.deadline { width: 300px; }
#stuff input.address.street { width: 605px; }
#stuff input.address.state, #stuff input.phone.areacode { width: 75px; }
#stuff input.address.zipcode { width: 150px; }

#time textarea, #questions {
	background: #fff url('images/chalkboard.gif');
	font: 17px/25px normal Helvetica, arial, sans-serif;
	padding: 0;
	border: 0;
	color: #333;
	width: 600px;
	min-height: 75px;
	resize: none;
	overflow: auto;
	display: inline;
	float: left;
}
#go2stuff, #go2submit { padding: 3px 5px; margin-left: -5px; }
#go2stuff:hover, #go2submit:hover { background: #B5B5B5; color: #fff; }
div.breaker { height: 25px; width: 100%; }

#set-color-img, #inwiththeclones { float: left; text-align: center; display: block; }
#set-category-label, #finalinfo { float: left; }
#set-category-label { display: none; }
#finalinfo {
	font: 17px/25px normal Helvetica, arial, sans-serif;
	width: 400px;
	margin: 50px 0 25px 0;
	padding: 0;
	float: left;
}
#finalinfo li {
	list-style-position: outside;
}

#submit h1 {
	margin-bottom: 25px;
}

#submit p {
	display: none;
}
#submit p.description {
	display: block;
}


.home-footer-container {
	width: 975px;
	margin: 0 auto;
}


/* Homepage Slider
-------------------------------------------*/

#slide-holder{
z-index:40;
width:975px;
height:680px;
overflow:hidden;
position:absolute;
border-bottom: 3px solid #000;
}
#slide-holder #slide-runner{
top:9px;
left:9px;
width:973px;
height:680px;
overflow:hidden;
position:absolute;
}
#slide-holder img{
margin:0;
position:absolute;
}
#slide-holder #slide-controls{
width:150px;
height:75px;
float: right;
position:relative;
top: 545px;
right: 150px;
background-color:#fff;
z-index:42;
}

#revolution{
	float:right;
	height: 670px;
	width: 380px;
	right: 0;
	position: absolute;
	z-index:41;
}

#slide-holder #slide-controls p#slide-nav a{
float:left;
width:15px;
height:10px;
display:inline;
font-size:11px;
margin:10px 4px 0 0;
line-height:10px;
font-weight:bold;
text-align:center;
}
#slide-holder #slide-controls p#slide-nav a.on{
background-position:0 -24px;
}

/* Privacy Policy
-------------------------------------------*/

#privacy-policy p
{
	width: 800px;
	font-size: 15px;
	line-height: 20px;
}

#privacy-policy li
{
	font-size: 13px;
	width: 800px;
}

#privacy-policy strong
{
	border-bottom: 1px dashed #333;
	padding-bottom: 8px;
}
