/**
* reset browser defaults
----------------------------------*/
body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,
blockquote,th,td          {margin:0;padding:0;}
body                      {line-height:1;color:#121212;background:#000;}
h1,h2,h3,h4,h5,h6,p       {font-size:100%;font-weight:400;}
ol,ul                     {list-style:none;}
caption,cite,code,th      {font-style:normal;font-weight:400;}
fieldset,img              {border:0;}
caption,th                {text-align:left;}
:focus                    {outline:1px dotted #eee;}
table                     {border-collapse:collapse;border-spacing:0;}
hr                        {border:0;border-top:1px solid #555;margin:0;height:1px;}

body {
    height: 100%;
	font-size: 12px;
	font-family: Arial;  
    text-align:center;  
}

body, p, a {
	color: #FFF;
}

img.border {
           border: 1px solid #333333 ;
           padding: 7px 7px 7px 7px ;
}

#bgimg {	
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
}

#fauxcontainer {
/*	width: 100%;*/
    width: 850px;
	height: 580px;
	z-index: 1;
	position: relative;
	padding: 50px 0 0 0;
	text-align: center;
    background-image:url(images/red.jpg);
    background-repeat:no-repeat;
    margin:0px auto;
}

#landingcontainer {
/*	width: 100%;*/
    width: 850px;
	height: 580px;
	z-index: 1;
	position: relative;
	padding: 50px 0 0 0;
	text-align: center;
    background-image:url(images/landing.jpg);
    background-repeat:no-repeat;
    margin:0px auto;
}

#mediacontainer {
/*	width: 100%;*/
    width: 850px;
	height: 580px;
	z-index: 1;
	position: relative;
	padding: 50px 0 0 0;
	text-align: center;
    background-image:url(images/white.jpg);
    background-repeat:no-repeat;
    margin:0px auto;
}
#container {
	margin: 0 auto;
	width: 783px;
	position: relative;
	display: box;
	text-align: left;
}

#container h1 {
	text-align: center;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #121212;
}

#left {
	width: 348px;
	float: left;
	height: 300px;
	position: relative;
	margin: 0 10px 0 0;
	height: 444px;
}

#leftcontent {
	height: 444px;
	padding: 5px;
}

#right {
	width: 425px;
	float: left;
	height: 444px;
	position: relative;
}

#youtube {
	padding: 0;
	height: 344px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#rightcontent {
	padding: 5px;
	height: 344px;
	overflow: auto;
	margin: 0 0 20px 0;
}

#smallbox {
	height: 80px;
	padding: 5px;
}

#normal {
	padding: 5px;
}

.content {
	background: url(images/content.png) repeat;
	position: relative;
}

.homecontent {
    padding:5px;
	background: url(images/content.png) repeat;
	position: relative;
}

.content_index {
	position: relative;
}

.homecontent_index {
    padding:5px;
	position: relative;
}

.spacer{
        height: 18px;
        position:relative;
}

.paypal{
        position: relative;
        float:right;
        width: 65%;
}

.paypal_image{
        position: relative;
        float:left;
        width: 30%;
}

.paypal_notice{
        position: relative;
        bottom:0px;
        width: 100%;
        text-align:center;    
        font-size: 9px;    
        float:left;
        padding-top:80%;
}

.downloadbox{
             position: relative;
             float:right;
             width: 200px;
             text-align:center; 
} 

img {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	color: #B00;
	margin: 0 0 5px 0;
}

#navigation {
	width: 773px;
	padding: 5px;
	background: #000;
	height: 42px;
	margin: 15px 0 0 0;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
	margin: 15px 0 0 0;
}

#navigation ul li a, #navigation ul #firstlink a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#navigation ul #firstlink a {	
	border-left: 0px solid #FFF;
}

#navigation ul li a:hover {
	color: #B00;
}

#myspace {
	float: right;
	border: 0px solid #000;
}

.clear {
	clear: both;
}

#home #nav-home a {
	font-size: 11px;
	text-transform: uppercase;
	color: #BB0000;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-index a {
	font-size: 11px;
	text-transform: uppercase;
	color: #BB0000;
	border-left: 0px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-index a:hover{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 0px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-home a:hover{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-shop a {
	font-size: 11px;
	text-transform: uppercase;
	color: #BB0000;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-shop a:hover{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-media a {
	font-size: 11px;
	text-transform: uppercase;
	color: #BB0000;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-media a:hover{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 1px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-home-off a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	border-left: 0px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #nav-home-off a:hover{
	font-size: 11px;
	text-transform: uppercase;
	color: #BB0000;
	border-left: 0px solid #FFF;
	width: 90px;
	display: block;
	text-align: center;
	text-decoration: none;
}