body{
	background: url('../images/bg.png') repeat-x #EFEFEF;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-shadow: #FCE4CB 0 1px;
	color:#714921;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-transform: uppercase;
	text-shadow: #FCE4CB 0 1px;
	color:#714921;
	margin-bottom: 10px;
}

a:hover {
	text-decoration: underline;
}

h1{ font-size: 20px; }

h2{ font-size: 16px; }

h3{ font-size: 14px; }

/* Form stuff */
.error{
	color: red;
	font-size: 10px;
}

p.forminput{
	background:#ffffff;
	white-space: nowrap;
}

.textinput{
	background-color: #fff;
	font-size: 11px;
	border:1px solid #cdccc9;
	font-size:12px;
}

/* Big sliding doors button */
a.bigbtn {
	cursor: pointer; 
	background: transparent url('../images/big_btn_right.png') no-repeat right 0; 
}

a.bigbtn span {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	background: transparent url('../images/big_btn_left.png') no-repeat scroll left 0;
}

a.bigbtn:hover {
    background-position: right -33px ;
}

a.bigbtn:hover span {
    background-position: left -33px ;
}

a.bigbtn:active {
    background-position: right -66px ;
}

a.bigbtn:active span{
    background-position: left -66px ;
}

/* Rounded bottom right corner button */
a.orangebtn {
	text-decoration: none;
	background: transparent url(../images/orange_btn_right.png) no-repeat scroll top right;
	color: #633E1C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-shadow: #FECBA6 0 1px;
	text-align:center;
}

a.orangebtn span {
    line-height: 18px;
    background: url(../images/orange_btn_left.png) repeat-x;
}

a.orangebtn:hover {
    background-position: right -36px ;
}

a.orangebtn:hover span {
    background-position: left -36px ;
}

a.orangebtn:active {
    background-position: right -72px ;
}

a.orangebtn:active span {
    background-position: left -72px ;
}

#navigation li{
	text-align: center;
}

#navigation li a{
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	color:#555;
	text-shadow: #fff 0 1px;
}

#header p{
	font-size: 11px;
	color:#333333;
	text-shadow: #FBC08B 0 1px;
	font-weight: bold;
}

#header_wrap #header{
	background:url(../images/stardard_header.png) no-repeat;
}

#headercurves {
	background: url("../images/front_header_top.png") no-repeat;
}

#header_wrap #header.front{
	background:url(../images/front_header.png) no-repeat center;
}

#header.front div.col02 li {
	background: url("../images/arrow.png") no-repeat;
}

#header label{
	text-transform: uppercase;
	font-size: 11px;
	color:#714921;
	text-shadow: #FCE4CB 0 1px;	
	font-weight: bold;
}

/* Secondary navigation bar / scroller */
#secbar{
	background: url(../images/ticker_bg.png) repeat-x;
}

#secbar span a{
	font-weight: bold;
	text-transform: uppercase;
	font-size:16px;
	color: #714921;
	text-shadow: #F4F4F3 0 1px;
}

#secbar div{
	font-weight: bold;
	text-transform: uppercase;
	font-size:16px;
	color: #333;
	text-shadow: #F4F4F3 0 1px;
}

#secbar div span{
	color: #333;
}

#userbar{
	background: url(../images/ticker_bg.png) repeat-x;
}

#userbar li a{
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	color: #333;
	text-shadow: #F4F4F3 0 1px;
}

#userbar li label{
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	color: #333;
	text-shadow: #F4F4F3 0 1px;
}

#userbar li input{
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	color: #858584;
}

#userbar li a b{
	color: #858584;
}


#content{
	background: url(../images/content_bg.png) repeat-y;
}

#contentplussidebar{
	background: url(../images/sidebar_bg.png) repeat-x #ECEBE5;
}

#sidebar li a{
	text-shadow: #ffffff 0 1px; 
	text-transform: uppercase; 
	font-size: 11px; 
	font-weight:bold; 
	color: #333;
}


