@charset "utf-8";
/** Changing the file size for DW 8 bytes BUG!!!*/ 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9D6F02 url(../images/bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFF00;
	text-align: left;
} 
#header {
	background: #ECF9FF url(../images/header-bg.jpg) repeat-x;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
} 
#fav-menu {
	background-color: #FFFFFF;
	padding: 3px;
	height: 36px;
	text-align: center;
}

#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	margin: 0px 5px 10px 5px;
	background-color: #FFFFFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px 5px 10px 0px;
	padding: 0px;
}
#mainContent {
	margin: 7px 210px 10px 173px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding: 5px;
	font: 0.9em Arial, Helvetica, sans-serif;
	height: auto;
} 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/footer-bg.gif) repeat-x;
	height: 130px;
	margin-top: 10px;
	text-align: center;
} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#login {
	width: 673px;
	float: left;
	height: 53px;
	background: #FFFFFF url(../images/login-bg.jpg) no-repeat;
}
#search-bar {
	float: left;
	width: 317px;
	height: 53px;
	background: #6633CC url(../images/search-bg.png) no-repeat;
}
#login-search {
	height: 53px;
}
#inner-container {
	padding: 40px 0px 10px 0px;
	background: #a0df21 url(../images/inner-container-bg.jpg) no-repeat top;
}
#sidebar1-top {
	background: #EBEBEB url(../images/sidebar1-top.gif) no-repeat;
	font-size: 1px;
	height: 9px;
}
#sidebar1-bottom {
	background: #EBEBEB url(../images/sidebar1-bottom.gif) no-repeat;
	height: 10px;
	font-size: 1px;
}
#sidebar1 h2 {
	font: bold 0.75em Tahoma;
	color: #435c2b;
	text-decoration: none;
	background: url(../images/sidebar1-menu-bg.jpg) no-repeat left;
	padding: 0px 0px 0px 15px;
	line-height: 20px;
}
#sidebar1 ul{
	padding-left: 25px;
	margin: -10px 0px 5px 0px;
	list-style: none;

}
#sidebar1 ul li{
	line-height: 1.3em;
}
#sidebar1  ul  li  a:link, #sidebar1  ul  li  a:visited {
	font: 0.75em Tahoma;
	color: #385029;
	text-decoration: none;
}
#sidebar1 ul li a:hover, #sidebar1  ul  li  a:active {
	font: 0.75em Tahoma;
	color: #3E6D7B;
	text-decoration: underline;
}
#fav-menu img {
	border-width: 0px;
}
#upperbar {
	height: 27px;
	background: url(../images/upperbar-mid.gif) repeat-x;
}
#header #header-banner {
	border-width: 0px;
	position: absolute;
	top: 50px;
	margin: auto 10px auto 230px;
}
#sidebar2 .sub-sidebar {
	background: #FFFFFF;
	font-size: 0.8em;
	padding: 0px;
}
#sidebar2 .sub-sidebar h2 {
	font-size: 1.5em;
	padding-left: 10px;
}
#sidebar2 .sub-sidebar .bottom {
	background: url(../images/subside-bottom.gif) no-repeat;
	height: 8px;
}
#header ul {
	list-style: none;
}
#header  li  {
	display: inline;
}
#header #top-menu {
	top: 20px;
	position: absolute;
	margin: auto 10px auto 690px;
	font-size: 14px;
}
img.top-most {
	position: relative;
	top: 10px;
}
#mainContent #todays-dog-breed {
	height: auto; /*275px;   /* change to "auto" when go-live  */
}
#mainContent #todays-dog-breed #dogbreed-pic {
	padding: 7px 2px 5px;
	margin-right: 5px;
	background: #790000;
	border: 1px solid #cecece;
	width: 283px;
	float: left;
	text-align: center;
	height: auto;
}
#mainContent #todays-dog-breed #dogbreed-pic img {
	margin-top: 10px;
	border: 0px;
}
#mainContent #todays-dog-breed #descr-breed {
	width: 290px;
	float: right;
	padding: 5px;
	border: 1px dashed #A47E00;
	background: #FFFFCE;
	height: auto;
}
#mainContent #todays-dog-breed #dogbreed-pic strong {
	font: 1.3em Tahoma;
	color: #FFFFFF;
	position: relative;
	top: 3px;
}
#todays-dog-breed  #descr-breed  span.descr  {
	font-size: 1.2em;
	font-weight: bold;
	color: #9F1506;
}
#todays-dog-breed #descr-breed ul {
	list-style: none;
	margin: 0px;
	padding: 7px 5px 5px;
}
#mainContent #small-banners {
	height: 70px;

}
#small-banners .ad-small {
	margin: 2px 8px 2px 8px;
	border: 1px solid #6593D1;
	height: auto;
	width: 130px;
	float: left;
	text-align: center;
}
#small-banners .ad-small img {
	display: inline;
	margin: 2px;
	border: 1px solid #ffffff;
}
#todays-dog-breed #descr-breed strong {
	color: #006633;
	line-height: 1.4em;
}
#footer #left {
	background: url(../images/footer-bg-left.gif) no-repeat;
	float: left;
	height: 123px;
	width: 30px;
}
#footer #right {
	background: url(../images/footer-bg-right.gif) no-repeat;
	float: right;
	height: 123px;
	width: 30px;
}
.tab-menu {
	height: 250px;
}
.tab-menu .bar-left {
	background: url(../images/bar-left.jpg) no-repeat;
	float: left;
	height: 69px;
	width: 8px;
}
.tab-menu .bar-center {
	background: url(../images/bar-center.jpg) repeat-x;
	float: left;
	height: 69px;
	width: 580px;
}
.tab-menu .bar-right {
	background: url(../images/bar-right.jpg) no-repeat;
	float: left;
	height: 69px;
	width: 8px;
}
.tab-menu ul {
	list-style: none;
}
.tab-menu ul li {
	display: inline;
	margin: 0 55px 0 0;
	font-size: 0.9em;
}
#descr-breed  a:link, #descr-breed a:active, #descr-breed a:visited, #descr-breed a:hover{
	color: #0000CC;
	text-decoration: underline;
}
#todays-dog-breed #descr-breed p {
	margin-top: 10px;

}
.tab-menu .bar-center .bar-tab {
	background: url(../images/bar-tab.gif) no-repeat 16px 0;
	height: 35px;
	margin: 37px 0 0 0;
}
#sidebar2 .sub-sidebar .top {
	background: url(../images/subside-header.gif) no-repeat;
}


