/**************** NETWORK BAR ***********/

	#adtnenav 
	{	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #D9E1F2;
		text-align: left;
		background: #3F69BE;
		border-bottom: 3px solid #D9E1F2;
		padding: 3px;
	}

	#adtnenav a 
	{ 
		text-decoration: none; 
		color: #D9E1F2; 
	}

	#adtnenav a:hover 
	{ 
		text-decoration: underline; 
	}

	.pl4 
	{ 
		padding-left: 4px; 
	}
	
/************** / NETWORK BAR ***********/

	body
	{
		background: url(images/bground.gif) repeat-x;
		margin: 0;
		padding: 0;
	}

/*****************************/
	#pagewrapper
	{
		width: 590px;
		height: 600px;
		border: 2px solid #CCC;
		margin: 0 auto;
		margin-top: 40px;
	}

/******************************************/
	
	#header
	{
		width: 580px;
		height: 104px;
		margin-top: 8px;
		margin-left: 4px;
		padding: 0px;
	}
/******************************/	
	#logo
	{
		width: 210px;
		height: 104px;
		margin-right: 2px;
		float: left;
		border: 1px solid #CCC;
		background-color: #FFFFFF;
	}
	
	#businessText
	{
		margin-left: 15px;
		margin-top: 25px;
		padding: 0px;
		background-color: #FFFFFF;
	}
	
	#businessText a
	{
		text-decoration: none;
	}
	
	#businessText2
	{
		margin-left: 38px;
		margin-top: -12px;
		background-color: #FFFFFF;
	}
	
	#businessText2 a
	{
		text-decoration: none;
	}
	
	#strapCon
	{
		width: 362px;
		height: 104px;
		border: 1px solid #CCC;
		margin-left: 2px;
		float: left;
		padding: 0;
		position: relative;
	}
	
	#contactInfoFone
	{
		margin-left: 220px;
		margin-top: 5px;
	}
	
	#sloganText
	{
		margin-top: 6px;
		margin-left: 10px;
	}

	#webText
	{
		width: 100%;
		margin-top: 6px;
		position: absolute;
		bottom: 0;
	}	
	
/***************************/	

	#midArea	
	{
		width: 580px;
		height: 222px;
		margin-top: 8px;
		margin-left: 4px;
	}

/***************************/
	#linkBox
	{
		width: 210px;
		height: 219px;
		margin-right: 2px;
		border: 1px solid #CCC;
		float: left;
	}
	
	#linkBoxText
	{
		margin-top: 103px;
		padding-right: 5px;
	}
	
	#linkBox ul
	{
		list-style: none;
	}
	
	#linkBox li
	{
		text-align: right;
	}
	
	#linkBox a
	{
		text-decoration: none;
	}
	
	
/**************************/	
	#image
	{
		width: 362px;
		height: 219px;
		border: 1px solid #CCC;
		float: right;
	}

/*******************************************/	
	#bottomArea
	{
		width: 580px;
		margin-top: 8px;
		margin-left: 4px;
	}
/**************************/	
	#leftCol
	{
		width: 209px;
		height: 233px;
		margin-right: 2px;
		border: 1px solid #CCC;
		float: left;
	}
	
	#leftColTitle
	{
		margin-left: 10px;
		padding-top: 10px;
	}
	
	#leftColimageBox
	{
		width: 60px;
		height: 45px;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		border: 2px solid #CCC;
		float: left;
	}
	
	#leftColText
	{
		margin-top: 4px;
		padding-left: 5px;
		padding-right: 2px;
	}
	
	#leftColText ul
	{
		list-style-type: none;
		line-height: 12px;
	}
/**************************/	
	#rightCol
	{
		width: 362px;
		height: 233px;
		border: 1px solid #CCC;
		float: right;
	}
	
	#rightColTitle
	{
		padding-top: 12px;
		text-align: center;
	}
	
	#rightColimageBox
	{
		width: 244px;
		height: 100px;
		margin-top: 5px;
		margin-left: 60px;
		border: 2px solid #666666;
	}
	
	#rightCol li
	{
		margin-left: 40px;
	}
	
	#rightColText
	{
		margin-top: 4px;
		padding-left: 5px;
		padding-right: 2px;
	}
	
	#rightColText form
	{
		margin-top: 0;
		margin-left: 5px;
		margin-bottom: 5px;
		width: 350px;
		height: 150px;
	}
	
	#rightColText #name, #email
	{
		width: 200px;
		display: inline;
	}
	
	#rightColText #enquiry
	{
		display: inline;
	}
	
	#rightColText fieldset
	{
		border: 1px solid #CCC;
		padding: 5px;
	}
	
	#rightColText legend
	{
		border: 1px solid #CCC;
		border-bottom-color: #999;
		border-right-color: #999;
		background: #CCC;
		padding: 2px 3px;
	}
	
	#rightColText form dl
	{
		margin: 0px;
	}
	
	#rightColText form dd
	{
		margin: 5px 0px;
	}
	
	#rightColText form dt
	{
		float: left;
	}
	
	#rightColText input
	{
		margin-left: 10px; 
		margin-bottom: 4px;
		
	}
	
	#rightColText .button
	{
		display: block;
		background: #ccc;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		text-align: center;
		text-decoration: none;
		padding: 0px;
	}
	
	#rightColText #reset
	{
		width: 45px;
		height: 20px;
		float: left;
	}
	
	#rightColText #send
	{
		width: 40px;
		height: 20px;
		float: right;
	}

/***********************************************/
	.fl
	{
		float: left;
	}
	
	.cb
	{
		clear: both;
	}
	
/*******eStores branding*************/

em
{
	font-weight: bold;
}

em strong
{
	color: #cf2c17;
}

/**************************/