h1
{
	font-family		: Trebuchet MS;
	color			: #00aeef; 
	margin-left		: 35px;
	margin-bottom		: 10px;
	font-size		: 20px;
	padding-top		: 20px;
}

h2
{
	font-family		: Trebuchet MS;
	color			: #000000;
	font-size		: 17px;
	margin-bottom		: 10px;
	font-weight		: normal;
}

.link
{
	cursor			: pointer;
}

span.b
{
	font-weight		: bold;
}


input.text, textarea.text
{
	background		: url('../images/input-bg.png') top left no-repeat;
	border			: 1px solid #c7cfd1;
	height			: 19px;
	font-size		: 15px;
	padding		: 5px;
}

	input.medium
	{
		width			: 220px;
	}


input.false, textarea.false
{
	border			: 1px solid #ef0000;
}




div.content
{
	margin-left		: 35px;
	margin-right		: 35px;	
}

div.content ul
{
	margin-left		: 15px;
}


ul.blocks
{
	list-style-type	: none;
}

	ul.blocks li
	{
		float			: left;
		margin			: 5px;
	}

		ul.blocks li a
		{
			display		: block;
			width			: 125px;
			height			: 150px;
			border			: 1px solid #f2f6f8;
			padding		: 10px;
			text-align		: center;
		}
		
			ul.blocks li a:hover
			{
				border			: 1px solid #00aeef;		
			}

ul.products
{
	list-style-type	: none;
	margin			: 0;
	padding		: 0;
}

	ul.products li.product
	{
		height			: 150px;	
	}

		ul.products li.product div.media
		{
			float			: left;
			height			: 100px;
			width			: 80px;
			overflow		: hidden;
		}
		
			ul.products li.product div.media img
			{
				width		: 80px;
			}
		
		
		ul.products li.product div.info
		{
			margin-left		: 100px;
		}				
			
div.module_contact
{
	line-height		: 30px;
}
