html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	padding: 6px 0;
}
#wrapper {
	width: 960px;
	margin: 45px auto;
}

/* header */
#header {
	display: block;
	width: 960px;
	height: 135px;
	margin: 0;
	position: relative;
}


#header #homebtn {
	height: 28px;
	width: 63px;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
}

#homebtn a {
	display: block;
	padding: 10px 5px 5px 25px;
}

#navmenu, #footer_navmenu, #sub-navmenu {
	display: block;
	width: 65%;
	text-align: right;
	height: 1.5em;
	margin: 0 0 0 auto;
	padding: 12px 20px 0 20px;
}

#footer_navmenu {
	margin: 0 auto 0 0;
	text-align: left;
}

#sub-navmenu {
	width:  90%;
	margin:  10px auto 10px 3px;
	padding:  6px 20px 0 20px;
	text-align: left;
}

#navmenu li, #footer_navmenu li, #sub-navmenu li {
	display: inline;
	zoom: 1;
}

h1.logo {
	display: block;
	height: 82px;
	width: 166px;
	position: absolute;
	text-indent: -1000px;
	margin: 40px 20px 5px 25px;
}

h1.health, h1.diy, h1.training, h1.breeding, h1.grooming, h1.show, h1.names {
	height: 94px;
	width: 168px;
	margin: 35px 20px 5px 20px;
}



/* networking */

#networking {
	display: block;
	position: relative;
	z-index: 200;
	width: 100%;
	vertical-align: top;
	margin-top: -15px;
}

#search {
	display: inline-block;
	width: 620px;
	height: 50px;
	margin: 0 10px 10px 10px;
	float: left;
}

#search form  {
	width: 100%;
	height: 50px;
	display: block;
}

#search label {
	display: block;
	float: left;
	margin: 18px 0 18px 20px;
	vertical-align: top;
}

#search #searchbox {
	display: inline-block;
	float: left;
	width: 435px;
	height: 31px;
	margin: 10px 5px 10px;
	padding: 0;
	float: none;
	vertical-align: top;
}

#search input {
	border: none!important;
}

#search .inputbox, #searchbox .inputbox {
	width: 405px!important;
	height: 23px!important;
	padding: 4px 10px!important;
	margin: 0 5px;
	vertical-align: middle;
}

#search .go {
	display: inline-block;
	width: 70px;
	height: 31px;
	margin: 10px 0;
	padding: 0;
	text-indent: -1000px;
}

#social {
	display: inline-block;
	height: 50px;
	width: 145px;
	margin: 0 10px 10px 10px;
}

#social.align-right {
	margin:0 0 10px auto;
	position:absolute;
	right:10px;
	text-align:right;
}

#social p {
	margin: 5px auto 0 auto;
	padding: 0;
	padding-right: 5px;
}

#social .shade {
	display: block;
	width: 100%;
	padding: 5px 2px;
	height: 18px;
	text-align: center;
}

#social img {
	margin: 1px 3px;
}

/* categories */
 
 .category {
 	width: 941px; 
 	display: block;
 	margin: 0 10px;
 	text-align: center; 
 	background: #F7F3E7 url('../images/compressed/categories_bottom_comp.gif') no-repeat bottom left;
 }
 
 #category-head {
 	display: block;
 	width: 941px;
 	height: 61px;
 	margin: 5px auto 0 auto;
 	background: transparent url('../images/compressed/categories_comp.jpg') no-repeat top left;
 }
 
 .category h2 {
 	margin: 0;
 	padding: 9px 0px 0px 40px;
 	width: auto;
 	text-align: left;
 }
 
 .viewmore, #main-wrapper .viewmore {
 	display: inline-block;
 	width: 172px;
 	height: 33px;
 	text-align: right;
 }
 
 .viewmore a {
 	display: block;
 	width: 152px;
 	height: 22px;
 	padding: 11px 20px 0 0;
 }
 
 #category-content {
 	display: block;
 	clear: left;
 	width: 940px;
 	margin: -20px auto 0 auto;
 }
 

 
 .category-column {
 	display: inline-block;
 	width: 115px;
 	margin: 10px auto 10px 0;
 	padding: 0 0 0 15px;
 	text-align: left;
 	vertical-align: top;
 }
 
  #category-content.six-col .category-column {
 	width: 165px;
 }
 
 .first {
 	padding-left: 0;
 }
 
 h3 {
 	margin: 6px 0 4px 0;
 	padding: 0 7px 0 0;
 	display: inline-block;
 }
 
 .category-nav {
 	margin: 10px 0;
 }
 .category-nav li {
 	margin: 8px auto;
 }
 
 .category-nav .more {
 	display: block;
 	width: 52px;
 	height: 18px;
 	margin: 0;
 	padding: 0;
 }
 
 .more a {
 	display: block;
 	height: 15px;
 	width: 36px;
 	margin: 0;
 	padding: 4px 5px 2px 8px;
 }

