/* @group Body & Template/Global */
body.homepage,
body.cocaine {
	font-size: .8em;
	font-family: Verdana,Arial,sans-serif;
	text-align:left;
	background-color:#000000 !important;
	color: #fff;
}

html{
	height:100%;
}

body.cocaine {
	background:#000000;
	height:100%;
}

body.cocaine #flashContent{
	width:100%;
	height:502px;

	background:transparent url(../images/cocainebasement/page-bg.jpg) no-repeat center top !important;
}

body.cocaine div.content {
	font-size: 125%;
	font-family: Verdana,Arial,sans-serif;
	margin:0 auto 0 auto;
	width:800px;
}
body.cocaine #header {
	font-size: 125%;
	font-family: Verdana,Arial,sans-serif;
	margin:0 auto 0 auto;
	width:800px;
	clear: both;
	height: auto;
}

body.cocaine #breadCrumb{
	display:none;
}

body.cocaine #flashContent{
	margin:0px;
}


body.cocaine h3 {
	font-size: 1.3em;
	font-family: Georgia,Garamond,Times,serif;
	font-weight: bold;
	margin-bottom: .5em;
}

body.homepage h2,
body.cocaine h2 {
	font-size: 1.4em;
	font-family: Georgia,Garamond,Times,serif;
	font-weight: bold;
	margin-bottom: .5em;
}

body.homepage h1,
body.cocaine h1 {
	font-family: Georgia,Garamond,Times,serif !important;
	display: inline-block;
}

body.cocaine a {

	text-decoration: none;
}
body.cocaine .content a {
	color:yellow;
	text-decoration: underline;
}
body.cocaine a:hover {
	text-decoration: underline;
}
body.cocaine strong {
	font-weight: bold;
}

body.cocaine div.wrapper,
body.cocaine div#ctl00_allContent {
	width: 765px;
	padding: 0;
	margin:0px auto 0px auto;
}

/*
body.homepage div.wrapper div.inner-wrapper {
	margin: 18px;
}
/* @end */

/* @group Cocaine */

body.cocaine a.backToTop {
	color: #ff0;
	display: block;
	float: right;
}

/* @end */

/* @end */

/* @group Header */
body.cocaine div.wrapper div#header {
	margin-bottom: 20px;

}

body.cocaine #breadCrumb{
	margin:5px 0px 10px 0px;
	font-size:0.8em;
	color:#000000;
}

/* @group Main Nav */
body.cocaine div.wrapper div.main-nav {
	background: url(../images/cocainebasement/main-nav.png) no-repeat 0 0;
	width:  240px;
	height: 350px;
	float: left;
}
body.cocaine div.wrapper div.main-nav h2 {
	color: #000;
	font-size: 1.6em;
	margin: 26px 0 20px 50px;
	width:  160px;
}
body.cocaine div.wrapper div.main-nav ul {
	margin-left:  50px;
}
body.cocaine div.wrapper div.main-nav ul li {
	margin-bottom: .25em;
}
body.cocaine div.wrapper div.main-nav ul li a {
	color: #6b1710;
	font-weight: bold;
}

body.cocaine div.wrapper div.main-nav ul li.home {
	list-style-type : none !important
}

body.cocaine div.wrapper div.main-nav ul li.home a {
	background: url(../images/cocainebasement/bt_homepage.png) no-repeat 0 0;
	width:  133px;
	height: 58px;
	text-indent : -9999px;
	margin-left : 60px;
	margin-top : 30px;
	position : absolute
}

/* @end */

/* @group Content */

/* @group Homepage */

#content  div.cocaine-basement {
	background: url(../images/cocainebasement/cocaine-basement.jpg) no-repeat 0 0;
	width: 764px;
	height: 320px;
	position: relative;
	margin:0px 0px 10px 0px;
}
#content  div.cocaine-basement h1 {
	font-family: Georgia,Garamond,Times,serif !important;
	color: #fae0c9;
	background: #000;
	font-size: 1.2em;
	margin: 10px 0 0 20px;
	padding: .3em .5em;
	width:10em;
}

#content  div.cocaine-basement a.pablo,
#content  div.cocaine-basement a.dark-side {
	display: block;
	text-indent: -9999px;
	position: absolute;
}
#content  div.cocaine-basement a.dark-side {
	width:  100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* @group Cocaine */
body.cocaine div.wrapper div.content {
	border-bottom: 1px solid #333;
	width: 500px;
	float: right;
	position: relative;
	font-size:1.0em;
	padding-bottom: 3em;
}
body.cocaine div.wrapper div.content div.tape-top,
body.cocaine div.wrapper div.content div.tape-bottom {
	background: url(../images/cocainebasement/tape.png) no-repeat 0 0;
	width: 82px;
	height: 66px;
	position: absolute;
}
body.cocaine div.wrapper div.content div.tape-top {
	top: -30px;
	right: -20px;
}
body.cocaine div.wrapper div.content div.tape-bottom {
	bottom: -30px;
	left: -20px;
}

body.cocaine div.wrapper div.content div.inner-content {
	margin: 20px;
}
body.cocaine div.wrapper div.content div.inner-content img.feature-image {
	float: right;
	margin: 0 0 1em 2em;
}
body.cocaine div.wrapper div.content div.inner-content h1 {
	color: #000;
	background: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: .2em;
}
body.cocaine div.wrapper div.content div.inner-content p,
body.cocaine div.wrapper div.content div.inner-content ul li,
body.cocaine div.wrapper div.content div.inner-content ol li {
	color: #e6e6e6;
	font-size: .94em;
	line-height: 1.2em;
}
body.cocaine div.wrapper div.content div.inner-content p,
body.cocaine div.wrapper div.content div.inner-content ul,
body.cocaine div.wrapper div.content div.inner-content ol {
	margin-bottom: 1.4em;
}
body.cocaine div.wrapper div.content div.inner-content ul,
body.cocaine div.wrapper div.content div.inner-content ol {
	margin-left: 2.4em;
}
body.cocaine div.wrapper div.content div.inner-content ul {
	list-style-type: disc;
}
body.cocaine div.wrapper div.content div.inner-content ol {
	list-style-type: decimal;
}


body.cocaine div.wrapper div#footer {
	clear: both;
	font-size: .9em;
}




body.cocaine div#flashOuter {
	width: 100%;
	height: 650px;
}
body.cocaine div#flashInner {
	width: 100%;
	height: 100%;
}






/* clearing */
.stretch,
.clear {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1px;
}

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

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* end clearing */
