@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	text-align:center;
	min-width:600px;
	background-color:#000;
	font:12px Verdana, sans-serif;
	color:#fff;	
	}
	
a, a:link {
	text-decoration: none;
	color:#ba1907;
	}

a:visited {
	text-decoration: none;
	color:#ba1907;
	}

a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration:none;
	color:#fff;
	}

	
img {
	border:0;
	}
	
a img {
	border:0;
	}

h1 {
	font:12px Verdana, sans-serif;
	color:#ba1907;
	}
	
ul
	{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	}
	
li
	{
	padding-left:14px;
	}
	
li1
	{
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:10px;
	display:block;
	}
	
		/*Internet Explorer Sucks Ass!*/

img, div {
	behavior: url(iesucks/iepngfix.htc)
	}
	
		/*Internet Explorer Sucks Ass!*/

p.redHead {
	font:12px Verdana, sans-serif;
	color:#ba1907;
	text-decoration:none;
	display:inline;
	}

p.bold {
	font:14px Verdana, sans-serif;
	color:#ba1907;
	text-decoration:none;
	display:inline;
	}

p.whiteHead {
	font:12px Verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	display:inline;
	}
	
p.footerText {
	font:8px Verdana, sans-serif;
	color:#62100d;
	}
	
p.smallRed {
	font:9px Verdana, sans-serif;
	color:#ba1907;
	}
	
p.smallWhite {
	font:11px Verdana, sans-serif;
	color:#fff;
	display:inline;
	}
	
.pantImage {
	float:left;
	margin-right:10px;
	}
	
.blog {
	width:515px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	display:block;
	clear:both;
	}

.billboard {
	margin:0px;
	padding:0px;
	height:342px;
	}

.floatLeft {
	float:left;
	margin-right:5px;
	display:inline;
	}
	
.floatRight {
	float:right;
	margin-left:10px;
	display:inline;
	}
	
.justify {
	text-align:justify;
	}
	
.centered {
	margin:0 auto 0 auto;
	}
	
.indent {
	text-indent:10px;
	}
	
.listOne {
	width:200px;
	margin-top:10px;
	}
	
.listTwo {
	width:120px;
	margin-top:10px;
	}
	
.listThree {
	width:200px;
	margin-top:10px;
	padding-left:78px;
	}
	
.listFour {
	width:225px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	}
	
.headerImg {
	text-align:center;
	margin-bottom:3px;
	}
	
.headerImg2 {
	text-align:center;
	margin-bottom:10px;
	}
	
.sideHeader {
	margin-bottom:5px;
	text-align:center;
	}
		
.portStuff {
	width:189px;
	float:left;
	display:inline;
	}
	
.portThumb {
	float:left;
	width:86px;
	height:86px;
	margin-right:30px;
	margin-bottom:30px;
	}
	
.downloadThumb {
	float:left;
	margin:0px 10px 10px 30px;
	display:inline;
	}
	
.dlButton {
	width:350px;
	float:left;
	margin-top:5px;
	display:inline;
	}
	
.contactText {
	position:relative;
	top:-10px;
	}
	
.clearboth {
	clear:both;
	}
	
.disclaimer {
	width:400px;
	margin:0 auto;
	text-align:center;
	}


/* START WRAPS AND CONTAINERS AND ALL THAT SHITAKE */
	
#wrapper {
	width:1250px;
	height:95%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
	background:#000 url(images/bg_site_top.jpg) no-repeat top center;
	} 
	
#container {
	position:relative;
	top:215px;
	left:151px;
	margin:0px;
	padding:0px;
	width:950px;
	background-color:#000;
	}

	
	/* NAVIGATION MUMBO JUMBO */
	
		#navHome {
			margin:0px;
			width:950px;
			height:34px;
			background:url(images/bg_nav_home.jpg) no-repeat;
			}
			
		#nav {
			margin:0px;
			width:950px;
			height:34px;
			background:url(images/bg_nav.jpg) no-repeat;
			}
			
		#navigation {
			list-style:none;
			margin:0px;
			height:34px;
			}
			
		#navigation li {
			float:left;
			display:inline;
			padding-top:10px;
			padding-right:10px;
			}
			
		#navigation li a {
		   	display: block;
		   	width:auto;
			}
	
	/* END NAVIGATION WHOOPLA */
	
	
#billboardHome {background:url(images/billboard_home.jpg) no-repeat;}
#billboardAbout {background:url(images/billboard_about.jpg) no-repeat;}
#billboardServices {background:url(images/billboard_services.jpg) no-repeat;}
#billboardPortfolio {background:url(images/billboard_portfolio.jpg) no-repeat;}
#billboardBlog {background:url(images/billboard_blog.jpg) no-repeat;}
#billboardLibrary {background:url(images/billboard_library.jpg) no-repeat;}
#billboardDownloads {background:url(images/billboard_downloads.jpg) no-repeat;}
#billboardContact {background:url(images/billboard_contact.jpg) no-repeat;}
	
