@charset "utf-8";
body {
	margin:0;
	font-family: Trebuchet MS, Arial;
	font-size:small;
	text-align:center;
}
.productlist { display:block; padding:0px; margin:0 auto; list-style:none; }
.productlist li { display:block; float:left; width:110px; margin:20px; height:150px; text-align:left; line-height:13px; color:#fff; }
.productlist li a img { display:block; border:1px solid black; }
.productlist li a span { display:block; color:#000; height:20px; font-size:12px; margin:5px 0 0 0; }
.productlist li a:hover span { text-decoration:none; }

ul {
	margin:0;
}
h1, h2, h3, h4 {
	color:#006600;
}
p {
	color:#666666;
}
a {
	color:#000;
}
a:hover {
	color:#006600;
}
#wrapper {
	margin: 0 auto;
	width:1000px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:left;
}
#main {
	margin:0 0 18px 0;
	background-image:url(site/bg_head2.jpg);
}
#header {
	background-color:#000;
	background-image:url(images_CRD/bg_header.gif);
	background-repeat:repeat-x;
}
#header_inner {
	width:1000px;
	margin:0 auto;
	background-image:url(images_CRD/header.jpg);
	background-repeat:no-repeat;
	height:156px;
}
#nav_top {
	float:right;
	position:relative;
	top:100px;
}
#nav_top #links {
	list-style-type:none;
}
#nav_top .links {
	float:left;
	margin:0 15px 0 0;
}
#nav_top .links a {
	color:red;
	font-weight:bold;
	text-decoration:none;
}
#nav_top .links a:hover {
	color:red;
	text-decoration:underline;
}
.inner_header_1 {
	padding:4px 20px;
	margin:0 0 20px 308px;
	background-color:#FCE219;
	font-size:16px;
	font-weight:bold;
	color:#006600;
}
.inner_text_1 {
	margin:0 20px 0 328px;
}
.inner_header_2 {
	padding:4px 20px;
	margin:0 0 20px 200px;
	background-color:#FCE219;
	font-size:14px;
	font-weight:bold;
	color:#006600;
}
.inner_text_2 {
	margin:0 20px 0 220px;
}
.inner_img {
	margin:0;
	padding:0;
	width:290px;
	float:left;
}

.highlight1 {
	float:left;
	width:auto;

}
.content2 {
	float:left;
	width:675px;
	margin:0 0 18px 18px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-image:url(images_CRD/bg_green_lite.jpg);
	background-repeat:repeat-x;
	background-color:#F0F6EC;
}
/*
.content2 img {
	float:left;
	width:auto;
}
*/
.highlight1 h2 {
	font-size:16px;
	color:#29691B;
	background-color:#FCE219;
	padding:0 0 0 20px;
}
#right_col {
	float:left;
	width:210px;
	margin:0 0 0 20px;
	padding:10px 20px 20px 20px;
	border:1px solid #CCCCCC;
	background-image:url(images_CRD/bg_grad_gray.jpg);
	background-repeat:repeat-x;
	background-color:#EDEFF0;
}
#footer {
	clear:both;
}
#footer_top a {
	color:white;
}
#footer_top {
	height:56px;
	background-color:#006600;
	border-bottom:1px solid #FFFFFF;
	color:white;
	text-align:center;
	padding:15px 0 0 0;
}
#footer_bottom a {
	color:#666;
	text-decoration:none;
	font-size:10px;
}
#footer_bottom {
	height:28px;
	background-color:#000000;
	color:white;
	text-align:center;
}

