@charset "utf-8";
/*--------------------------------------------------------------------

	* Filename:		formStyle.css
	* Description:	Form CSS
	* Version:		1.0
	* Website:		GraficDesignz.com
	* Author:		Josh Richardson (Grafic Designz)

--------------------------------------------------------------------*/

/********** @ BEGIN HTML DECLERATIONS **********/
#portJacksen{
	width:858px;
	height:191px;
	background:url(../images/port/jacksenSmithPortBG.png) no-repeat;
	padding:2px 0;
}
#portXtreme{
	width:858px;
	height:191px;
	background:url(../images/port/xtremePortBG.png) no-repeat;
	padding:2px 0;
}
#portTriSuns{
	width:858px;
	height:191px;
	background:url(../images/port/triSunsPortBG.png) no-repeat;
	padding:2px 0;
}
#portWhettrods{
	width:858px;
	height:191px;
	background:url(../images/port/whettrodsPortBG.png) no-repeat;
	padding:2px 0;
}
#portKleerVu{
	width:858px;
	height:191px;
	background:url(../images/port/kleerVuPortBG.png) no-repeat;
	padding:2px 0;
}
.portText{
		float:left;
		width:410px;
		padding:35px 0 0 5px;
		color:#ffffff;
	}
	
		.portText dl{
			float: left;
			display: inline;
			width: 400px;
			padding:5px 0;
			margin: 0 0 0 8px;
			overflow: auto;
			text-align: left;
			font-size: 14px;
			position: relative;
			border-bottom:1px solid #c5c5c5;
		}
		
		.portText dt{
			float: left;
			width: 100px;
			padding: 1px 0 1px 8px;
			margin: 0;
			clear: both;
			font-weight: normal;
			text-align: left;	
			text-transform: uppercase;
		}
		.portText  dd{
			float: left;
			width: 170px;
			padding: 2px 0 0 10px;
			margin: 0;
			text-align: left;
		}
/********** @ END LAYOUT **********/