#content {
	width: 740px; /*716 width of whole menu (not thumbs, just the container like background and how wide it fills up*/
	position: relative;
	z-index: 500;
	background: #FFF;
	padding-left: 1px;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

/*big menu*/

#kwick {
	position: relative;
	padding: 1px 0;
}

#kwick .kwicks {
	display: block;
	background: #FFF url(../images/shadow.gif) top right no-repeat;
	height: 292px;
}

#kwick li {
	float: left;
}


#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 292px; /*height for thumbs*/
	width: 122px; /*125px This controls the first impression of the thumbnail size BEFORE rolling on them*/

	background: #fff;
	border-right: 3px solid #ffffff;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #666666 url(../images/bgwater.jpg);
}

#kwick .documentation {
	background: #666666 url(../images/bgfire.jpg);
}

#kwick .blog {
	background: #666666 url(../images/bgmold.jpg);
}

#kwick .trac {
	background: #666666 url(../images/bgrepair.jpg);
}

/*
*/
.bodytitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #993333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodytitlesSub {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;
}

/**
Bread Crumbs
**/
a.bread:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	
}
a.bread:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	
}
a.bread:hover { 
	color: #993333;
	text-decoration:underline;

}
.bread {
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-decoration:none;
	
	
}
.puro {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
}
.mosaictechnologies, a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}