/* ------------------------------ STYLESHEET FOR MICHELBECKER.NET ------------------------------ */

* {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	min-width: 960px;
	height: 100%;
	background-color: #fff;
}


/* ------------------------------ BASIC LAYOUT ------------------------------ */

#content-wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#content-wrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#content {
	position: absolute;
	left: 240px;
	width: 480px;
	text-align: left;
	margin: 0 auto;
	z-index: 1;
	min-height: 1900px;
}

#bg {
	position: fixed;
	bottom: 20px;
	left: 0;
	font-size: 200px;
	line-height: 200px;
	color: #00c800;
	text-align: left;
	z-index: 0;
}


/* ------------------------------ TYPOGRAPHY ------------------------------ */

td {
	vertical-align: top;
}

input, textarea {

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	line-height: 15px;
}

h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

strong.highlight {
	font-size: 18px;
	line-height: 27px;
}

h4, .section-info {
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 15px;
	border-bottom: 1px solid #dadada;
	padding: 8px 0 0 0;
	margin: 0 0 3px 0;
}

p {
	font-size: 12px;
	line-height: 17px;

}

.grey {
	color: #b2b2b2;
}

p1 {
	text-decoration:underline;
}

input, select, textarea {
	vertical-align: middle;
	color: #171717;
	line-height: 14px;
	padding: 3px 0 3px 0;
}

textarea {
	padding-right: 3px;
}

a img {
	border: 0;
}


/* ------------------------------ LINKS ------------------------------ */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #fff;
	background-color: #171717;
}


/* ------------------------------ GRID ------------------------------ */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

.row {
	display: block;
	clear: both;
}

.row:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.hidden {
	display: none;
}

.col {
	display: block;
	float: left;
}

.tabbed {
	margin-left: 24px;
}

.one-unit {
	width: 176px;
}

.two-units {
	width: 376px;
}

.three-units {
	width: 576px;
}


/* ------------------------------ HEADER ------------------------------ */

#head {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -240px;
	width: 480px;
	text-align: left;
	z-index: 999;
	color: #00c800;
	padding: 8px 0 4px 0;
	border-bottom: 8px solid #00c800;
	margin-bottom: 8px;
}

#head h1, #head p {
	color: inherit;
	display: block;
	line-height: 20px;
	font-size: 16px;
	text-transform: normal;
	font-weight: bold;
	letter-spacing: 0px;
}

#head a {
	color: inherit;
}

#head a:hover {
	background-color: transparent;
}

/* ------------------------------ AWARDS ------------------------------ */

#awards {
	position: fixed;
	top: 15px;
	right: 30px;
}

#awards li {
	margin-left: 17px;
	float: left;
}

#awards a {
	display: block;
}

#awards a:hover {
	background-color: transparent;
}

#awards a img {
	display: block;
}

/* ------------------------------ MENU ------------------------------ */

#item-list {
	padding-top: 108px;
	padding-bottom: 8px;
}

#item-list h2 {
	height: 28;
}

#item-list h2 a {
	padding: 0 4px;
	display: block;
	font-size: 22px;
	line-height: 27px;
	text-transform: normal;
	background-color: transparent;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.04em;

}

#item-list h2 a:hover, #item-list h2 a.active {
	background-color: #000;
	color: #fff;
}

/* ------------------------------ CONTENT ------------------------------ */

.item-content {
	margin-bottom: 8px;
}

.item-content p {
	padding: 4px;
}

.item-images {
	position: relative;
	margin: 0 -248px 0 -240px;
	text-align: center;
}

.condensed {
	margin: 0 -8px 0 0;
}

.left {
	text-align: left;
}

.item-images .i {
	position: relative;
	padding-right: 8px;
	margin-bottom: 8px;
	vertical-align: middle;
	
	display: -moz-inline-box;
	display: inline-block;
}

.item-images img {
	position: relative;
	display: block;
}

.item-closer a {
	height: 27px;
	background: #000;
	color: #000;
	display: block;
	text-indent: -10000px;
}
