@charset "utf-8";
@import url("reset.css");
@import url("content.css");
@import url("forms.css");
@import url("events.css");
@import url("polls-forums-blogs.css");
@import url("tax.css");
@import url("jquery.lightbox-0.5.css");




/*	Template Styles
*/

body {
	background-color: #FFF;
	background-image: url(../../images/template/bg_gradient.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.containerbg {
	background-image: url(../../images/template/bg_container.png);
	background-repeat: repeat-y;
	background-position: center;
}
	.container {
		width: 974px;
		margin: auto;
	}

.header {
	height: 150px;
	background-color: #00358B;
	background-image: url(../../images/template/petshop_logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	color: #D0D8E2;
	font-size: 0.9em;
	line-height: 1.4em;
}
	.header .hd {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.8em;
		color: #FFF;
	}
	.header a {
		color: #D0D8E2;
		text-decoration: underline;
	}
	.memberlogin, .login {
	    float: right;
		width: 175px;
		margin: 17px 9px 0 0;
		padding: 10px;
		text-align: center;
		background-image: url(../../images/template/hd_memberlogin.gif);
		background-repeat: no-repeat;
		
	
	}

.menubg {
	clear: both;
	height: 35px;
	background-color: #FF9900;
}

.contentbg {
	padding: 10px 0;
}

.panel-left {
	background-color: #dfebf3;
	width: 200px;
	float: left;
	margin-right: 10px;
}

.panel-right {
	background-color: #dfebf3;
	width: 200px;
	float: left;
}

.content-3col {
	float: left;
	width: 554px;
	padding-right: 10px;
}

.content {
	float: left;
	width: 764px;
}

.footer {
	font-size: 0.9em;
	color: #666;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
	.footer a {
		color: #666;
		padding: 0 12px 0 0;
	}

.logos {
	text-align: right;
	padding-bottom: 30px;
}
	.logos img {
		vertical-align: top;
		margin-left: 13px;
	}
	





/* 	Progress Page
*/

.container-progress {
	background-color: #FFF;
	padding: 10px;
}




/* 	Left and Right Panel Styles
*/

.panelitem {
	margin-bottom: 40px;
}
	.panelitem .hd, .compmenu .hd {
		margin-bottom: 10px;
		height: 33px;
		line-height: 30px;
		padding-left: 32px;
		background-image: url(../../images/template/bg_hd.gif);
		background-repeat: no-repeat;
		background-color: #2A3342;
		color: #FFF;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.25em;
	}
	.panelitem .txt {
		padding: 0 6px;
		line-height: 1.5em;
		clear: both;
		margin-bottom: 10px;
	}
	.panelitem strong {
		font-weight: bold;
	}

.searchform, .tips {
	padding: 0 6px;
}

.tips {
	font-size: 0.9em;
}

.panel-right .pic {
	float: right;
	width: 35px;
	margin: 0 0 10px 0;
}

.compmenu, .staffmenu {
	padding-bottom: 50px;
}

.compmenu .menuitem, .staffmenu .menuitem {
	background-image: url(../../images/template/bg_leftmenu.gif);
	background-repeat: no-repeat;
	padding: 0 0 7px 20px;
}
	.compmenu .menuitem a, .staffmenu .menuitem a {
		color: #000;
		text-decoration: none;
	}
		.compmenu .menuitem a:hover, .staffmenu .menuitem a:hover {
			text-decoration: underline;
		}






