/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	line-height: 21px;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Century Gothic", Arial;
	background-image: url(images/bg_body.jpg);
}

a {
	color:#1641b8;
	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 ----------------------- */
/*------------------------------------------------------acc settings ------------------------*/

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

.mypets2{ /*header of 1st demo*/
	cursor: pointer;
	padding: 5px 10px 0px 0px;
	font-size: 14px;
	text-align: left;
	color:#000000;
	margin:0 auto;
	line-height: 21px;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Century Gothic", Arial;
}

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

}

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

.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;
--- */

.flag {
	color: #1641b8;
	font-size: 38px;
	font-weight: bold;
	line-height:40px;
}

.number {
	float: left;
	margin: 0 10px 5px 0;
}

.number6 {
	float: left;
	padding-left:-15px;
	margin: 0 5px 5px 0;
}

.side-flag {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.login {
	position: absolute;
	top:20px;
	right:30px;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:171px;
	left:45px;
	width:800px;
	height:47px;
}

#nav_sub {
	position:absolute;
	top:216px;
	left:45px;
	width:200px;
	height:31px;
}

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

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

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

#flash {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:545px;
	height:250px;
	margin: 0 0 20px 0;
}

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



#content_main2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:745px;
	height:auto;
	padding: 10px 0 0 0;
}

#newspaper {
float:right;
width:150px;
padding: 5px 0px 0px 20px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:320px;
	height:auto;
	padding: 10px 0 0 0;
}

#client {
	position:relative;
	top:0;
	left:0;
	width:263px;
	height:auto;
	padding: 30px 20px 30px 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg_client.jpg);
}

#newsletter {
	position:relative;
	top:0;
	left:0;
	width:302px;
	height:71px;
	padding: 60px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_newsletter.jpg);
}

#joinus {
	position:relative;
	top:0;
	left:0;
	width:302px;
	height: 71px;
	padding: 60px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_joinus.jpg);
}

#news {
	position:relative;
	top:0;
	left:0;
	width:263px;
	height:auto;
	padding: 30px 20px 60px 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg_client.jpg);
}

#train {
	position:relative;
	top:0;
	left:0;
	width:302px;
	height:63px;
	padding: 69px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_train.jpg);
}


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

#footer {
	position:relative;
	top:0;
	left:0;
	width:905px;
	height:40px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:102px;
	cursor:default;
	background-position:-108px 0;
}

a:hover#nav_02{
	background-position:-108px -47px;
}

.active_02 {
	background-position:-108px -47px !important;
}

a#nav_03 {
	width:160px;
	cursor:default;
	background-position:-210px 0;
}

a:hover#nav_03{
	background-position:-210px -47px;
}

.active_03 {
	background-position:-210px -47px !important;
}

a#nav_04 {
	width:104px;
	cursor:default;
	background-position:-370px 0;
}

a:hover#nav_04{
	background-position:-370px -47px;
}

.active_04 {
	background-position:-370px -47px !important;
}


a#nav_05 {
	width:118px;
	cursor:default;
	background-position:-474px 0;
}

a:hover#nav_05{
	background-position:-474px -47px;
}

.active_05 {
	background-position:-474px -47px !important;
}


a#nav_06 {
	width:88px;
	cursor:default;
	background-position:-592px 0;
}

a:hover#nav_06{
	background-position:-592px -47px;
}

.active_06 {
	background-position:-592px -47px !important;
}


a#nav_07 {
	width:120px;
	cursor:default;
	background-position:-680px 0;
}

a:hover#nav_07{
	background-position:-680px -47px;
}

.active_07 {
	background-position:-680px -47px !important;
}

/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#A0A0A0;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#616161;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#L1 { width:200px; left:0px;  }
#L2 { width:117px; left:370px; }
#L3 { width:155px; left:210px; }
#L4 { width:155px; left:110px; }
#L5 { width:155px; left:470px; }
#L6 { width:155px; left:590px; }
#L7 { width:155px; left:680px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}





