@charset "UTF-8";
/* CSS for 6thSensitive.com */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
}

body {
	background-color: #000;
}

.container {
	width: 812px;
	height: 770px;
	background-image: url(images/containerbg.jpg);
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 9px;
	z-index: -1;
	}

.header {
	width: 811px;
	margin: 0 auto;
}

.nav_6 {
	width: 822px;
	height: 18px;
        text-align: left;
        padding:3px 0 2px 0px;
}

.innercontainer {
	width: 811px;
	height: 611px;
	margin: 5px auto 3px auto;
	background-image:url(images/contentbg.jpg);
	z-index: -1;
}

.left {
	width:355px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	overflow: auto;
	text-align: left;
}

.center {
	width: 425px;
	height: 590px;
	overflow: auto;
	position: relative;
	top: 10px;
	left: 18px;
	text-align: left;
	float: left;
}

.right {
	width:245px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.footer {
	width: 811px;
	margin: 0px auto;
	text-align: center;
	background-image: url(images/footerbg.jpg);
	height: 25px;
	padding-top: 5px;
}

/*test css stuff*/
#active a:link, #active a:visited, #active a:hover
{
    background-color:#ffff33;
	color:#FF0000;
	text-transform:uppercase;
    text-align: center;
	padding:2px;
    padding-right: 73px;
	border:2px solid #FF0000;
	margin:0 5px 0px 0;
	float: left;
	display: block;
    z-index: 0;
}

#active a:hover
{
    background-color:#FF0000;
	color:#ffff33;
	text-transform:uppercase;
    text-align: center;
	padding:2px;
    padding-right: 73px;
	border:2px solid #FFFF33;
	margin:0 5px 0px 0;
	float: left;
	display: block;
    z-index: 0;
}

#on a:link, #on a:visited, #on a:hover
{
    background-color:#0000ff;
	color:#33CCFF;
	text-transform:uppercase;
    text-align: center;
	padding:2px;
    padding-right: 73px;
	border:2px solid #33CCFF;
	margin:0 5px 0px 0;
	float: left;
	display: block;
    z-index: 0;
}

ul.navigation {
	list-style:none;
	margin:0;
	padding:0;
    width: 100%;
}

ul.navigation li a {
	background-color:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
    text-align: center;
	padding:2px;
    padding-right: 73px;
	border:2px solid white;
	margin:0 5px 0px 0;
	float: left;
	display: block;
    z-index: 0;
}

.li2 {
	background-color:#1111ff;
	color:#FFFFFF;
	text-transform:uppercase;
    text-align: center;
	margin:0 5px 0px 0;
	float: left;
    z-index: 1;
}

ul.navigation li a:hover {
	color:#000000;
	background-color:#FFFFFF;
	border:2px solid black;
}

ul.navigation li a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

ul.navigation li:hover a {
	color:#000000;
}

ul.navigation li{
float:left;
list-style-type:none;
white-space:nowrap;
}

.contact{
	color:#000000;
}

.paypal{
        color:#000000;
}

