	div.main div.options
	{
		text-align		: center;
		margin-bottom		: 15px;
		font-size		: 16px;
		font-weight		: bold;
		font-variant		: small-caps ;
		color			: #FFFFFF;
	}

	div.main a
	{
		color		: #ebf1da;
	}

	div.main ul.categories
	{
		width			: 750px;
		list-style-type	: none;
		margin			: auto;
	}
	
		div.main ul.categories li.brand
		{
			float			: left;
			width			: 250px;
			margin-bottom		: 10px;
		}
			
			div.main ul.categories li.brand a.brand
			{
				font-weight		: bold;
				color			: #657d1b;	
			}
						
			div.main ul.categories ul
			{
				list-style-type	: none;
			}
			
			
/* forms */
div.form
{
	padding		: 4px;
	width			: 500px;
}

	table.form
	{

	}

		table.form td
		{
			padding		: 3px;
			padding-left		: 10px;
		}

		
input.text, textarea.text, select.text
{
	border-color		: #a7a6aa;
	border-width		: 1px;
	border-style		: solid;
}

input.text, textarea.text
{
	width			: 250px;
	padding-left		: 4px;
	padding-right		: 4px;
}

select.text option
{
 	padding-left		: 4px;
	padding-right		: 4px;
}

	input.small
	{
		width			: 20px;
	}

	input.medium
	{
		width			: 70px;
	}
	
textarea.large
{
	width			: 96%;
	height			: 250px
}
