.remember_h3 {
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	padding: 0;
	margin-left: -2px;
}

#remember_content {
	float: left;
	margin-left: 15px;
}

#remember_icon {
	float: left;
	width: 128px;
	margin-bottom: 20px;
}

.remember_info {
	/*font-family: "Helvetica";*/
	font-family: "Lucida Grande";
	font-size: 14px;
	color: #454545;
	padding-bottom: 8px;
	width: 475px;
	/*border-bottom: 1px solid #bbbbbb;*/
}

#remember_sidebar > #content {
	margin-left: 15px;
	margin-top: 30px;
}

#remember_sidebar > #content > p {
	text-align: left;
	color: #404040;
	font-family: "Helvetica";
	width: 120px;
}

#remember_sidebar > #content > .title {
	text-transform: uppercase;
	font-weight: bold;
}

#remember_sidebar #icon {
	float: left;
	padding-right: 5px;
}

#remember_sidebar #download {
    padding: 8px;
	-webkit-border-radius: 8px;
	border: 1px dashed #808080;
	background: #eeeeee;
}

#remember_banner {
	margin-left: 3px;
	position: relative;
	top: -1px;
}

#remember_sidebar #info {
    text-decoration: none;
    color: black;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 11px;
}

#remember_sidebar #info > strong {
	font-size: 12px;
}

#remember_sidebar a {
	color: black;
}

#remember_sidebar a:link {
	text-decoration: none;
}

#remember_sidebar a:visited {
	text-decoration: none;
}

#remember_sidebar a:hover {
	text-decoration: underline;
}

#remember_pages {
	width: 600px;
	font-family: "Lucida Grande", sans-serif;
	color: #303030;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	overflow: hidden;
	height: 400px;
}

#remember_pages > div {
	width: 600px;
	overflow: auto;
}

#remember_sidebar {
	width: 180px;
	float: left;
}

.remember_menu_item {
	width: 80px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: inherit;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
}

.remember_menu_item.active {
	background-color: rgb(230, 230, 230);
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));*/
	-webkit-border-radius: 8px;
}

.remember_menu_item_icon {
	height: 32px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 32px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.remember_menu_item_icon.intro {
	background-image: url('../images/icons/remember32.png');
}

.remember_menu_item_icon.screenshots {
	background-image: url('../images/inline/remember/screenshots.png');
}

.remember_menu_item_icon.features {
	background-image: url('../images/inline/remember/gears.png');
}

.screenshot.remember_small {
	width: 138px;
	height: 84px;
}

.screenshot.remember_large {
	width: 158px;
	height: 150px;
}

.remember_menu_item_icon > img {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
}

#remember_menu {
	width: 475px;
	padding-bottom: 8px;
	/*border-bottom: 1px solid #bbbbbb;*/
	overflow: auto;
	margin-bottom: 10px;
}
