﻿/*
Website coded by Lawrence Chan 
http://www.tofurious.com - Tofurious
http://www.furiousphotographers.com - Furious Photographers

Design inspiration by BluDomain
http://www.bludomain.com
*/

body
{
	/*background: #000 */ /*color of background #000 is black*/ /*url('../images/bg.jpg') no-repeat center top;	*/
	background: #000;
	margin: 0px auto;
	width: 1000px;
	font-family: Courier New, Courier, Arial; /*font family*/
	font-size: 11px; 
	color: #888;
}

h1 {font: normal 1.9em serif; font-weight:bold; color: #fff;}


#plogo
{	
	background: #000 url('../images/piicx_logo.png') center top;
	margin-right:154px;
	margin-left:154px;
	float: left;
}



/*########################### header #############################*/
#header
{
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 1000px;
	height: 60px;
	text-align: center;
	margin-top: 15px;	
    color:#fff;
}



#header h1
{
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;	
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	color:#fff;
}


#header h2
{
	font-family: Georgia, serif;
	font-size: 10px;
	font-weight:bold;		
	text-transform: uppercase;
	letter-spacing: 1px;
	/*line-height: 2em;*/
	margin: 0px;
	padding: 0px;
	color:#333333;
}




#splash
{	
	margin-left:110px;
	margin-right: 110px;	
	height:350px;
	width: 1000px;
	text-align: center;
	float: left;
}

.sp
{
	width: 250px;	
	float:left;
	padding-left: 10px;
	 
}

.sp a
{
	/*delete the line below (background: url...) if you do not like the frame around the splash image*/
	/*background: url('../images/frame.png') center no-repeat; */

	color: #ffffff; /*color of splash image links*/
	/*font: normal 1.0 em serif;*/
	font-size: 1.8em;
	font-family :Microsoft Sans Serif;
	line-height: 50px;	
	text-decoration:none;
	
}



#footer
{
	clear: both;
	width: 1000px;
/*	height: 150px;*/
	height: 500px;
	text-align: center;
	float: left;
}

#terms
{
	width: 1000px;
	visibility: hidden;
}

#terms_show
{
	width: 1000px;
	visibility:visible;
}


a, a:hover, a:visited
{
	color: #e87800;
	text-decoration: none;
}



.portal
{
	/*delete the line below (background: url...) if you do not like the frame around the splash image*/
	/*background: url('../images/frame.png') center no-repeat; */
	/*
	height: 190px;
	padding-top: 30px;*/
}


.portalLink
{
	color: #fff !important; /*color of splash page link*/
	/*font-size: 12px;*/ /*size of splash page link*/
}

.getFlashLink
{
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.nodec {text-decoration: none !important; border: none !important;}
