/**********************************************************
Name:			joinUs.css
Description:	CSS definitions for Join Us pages.
Date:			13/08/2007
Author:			Andrei Vais
**********************************************************/

/*	Start Join Us Style rules	*/
/*	Adjust style for membership links	*/
#mainContent dl dd
{
	width: 63%;
}

#mainContent dl dd.contactImage
{
	width: 30%;
}
/*	End of membership links style classes 	*/


/*	Define style for the product ranges	*/
#mainContent #productRanges
{
	clear: both;
	float: left;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
}

#mainContent #productRanges li
{
	float: left;
	line-height: 140%;
	list-style-type: none;
	margin: 0 1% 0 1%;
	padding: 0 0 0 0;
	width: 31%;
}

#mainContent #productRanges dl
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#mainContent #productRanges dt
{
	border: 1px solid #EAEAEA;
	min-height: 88px;
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	text-align: center;
	width: 100%;
}

#mainContent #productRanges dd
{
	background: #EAEAEA;
	min-height: 255px;
	margin: 4px 0 0 0;
	padding: 4px 11px 4px 11px;
	width: 94%;
}

p#productsShot
{
	float: left;
	text-align: center;
	width: 100%;
}

p#productsShot img
{
	float: none;
	margin: 0 auto;
}
/*	End of product ranges style classes 	*/

/*	Define style for the joinNisaGroupForm form	*/
#mainContent #MemberApplication
{
	width: 93%;
}

#mainContent #MemberApplication input.button
{
	margin-left: 40%;
	width: 60px;
}
/*	End of joinNisaGroupForm form style definitions	*/
/*	End of Join Us Style rules	*/