/*main */

#main-wrapper {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}


#main-head {
 	display: block;
 	width: 620px;
 	height: 47px;
 	margin: 0 auto;
 	background: transparent url('../images/compressed/featured_top.jpg') no-repeat top left;
 }
 
 #main-head h2 {
 	margin: 7px 0 6px 0px;
 	padding: 2px 0px 0px 35px;
 	display: inline-block;
 	height: 19px;
 	width: 380px;
 	float: left;
 	text-align: left;
 }

#main-wrapper .viewmore {
	width: 205px
}

#main-wrapper .viewmore a {
	width: 185px;
}

#main-wrapper #main-content {
 	display: block;
 	clear: left;
 	width: 620px;
 	margin: -15px 5px 0 5px;
 	vertical-align: top;
}

#main-wrapper #main-content div div div {
	vertical-align: top;
}

#main-wrapper #popular {
	display: inline-block;
	width: 287px;
	margin: 20px 5px 16px 10px;
	padding: 0;
	vertical-align: top;
}

#main-wrapper #popular div {
	padding: 2px 13px;
}

#popular h3 {
	margin: 10px 0 0 0;
}

#featured {
	background: #F7F3E7 url('../images/compressed/featured_bottom.gif') no-repeat bottom left;
	width: 620px;
	margin: 10px;
}

#main-wrapper #flash {
	display: inline-block;
	width: 288px;
	margin: 10px 5px;
}

#main-wrapper #main-article {
	width: 95%;
	margin: 0 auto;
	padding: 0 10px;
}

hr {
	margin: 15px auto 10px auto;
}


#main-wrapper ul.divide {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* footer */
#footer {
	display: block;
	width: 100%;
	height: 72px;
}


#footer h4 {
	display: block;
	width: 90px;
	height: 44px;
	margin: 20px 15px 0 auto;
	float: right;
	overflow: hidden;
}

#footer p {
	padding: 25px 20px 0px 20px;
}

#footer_navmenu {
	padding: 10px 0 0 20px;
}

/* ads */

.ad {
	display: block;
	border: solid 1px #d0f3f0;
}

.rect, #header .rect {
	width: 728px;
	height: 90px;
	margin: 7px 12px 10px auto;
}

.threefifty-col, #main-wrapper .threefifty-col {
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	border: none;
}

.threefifty-col p {
	margin-bottom: 10px;
}

/* misc */

.clear {
	clear: both;
	height: 0;
	background-color: transparent;
	background-image: none;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

.center img {
	margin: 2px 0;
}

/* correct tables on old layout pages  */

#main-article table, #main-article table table {
	width: 98%!important;
	margin: 5px auto!important;
}

#main-article td, #main-article table td {
	vertical-align: top!important;
	color: #000!important;
	background-color: #fff;
	text-align: left!important;
	padding: 5px;
}


#main-article font {
	color: #000!important;
}


#main-article td.teal font {
	color: #fff!important;
}

.ie-clear {
	display: none;
}
body {
	background-color: #a5e3de;
}

#wrapper {
	background-color: #fff;
}
/* header */
#header {
	background: #a5e3de url('../images/compressed/top_comp.jpg') no-repeat top left;
}


#navmenu li:after, #footer_navmenu li:after, #sub-navmenu li:after {
	content: "\00a0\00a0|\00a0\00a0";
	}
	
#sub-navmenu li:after {
	content:  "\00a0|\00a0";
}
	
#navmenu li.last:after, #footer_navmenu li.last:after, #sub-navmenu li.last:after {
	content: " ";
}

h1.logo {
	background: transparent url('../images/main-logo.png') no-repeat top left;
}

h1.health {
	background-image: url('../images/logo_health.png');
}

h1.grooming {
	background-image: url('../images/logo_grooming.png');
}
h1.breeding {
	background-image: url('../images/logo_breeding.png');
}
h1.diy {
	background-image: url('../images/logo_diy.png');
}
h1.training {
	background-image: url('../images/logo_training.png');
}
h1.names {
	background-image: url('../images/logo_names.png');
}
h1.show {
	background-image: url('../images/logo_show.png');
}
/* navigation */

#main-navmenu { 
	background: #089281 url('../images/compressed/navbar_comp.jpg') no-repeat top left;
	display: block;
	height: 72px;
	width: 941px;
	margin: 10px auto 0 auto;
	position: relative;
}

#main-navmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#main-navmenu li, #main-navmenu a {
	height: 32px;
	width: 120px;
	display: block;
}

