/*tags*/
body {
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818386;
	line-height: 17px;
}
a {
	color: #818386;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
/*a:visited {
	color: #000000;
}*/
/*ids*/
#wrapper {
	width: 940px;
	position: relative;
}
#header {
	width: 850px;
	padding-top: 86px;
	padding-bottom: 46px;
	padding-left: 90px;
}
#detail {
	position: relative;
	float: left;
	width: 350px;
	padding-top: 60px;
}
#visual {
	width: 350px;
}
#description {
	width: 340px;
	padding-top: 10px;
	padding-left: 10px;
}
#navigation {
	position: relative;
	float: right;
	width: 570px;
}
#category {
	color: #009DE8;
	clear: left;
	width: 570px;
	text-transform: capitalize;
	padding-top: 15px;
}
#cat_item {
	float: left;
	width: 170px;
	padding-right: 20px;
	text-transform: capitalize;
	color: #000000;
}
#footer {
	position: relative;
	clear: both;
	width: 740px;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 100px;
}
#gen_litem {
	float: left;
	width: 170px;
	color: #009DE8;
}
#gen_ritem {
	float: right;
	width: 190px;
}
/*classes*/
.visual_title {
	color: #000000;
	text-transform: capitalize;
}
.visual_subtitle {
	color: #009DE8;
}
