/* ----------------------------------- global reset -------*/

* {margin: 0; padding: 0;} 


/* ----------------------------------- background -------*/

body {
	background: #ffffff url('/images/layout/headphones.gif') no-repeat fixed center;
	margin: 50px;
	}
	

/* ----------------------------------- global text styles -------*/

a {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline
	}

p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	color: #666666;
	margin: 0px 0px 1em 0px;
	}
	
.grey {
	color: #333333;
	}

.small {
	font-size: 10px;	
	color: #999999;
	}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif, sans;	
	color: #999999;
	line-height: 14px;
	margin-bottom: 8px;
	}
	
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	font-weight: bold;	
	color: #ffffff;
	background-color: #333333;
	margin-bottom: 8px;
	}
	
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif, sans;	
	color: #999999;
	line-height: 14px;
	}


/* ----------------------------------- general layout -------*/

#header {
	padding: 14px 10px;
	border: solid 1px #333333;
	background-image: url(../images/layout/trans50.png);
	}
	
#main-con {
	width: 550px;
	position: absolute;
	top: 50px;
	left: 50px;
	}

#main-con div, #extra div {
	margin-bottom: 10px;
	border: solid 1px #333333;
	padding: 10px 10px 2px 10px;
	background-image: url(../images/layout/trans50.png);
	}
	
#extra{
	position: absolute;
	top: 50px;
	left: 610px;
	width: 250px;
	}

table td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;	
	color: #666666;
	}
	
table {
	margin-bottom: 10px;
	}


/* ----------------------------------- navigation styles layout -------*/

#header p {
	font-size: 12px;
	margin-top: 4px;
	}


/* ----------------------------------- toy styling -------*/

.bots {
	color: #FF2F2F
	}

.cons {
	color: #660066
	}