* {
	margin: 0;
	padding: 0;
}
a:active, a:focus{
	outline:none;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.clear {
	clear: both;
}
#categorySelector {
	float: left;
	width: 30%;
	background-color: #eee;
	border-right: 1px solid #ccc;
	height: 100%;
	position: fixed;
}

.categories {
	padding: 10px;
}

.categories h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.categories p {
	margin-bottom: 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	font-size: 12px;
	margin:0;

}

#navigation li a {
	display: block;
	padding: 3px 0 3px 10px;
	color: black;
	border: 1px solid #eee;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #e8e8e8;
	text-decoration: underline;
	color: #1a7ffd;

	
}

#navigation li a.selected {
	text-decoration: none;
	display: block;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
	font-weight: bold;
	margin-right: -11px;
}

#navigation li a:hover.selected {
	color: #000;
}

#canvasChooser {
	width: 70%;
	position: absolute;
	left: 30%;
	height:100%;
}
.hide {
	display: none;
}
.content {
	padding: 10px 15px;
}
.content h2{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
	color: #ccc;
	line-height: 30px;
}
.content p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}

.content p.lg{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
}
.thumbnails {
	margin-top: 15px;
}
.thumbnails span{
	float: left;
	text-align: center;
	width: 33%;
	margin-bottom: 15px;
}

.thumbnails span a{
	text-decoration: none;
	color: #000;
	display: block;
	padding:3px;
	border:1px solid #fff;

}
.thumbnails span a:hover{
	text-decoration: underline;
	color: #1a7ffd;
	border:1px solid #9ED0FF;
}

iframe {
	border: none;
}