#sidebar2 .sub-sidebar .sub-sidebar-content {
	padding: 0px 3px;
}

#dog-listing {
	width: auto; /*465px;*/
	float: right;
	margin: 0 3px;
}

#dog-listing .listing {
	background: #F0F0F0;
	border: 1px dashed #666699;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto; /*445px;*/
}
#dog-listing .latest-classifieds {
	width: 120px;
}
#latest-classifieds {
	width: 120px;
	float: left;
	border: 1px double #3366FF;
	height: 600px;

}
#dog-listing .listing .listing-title {
	font-weight: bold;
	color: #CC0000;
	background: #BCE862;
	padding: 2px 0;
	text-decoration: underline;
}
#header h1 {
	text-indent: -99999px;
}

#dog-listing .listing img {
	border: 1px solid #999999;
	padding: 5px;
	background: #FFFFFF;
	float: left;
}
#dog-listing .listing .listing-details {
	margin-left: 120px;
	font-size: 12px;
	color: #3B3B3B;
}
#dog-listing .listing .listing-details ul {
	list-style: url(none) none;
	margin: 0;
	padding: 0 0 0 20px;
}
#dog-listing .listing .listing-details li {
	display: block;
	padding: 2px 2px;
	background: #FDF1B0;
	margin-bottom: 1px;
	border-bottom: 1px dotted #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#dog-listing .listing .listing-details .listing-desc {
	background: #FFFFFF;
}
.odd {
	background-color: #D9ECEC;
}
.even {
	background-color: #BADCDC;
}
#dog-listing .listing .listing-title a {
	color: #CC0000;
}
