/* item 184 width, border 5px */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #e7e7e7;
	margin: 0;
	margin-top: 40px;
}

a:link, a:visited
{
	color: white;
	text-decoration: none;
}
#container
{
	background-color: white;
	padding: 5px;
	xwidth: 776px;
	width: 1164px;
	margin: auto;
	overflow:auto;
	padding-bottom: 10px;
}



#item_text
{
	width: 170px;
	height: 170px;
	margin: 5px;
	padding: 7px;
	background-color: #ffbe20;
	color: white;
	float: left;
}

#item_text_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}


#item_text:hover, #item_review:hover, #item_quote:hover, #item_video:hover, #item_page:hover
{
	background-color: black;
}


#item_img
{
	width: 184px;
	height: 184px;
	margin: 5px;
	color: white;
	float: left;
}



#item_img p
{
	margin-top: 160px;
	visibility: hidden
	
}

#item_img:hover p
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin-top: 166px;
	visibility: visible;
	background-color: black;
	padding: 3px;
	font-size: 11px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#item_img_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}

#item_review
{
	width: 170px;
	height: 170px;
	padding: 7px;
	margin: 5px;
	background-color: #00dc16;
	color: white;
	float: left;
}


#item_review_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}

#item_quote
{
	width: 170px;
	height: 170px;
	padding: 7px;
	margin: 5px;
	background-color: #569fe2;
	color: white;
	float: left;
}

#item_quote_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}

#item_video
{
	width: 170px;
	height: 170px;
	padding: 7px;
	margin: 5px;
	background-color: #ff243d;
	color: white;
	float: left;
}

#item_video_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}

#item_page
{
	width: 170px;
	height: 170px;
	padding: 7px;
	margin: 5px;
	background-color: #ee5aff;
	color: white;
	float: left;
}

#item_page_child
{
	display: table-cell;
	height: 170px;
	overflow: hidden;
	vertical-align: middle;
	width: 170px;
}



#footer
{
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #9c9c9c;
	background-color: #e4e4e4;
	width: 1144px;
	height: 18px;
	padding: 5px;
	margin-top: 5px;
	float: left;
	margin-left: 5px;


}

#footer a:link, #footer a:visited
{

	color: #939393;

}

#footer a:hover
{
	color: black;
}


#page
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 5px;
	font-size: 13px;
}

#page a, #page a:link, #page a:visited
{
	color: black;
	text-decoration: underline;
}

.page_date
{
	font-size: 10px;
	color: #ccc;
	margin-bottom: 7px;
}

h2
{
	padding: 0;
	margin: 0;
	font-size: 22px;
	
	
}

#page a img
{
	border: 1px solid #ccc;
	padding: 2px;
}

code
{
	padding: 3px;
	background-color: #eeeeee;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #595959;
	font-size: 11px;
}