@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
td {
	margin: 0px;
	padding: 0px;
}
ul  li, ul, li  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h3 {
	margin: 0px;
	padding: 0px;
}
a, a:link {
	text-decoration: none;
}




#wrapper {
	width: 980px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pages {
	width: 980px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
}
#leftColumn {
	float: left;
	height: 398px;
	width: 580px;
	margin: 0px 0px 15px 0px;
}
#rightColumn {
	float: left;
	height: 446px;
	width: 340px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	margin: 0px;
}

#divContent {
	width: 100%;
	float: left;
	height: 446px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}
#portfolioMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	color: #666666;
	text-align: center;
	line-height: 30px;
	float: left;
	width: 100%;
	background-color: #E4E4E4;
}
.title {
	text-align: left;
	height: 30px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.caption {
	text-align: center;
	height: 30px;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.black {
	background-color: #000000;
	float: left;
	width: 100%;
	height: 25px;
}


.menu {
	width: 100%;
	float: left;
	background-color: #E4E4E4;
	padding-bottom: 20px;
}
#thumb {
	text-align: center;
	width: 350px;
}
.thumbnail {
	width: 68px;
}

#thumb   ul  li  {
	display: block;
	height: 66px;
	width: 68px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}
.categoriesImg {
	height: 75px;
	width: 80px;
	float: left;
	margin: 20px 20px 0px 20px;
}
.categories {
	height: 21px;
	width: 80px;
	float: left;
	margin: 0px 20px;
	background-color: #E4E4E4;
}

.categories   a:link, .categories a {
	background-image: url(images/alink.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 21px;
	width: 80px;
	text-decoration: none;
	line-height: 20px;
}
.categories   a:hover, .categories a:active {
	background-image: url(images/ahover.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 21px;
	width: 80px;
	text-decoration: none;
	line-height: 20px;
}
.footer {
	float: left;
	width: 100%;
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4E4E4;
}
.validation {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}