@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
}

a:link { color: #f93; }
a:hover { color: #000;text-decoration: none; }
a:visited { color: #f93; }
a:active { color: #f93; }

h1 { margin: 0px; padding: 0px; }
h2 { font-size: 20px; margin-top: 30px; }

body {
	background: #fff url(images/background.png) repeat-x top left;
	font-family: "Calibri","Helvetica",arial;
	font-size: 12px;
	line-height: 120%;
	color: #333;
}

div.content {
	background: #fff none;
	width: 810px;
	height: auto;
	margin: 0 auto;
	padding: 25px;
}

div.logo {
	width: 246px;
	height: 49px;
	background: #fff url(images/logo.png) no-repeat center center;
	text-indent: -9999px;
}

div.website {
	display: block;
	font-size: 16px;
	font-weight: bold;
	min-height: 85px;
	height:auto !important;
  	height:85px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

div.last {
	border-bottom: 1px solid #e5e5e5;
}

div.sitelogo {
	float:left;
	width: 180px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.siteurl a:link, a:visited {
	color:#666;
}

div.siteurl {
	float:left;
	width: 230px;
	padding-left: 10px;
	padding-top: 34px;
}

div.sitedesc {
	float:left;
	color: #999;
	width: 220px;
	padding-left: 10px;
	padding-top: 34px;
}

div.sitemore {
	float:left;
	width: 130px;
	padding-left: 10px;
	padding-top: 34px;
}

div.sitemore span {
	color: #f93;
	text-decoration: underline;
	cursor: pointer;
}

div.sitemore span:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

div.description {
	display: none;
	height: 180px;
	padding:10px;
	font-size:12px;
	font-weight: normal;
	clear:both;
}

div.description p {
	margin-top: 0px;
}

div.screenshot {
	float: right;
	margin-left: 10px;
	border: 1px solid #e5e5e5;
}

div.screenshot img {
	padding: 5px;
}
	


