@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f6f4ec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#343740;
}
a{
	color:#a90914;
	text-decoration:none;
}
a.plink{
	border-bottom:1px solid #a90914;
	padding-bottom:1px;
}
p{
	font:13px/160% Arial, Helvetica, sans-serif;
	
	margin-bottom:15px;
}
p.headline{
	font:18px/24px Arial, Helvetica, sans-serif;
	
}
p.feature{

	font:21px/40px Arial, Helvetica, sans-serif;
	border-top:1px dashed #5f6166;
	letter-spacing:0;
}
#twoColFixRt .mainContent p span{
	background:yellow;
	padding:3px;
	margin-left:-3px;
}
#header{
	background:#000 url(assets/images/header_bg.jpg) center top no-repeat;
	margin:0 auto;
	padding-top:30px;
}
#header .featured_hdr{
	padding:0;
	width:950px;
	margin:0 auto;
}
#header p{
	color:white;
	width:950px;
	margin:0 auto;
	
}
#header ul{
	height:102px;
	display:inline-block;
width:950px;
	
	
}
#header ul li{
	/**display:inline-block;**/
	list-style-type:none;
	padding:5px 15px;
	
}

#header ul li {
width:130px;
	display:inline;
	padding-top:5px;
	float:left;
	margin:0 auto;


}
#header ul .logo {
width:240px;
	padding:0;
	margin:0;
		display:inline;
			


}
#header .header_nav{
background:url(assets/images/nav_bg.jpg) repeat-x ;
width:100%;
margin:15px auto 0;
}

ul li a{
	color:#f2e1b8;
	text-transform:uppercase;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
h1{
	text-indent:-10001px;
	display:block;
	background:url(assets/images/header_title.gif) no-repeat;
	height:46px;
	width:713px;
	margin:0 auto;
	padding-bottom:20px;

}
#header h2{
	text-indent:-10001px;
	display:inline-block;
	background:url(assets/images/gd_logo.jpg) no-repeat;
	height:102px;
	width:239px;
	
}
h3{
	width:100%;
	border:1px dashed #a4a39e;
	border-width:1px 0;
	padding:7px 0;
	text-align:center;
	color:#525660;
	font:18px Arial, Helvetica, sans-serif;
}

.twoColFixRt .mainContent img{
	margin:0 10px 10px 0;
	float:left;
}
.twoColFixRt #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #sidebar1{
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 20px 10px;
	margin-right:20px;
}
.twoColFixRt .mainContent  { 
	margin: 0 ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
 .price_big_content{ 
	clear:both; 
	text-align:center;
	padding:0 20px;
	margin-bottom:10px;
	width:100%;
	display:block;
	
}
.price_big{
	margin:-95px 0 0 0px;
background:url(assets/images/big_price.png) no-repeat top;
text-indent:-10001px;
		position:absolute;
	z-index:2;
	height:110px;
	width:110px;
	
}
#quote {
margin:0 0 0 auto;
position:relative;
width:960px;
}
blockquote, q {
quotes:none;
}
blockquote{
background:transparent url(assets/images/quote-dash.png) no-repeat scroll left top;
color:#666666;
font-size:1.2em;
line-height:45px;
margin-top:0px;
text-align:center;
}
cite{
bottom:-5px;
position:absolute;
}
.feature1{
	font:21px Arial, Helvetica, sans-serif;
	border-top:1px dashed #A4A39E;
	letter-spacing:0;
	padding:0 0  0 50px;
	margin:0;
	line-height:40px;
}
.feature2{
	font:21px Arial, Helvetica, sans-serif;
	border:1px dashed #A4A39E;
	border-width:1px 0;
	letter-spacing:0;
	padding:0 0  0 50px ;	
	margin:0;
	line-height:40px;
}
.inside_price{
	border:1px dashed #A4A39E;
	border-width:1px 0;
	padding:10px 20px 10px 0;
	margin:10px 0 10px 20px;
	width:420px;
	float:left;
}
.inside_price p{
	font:21px/30px Arial, Helvetica, sans-serif;
}
#inside_book h2{
	background:url(assets/images/inside_hdr.jpg) no-repeat;
	height:30px;
	width:634px;
	margin:0 auto;
	text-indent:-10001px;
}
#inside_book #container  { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #inside_book #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 440px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin-right:20px;
}
#inside_book .mainContent  { 
float:left;
margin:0;
padding:0 0 0 20px;
width:420px;
	/* margin: 0 490px 0 0; the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* padding: 0 0 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#inside_book ul{
	list-style-image:url(assets/images/list_dot.jpg);
	margin:10px 0 0 15px;
}
#inside_book ul li{
	
}
#inside_book ul li p span{
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.content_header {
	background:url(assets/images/h3_line.gif) repeat-x;
	margin:15px 0;
}
.video_book #video_container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.video_book #video1 {
	float: left; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 20px; /* padding keeps the content of the div away from the edges */
}
.video_book #video3 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 20px ; /* padding keeps the content of the div away from the edges */
}
.video_book #video2 { 
	margin: 0 328px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.video_book p span{
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.video_book h2{
	background:url(assets/images/bonus_hdr.jpg) no-repeat;
	height:30px;
	width:278px;
	margin:0 auto;
	text-indent:-10001px;
}
#video1 p, #video2 p, #video3 p{
	padding:5px;
}
	
#footer{
	background:#202227;
	
	
}
.video_book img{
	 padding:3px;
	 border:1px solid #bdbbb3;
}
#footer img{
	 margin:5px 20px 10px 0;
	  padding:3px;
	 border:1px solid #666;
}
#footer #container  { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFF;
}
#footer ul{
	list-style-image:url(assets/images/list_dot.jpg);
	margin:10px 0 0 15px;
}
#footer #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0 20px 20px;
	margin-right:20px;
}
#footer .mainContent  { 
	float:left;
margin:0;
padding:20px;
width:590px;
} 
#footer .mainContent  p{ 
	margin-top: 15px; } 
#footer ul{
	list-style-image:url(assets/images/list_dot_drk.jpg);
	margin-left:15px;
	color:#FFF;
}
#footer  ul li{
	
}
#footer ul li p span{
	padding-right:10px;
	font-weight:bold;
	
}
#footer_end{
	background:#000;
	font:11px Arial, Helvetica, sans-serif;
	padding:10px 0;
	margin:0 auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
