/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#413222;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	background-image:url(images/bg_back.jpg);
}

#repeat_top {
	background-repeat:repeat-x;
	background-position: top center;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:169px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#home-link {
	position:inherit;
	top:30px;
	left:220px;
	width:380px;
	height:111px;

}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:left;
	width:212px;
	height:331px;
	background-repeat:no-repeat;
	background-image:url(images/bg_nav.jpg);

}

/* ---- end nav id settings -------------------------- */

#image_main {
	position:relative;
	float:right;
	width:788px;
	height:331px;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:645px;
	height:auto;
	padding: 15px 0 20px 53px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:230px;
	height:auto;
	padding: 15px 53px 20px 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:820px;
	height:79px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
	padding: 20px 90px 0 90px;
	font-size:11px;
	color:#FFFFFF;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:151px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
top:40px;
left:55px;
}

a#nav_01 {
	height:39px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -151px 0;
}

.active_01 {
	background-position: -151px  0!important;
}

a#nav_02 {
	height:34px;
	background-position:0 -39px;
}

a:hover#nav_02{
	background-position:-151px -39px;
}

.active_02 {
	background-position:-151px -39px !important;
}


a#nav_03 {
	height:34px;
	background-position:0 -73px;
}

a:hover#nav_03{
	background-position:-151px -73px;
}

.active_03 {
	background-position:-151px -73px !important;
}

a#nav_04 {
	height:32px;
	background-position:0 -107px;
}

a:hover#nav_04{
	background-position:-151px -107px;
}

.active_04 {
	background-position:-151px -107px !important;
}

a#nav_05 {
	height:31px;
	background-position:0 -139px;
}

a:hover#nav_05{
	background-position:-151px -139px;
}

.active_05 {
	background-position:-151px -139px !important;
}

a#nav_06 {
	height:29px;
	background-position:0 -170px;
}

a:hover#nav_06{
	background-position:-151px -170px;
}

.active_06 {
	background-position:-151px -170px !important;
}

a#nav_07 {
	height:37px;
	background-position:0 -199px;
}

a:hover#nav_07{
	background-position:-151px -199px;
}

.active_07 {
	background-position:-151px -199px !important;
}

a#nav_08 {
	height:34px;
	background-position:0 -236px;
}

a:hover#nav_08{
	background-position:-151px -236px;
}

.active_08 {
	background-position:-151px -236px !important;
}

/*------------------------------------------------------acc settings ------------------------*/

.mypets{ /*header of 1st demo*/
	cursor: pointer;
	border-bottom: 1px solid #9d6231;
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: left;
}

.mypets { font-weight: bold; }

.mypets a {
	color:#231f20;
}

.mypets a:hover {
	color: #231f20;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

}