@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #CCC;
}
a { color:#CCC; text-decoration:none;}
.oneColFixCtrHdr #container {
	width: 958px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #eee;
}
.oneColFixCtrHdr #header {
	height:160px;
	width:780px;
	text-align:left;
	background-image:url(../images/HD_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.oneColFixCtrHdr #header div#search {
	padding-top:8px;
	text-align:center;
}
.oneColFixCtrHdr #header .breadcrumbs {
	text-align:center;
	padding:4px 0;
	color:#BBB;
}
.breadcrumbs a { text-decoration:none; font-size:88%; color:#333;}
.breadcrumbs a:hover { text-decoration:underline; color:#900; }
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background: #FFFFFF;
	padding-top:10px;
	color:#666;
}
.oneColFixCtrHdr #mainContent #description {
	width:750px;
	margin:10px 0 10px 20px;
}
.category, .category1 {
	text-align:left;
	font-size:94%;
}
.category1 {
	float:left;
	width:780px;
}
.category h2, .category1 h2 {
	color:#F66;
	margin-left:20px;
}
.oneColFixCtrHdr #container #search {
	padding:10px 0;
}
.oneColFixCtrHdr #container #search form {
	width:435px;
	margin:0  auto;
	padding:0;
	background:#888;
	background-image:url(/images/cinchex.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.oneColFixCtrHdr #container #search input {
	width:200px;
	background-color:#eee;
	color:#C00;
	height:18px;
	border: 1px solid #ccc;
}
.oneColFixCtrHdr #container #search button {
	width:80px;
	height:22px;
	background:#888;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border: 1px solid #ccc;
}
.oneColFixCtrHdr #container .category a, .oneColFixCtrHdr #container .category1 a {
	display:block;
	color: #933;
	font-weight:600;
	border-left:6px double #DDD;
	border-right:6px double #DDD;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:2px 0 2px 6px;
	text-align:center;
}
.oneColFixCtrHdr #container .category1 a {
	background-color:#eee;
}
.oneColFixCtrHdr #container .category a:hover, .oneColFixCtrHdr #container .category1 a:hover {
	background-color:#eee;
	padding:3px 0 1px 6px;
}
.oneColFixCtrHdr #container .category1 a:hover {
	background-color:#fff;
}
.oneColFixCtrHdr #container .category a.subcat, .oneColFixCtrHdr #container .category1 a.subcat {
	border:none;
}
.sidebar { float:right; width:160px; }
.links { float:left; width:780px; min-height:600px;}
.oneColFixCtrHdr #mainContent .links a {
	color:#933;
	font-weight:600;
}
.oneColFixCtrHdr #mainContent .links a:hover {
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent .links img { padding-bottom:6px;}
.oneColFixCtrHdr #mainContent a { color:#060; }
.oneColFixCtrHdr #mainContent div.item {float:left; width:250px; font-size:92%;margin:0; }
.oneColFixCtrHdr #mainContent div.item p, .oneColFixCtrHdr #mainContent div.itemcenter p { padding:0 3px;}
.oneColFixCtrHdr #mainContent div.itemcenter {float:left; width:250px; font-size:92%;margin:0 10px; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.oneColFixCtrHdr #mainContent div.rowA, .oneColFixCtrHdr #mainContent div.rowB, .oneColFixCtrHdr #mainContent div.rowC {
	clear:left; width:780px; margin:0 auto;padding-top:20px; text-align:left; border-top:1px solid #eee; }
.oneColFixCtrHdr #footer {
	clear:left;
	width:780px;
	margin:10px auto;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#CCC;
	background-color:#FFF;
	font-size:82%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#CCC;
}
.oneColFixCtrHdr #footer a {
	color:#CCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ads { float:left; width:780px;padding-top:20px; border-top:1px solid #eee;}