/* CSS for Derren Brown Info */

BODY {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
		text-decoration: none; 
		font-weight: normal ;
		color: #CCCCCC;
		background-color: #333333; 
		text-align: justify;
		scrollbar-3dlight-color:#666666; 
		scrollbar-arrow-color:#666666;
		scrollbar-base-color:#000000;
		scrollbar-darkshadow-color:#666666;
		scrollbar-face-color:#000000;
		scrollbar-highlight-color:#000000;
		scrollbar-shadow-color:#666666;
}

/* Texts */

p { text-align: justify; }

.BodyText { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
		color: #CCCCCC; 

}

.SideNavText { 
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
}

.TopNavigationText {
		font-size: 7pt; 
		font-weight: bold;
}

.TitleText {
		font-size: 8pt; 
		color: #9999CC; 
		font-weight: bold;
}

.newstext { 
		color: #9999CC; 
		cursor: default ; 
}
		
.CopyrightText { 
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 7pt; 
		color: #FFFFFF; 
}

/* Links */

A { 
		color: #9999CC; 
		cursor: pointer; 
		text-decoration: none; 
}

A:hover{ 
		color: #666699; 
		text-decoration: underline; 
}

div#Navigation A: { 
		color: #9999CC; 
		
}

div#Navigation A:hover{ 
		color: #666699; 
		text-decoration: none; 
}


div#TopNavigation A { 
		color: #CCCCCC;  
		cursor: pointer; 
		font-weight: normal;
}

div#TopNavigation A:hover{ 
		color: #9999CC; 
		text-decoration: none; 
}

/* Layout */

div#Container {
		position: relative;
		vertical-align: middle;
		width: 540px;
		margin: 0 auto;
		padding: 0px;
		border-collapse:collapse
		background-color: #000000;		
}

div#TopNavigation {
		margin: 0 auto;
		padding-left: 110;
		position: relative;
		padding: 0px;
		width: 500px;
		height: 30px;
}


div#MainIndex {
		width: 540px;
		height: 400px;
		padding: 0px;
		border-collapse:collapse;
		clear: right;
		margin-right: 2px;
		/*overflow: auto;*/
}

div#Navigation {
		width:162px;
		height: auto;
		float:left;
		padding: 0px;
		/*border-collapse:collapse;
		padding-left: 10px;
		margin-left: 10px;
		margin-top: 65px;*/
}

div#smoke {
		width:162px;
		height:142px;
		padding: 0px;
		background-image: url('images/smoke_2.gif');
		background-repeat: no-repeat;
}

div#Copyright {
		position: relative;
		height:20px;
		padding: 0px;
		border-collapse:collapse;
		clear: both;
}

/* Formatted Layout */

div#ProductsImages1 {
		float: left;
		width: auto;
		height: auto;
		border: solid 1px #FFFFFF;
		margin-right: 5px;
		margin-bottom: 1px;
		clear: both;
}

div#ProductsImages2 {
		float: right;
		width: auto;
		height: auto;
		border: solid 1px #FFFFFF;
		margin-left: 5px;
		margin-bottom: 1px;
		clear: both;
}


/*Lists*/

div#TopNavigation UL {
		float: right;
		width: 500px;
		padding: 0;
		margin-right: 0 auto;
		list-style-type: none;
}

div#TopNavigation LI {
		display: inline;
}

/* Images */

IMG.PhotoImages {
		border: none;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 10px;
}

/*Spam human input*/
#website {
visibility:hidden;
display:none;
}

