@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:580px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #eee;
}
.oneColFixCtrHdr #header {
	height:60px;
	text-align:left;
}
.oneColFixCtrHdr #header div#search {
	padding-top:8px;
	text-align:center;
}
.oneColFixCtrHdr #header .breadcrumbs {
	margin-top:10px;
	text-align:center;
	padding:4px 0;
	color:#BBB;
}
.breadcrumbs a { text-decoration:none; font-size:88%; color:#999; background-color:#EEE; border-bottom:1px solid #BBB; border-right:1px solid #BBB; padding:1px 2px;}
.breadcrumbs a:hover { color:#900; border:none; }
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-top:10px;
	color:#666;
}
.oneColFixCtrHdr #mainContent #description {
	margin-top:10px;
	width:80%;
	margin:0 auto;
}
.oneColFixCtrHdr #mainContent .category {
	text-align:left;
	font-size:94%;
}
.oneColFixCtrHdr #mainContent .category h2 {
	color:#F66;
	margin-left:20px;
}
.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 #mainContent .category 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 #mainContent .category a:hover {
	background-color:#eee;
	padding:3px 0 1px 6px;
}
.oneColFixCtrHdr #mainContent .category a.subcat {
	border:none;
}
.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:260px; font-size:92%;margin:10px; }
.oneColFixCtrHdr #mainContent div.item p, .oneColFixCtrHdr #mainContent div.itemcenter p { padding:0 4px;}
.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:580px; margin:0 auto;padding-top:20px; text-align:left; border-top:1px solid #eee; }
.oneColFixCtrHdr #footer {
	width:580px;
	margin:10px auto;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#444;
	background-color:#FFF;
	font-size:82%;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color:#444;
}
.oneColFixCtrHdr #footer a {
	color:#444;
}
.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;
}
