@charset "UTF-8";
/* CSS Document */

/* ------------------------------ layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#mainNav {
	margin-bottom: 75px;
}
#home_bullets {
	float: left;
	width: 500px;
}
#home_trailer {
	float: right;
	padding-left: 25px;
	width: 425px;
}
#home_all_dvd {
	padding: 25px;
}
.home_dvd_div {
	width: 210px;
	float: left;
	padding: 25px 0 25px 25px;
}
.div_onecolmargin {
	padding: 0 75px;
}
.div_textbox_dvd {
	padding: 0 0 0 250px;
}





#footerNav {
	margin-top: 50px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------------------ navigation */

/* main navigation */

#mainNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
} 
#mainNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#mainNav ul li a {
	display:block;
	height:43px;
	width:153px;
	background:url(../images/HG-navi.png) no-repeat;
	text-indent:-9009px;
	margin: 0;
	padding: 0;
	outline: none;
}
#mainNav ul li a:hover {
	background-position: 0 -43px;
}
#mainNav ul li#nav_shop a {
	width:75px;
	background-position: -153px 0;
}
#mainNav ul li#nav_shop a:hover {
	background-position: -153px -43px;
}
#mainNav ul li#nav_dvd a {
	width:149px;
	background-position: -228px 0;
}
#mainNav ul li#nav_dvd a:hover {
	background-position: -228px -43px;
}
#mainNav ul li#nav_testimonials a {
	width:122px;
	background-position: -377px 0;
}
#mainNav ul li#nav_testimonials a:hover {
	background-position: -377px -43px;
}
#mainNav ul li#nav_press a {
	width:80px;
	background-position: -499px 0;
}
#mainNav ul li#nav_press a:hover {
	background-position: -499px -43px;
}
#mainNav ul li#nav_trainers a {
	width:161px;
	background-position: -579px 0;
}
#mainNav ul li#nav_trainers a:hover {
	background-position: -579px -43px;
}
#mainNav ul li#nav_chapter-and-verse a {
	width:220px;
	background-position: -740px 0;
}
#mainNav ul li#nav_chapter-and-verse a:hover {
	background-position: -740px -43px;
}


/* footer navigation */

#footerNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 150%;
}
#footerNav li.inline {
	display: inline;
	padding: 3px 7px 2px 3px;
	border-right: 2px solid #CCCCCC;	
}
#footerNav li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
}
#footerNav li.disclaimer {
	color: #666666;
	font-size: 75%;
	line-height: 120%;
	padding: 20px;
}
#footerNav li a {
	font-size: 80%;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
#footerNav li a:hover {
	color: #993399;
	text-decoration: none;
}



/* ------------------------------ text */

h1 {
	font-size: 150%;
	color: #333333;
	font-weight: 400;
	text-align: center;
}
h2 {
	color: #993399;
}
h2.center {
	color: #993399;
	text-align: center;
}
h3 {
	color: #993399;
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 0;
}
p {
	color: #333333;
	line-height: 150%;
	margin: 0 0 10px 0;
}
.body_lg {
	color: #993399;
	font-weight: 700;
	font-style: italic;
}
.body_lg_y {
	color: #FFCC33;
	font-weight: 700;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;	
}
.hr_dvd_divider {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 50px 0;
}
#home_bullets p {
	font-size: 120%;
	font-weight: 600;
	line-height: 120%;
	padding-left: 230px;
	margin: 0;
}
#home_bullets ul {
	padding-left: 265px;
	margin: 0;
}
#home_bullets li {
	font-size: 100%;
	list-style-position: outside;
	list-style-image: url(../images/bullet-flame.png);
	list-style-type: none;	
}
.home_dvd_div p {
	margin-top: 5px;
}
.div_textbox_dvd li {
	color: #993399;
	list-style-position: outside;
	list-style-image: url(../images/bullet-flame.png);
	list-style-type: none;
}
.div_onecolmargin dl {
	margin-bottom: 50px;
}
.div_onecolmargin dl dt {
	color: #993399;
	float: left;
	font-weight: 600;
	margin: 3px 10px 0 0;
	witdh: 100px;
}
.div_onecolmargin dl dd {
	line-height: 150%;
	padding-left: 180px;
	margin: 0 0 10px 0;
}
.div_onecolmargin ul {
	padding-left: 20px;
}
.div_onecolmargin ul li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
}
.div_onecolmargin ul li.bullet {
	list-style-position: inside;
	list-style-type: disc;
}


/* ------------------------------ link */
a:link {
	color: #993399;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #993399;
}

/* ------------------------------ images */

.imgLT {
	float: left;
	padding: 0 10px 10px 0;
}
.imgLT_tight {
	float: left;
	padding: 0 10px 0 0;
}
.imgRT {
	float: right;
	padding: 0 0 10px 10px;
}
.imgCT {
	text-align: center;
}
.button_addcart {
	padding-top: 10px;
}


/* ------ xcart buttons */
.add-cart-btn {
	border: 0;
	background: transparent;
	cursor: pointer;
	margin: 10px 0 0 0;
	padding: 0;
}
