@charset "utf-8";

/* -- GLOBAL LAYOUT STYLES ------------------------------ */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin: 			0;
	width: 				100%;
	height: 			100%;
	background-color: 	#161616;
	font-family: 		Myriad Pro, Arial, sans-serif;	
	color: 				#ffffff;
	font-size: 			14px;
	
}

a {
	color: 				#ffffff;
	text-decoration: 	none;
}
a:hover {
	color: 				#ee1c24;	
}
a:focus, a:hover, a:active {outline:none;}

/* -- GLOBAL SECTIONS ----------------------------------- */
#container {
	margin: 			0px auto;
	width: 				752px;
	min-height: 		100%;
	background-color:	#000000;
}

#header {
	background: 		url('/images/site/background-header.png') top left repeat-y;
}

#header img {
	display:			block;
	margin-left: 		11px;
	border: 			0px;
}

#contact {
	float: 				right;
	margin-right: 		50px;
	text-align: 		right;
}

#menu {
	margin-top: 		10px;
}

#menu ul {
	margin-left: 		60px;
	padding: 			0px;
	list-style-type: 	none;
}

#menu ul li {
	float: 				left;
	width: 				140px;
	height: 			26px;
	background:			url('/images/site/background-menu.png') top left no-repeat;
	padding-left: 		20px;	
	line-height: 		26px;
	font-size: 			20px;
}

#menu ul li.selected {
	background:			#4c181a url('/images/site/background-menu.png') top left no-repeat;
}

#content {
	background: 		url('/images/site/background-content.png') top left no-repeat;
	min-height: 		535px;
	padding: 			20px 50px;
}

.entry {
	float: 				left;
	margin-bottom: 		30px;
	padding: 			10px 10px 0px 10px;
	width: 				180px;
	min-height: 		160px;
	background-color: 	#FFFFFF;
	color: 				#000000;
	text-align: 		center;
}

.entry-middle {
	margin: 			0px 20px 30px 20px;
}

.entry img {
	width: 				180px;
	margin: 			0px auto;
	display: 			block;
	border: 			1px solid #000000;
}

.entry a {
	color: 				#000000;
}

.entry a:hover {
	color: 				#ee1c24;
}

#footer {
	margin-top: 		10px;
	text-align: 		center;
	font-size: 			12px;
}

/* -- SHARED TEXT ------------------------------------------- */
.clear {
	clear: 			both;
	margin: 		0px;
	padding: 		0px;
	height: 		0px;
	line-height: 	0px;
}