@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	color: #777777;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

a:link, a:visited {
	color: #07679c;
	text-decoration: none;
}

a:hover {
	color: #ff7e00;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	/*background-image: url(images/index_bg.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	background-color: #ffffff;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 90px;
}
	#header #logo {
		background-color: transparent;
		background-image: url(images/logoReed.gif);
		background-position: left center;
		background-repeat: no-repeat;
		display: block;
		height: 90px;
		width: 230px;
	}
	#header #nav {
		background-color: transparent;
		background-image: url(images/head_nav_bg.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		display: block;
		height: 90px;
	}
		#header #nav #menu_top {
			height: 65px;
		}
		#header #nav #menu{
			height: 25px;
		}
			#header #nav #menu ul {
				margin: 0 10px;
				padding: 0;
			}
			#header #nav #menu li {
				color: #ffffff;
				float: left;
				/*font-weight: bold;*/
				list-style-type: none;
				margin: 0 10px;
				padding: 0 5px;
			}
				#header #nav #menu li a:link, #header #nav #menu li a:visited {
					color: #ffffff;
				}
				#header #nav #menu li a:hover {
					color: #ffcc00;
				}

#sidebar {
	background-color: #f9fafc;
	border:1px solid #e3e4e9;
	padding: 5px;
}
	#sidebar h2 {
		background-image: url(images/sidebar_li_bg.gif);
		background-position: 2px 2px;
		background-repeat: no-repeat;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		padding-left: 15px;
	}
	#sidebar li {
		list-style-type: none;
	}
.IndexImg Ul{
					margin: 0 10px;
				padding: 0;
}
.IndexImg li{list-style-type: none;
}

#content {
}

	#content #banner {
		height: 120px;
	}
	#content h2 {
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
		#content .brand_show h4 {
			background-color: #f0f2f6;
			color: #333333;
			float: left;
			font-weight: bold;
			height: 24px;
			margin-right: 10px;
			padding: 5px;
			width: 100px; /* Add Padding = 120px; */
		}
		#content .brand_show ul{
			margin: 0;
			padding: 0;
		}
		#content .brand_show li{
			float: left;
			list-style-type: none;
			margin: 0;
			margin-right: 10px;
			padding: 0;
		}


#footer {
}

			#footer ul {
				margin: 0 10px;
				padding: 0;
			}
			#footer li {
				color: #ffffff;
				float: left;
				/*font-weight: bold;*/
				list-style-type: none;
				margin: 0 10px;
				padding: 0 5px;
			}


/* global */
.b_bottom {
	border-bottom: 1px solid #cccccc;
}
.b_top {
	border-top: 1px solid #cccccc;
}
.b_left {
	border-left: 1px solid #cccccc;
}
.b_right {
	border-right: 1px solid #cccccc;
}
.b_box {
	border: 1px solid #cccccc;
}


.f_center {
	text-align: center;
}
.f_left {
	text-align: left;
}
.f_right {
	text-align: right;
}

.pd_top {
	padding-top: 10px;
}
.pd_bottom {
	padding-bottom: 10px;
}
.pd_top {
	padding-top: 10px;
}
.pd_left {
	padding-left: 10px;
}
.pd_top {
	padding-top: 10px;
}
.pd_right {
	padding-right: 10px;
}
.pd_box {
	padding: 10px;
}
.d_left {
	float: left;
}
.d_right {
	float: right;
}




