body 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image: url('images/bg1800use.jpg');
  background-color: #FFFFFF;
  color: #000000;
}
body.cow 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image: url('images/cowbg.jpg');
  background-color: #FFFFFF;
  color: #000000;
}
body.llama 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image: url('images/llamabg.jpg');
  background-color: #FFFFFF;
  color: #000000;
}
body.pet 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image: url('images/petbg.jpg');
  background-color: #FFFFFF;
  color: #000000;
}
a
{
  color: #369;
  text-decoration: none;
}
/*a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}*/
h1, h2, h3 
{
	margin:.8em 0 .2em 0;
	padding:0;
}
p 
{
	margin:.4em 0 .8em 0;
	padding:0;
}
img
{
  margin: 10px 0 5px;
  max-width: 100%;
}
.mainheading
{
  font-family: arial, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; 
  margin: 15px; 
  padding: 0;
}
.arialtext
{
  font-family: arial, sans-serif;
}
/*------centered-navbar-starts------*/
#centeredmenu
{
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#centeredmenu ul 
{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li 
{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a
{
  display: block;
  margin: 0 0 0 1px;
  padding: 1px 14px 1px 14px;
  background: #006699;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 80%;
}
#centeredmenu a:link,
#centeredmenu a:visited 
{
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
#centeredmenu ul li a:hover
{
  background: #00CCFF;
  color: #fff;
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover
{
  color: #000000;
  background: #00CCFF;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
/*------centered-navbar-ends------*/
/*------left-aligned-navbar-starts------*/
#leftmenu
{
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#leftmenu ul 
{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:left;
}
#leftmenu ul li
{
  display: block; 
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#leftmenu ul li a
{
  display: block;
  width: 100px; 
  padding: 10px; 
  background-color: #035199;
  color: #FFF;
  font-family: arial;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
  border-width: 5px;
  border-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;  
}
#leftmenu ul li a:hover
{
  background: #0364C8;
  color: #000000;
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
#leftmenu ul li a.active, #leftmenu ul li a.active:hover
{
  background: #0364C8;
  color: #000000;
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
#leftmenu a:link, #leftmenu a:visited
{
  margin: 10px;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  padding: 10px;
}
/*------left-aligned-navbar-end------*/

/*------header-starts------*/
/* Header styles */
#header
{
  clear: both;
  float: left;
  width: 100%;
}
#header img
{
  border-style: none;
  vertical-align: middle;
  text-align: center;
  padding-right: 4px;
  padding-left: 4px;
}
/*#header a:hover
{
  background-color: #FFFFFF;
}*/
#header p,
#header h1,
#header h3
{
  font-family: 'Times New Roman' , Times, serif;
  font-weight: bold;
  text-align: center;  
  font-weight: bolder;
}
#header ul 
{
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li 
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a 
{
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover 
{
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover 
{
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span 
{
	display:block;
}
/*------header-ends------*/
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/*------body-starts------*/
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col2 a:hover
{
  background-color: #FFFFFF;
}
/* 3 Column settings */
.threecol {
	/*background:#eee;		/* right column background colour */  
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	/*background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	/*background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage
{
  /* page background colour */
  /*background-image: url('images/bg1800use.jpg');*/
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}
/* 2 Column (left menu) settings */
.leftmenu
{
  /* right column background colour */
  /*background-image: url('images/bg1800use.jpg');*/
}
.leftmenu .colleft
{
  right: 75%; /* right column width */ /* left column background colour */
  /*background-image: url('images/bg1800use.jpg');*/
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

#picbar
{
  vertical-align: middle;
  text-align: center;
  background-color: #FFFF00;
}
#contact
{
  padding: 5px;
  border-spacing: 0px;
  width: 100%;
}
#contact tr td
{
  border: thin solid #000000;
  margin: 0px;
  padding: 5px;
  color: #000000;
  width: 50%;
  font-weight: normal;
  font-size: large;
  font-family: 'Times New Roman' , Times, serif;
  border-spacing: 0px;
  text-align: left;
}
#contact tr td a:hover
{
  background: #0364C8;
  color: #FFFFFF;
  padding-right: 4px;
  padding-left: 4px;
}
#feedbackform a:hover
{
  background: #0364C8;
  color: #FFFFFF;
  padding-right: 4px;
  padding-left: 4px;
}
#feedbackform2 a:hover
{
  background: #0364C8;
  color: #FFFFFF;
  padding-right: 0px;
  padding-left: 0px;  
}
/*------product-pages-image-frame-layouts------*/
table.itemcol
{
  width: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
}
td.itemimage
{
  width: 30%;
  vertical-align: middle;
  text-align: center; 
}
p.prodsize img
{
  margin: 0px;
  vertical-align: middle;
  padding-right: 2px;
}
td.itemtext
{
  border-bottom-style: solid;
  border-bottom-color: #000080;
  width: 70%;
  vertical-align: middle;
  text-align: left;
  padding-left: 8px;
  font-family: 'Times New Roman' , Times, serif;
  font-size: 16px;
}
td.itemtextl{
  border-bottom-style: solid;
  border-bottom-color: #000080;
  width: 380px;
  vertical-align: middle;
  text-align: left;
}
td.itemtextr{
  border-bottom-style: solid;
  border-bottom-color: #000080;
  width: 380px;
  vertical-align: middle;
  text-align: right;
}
td.itemtextlist{
  border-bottom-style: solid;
  border-bottom-color: #000080;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}
td.links{
  text-align: left;
  vertical-align: top;
  width: 450px;
}
td.links p{
  text-align: left;
  vertical-align: top;
  width: 450px;
}
table.displaylist{
  border-style: solid;
  border-width: thin;
  width: 500px;
  height: 498px;
}
table.displaylist th{
  border-style: solid;
  border-width: thin;
}
table.displaylist td{
  border-style: solid;
  border-width: thin;
  vertical-align: middle;
  text-align: center;
}
#productlist
{
  text-align: center;
}
#productlist table
{
  vertical-align: middle;
  text-align: center;
  width: 50%;
}
#tagsgrid
{
  width: 100%;
}
#tagsgrid tr td
{
  width: 25%;
  vertical-align: bottom;
  text-align: center;
}
/*------body-ends------*/
/*------back-to-top-start------*/
#backtotop
{
  font-size: 11px;
  font-weight: normal;
  color: #035199;
}
#backtotop a
{
  text-decoration: none;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: thin;
  border-left-width: thin;
  padding-right: 4px;
  padding-left: 4px;
  color: #035199;
}
#backtotop a:hover
{
  color:#fff;
	background:#0364C8;
	text-decoration:none;
}
/*------back-to-top-end------*/
/*------footer-starts------*/
/* Footer styles */
#footer {
  clear:both;
	float:left;
	width:100%;
}
#footer p {
	padding:10px;
	margin:0;
}
#footer img
{
  border-style: none;
}
/*#footer a:hover
{
  background-color: #FFFFFF;
}*/

#footlinks
{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#footlinks ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#footlinks ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#footlinks ul li a
{
  display: block;
  margin: 0px 2px 0px 2px;
  background: #FFFFFF;
  color: #035199; /*color: #006699;*/
  text-decoration: none;
  line-height: 1.3em;
  font-family: 'Times New Roman' , Times, serif;
  font-weight: normal;
  font-size: 11px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: thin;
  border-left-width: thin;
  border-right-color: #035199;
  border-left-color: #035199;
  padding-right: 4px;
  padding-left: 4px;
}
#footlinks a:link,
#footlinks a:visited {
  color:#035199;
	background:#fff;
	text-decoration:none;
}
#footlinks ul li a:hover
{
  color:#fff;
	background:#0364C8;
	text-decoration:none;
}
#footlinks ul li a.active, 
#footlinks ul li a.active:hover
{
  color:#fff;
	background:#0364C8;
	text-decoration:none;
}
/*------footer-ends------*/
/*------address-starts------*/
address{
  border-color: #808080;
  border-width: medium;
  font-size: xx-small;
  padding-top: 1em;
  margin-top: 1em;
  border-top-style: ridge;
  text-align: center;
}
/*------address-ends------*/
/*------W3C-buttons-starts-----*/
.w3cbutton4 {
  margin: 1em 0;
  width: 10em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link, 
.w3cbutton4 a:visited, 
.w3cbutton4 a:hover
{
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c
{
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
.w3cbutton4 span.html, 
.w3cbutton4 span.css
{
  padding: 0 0.4em;
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
/*------W3C-buttons-ends------*/

