/*----------------------------------*/
/*CSS Style Sheet for Pong Perfumes */
/*	Author:	Nick Scotney			*/
/*----------------------------------*/

/*---- Body Styles ----*/
body	
	{
		
	}

/*---- Text Styles ----*/
h1	
	{
		color:#808080;
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	
h2	
	{
		color:#808080;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}
	
h3	
	{
		color:#808080;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}
	
h4	
	{
		color:#808080;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:center;
	}
	
p	
	{
		color:#808080;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align:center;
	}

.footer p	
	{
		color:#FFFFFF;
		font-size:13px;
		vertical-align:middle;
	}
	
.nav_Links_Tbl p
	{
		vertical-align:middle;
		text-align:center;
	}
	
.center_Content p
	{
		text-align:left;
	}
	
/*---- Link Styles ----*/
a:link
	{
		color:#808080;
	}
	
a:visited
	{
		color:#808080;
	}
	
a:hover
	{
		color:#808080;
		text-decoration:none;
	}

.footer a:link
	{
		color:#FFFFFF;
	}
	
.footer a:visited
	{
		color:#FFFFFF;
	}
	
.footer a:hover
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
/*---- Table Styles ----*/
table
	{
		margin:0 auto;
		width:731px;
		padding:0px;
		border-bottom:2px solid #808080;
		border-left:2px solid #808080;
		border-right:2px solid #808080;
		border-top:2px solid #808080;
	}
		
tr	
	{
		border:none;
	}
	
td	
	{
		border:none;
	}
		
.content	
	{
		border:none;
	}
			
.tbl_Spacer	
	{
		height:20px;
	}
	
.center_Content
	{
		width:500px;
		vertical-align:top;
	}
	
.center_Content div
	{
		border-top:solid 1px #CCCCCC;
		border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;
		border-bottom:solid 1px #CCCCCC;
		padding:10px;
	}

.footer	
	{
		background-color:#76787B;
		padding:0;
		height:30px;
		width:727px;
	}
	
.nav_Links_Tbl
	{
		border:none;
		height:20px;
	}
	
.main_Area_Top
	{
		height:40px;
		width:500px;
		
		border-left:solid 1px #999999;
		border-right:solid 1px #999999;
		/*background-image:url(../Images/main_Top.gif);
		background-repeat:no-repeat;*/
	}

/*---- Image Styles ----*/
.colour_Strip	
	{
		background-repeat:repeat-y;
		height:2px;
		width:731px;
		text-align:center;
		border:none;
	}
				
.main_Logo	
	{
		border:none;
		text-align:center;
		background-repeat:no-repeat;
	}
	
.tr_Img
	{
		position:absolute;
		width:20px;
		height:20px;
		top:-10px;
		align:right;
		/*right:10px;*/
	}
	
.tl_Img
	{
		position:absolute;
		width:20px;
		height:20px;
		top:-10px;
		
	}
	
/*---- Form Styles ----*/

/*---- Div Styles ----*/
div	
	{
		text-align:center;
		margin:0 auto;
	}