#flashNews {
	width:255px;
	height:255px;
	position:relative;
	top:40px;
	left:662px;
	margin:0px;
	padding:0px;
	}
	
#middle {
	width:950px;
	height:48px;
	background:url(images/bg_site_mid.jpg) no-repeat;
	clear:both;
	}
	
#bottomWrapper {
	width:950;
	margin:0px;
	padding:0px;
	background-color:#360907;
	z-index:1;
	}
	
#bottomContainer {
	width:915px;
	position:relative;
	left:-1px;
	margin:0px 15px;
	padding:3px;
	background:#000 url(images/bg_site_bottom.jpg) no-repeat bottom center;
	text-align:left;
	z-index:2;
	}
	
#bottomContainer2 {
	width:915px;
	position:relative;
	left:-1px;
	margin:0px 15px;
	padding:3px;
	background-color:#000;
	text-align:left;
	z-index:2;
	}
	
#bottomLeftContainer {
	width:535px;
	margin-left:4px;
	padding-top:10px;
	background:url(images/bg_main_kanji.jpg) no-repeat top center;
	float:left;
	z-index:3;
	display:inline;
	}
	
#bottomLeftContact {
	width:535px;
	margin-left:4px;
	float:left;
	z-index:3;
	display:inline;
	}
	
#blogText {
	margin-top:-5px;
	}
	
#blognavi {
	width:535px;
	}
	
#content {
	width:515px;
	background:url(images/bg_main_kanji.jpg) no-repeat top center;
	margin-left:5px;
	padding-right:10px;
	padding-left:10px;
	font-size:12px;
	z-index:6;
	}
	
#apparelMerch {
	width:515px;
	margin-bottom:10px;
	z-index:4;
	clear:both;
	}
	
#portImages {
	width:464px;
	padding-left:20px;
	}
	
#list {
	margin-bottom:15px;
	margin-left:30px;
	float:left;
	display:inline;
	}

#blogPreviewHome {
	width:225px;
	margin:0px 8px;
	z-index:5;
	}
	
#blogPreview {
	width:330px;
	margin-bottom:10px;
	z-index:5;
	}
	
#blogPreviewMain {
	padding-top:10px;
	border-width:1px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-color:#ba1907;
	}

#blogHeader {
	margin-top:-10px;
	}
	
#blogDescript {
	margin:-10px 0px;
	padding:0px 10px;
	font-size:11px;
	}
	
#bottomRightContainer {
	width:350px;
	padding:0 15 5 5;
	margin-right:5px;
	float:right;
	clear:right;
	z-index:3;
	display:inline;
	}

#videoContainer {
	width:330px;
	height:220px;
	padding:10px;
	margin-bottom:10px;
	background-color:#2f0806
	}
	
#sideBox {
	width:330px;
	height:90px;
	padding:10px;
	margin-bottom:10px;
	background-color:#2f0806;
	clear:both;
	}
	
#sideBox2 {
	width:330px;
	height:75px;
	padding:10px;
	margin-bottom:10px;
	background-color:#2f0806;
	clear:both;
	}
	
#dlPort {
	width:330px;
	height:100px;
	padding:10px;
	margin-bottom:15px;
	background-color:#2f0806;
	}
	
#dlPic {
	width:133px;
	float:left;
	display:inline;
	}
	
#dlBox {
	width:515px;
	margin-bottom:10px;
	z-index:4;
	clear:both;
	}
	
	
#dlDescript {
	width:350px;
	float:left;
	margin-right:10px;
	display:inline;
	}
	
#twitter_widget {
	width:350px;
	padding-top:10px;
	clear:both;
	}
	
#twitter_widget_dl {
	width:350px;
	clear:both;
	}
	
#ezine {
	width:320px;
	height:60px;
	padding-left:30px;
	border-width:1px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-color:#ba1907;
	}
	
#ezineHeader {
	padding-top:5px;
	padding-left:28px;
	}
	
#pricing {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	}
	
#followRSG {
	background-color:#2f0806;
	width:535px;
	margin-bottom:20px;
	padding-top:5px;
	padding-bottom:2px;
	float:left;
	clear:both;
	}
	
#respect {
	width:535px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	}
	
#services {
	width:350px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	}
	
#respectHeader {
	background-color:#2f0806;
	width:535px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#respectLogos {
	width:535px;
	margin-top:10px;
	}
	
#respectLogos {
	margin-bottom:5px;
	}
	
#footer {
	width:950px;
	height:20px;
	padding-top:0px;
	background:url(images/bg_footer.jpg) no-repeat;
	z-index:4;
	clear:both;
	}


























