/* CSS Document */

*
{
	margin			: 0;
	padding		: 0;
}

body
{
	background-color	: #332727;
	font-size		: 13px;
	font-family		: Trebuchet MS;
	color			: #666666;
}

img
{
	border			: 0;
}

a
{
	color			: #e7108b;
	text-decoration	: none;
}

	a:hover
	{
		color			: #ab0b67;
		text-decoration	: underline;
	}
	
h1
{
	color			: #e7108b;
	font-size		: 23px;
	font-weight		: normal;
	margin-bottom		: 10px;
}

	
h2
{
	color			: #000000;
	font-size		: 17px;
	font-weight		: normal;
	margin-top		: 10px;
}

div.wrap
{
	width			: 980px;
	margin			: auto;
}	
	
	
div.bar
{
	background-color	: #e7108b;
	height			: 8px;
}

div.header
{
	background-color	: #FFFFFF;
}
	div.header div.navigation
	{
		float			: right;
		margin-top		: 35px;
		height			: 35px;
	}
	
		div.header div.navigation ul
		{
			list-style-type	: none;
		}
		
			div.header div.navigation ul li
			{
				float			: left;
			}
	
				div.header div.navigation ul li a
				{
					font-size		: 140%;
					display		: block;
					padding		: 5px;
					padding-left		: 10px;
					padding-right		: 10px;
					color			: #000000;
					margin-left		: 2px;
				}
				
					div.header div.navigation ul li a.active, div.header div.navigation ul li a:hover
					{
						text-decoration	: none;
						background-color	: #e7108b;
						color			: #FFFFFF;
					}
	
	div.header div.logo
	{
		padding-top		: 25px;
		width			: 315px;
		
	}
	

div.main
{
	background-color	: #FFFFFF;
}
	

	div.main div.wrap
	{
		padding-top		: 55px;
		padding-bottom	: 60px;
		background-image	: url('../../../images/crate.png');
		background-position	: right bottom;
		background-repeat	: no-repeat;
		padding-right		: 350px;
		width			: 630px;
	}
	
div.info-bar
{
	height			: 180px;
	background-color	: #e7108b;
	/*
	background-image	: url('../images/info-bar-bg.png');
	background-position	: bottom;
	background-repeat	: repeat-x;
	*/
	color			: #4d0914;
	font-size		: 90%;
}

	div.info-bar div.title
	{
		color			: #eca1c1;
		font-size		: 170%;
	}
	
	div.info-bar a
	{
		color			: #000000;
	}

	div.info-bar ul.list
	{
		margin-left		: 15px;
	}

	div.info-bar ul.items
	{
		list-style-type	: none;
		padding-top		: 15px;
	}

		div.info-bar ul.items li.item
		{
			float			: left;
			width			: 200px;
			height			: 150px;
		}	
		
		div.info-bar ul.items li.split
		{
			float			: left;
			width			: 1px;
			height			: 150px;
			margin-left		: 10px;
			margin-right		: 10px;
			background-image	: url('../images/info-bar-split.png');
			background-position	: top;
			background-repeat	: no-repeat;
		}
		
	
		div.info-bar ul.items li.right
		{
			float			: right;
		}

div.footer
{
	background-image	: url('../images/footer-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
}

	div.footer div.wrap
	{
		padding-top		: 15px;
		color			: #eca1c1;
		font-size		: 12px;
		font-family		: Arial;
		line-height		: 25px;
	}

		div.footer div.wrap a
		{
			color			: #e7108b;
		}

div.c
{
	clear			: both;
}
