/*  
	Description: affiliate site
	Version: 0.1
	Author: Ivan Novak
	Author URI: www.ivannovak.com
*/

/* Eric Meyer's 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: 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;
	}


/* Site specific Styling */
body {font-size: 14px; font-family: Georgia,serif; color: #333;background-color: #2c4656;}
h1, h2, h3, h4, h5, h6, p, ol, ul {padding-bottom: 20px; line-height: 22px;}
h1{font-size: 200%;font-style: italic;}
h2{font-size: 180%;}
h3{font-size: 140%;}
h4{font-size: 120%;}
h5{font-size: 100%; font-weight: bold;}
h6{font-size: 80%; font-weight: bold;}
small{font-size:80%;}
ol{list-style: decimal inside none;}
#wrap{
	width:740px;
	margin: 0 auto;
	background-color: white;
	padding:20px;
}

#benefits{}
	#benefits ul ul {list-style: disc outside url(img/accept.png); padding-left: 30px;padding-bottom: 0; line-height: 18px;float: left;}
	#benefits ul ul li {clear:both;padding:4px 0; height:16px;}
	#benefits ul ul span {display:block; margin-top:-1px; float: left}
	#benefits ul li h4{padding-top: 20px; padding-bottom: 10px;}

.testimonial{
	background-color: #fcefc6;
	padding:20px;
	margin:20px 0;
}

#tableofcontents{width:400px;}
	#tableofcontents h3{
		padding-top:20px;
		padding-bottom:5px;
	}
	#tableofcontents p{
		padding-bottom: 0;
	}
	#tableofcontents p, #tableofcontents ol li{
		padding: 4px;
		margin-left: 10px;
	}
	#tableofcontents p span, #tableofcontents ol li span{
		float:right;
		
	}
	#tableofcontents .alt {
		background-color: #eee;
	}
a.buynow {font-size:130%; background-color:#dcbb76; padding:12px 30px; color: #ba5320; text-decoration: none;display: block; width:75px;}
div.price {width:150px;padding-bottom:20px;}
	div.price p span {float: right;}
		div.price p span.strike{}
		div.price p span.save{color: #8d7b4b;}
		div.price p span.your_price{font-size:120%;}

.buy_offer {padding:20px 0;border-bottom: 1px solid #d7bb71;}
		.buy_offer a.buynow:hover{text-decoration: underline;}
	.buy_offer img {float: right;}
	.buy_offer .info {width:500px;}
	.buy_offer div p {padding:0;float:left;width:150px;}
.buy_info {padding:20px;}
	.buy_info p {}
	.buy_info img {float: left; padding:0 20px 0 0;}
/* Generic Styles */
.clear {clear:both;}
.floatright {float:right;}
.floatleft {float:left;}