#main-navmenu li a {
	padding: 0;
	padding-top: 9px;
	text-align: center;
	
}


#main-navmenu #dog-health {
	left: 0; 
	height: 52px;
}

#main-navmenu #dog-grooming {
	left: 124px;
}

#main-navmenu #dog-breeding {
	left: 248px;
}

#main-navmenu #do-it-yourself {
	left: 372px;
}

#main-navmenu #dog-training {
	left: 495px;
}

#main-navmenu #dog-names {
	left: 619px;
}

#main-navmenu #dog-shows{
	left: 743px;
}

#main-navmenu li:hover {
	background: transparent url('../images/compressed/nav_overlay.jpg') no-repeat top left;
}

#main-navmenu li#dog-health:hover {
	background-image: url('../images/compressed/nav_overlay_first.jpg');
}

/* networking */

#networking {
	background-color: #fff;
}

#search {
	background: #ee8208 url('../images/compressed/search_comp.gif') no-repeat top left;
}

#search #searchbox {
	background: transparent url('../images/search_input.gif') no-repeat top left;
	border: none;
}

#search .inputbox {
	background-color: transparent!important;
	border: none;
}

#search .go {
	background: transparent url('../images/search_button.gif') no-repeat top left;
	border: none;
}

#social {
	background: transparent url('../images/compressed/share_comp.gif') no-repeat bottom left;
}


/* categories */



#category-content .category-column {
	background: transparent url('../images/vertical_line.jpg') no-repeat top left;
}

#category-content .first {
	background-image: none;
}

#category-content .more {
	background: transparent url('../images/more_back.gif') no-repeat top left;
}

.category-column h3 {
	background: transparent url('../images/arrow.png') no-repeat right .28em;
}

.more a {
	background: transparent url('../images/dotarrow_sm.png') no-repeat right .75em;
}

.divide li {
	background: transparent url('../images/dotted_line.png') no-repeat bottom center;
}

li.last {
	background-image: none;
}

hr {
	border: none;
	background: transparent url('../images/horizontal_line.gif') repeat-x top center;
}

/* main */


#main-wrapper #main-content #popular {
	background: #fff url('../images/popular_top.gif') no-repeat top left;
}

#main-wrapper #main-content #popular div {
	background: transparent url('../images/popular_bottom.gif') no-repeat bottom left;
}

#main-wrapper #main-content #popular div div {
	background-image: none;
}

/* footer */
#footer {
	background: #d0f3f0 url('../images/compressed/footer_comp.gif') no-repeat bottom left;
}


#footer h4 {
	background: transparent url('../images/footer_logo.jpg') no-repeat top left;
}

td.teal {
	background-color: #319688!important;
	padding: 1px 5px;
	
}
body {
	font-family: arial, tahoma, sans-serif;
	font-size: .75em;
	color: #333;
}

a:link, a:active, a:visited {
	color: #006f62;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #f78e18;
}

#main-wrapper {
	line-height: 1.4em;
}

#main-wrapper ul {
	margin: 5px 5px 5px 20px;
}


#main-wrapper li {
	list-style-image: url('../images/dotarrow_lg.png');
	list-style-position: outside;
	padding: 2px;
}

#main-wrapper ul.divide li {
	padding: 10px 2px;
}
#homebtn a {
	font-size: 11px;
}

#navmenu {
	font-size: 95%;
	color: #319688;
}

#main-navmenu a, #search, .category h2, #main-head h2, h3, #main-article h2, #main-article h3, #sub-navmenu {
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
}

#main-navmenu a {
	font-size: 13px;
}

#main-navmenu a:hover {
	text-decoration: none;
}

#search .inputbox {
	color: #000;
	font-family: arial, tahoma, sans-serif;
	font-size: 95%;
	font-weight: normal
}

h2 {
	text-transform: uppercase;
}

.viewmore a {
	color: #fff;
	font-weight: bold;
}

.viewmore a:hover {
	text-decoration: none;
	border-bottom: none;
	cursor: default;
}

h3 {
	font-size: 105%;
	color: #007466;
}

.more a {
	font-size: 10px;
}

.category-column {
	font-size: 95%;
}

#main-wrapper h3 {
	color: #333;
}

#footer h4 {
	text-indent: -1000px;
}

#footer {
	color: #007466;
	font-size: 90%;
}

#main-article h2 {
	color: #007466;
	text-transform: uppercase;
	font-size: 150%;
	margin: 0 0 10px 0;
}

#main-article h3 {
	font-size: 125%;
	margin: 15px 0;
	text-transform:  uppercase;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#main-article {
	line-height: 1.5em;
}

#sub-navmenu {
	color:  #666;
}

#sub-navmenu a {
	color:  #666;
	font-size: 90%;
	font-weight:  bold;
}
