/******************************************************************
Theme Name: Sales Stylesheet
Theme URI: http://www.skeletonkeymedia.com
Description: 
Version: 1.0
Author: Eddie Machado
Author URI: http://www.skeletonkeymedia.com
Tags: 
******************************************************************/

/******************************************************************
RESET STYLES
******************************************************************/

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;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************************************************************
GENERAL STYLES
******************************************************************/

body {
	background: #333333 url(http://grip-rip.com/images/grip-bg.png) repeat;
	font-size: 62.5%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.wrap {
	width: 700px;
	padding: 25px 10px 30px;
	margin: 0 auto;
	border-left: 4px solid #8F0308;
	border-right: 4px solid #8F0308;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

h1, h2, h3, h4, h5 {
	color: #8F0308;
	text-align: center;
}


h1 {
	font: 22.0px Impact;
}

h3 {
	font: 22.0px Impact;

}

h4 {
	color: #000000;
	font: 16.0px Impact;
}

h5 {
	clear: both;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0;
}


p {
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 0 10px 15px;
}

ul {
	margin: 0 10px 15px;
	clear: both;
}

	li {
		font-size: 1.3em;
		line-height: 1.7em;
		text-align: left;
		margin: 0 0 10px;
	}
	
	ul.check li {
		background: url(images/check.png) left top no-repeat;
		padding-left: 18px;
	}
	
.left {
	float: left;
	margin: 0 15px 7px 0;
}

.right {
	float: right;
	margin: 0 0 7px 15px;
}

.part-1 img, .part-2 img, .part-3 img, .part-4 img, .part-5 img, .part-6 img, .part-7 img, .part-8 img {
	width: 275px;
	height: 236px;
	margin: 8px 0 0 0;
}



.part-1 p, .part-2 p, .part-3 p, .part-4 p, .part-5 p, .part-6 p, .part-7 p, .part-8 p {
	margin: 20px 0;
	text-align: left;
	font-size: 1.5em;
}

p.sub-headline {
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	width: 500px;
	margin: 0 auto;
}

#testimonials {
	margin: 10px 15px;
}

	#testimonials td {
		padding: 4px;
	}

	p.quote {
		font-style: italic;
		font-family: Georgia, Palatino, serif;
		font-size: 1.2em;
		text-align: center;
		font-weight: 700;
		margin: 4px 12px;
	}
	
.testimonials {
	margin: 15px -10px;
	background: #efefef;
	border-top: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	padding: 10px 20px;
}

	.testimonials p {
		color: #010101;
		font-style: italic;
		font-family: Georgia;
	}
	
.text-right {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding-bottom: 10px;
	font-style: normal;
	border-bottom: 1px solid #d6d6d6;
}

.text-right-last {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
}

.more-testimonials {
	display: none;
}

.testimonials .slide-control p {
	text-align: center;
	font-style: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.slide-control {
	margin-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.slide-control a {
	color: #8F0308;
	text-decoration: none;
	font-size: 2.0em;
	font-weight: 700;
}
	
.frank-says {}

.twitter-widget {
	margin: 10px auto;
	width: 550px;
	display: block;
}

/******************************************************************
TEXT & SPAN STYLES
******************************************************************/

.clear-top {
	clear: both;
}

.grey {
	color: #999999;
}

.red {
	color: #8F0308;
	font-weight: bold;
}

.highlight {
	background: #F3ED96;
	padding: 3px 4px;
}

.large {
	font-size: 1.6em;
}


.image_border {
	float: left;
	margin: 0 15px 7px 0;
	width: 200px;
	background: #cfcfcf;
	border: 1px solid #000000;
	text-align: center;
	margin: 10px;
	padding: 4px;
}
