/*****************************************************************************

Strength For Living - Main CSS

*****************************************************************************/

html {
	height: 100%;
	}

body {
	color: #eee;
	background: #000;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h2 { /* Primary headline */
	color: #ff6609;
	padding: 0;
	margin: 0;
	font-size: 19px;
	}
	
h3 { /* Primary headline - no bottom margin */
	color: #ff6609;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 19px;
	}
	
h4 { /* Secondary headline */
	color: #ff6609;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 15px;
	}
	
h5 { /* Secondary headline - no bottom margin */
	color: #ff6609;
	padding: 0;
	margin: 0;
	font-size: 15px;
	}
	
h6 { /* Subhead */
	color: #fff;
	margin: 0 0 2px 0; 
	font-size: 14px;
	}
	
p {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	}
	
ol {
	font-size: 12px;
	margin-bottom: 15px;
	}
	
ol li {
	margin-bottom: 10px;
	}
	
ul {
	font-size: 12px;
	margin-bottom: 15px;
	}
	
ul li {
	margin-bottom: 10px;
	}

a {
	color: #ff6609;
	text-decoration: none;
	}
	
	
a:hover {
	color: #ff6609;
	text-decoration: underline;
	}
	
table {
	font-size: 12px;
	margin-bottom: 25px;
	width: 100%;
	}
	
table td {
	border-bottom: 1px solid #762211;
	vertical-align: top;
	}
	
.grafittiback {
float: right;
background-image:url(../../../hanzo-on-demand/grafitti_background.png);
background-position:right;
background-repeat:no-repeat;
width: 279px;
height: 374px;
margin-top: -20px;
font-size:10px;
font-weight: bold;
}

/* NAVIGATION
============================================================================*/
#nav-wrap2 {
	float: left;
	padding-top: 19px;
	margin-left: 25px;
	font-size: 12px;
	}

#nav-wrap {
	float: left;
	background: transparent url(../img/nav_top.gif) no-repeat;
	padding-top: 19px;
	margin-left: 25px;
	font-size: 12px;
	}
	
#nav-bottom {
	background: transparent url(../img/nav_bottom.gif) no-repeat;
	width: 202px;
	height: 8px;
	margin-bottom: 25px;
	}

#nav {
	background: #130502;
	margin: 0;
	padding: 10px;
	width: 182px;
	list-style: none;
	}
	
#nav a:hover {
	text-decoration: none;
	}

#nav li {
	margin: 0;
	border-top: 1px dotted #ff6609;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	}
	
#nav li.last {
	border-bottom: 1px dotted #ff6609;
	}
	
.open {
	height: auto !important;
	overflow: visible !important;
	}
	
/* subnav */

#nav li ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	}
	
#nav li ul li {
	background: transparent url(../img/indicator_dim.gif) repeat;
	padding-left: 10px;
	border: none;
	margin: 3px 0;
	list-style: none;
	}
	
#nav li ul li:hover {
	color: #fff;
	background: transparent url(../img/indicator.gif) repeat;
	}
	
#nav li ul li.selected {
	color: #eee;
	background: transparent url(../img/indicator.gif) repeat;
	}



/* STRUCTURE
============================================================================*/

#header {
	background: #000 url(../img/header_bg.jpg) repeat-x;
	width: 100%;
	height: 331px;
	overflow:hidden;
	}
	
#header #img {
	width: 100%;
	height: 331px;
	}	
	
#header h1 {
	margin-top: 800px;
	}

#bottom-wrap {
	background: #000 url(../img/grunge_bg.jpg) repeat-x;
	padding-top: 25px;
	width: 100%;
	height: 284px;
	min-width: 1200px;

	}
	
#main-col {
	float: left;
	margin-left: 25px;
	padding-bottom: 50px;
	width: 608px;
	height:800px;
	}
	
.lcol {
	float: left;
	width: 242px;
	}
	
.rcol {
	float: right;
	width: 242px;
	}
	
	

/* Testimonials
============================================================================*/
	
#gallery img {
	float: left;
	border: 1px solid #762211;
	margin: 0 15px 15px 0;
	}


/* Gallery
============================================================================*/
	
.comment {
	background: #000 url(../img/gradient_bg.jpg) repeat-x;
	border: 1px solid #762211;
	border-bottom: 0;
	padding: 20px 20px 5px 20px;
	}
	
.comment .name {
	display: block;
	text-align: right;
	font-style: italic;
	}
		
.comment-bottom {
	background: transparent url(../img/comment_bottom.gif) no-repeat bottom right;
	margin-bottom: 15px;
	height: 26px;
	width: 100%;
	clear: both;
	}
	
	
	
/* Various Styles
============================================================================*/

.img-left {
	float: left;
	margin: 7px 15px 0 0;
	}
	
.img-right {
	float: right;
	margin: 7px 0 0 15px;
	}
	
.img-full {
	margin: 0 0 15px 0;
	}
	
.pullquote {
	color: #d05b00;
	background: #000 url(../img/gradient_bg.jpg) repeat-x;
	border: 3px double #762211;
	padding: 20px;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	}
	
.rule {
	clear: both;
	border-top: 1px dotted #ff6609;
	margin: 15px 0 20px 0;
	height: 1px;
	}	
	
.rule hr {
	display: none;
	}
	
.clearer {
	clear: both;
	}
	
.tight {
	line-height: 16px;
	}
	
.compact-list {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	list-style: none;
	list-position: inside;
	}
	
.compact-list li {
	margin: 0;
	padding: 0;
	}
	
	
/* SIFR STYLES
============================================================================*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* The below "decoy" styles are used to style sifr versions of headlines */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	}
	
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 20px;
	font-weight: normal;
	}
	
.sIFR-hasFlash h6 {
	visibility: hidden;
	font-size: 16px;
	font-weight: normal;
	}
	fieldset {
	padding: 2px;
	width: 150px;
	color: #FFFFFF;
	clear: both;
	margin: 2px;
}
legend  {
	color: #FFFFFF;
}
