/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#FFF;
	font-size:12px;
	margin:0 auto;
	background-color:#000000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);

}

a {
	color:#f2d125;
	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:16px;
border-bottom: 2px solid #999999;
padding: 10px 0; }

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

.green-text {
	color:#B9C243;
}

.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:950px;
	height:auto;

}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:330px;
	width:608px;
	height:137px;
}

#nav2 {
	position:relative;
	top:0;
	left:0px;
	width:423px;
	height:103px;
}


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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	padding: 54px 0 0 0;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	width:438px;
	height:auto;
	padding:10px 15px 10px 15px;
	float:right;
}

#video_main {
	position:relative;
	top:0;
	left:0;
	width:438px;
	height:auto;
	padding:10px 15px 10px 15px;
	float:left;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:42px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	padding: 10px 0 0 0;
	margin: 0 auto;

}

#footer a {
	text-decoration:none;
}

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

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

a#nav_01 {
	width:124px;
	background-position:0 0;
}

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

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

a#nav_02 {
	width:121px;	
	cursor:pointer;
	background-position:-124px 0;
}

a:hover#nav_02{
	background-position:-124px -137px;
}

.active_02 {
	background-position:-124px -137px !important;
}

a#nav_03 {
	width:120px;	
	cursor:pointer;
	background-position:-245px 0;
}

a:hover#nav_03{
	background-position:-245px -137px;
}

.active_03 {
	background-position:-245px -137px !important;
}

a#nav_04 {
	width:121px;	
	cursor:pointer;
	background-position:-365px 0;
}

a:hover#nav_04{
	background-position:-365px -137px;
}

.active_04 {
	background-position:-365px -137px !important;
}

a#nav_05 {
	width:122px;	
	cursor:pointer;
	background-position:-486px 0;
}

a:hover#nav_05{
	background-position:-486px -137px;
}

.active_05 {
	background-position:-486px -137px !important;
}

/* ---- start navigation2 settings -------------------------- */
 
#nav2 a {
	position:relative;
	float:left;
	height:103px;
	cursor:pointer;
	background-image:url(images/nav/whoweare.jpg);
	background-repeat:no-repeat;
	
}

a#nav2_01 {
	width:138px;
	background-position:0 0;
}

a:hover#nav2_01{
	background-position: 0 -103px;
}

a#nav2_02 {
	width:136px;	
	cursor:pointer;
	background-position:-138px 0;
}

a:hover#nav2_02{
	background-position:-138px -103px;
}

a#nav2_03 {
	width:139px;	
	cursor:pointer;
	background-position:-274px 0;
}

a:hover#nav2_03{
	background-position:-274px -103px;
}


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

.mypets{ /*header of 1st demo*/
	cursor: pointer;
	border-bottom: 2px solid #999999;
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

.mypets a {
	color:#fff;
}

.mypets img {
margin: 0 0 0 140px;
}

.mypets a:hover {
	color: #C4AB29;
}

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

}

/* ---- start nav drop settings section 1 -------------------------- */




