/************
GENERAL
*************/

body {
	background-color: #292525;
	background-image: url('images/background_01.jpg');
	background-repeat: repeat;
	font-family: century gothic, arial, sans-serif;
	color: #cdcdcd;
	font-size: 62.5%; /* Sets font size in a browser set to "medium font (16px)" to 10px */
	line-height:1.9em;
	font-size: 11px;
	background-attachment: fixed;
}

p {
	padding: 0px;
	margin: 0px;
}

div.main {
	width: 828px;
	padding-left: 105px;
	padding-top: 80px;
}

a:link{
	color: #8CC63F;
	text-decoration: none;
}
a:visited{
	color: #8CC63F;
	text-decoration: none;
}
a:active{
	color: #B5EF67;
	text-decoration: none;
}
a:hover{
	color: #B5EF67;
	text-decoration: none;
}

/************
HEADER
*************/

div.logo {
	padding-bottom: 11px;
}

/************
THUMBS
*************/

div.thumbnailsHolder {
	margin-top: 0px;
	display: block;
	clear: both;
}

div.thumbnailRow {
	float: left;
}

div.thumbnail {
	width: 206px;
	/*padding-right: 9px;*/
	padding-top: 20px;
	margin-bottom: -5px;
	float: left;
}

.thumbnailImage {
	border-style: solid;
	border-color: white;
	border-width: 5px;
}

p#thumbnailTitle {
	display: inline;
	float: left;
}

p#thumbnailDescription {
	text-transform: uppercase;
	color: #696969;
}

/************
BOTOM DIVIDER
*************/
div#bottomDivider {
	display: block;
	clear: both;
	padding-top: 35px;
	padding-bottom: 25px;
}

/************
COMPANY INFORMATION
*************/
div#info {

}
div.infoColumn {
	width: 206px;
	display: inline;
	float: left;
}

/************
FOOTER
*************/
div#footer {
	height: 100px;
	clear: both;
}




