@charset "UTF-8";
/* CSS Document */


a         {
	color: #4979bd;
}
a:link    {
	color: #4979bd;
}
a:visited {
	color: #4979bd
}
a:hover   {
	color: #4979bd;
}
a:active  {
	color: #4979bd
}
.sample {
	margin-top: 10px;
	margin-right: 2px;
}

#main-body {
	width: 900px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	height: 505px;
	margin-top: 85px;
}
#main-port {
	width: 900px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	height: 530px;
	margin-top: 55px;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu {
	height: 400px;
	width: 205px;
	float: left;
}
#divide {
	background-image: url(images/greyLine.gif);
	height: 417px;
	width: 41px;
	margin-left: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divide-port {
	background-image: url(images/greyLine.gif);
	height: 510px;
	width: 41px;
	margin-left: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#copy {
	height: 500px;
	width: 620px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
#prod_descrip {
	height: 100px;
	width: 300px;
	float: left;
}
#prod_type {
	height: 100px;
	width: 300px;
	margin-left: 315px;
}
#prod_thumb {
	height: 400px;
	width: 55px;
	float: left;
}
#prod_image {
	height: 400px;
	width: 570px;
	margin-left: 60px;
}
.thumb {
	border: thin solid #000000;
}
.thumbnail {
	border: thin solid #4D85C5;
	margin-bottom: 2px;
}
.box_bkgrd {
	background-color: #FFFFCC;

}

