/* CSS Document */

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

a {
	color:#0F146C;
	text-decoration: none;
}

a:hover {
	color:#BC2C23;
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

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

#client-button {
	position:absolute;
	top:-27px;
	right:10px;
	width:268px;
	height:44px;
	background:url(images/img_client-box.jpg) no-repeat;
	padding:13px 0 0 0;
	text-align:center;
	font-weight:bold;
}

.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: #0f146c;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.small_flag {
	color: #0f146c;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.small_flag-store {
	color: #0f146c;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
}

.title {
	color: #0f146c;
	font-size: 14px;
	font-weight: bold;
}

.side_text {
	line-height: 19px;
	color: #a30d11;
	text-align: right;
	font-size:11px;
}

.red {
	color: #a30d11;
	text-align: right;
}

.store_side-title {
	color: #525353;
	font-size: 15px;
}

.link_red a {
	color: #a30d11;
	text-align: center;
	font-size:18px;
	line-height: 18px;
}

.link_red a:hover {
	color: #0f146c;
}

.link_blue a {
	color: #a30d11;
}

.link_blue a:hover {
	color: #0f146c;
}
/* ---- layout settings ----------------------- */


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

#header {
	position:relative;
	top:0;
	left:0;
	width:951px;
	height:73px;
	padding: 140px 20px 0 04px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-blue.jpg);
}

#header-red {
	position:relative;
	top:0;
	left:0;
	width:951px;
	height:73px;
	padding: 140px 20px 0 04px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-red.jpg);
}

#header-green {
	position:relative;
	top:0;
	left:0;
	width:951px;
	height:73px;
	padding: 140px 20px 0 04px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-green.jpg);
}

#header a, #header-red a, #header-green a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover, #header-red a:hover, #header-green a:hover {
	color: #FFF;
	text-decoration: underline;
}

#top_nav {
	position:absolute;
	top:70px;
	right:0;
	width:250px;
	height:auto;
	float: right;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

#search {
	position:relative;
	top:0;
	left:0;
	width:202px;
	height:26px;
	padding: 11px 0 0 34px;
	background-repeat: no-repeat;
	background-image: url(images/search.gif);
}

#search input {
	height: 12px;
	width: 170px;
	font-size: 10px;
	border: 1px solid #fff;
}

#client_printer {
	position:relative;
	top:0;
	left:0;
	width:233px;
	height:318px;
	padding: 30px 250px 0 0;
	background-repeat: no-repeat;
	background-image: url(images/img_client-printer.jpg);
}

#client_printer p { margin: 10px 0 20px 0; }

#client-welcome {
	position:relative;
	top:0;
	left:0;
	width:483px;
	height:318px;
	padding: 30px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_client-welcome.jpg);
}

#client-welcome a {
	color: #6d6e71;
	font-size: 15px;
	text-transform: uppercase;
}

#client-welcome a:hover {
	text-decoration: underline;
}

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

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

#main {
	position:relative;
	top:0;
	left:0;
	width:975px;
	height:auto;
}

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

#content_main-med {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:684px;
	height:auto;
	padding: 20px 20px 2px 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

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

#content_main-green-med {
	position:relative;
	top:0;
	left:0;
	width:684px;
	height:auto;
	padding: 20px 20px 2px 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-sustain-top.jpg);
}

#content_main-green-repeat {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:724px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-sustain.jpg)
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:242px;
	height:auto;
}

#side_store {
	position:relative;
	top:0;
	left:0;
	width:222px;
	height:328px;
	color: #1e478f;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 10px 0 10px;
	background-repeat: no-repeat;
	background-image: url(images/bg_store-side.jpg);
}

#side_store a {
	color: #fff;	
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:970px;
	height:40px;
	clear:both;
	color: #B2B3B6;
	font-size: 10px;
	padding: 0 5px 0 0;
}

#footer a, #footer span {
	padding: 5px;
	color: #B2B3B6;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

#footer a:hover {
	padding: 5px;
	font-weight: bold;
	text-decoration:underline;
}

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

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

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

.over_01 {
	background-position: 0 -37px !important;
}

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


a#nav_02 {
	width:120px;
	background-position:-119px 0;

}

a:hover#nav_02{
	background-position:-119px -37px;
}

.over_02 {
	background-position:-119px -37px !important;
}

.active_02 {
	background-position:-119px -74px !important;
}


a#nav_03 {
	width:120px;
	background-position:-239px 0;
}

a:hover#nav_03{
	background-position:-239px -37px;
}

.over_03 {
	background-position:-239px -37px !important;
}

.active_03 {
	background-position:-239px -74px !important;
}


a#nav_04 {
	width:119px;

	background-position:-359px 0;
}

a:hover#nav_04{
	background-position:-359px -37px;
}

.over_04 {
	background-position:-359px -37px !important;
}

.active_04 {
	background-position:-359px -74px !important;
}


a#nav_05 {
	width:121px;
	background-position:-478px 0;
}

a:hover#nav_05{
	background-position:-478px -37px;
}

.over_05 {
	background-position:-478px -37px !important;
}

.active_05 {
	background-position:-478px -74px !important;
}


a#nav_06 {
	width:118px;
	background-position:-599px 0;
}

a:hover#nav_06{
	background-position:-599px -37px;
}

.over_06 {
	background-position:-599px -37px !important;
}

.active_06 {
	background-position:-599px -74px !important;
}



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

#hidden-layers {
	position:absolute;
	top:182px;
	left:0;
	height:48px;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
}

#hidden-layers a {
	padding: 5px 3px;
	color: #B2B3B6;
	font-weight: bold;
	text-transform: uppercase;
}

#hidden-layers a:hover {
	color: #fff;
	padding: 5px 3px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#hidden-layers span {
	color: #fff;
	padding: 5px 3px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#L1, #L2, #L3, #L4 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#L1 { width:500px; left:137px; }
#L2 { width:720px; left:257px; }
#L3 { width:290px; left:380px; }
#L4 { width:480px; left:286px; }

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

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


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

.mypets{ /*header of 1st demo*/
	cursor: pointer;
	display: block;
	text-align: left;
}

.mypets h3 a {
	color: #525353;
	font-size: 15px;
}

.mypets h3 {
	color: #525353;
	font-size: 15px;
}

.mypets a:hover {
}

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

}

.thepet {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
