/* CSS Document */

body {
	background-color:#FFF;
	font-size: 11px;
	font-family: Verdana, Tahoma, arial, sans-serif;
}

a:link {
	text-decoration: none;
	color:#585858;
}
	
a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
	color: red;
}
	
a:active {
	text-decoration: none;
}

#wrapper {
	width: 766px;
	margin: 0px auto;
}

#header	{
	width: 100%;
	height: 100%;
}

#center {
	height: 210px;
}

#center_left {
	float: left;
	height: 100%;
	width: 307px;
}

#center_right {
	float: left;
	height: 100%;
	width: 307px;
}
	
#bottom {
	width: 746px;
	height: 150px;
	border: 1px solid #AFB1B3;
	background-color: #CCCCCC;
	margin-left: 9px;
}

#content {
	width: 746px;
	height: 360px;
	border: 1px solid #AFB1B3;
	background-color: #FFF;
	margin-left: 9px;
}

#bottom_left {
	width: 209px;
	height: 140px;
	float: left;
	margin: 5px 0px 0px 5px;
	border: 1px solid #AFB1B3;
}

#bottom_center {
	width: 300px;
	height: 140px;
	border: 1px solid #AFB1B3;
	float: left;
	margin: 5px 0px 0px 5px;
}

#bottom_right {
	width: 209px;
	height: 140px;
	border: 1px solid #AFB1B3;
	float: left;
	margin: 5px 0px 0px 5px;
}
	
#footer {
	width: 745px;
	height: 27px;
	background-color:#333;
	background-repeat: repeat-x;
	margin-left: 8px;
	margin-top: 3px;
	border: 2px solid #AFB1B3;
}

#footer_menu {
	width: 745px;
	height: 27px;
	text-align: left;
	margin-left: 9px;
	margin-top: 3px;
	color:#585858;
}

h1 {
	font-size:10px;
	line-height:12px;
	color:#383838;
	padding:5px 0px 0px 5px;
	margin:0px 0px 12px 0px;	
}

h2 {
	font-size:10px;
	line-height:12px;
	color:#383838;
	padding:75px 0px 0px 0px;
	margin:0px 0px 12px 0px;	
}


p {
	font-size:10px;
	margin:0px 0px 0px 0px; 
	padding:0px 5px 0px 5px;
	color:#585858;
}

ul.thumbs {
	float: left;
	list-style: none;
	margin: 0px;
	padding:35px 0px 0px 35px;
	width: 730px;
}

ul.thumbs li {
	margin: 5px; 
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 148px;
	height: 96px;
	border: 1px solid #AFB1B3;
}

ul.thumbs li img {
	width: 148px; 
	height: 61px; /* Set the small thumbnail size */
	border: 1px solid #ffffff;
	padding: 5px;
	position: absolute;
	left: 0; 
	top: 0;
}

ul.thumbs li p {
	margin-top: 35px;
	color: black;
	width: 180px;
	font-weight: bold;
	font-size: 11px;
}


ul.thumbs-products {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 5px;
	width: 500px;
}

ul.thumbs-products li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 207px;
	height: 140px;
}

ul.thumbs-products li img {
	width: 207px; 
	height: 82px; /* Set the small thumbnail size */
	border: 1px solid #ffffff;
	padding: 5px;
	position: absolute;
	left: 0; 
	top: 0;
}

ul.thumbs-products li p {
	color: black;
	width: 220px;	
	font-size: 10px;
}								

#menu-products {
	width: 160px;
	margin: 5px 20px 20px 20px;
	font-size: 12px;
}

#menu-products ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#menu-products ul#menu a {
	display: block;
	text-decoration: none;	
}

#menu-products ul#menu li {
	margin-top: 1px; 
}

#menu-products ul#menu li a {
	text-decoration:none; 
	padding: 3px 10px 0px 15px;
}

#menu-products ul#menu li a:hover {
	background: #FFF;
}

#menu-products ul#menu ul li a {
	padding: 3px 3px 3px 35px; 
}

#project_left {
	width: 209px;
	height: 140px;
	float: left;
	margin: 5px 0px 0px 5px;
	border: 1px solid #AFB1B3;
}

#project_center {
	width: 255px;
	height: 140px;
	border: 1px solid #AFB1B3;
	float: left;
	margin: 5px 0px 0px 5px;
}

#project_right {
	width: 255px;
	height: 140px;
	border: 1px solid #AFB1B3;
	float: left;
	margin: 5px 0px 0px 5px;
}

#project_thumbs {
	margin:0px 0px 0px 20px; 
	padding: 2px 2px 2px 2px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 207px;
	height: 82px;
}
/* CSS Document */
