/* Southwest Cheese Home Page Styles */

/* ============================
				GENERAL STYLES
=============================*/
	
	.wrapper	{
		width:849px;
		margin:0px auto;
		}

/* ============================
				HEADER STYLES
==============================*/

	.header	{
		background:url(../images/home_header_bg.jpg) no-repeat;
		width:849px;
		height:92px;
		}
	
/* ---------- BANNER STYLES --------- */

	.banner	{
		margin-left:-1px;
		}	
	
/* =================================
				MAIN CONTENT STYLES
=================================== */
	.mainContentWrap	{
		width:849px;
		background:url(../images/mc_bg.jpg) repeat-y left;
		}

/* ------------- LEFT SIDE STYLES ------------- */
	
	.mainContentLeft	{
		margin-left:-1px;
		float:left;
		background:url(../images/mc_left_bg.jpg) no-repeat;
		width:287px;
		}
	
	.blue_swatch	{
		background:url(../images/blue_swatch.jpg) no-repeat top;
		width:287px;
		height:390px;
		color:#fff;
		font-size:11px;
		}
		
	.blue_swatch_content	{
		padding:40px 50px 0px 60px;
		line-height:16px;
		height:215px;
		}
	
	.blue_swatch_content p	{
		padding-bottom:10px;
		}
	
	.blue_swatch_content h2	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		text-transform:uppercase;
		margin-bottom:10px;
		}
	
	.blue_swatch_content h2.pushDown	{
		margin-top:20px;
		}
	
	.blue_swatch_content a	{
		color:#fff;
		text-decoration:underline;
		}
	
	.blue_swatch_links	{
		padding:10px 0px 0px 37px;
		}
	
	.blue_swatch_links a.link_1	{
		background:url(../images/left_link_1.jpg) no-repeat;
		display:block;
		width:217px;
		height:19px;
		padding:2px 0px 0px 27px;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		margin-bottom:2px;
		}
	
	.blue_swatch_links a.link_2	{
		background:url(../images/left_link_2.jpg) no-repeat;
		display:block;
		width:217px;
		height:19px;
		padding:2px 0px 0px 27px;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		margin-bottom:2px;
		}
	
	.blue_swatch_links a.link_3	{
		background:url(../images/left_link_3.jpg) no-repeat;
		display:block;
		width:217px;
		height:19px;
		padding:2px 0px 0px 27px;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		margin-bottom:2px;
		}
	
/* ----------- RIGHT SIDE STYLES ------------ */	
	
	.mainContentRight	{
		float:right;
		width:480px;
		border-right:3px solid #18295F;
		padding:30px 40px 30px 40px;		
		}
	
	.mainContentRight h1	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#18295E;
		font-size:22px;
		margin-bottom:10px;
		}

	.mainContentRight p	{
		margin:10px 0px 10px 0px;
		}
	