#sidebar li{
	background: url(../images/sidebar_itembg.png) repeat-x; 
	border-right:1px solid #ddd;
}

#sidebar li.selected{
	background: url(../images/sidebar_sel.png) no-repeat; 
	border-right: none;
}

#sidebar ul.lostpets li {
	background: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#content #petlist .itemtop{
	background: url(../images/list_item_top.png) no-repeat;
}

#content #petlist .itemcontent{
	background: url(../images/list_item_bg.png) #E4E3DE repeat-x;
    border-left: 1px solid #CCCBC6;
    border-right: 1px solid #CCCBC6;
}

#content #petlist .itembottom{
	background: url(../images/list_item_bottom.png) no-repeat;
}
#content #petlist .item li span{
	text-transform: uppercase;
	text-shadow: #fff 0 1px;
	color: #B5B4B0;
	font-size: 10px;
	line-height: 13px;
}

#content #petlist .item li{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


#content #petlist .item p{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#classifiedlist .itemtop{
	background: url(../images/list_item_top.png) no-repeat;
}

#classifiedlist .itemcontent{
	background: url(../images/list_item_bg.png) #E4E3DE repeat-x;
	border-left: 1px solid #CCCBC6;
	border-right: 1px solid #CCCBC6;
}
#classifiedlist .itembottom{
	background: url(../images/list_item_bottom.png) no-repeat;
}

#classifiedlist .item li span{
	text-transform: uppercase;
	text-shadow: #fff 0 1px;
	color: #B5B4B0;
	font-size: 10px;
	line-height: 13px;
}

#classifiedlist .item li{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	list-style-type: none;
}

#classifiedlist .item p{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#classifiedlist ul.bullets li {
	list-style-type: disc;
}

#classifiedlist ul li.tel {
	color: #04f;
}

#classifiedlist h3 {
	font-size: 14px;
}

#classifiedlist .free ul {
	border: none;
}

#classifiedlist .free ul li {
	color: #bbb;
}

#footer{
	background: url(../images/footer_bg.png) repeat-y;
	border-top: 1px solid #CCCBC6;
	border-bottom: 1px solid #CCCBC6;
	text-align: center;
}

#main_content {
	color:#333;
	text-shadow: none;
	font-size:13px;
}

#main_content p, #main_content ul  {
	font-size: 13px;
}

#map_canvas p {
	font-size: 12px;
}

#main_content li {
	list-style-type: disc; 
}

#petlist li {
	list-style-type: none;
}

#main_content p, #main_content li {
	font-weight: normal;
}

#content #list .itemtop{
	background: url(../images/list_item_top.png) no-repeat;
}

#content #list .itemcontent{
	background: url(../images/list_item_bg.png) #E4E3DE repeat-x;
	border-left: 1px solid #CCCBC6;
	border-right: 1px solid #CCCBC6;
}

#content #list .itembottom{
	background: url(../images/list_item_bottom.png) no-repeat;
}

#content #list .item li span{
	text-transform: uppercase;
	text-shadow: #fff 0 1px;
	color: #B5B4B0;
	font-size: 10px;
	line-height: 13px;
}

#content #list .item li{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


#content #list .item p{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#content #list .item td{
	font-size: 10px;
	color: #333;
	vertical-align: top;
}

.loginerror {
	color: red;
}

table.statstable td {
	font-weight: normal;
	border: 1px solid #ccc;
}

table.statstable th {
	text-align: left;
}

th {
	text-align: left;
}

td {
	font-weight: normal;
}

/* Ad placement */
div.footerbanner {
	text-align: center;
}

div.headerbanner {
	text-align: center;
}

div#news div.newsauthor {
	font-style: italic;
	font-size: 6px;
}

div#news div.newsitem {
	background: white;
	-moz-border-radius: 5px;
	border: 1px solid #444;
}

div#news div.newsbody {
	font-weight: normal;
}

div#news h3 {
	font-size: 14px;
}
