/* Menu */
.glowingtabs{
float:left;
width:85%;
font-size: 12px;
line-height:normal;
/* border-bottom: 1px solid #dcc208; */ /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 9%; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../media/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


/* shaded border  */
#trans-border { width:85%; min-width:1000px; height:100%; margin:0px auto; padding:14px 20px; background:#444; color:#222; }
#trans-border .sb-border { background:#ffff00; }
 .hdr1 { font-family:"Trebuchet MS",Helvetica,Geneva, Arial,  sans-serif ; font-size:2em; color:#369;}
 .hdr2 { font-family: "Verdana", Arial, Helvetica, sans-serif; font-size:1.3em; color:#F63;}
/* The links */
#links { color:#36F; padding:7px; margin:20px; width:87%;margin:5px auto; }
#links, #links .sb-inner { background:#444  repeat-x;  }
#links .sb-border { background:#FF3; }
#links a { color:#36F; text-decoration:none;}
#links a .sb-shadow { background:transparent; }
#links a:hover .sb-shadow { background:#777; }
#links a.hover .sb-shadow { background:#777; } /* for ie6 */

/* Contact Form */

#form_box {
	width: 590px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.9em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 100%;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../media/loadinprogress.gif) no-repeat center;
	}	

.mypets {
cursor:pointer;
color:#24618E;}
.mypets:hover {
color:#999999; }

.main_txt { font-family:"Trebuchet MS",Helvetica,Geneva, Arial,  sans-serif ; font-size:1em; color:#369;}