@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	background: url(../images/tile_body_bkg.jpg) repeat top left;
}
a img {
	border:none;
}
br {
	clear:both;
}
p {
	line-height: 1.25em;
	margin: 0 0 .5em 0;
}
h2 {
	font-size: 14px;
	padding: 0 0 .5em 0;
}
#wrapper {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/tile_body_wide.jpg);
	background-repeat: repeat-y;
}
#wrapper2 {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/tile_body_wide_blank.jpg);
	background-repeat: repeat-y;
}
#clear {
	clear:both;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*----- HEADER ----- */
#header {
	background-image: url(../images/PetMania_comp1_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 113px;
	width: 800px;
	position:relative;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: -3000px;
}

#topNavbar {
	width: 800px;
	margin: 0px;
	position:relative;
	background: #ffffff url(../images/tile_nav_bar.jpg) repeat-x top left;
}
#topNavbar ul {
	margin: 0 0 0 1em;
  	padding: 0 0 0 1em;
  	list-style: none;
	position: relative;
}
#topNavbar ul li{
	float:left;
}
#topNavbar ul a {
  padding: 0 1.75em;
  font-size: 14px;
  line-height: 2em;
  text-decoration: none;
  color: #000;
  float: left;
  display: block;
  background: url(../images/menu_sep.jpg) no-repeat left top;
}
#topNavbar ul a.first {
	background: none;
}	
#topNavbar ul a:hover {
	color:#561216;
}
/* ----- ----- ----- -----  -----*/
/* ----- Content placement -----*/
#contentLeft {
	margin: 0px;
	width: 594px;
	float: left;
	position: relative;
}


#indexColumnLeft {
	margin: 0px;
	width: 254px;
	float: left;
	position: relative;
}
#news {
	width: 244px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#news h3 {
	font-size: 14px;
	padding: .5em 0;
}
#news p{
	/*text-indent: 1em;*/
	text-align:left;
}
#columnRight {
	float: right;
	width: 190px;
	padding: 10px 5px 0 0;
	position: relative;
}
#columnRight h3 {
	font-size: 14px;
	padding: 0 0 .5em 0;
}
#columnRight ul {
	list-style-type: none;
	padding-left: 1em;
	padding-top: 0em;
	padding-right: 10px;
	padding-bottom: 0em;
}
#columnRight li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}
#columnRight a {
	text-decoration:none;
	color:#000000;
}
#columnRight a:hover {
	text-decoration:none;
	color:#FF0000;
}
#indexCenter {
	width: 320px;
	margin: 0 0 0 270px;
	padding: 1em 0 0 0;
	text-align:justify;
}
#indexCenter p{
	text-indent: 1em;
}
#indexCenter  ul {
	margin: 0 0 10px 10px;
}
#logosBtm{
	width:800px;
	margin: 0;
	padding:0 0 0 0;
	position:relative;
}
#footer {
	width:790px;
	margin: 0px 0 0 0;
	padding: 1em 5px;
	color:#ffffff;
	background:#663366;
	text-align:center;
	position:relative;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#FFFF99;
}
/*-----Secondary Content Layout -----*/
#columnLeftContent {
	margin: 10px 0 0 0;
	padding: 0 8px;
	width: 570px;
	float: left;
	position: relative;
}
#columnLeftContent h2 {
	font-size: 14px;
	padding: 0 0 .5em 0;
}
#columnLeftContent ul {
	margin: 15px;
}
#youTubeVideo {
	margin: 10px auto;
	height: 344px;
	width: 425px;
}
#groomerPic {
	margin: 0 auto;
	text-align:center;
}
/*----- Classes ------*/
.alignRight{
	text-align:right;
}
.readMore {
	text-align: right;
	padding: 1em 1em 0 0;
}
.arrows {
	color:#f99120;
}
.textIndentLeft {
	padding: 0 0 0 .8em;
}
.topicBold {
	font-weight:bold;
	margin:1em 0 .5em 0;
}
.18bold{
	font-size:18px;
	font-weight:bold;
}
.picRight {
	float:right;
}
.picLeft {
	float:left;
}
.clear{
	clear:both;
}
.linkDecorationNone {
	text-decoration:none;
}
