body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background: url(images/page_bg.jpg);
    color: #6f6f6f;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
    margin: 0;
    padding: 0;
    list-style: none;
}



img { border: 0; }

#wrapper {
    margin: 16px auto;
    text-align: left;
    width: 1000px;
    position: relative;
}

legend {
  padding: 0.2em 0.5em;
  border:0px solid #6F6F6F;
  color:#6F6F6F;
  font-size:13px;
  font-weight: bold;  
  text-align:right;
  }
  
h1, h2, h3 {      
    font-size: 13px;
}


h1 {
    margin: 0;
    padding: 0; 
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;   
}

h3 {
    padding: 4px 0 0 0;
}

tr.head1 {
	background: #E6DFCF;
}

tr.row1 {
	background: #FFFFFF;
}

tr.row2 {
	background: #EEEEEE;
}

tr.row3 {
	background: #F7F7F7;
}

th {
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td {
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
}

td.border {
	background: #AAAAAA;
}

p {
    margin: 1em 0;
    padding: 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

* html .clear {
    margin-top: -5px;
    margin-bottom: -4px;
}

.left {
    float: left;
    margin: 1px 8px 0px 0px;
}

.error {
	font: 12px Arial, Helvetica, Sans-serif;
	color: #CC0000;
}

/* Link */
a:link {
    text-decoration: none;
    color: #B2B2B2;
}

a:visited {
    text-decoration: none;
    color: #A3A3A3;
}  

a:hover {
    text-decoration: none;
    color: #33CCCC;
}

a.h_menu:link {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #5C5C5C;
}

a.h_menu:visited {
    text-decoration: none;
    font-size: 12px;  
    font-weight: bold; 
    color: #5C5C5C;
}

a.h_menu:hover {
    text-decoration: none;
    font-size: 12px;  
    font-weight: bold; 
    color: #269D9D;
}

a.menu:link {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #6F6F6F;
}

a.menu:visited {
    text-decoration: none;
    font-size: 12px;  
    font-weight: bold; 
    color: #6F6F6F;
}

a.menu:hover {
    text-decoration: none;
    font-size: 12px;  
    font-weight: bold; 
    color: #33CCCC;
}

/* header */

#header {
 
    position: relative;
    width: 900px;
    margin-bottom: 5px;   
    margin-left: 10px; 
}

#header .bl { height: 5px; }




/* the story of two navs */

#nav-top {
    position: absolute;
    top: -10px; left: 460px;
    color: #fff;
}

#nav-top li {
    display: inline;
}

#nav-top a {
    color: #707276;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#nav-top a:hover {
      text-decoration: underline;
}

#nav-left {
    position: absolute;
    top: 66px; left: 26px;
}

/* body */

#body {
    
    margin-left: 10px; 
}

#body h2 {
    margin: 0 0 1.5em 0;
}

#body h3 {
    margin: 0 0 0 0;
}

#body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#body li {
    padding: 0;
    margin: 0.8em 0;
}

a {
    color: #ce7210;
}

a:hover {
    color: #6f3f0b;
}



#leftbar {
    float: left;
    width: 200px;
    margin-left: 10px;
    display: inline;

}

#content {
    float: center;
    width: 680px;
    margin-left: 28px;
}

#content p {
    line-height: 1.5;
}

#content h3 {
    font-size: 13px;
}

#rightbar {
 
    float: left;
    width: 190px;
    margin-left: 42px;

}

#rightbar h3 {
    font-size: 13px;
}

#rightbar h3 a {
    text-decoration: none;
}

#rightbar p {
    line-height: 1.5;
}


#footer {
    clear: both;
    width: 1000px;
    color: #000;
    font-family: "Hobo Std" , sans-serif ;
    font-size:14px;
    text-decoration: none;
}

#footer a:link, a:visited, a:active{
color: #ff9900;
text-decoration: none;
}


#footer a:hover{
color: #9da7b0;
text-decoration:underline;
}

#footer div div { padding: 0 0 0 10px; }


#footer div { width:100%; }
#footer div div { width:100%; }


.LV_invalid {
    color:#CC0000;
}
    
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

.scrollbox { 
    overflow: auto; 
    padding: 3px; 
    width: 580px; 
    height: 200px; 
    border-style: solid; 
    border-width: 1px; 
    border-color:#FFFFFF; 
    background-color:#FFFFFF; 
    text-align: center; 
    letter-spacing: 1px; 
    word-spacing: 2px; 
    font-size: 12px; 
    color:black; 
    font-family: arial; 
}  

.scrollbox1 { 
    overflow: auto; 
    padding: 3px; 
    width: 700px; 
    height: 500px; 
    border-style: solid; 
    border-width: 1px; 
    border-color:#FFFFFF; 
    background-color:#FFFFFF; 
    text-align: left; 
    letter-spacing: 1px; 
    word-spacing: 2px; 
    font-size: 12px; 
    color:black; 
    font: 12px Arial, Helvetica, sans-serif;
}

.mypetsmain1{
	 	
	font-family:"Hobo Std", sans-serif ;
	color:#fff;	
	height:35px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;	
	text-decoration:none;
}