/*
 *	Tags
 */

BODY
{
	background-color: #0053D0;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url( ../img/page_bg.gif );
}
 
TD
{
	vertical-align: top;
	font-size: 1em;
	padding: 0px;
}

DIV
{
	font-size: 1em;
}

INPUT, SELECT, PRE
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

TEXTAREA
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

A:link
{
	color: #0053D0;
	text-decoration: underline;
}

A:visited
{
	color: #0053D0;
	text-decoration: underline;
}

A:hover
{
	color: #DF6E00;
	text-decoration: underline;
}

A:active
{
	color: #DF6E00;
	text-decoration: underline;
}

ul#top_menu
{
	list-style-type:none; /*remove bullets*/ 
}
ul#top_menu li
{
	display:inline; /*fix IE whitespace in lists bug*/
}
ul#top_menu li a:link, ul#top_menu li a:visited
{
	display:block; /*allows anchor to take width and height*/
	width:149px;   /*equal to image width*/
	height:44px;   /*equal to image height*/
	text-indent:-3000px;		/*moves text out of the way*/
	overflow:hidden;
	text-decoration:none;
}

TABLE
{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.form
{
	width: auto;
}

table.form th
{
	color: Black;
	font-weight: bold;
	background-color: White;
	padding-right: 5px;
}

IMG
{
	border: none;
}

TH
{
	font-size: 1em;
	font-weight: normal;
	background-color: #DF6E00;
	color: #FFFFFF;
	text-align: left;
}

FORM
{
	margin: 0px;
}

P
{
	margin: 0px 0px 10px 0px;
}

UL
{
	list-style-type: square;
}

LI
{
	margin: 0px 0px 5px 0px;
}

SMALL, .small
{
	font-size: 0.9em;
}

BIG, .big
{
	font-size: 1.2em;
}

H1
{
	color: #078501; 
	font-size: 23px;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
}

H1 A:link, H1  A:visited 
{
	color: #078501; 
}
H1 A:active, H1  A:hover
{
	color: #DF6E00; 
}

H2
{
	color: #DF6E00; 
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

H2 A:link, H2  A:visited 
{
	color: #DF6E00; 
}

H2 A:active, H2  A:hover 
{
	color: #0053D0; 
}

H3
{
	color: #000000; 
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

H4
{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

DL
{
	padding: 0px;
	margin: 0px;
}

DT
{
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px;
}

DD
{
	font-size: 0.9em;
	padding: 5px 0px 10px 20px;
	margin: 0px;
}

/*
 *	Classes
 */
 
.nomargin
{
	margin: 0px;
	padding: 0px;
}

.pictext
{
	margin: 0px 10px 10px 0px;
	float: left;
}

.bgwhite
{
	background-color: #FFFFFF;
}

.bgstripe1
{
	background-color: #F0F0F0;
}

.bgstripe2
{
	background-color: #FFFFFF;
}

.linkmenuactive:link, .linkmenuactive:visited
{
	color: #DF6E00;
	text-decoration: none;
}

.linkmenuactive:hover, .linkmenuactive:active
{
	color: #DF6E00;
	text-decoration: none;
}

.boxmenu
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.sepline
{
	background-color: #FBE9C7;
	margin: 20px 0px 20px 0px;
	height: 2px;
}

.linkmore:link
{
	clear: both;
	padding: 0px 0px 0px 15px;
	background-image: url( ../img/bul.gif );
	background-position: left 1px;
	background-repeat: no-repeat;
}

.linkmore:visited
{
	clear: both;
	padding: 0px 0px 0px 15px;
	background-image: url( ../img/bul.gif );
	background-position: left 1px;
	background-repeat: no-repeat;
}

.linkmore:hover
{
	clear: both;
	padding: 0px 0px 0px 15px;
	background-image: url( ../img/bul.gif );
	background-position: left 1px;
	background-repeat: no-repeat;
}

.linkmore:active
{
	clear: both;
	padding: 0px 0px 0px 15px;
	background-image: url( ../img/bul.gif );
	background-position: left 1px;
	background-repeat: no-repeat;
}

.logomain
{
	color: #DF6E00;
	text-decoration: none;
}

.logoalt
{
	color: #0053D0;
	text-decoration: none;
}

.logodomain
{
	color: #9D9D9D;
	font-size: 21px;
	text-decoration: none;
}



.comments
{
	color: #AAAAAA;
	padding: 0px 0px 0px 20px;
	text-align: right;
	font-size: 11px;
	vertical-align: top;
}

.boxcontent
{	
	font-size: 11px;
}

.boxcontentsmall
{	
	font-size: 9px;
}

.boxcontent P
{
	font-size: 12px;
}

.boxcontentitem
{
	background-image: url( ../img/sep-horz.gif );
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}

.boxcontentitemlast
{
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.boxad
{
	text-align: center;
}

.boxadbot
{
	text-align: center;
	border-top: 1px solid #FBE9C7;
	padding-top: 20px;
}

.boxtoppromo
{
	background-image: url( ../img/promo_bg-empty.gif );
	background-position: center center;
	background-repeat: no-repeat;
	padding: 19px 20px 0px 64px;
	width: 86px;
	height: 51px;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin: 0px 0px 0px 20px;
	text-align: left;
	white-space: normal;
}

.boxtoppromo1
{
	background-image: url( ../img/promo_bg-1.gif );
}

.boxtoppromo2
{
	background-image: url( ../img/promo_bg-2.gif );
}

.boxtoppromo3
{
	background-image: url( ../img/promo_bg-3.gif );
}

.boxvisfrontpage
{
	background-image: url( ../img/vis-frontpage.gif );
}

.boxvisdogs
{
	background-image: url( ../img/vis-dogs.gif );
}

.tblsmall TD A:link, .tblsmall TD A:visited, .tblsmall TD A:hover, .tblsmall TD A:active, .boxsmallitem A:link, .boxsmallitem A:visited, .boxsmallitem A:hover, .boxsmallitem A:active
{
	display: block;
	margin: 0px 5px 5px 0px;
}


.boxpicbig
{
	background-image: url( ../img/pic_big-bg.gif );
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px 0px 0px 15px;
	width: 235px;
	height: 235px;
	margin: 0px 0px 15px 0px;
}

.boxpicsmall
{
	background-image: url( ../img/pic_small-bg.gif );
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	width: 85px;
	height: 85px;
	margin: 0px 0px 0px 0px;
}

.picsmallframe
{
	background-image: url( ../img/pic_small-bg.gif );
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 5px;
	border: 0px solid Gray;
	width: 85px;
	height: 85px;
	margin: 0px 0px 0px 0px;
}

.picframenoimage
{
	background-image: url( ../img/pic_small-bg.gif );
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	width: 95px;
	height: 75px;
	border: 0px solid Gray;
	margin: 0px 0px 0px 0px;
	color: Gray;
}

.boxpicsmall2
{
	background-image: url( ../img/pic_small-bg.gif );
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	width: 85px;
	height: 85px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

.boxpicbig2
{
    background-color: #F0F0F0;
    border: 1px solid #E0E0E0;
    width: auto;
    padding: 10px;
    margin-bottom: 15px;
	text-align: center;
}


/*
 *	Identifiers
 */

#title
{
	height: 54px;
	background-image: url( ../img/title_bg.gif );
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#title H1
{
	color: #177511; 
	font-size: 20px;
	font-weight: normal;
	padding: 12px 0px 0px 15px;
}

#submenu
{
	color: #E7E7E7;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	background-image: url( ../img/submenu_bg.gif );
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 15px 15px;
}


#tblheader
{
	height: 106px;
}
 
 
#promos
{
	text-align: right;
	padding: 18px 20px 0px 0px;
	white-space: nowrap;
}

#promos UL
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tabs
{
	padding: 0px 20px 0px 20px;
	vertical-align: bottom;
}

#tabs UL
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 44px;
}

#tabs UL LI
{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	vertical-align: bottom;
}

#tabs UL LI A, #tabs UL LI A IMG
{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	display: inline;
	height: 44px;
}

#header
{
	background-image: url( ../img/header_bg.gif );
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 150px;
	width: 990px;
	text-align: left;
}

#logo
{
	background-image: url( ../img/sign.gif );
	background-position: 20px 25px;
	background-repeat: no-repeat;
	padding: 49px 0px 0px 90px;
	font-size: 33px;
	width: 300px;
}

#logo A:link, #logo A:visited, #logo A:hover, #logo A:active
{
	text-decoration: none;
}

#menu
{
	color: #AAAAAA;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	vertical-align: middle;
}

#submenu
{
	color: #AAAAAA;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	height: 34px;
}


#main
{
	background-image: url( ../img/box_main-t_bg.gif );
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
}

#right
{
	padding: 20px 20px 20px 20px;
	background-image: url( ../img/box_main-t_r.gif );
	background-position: right top;
	background-repeat: no-repeat;
	width: 160px;
}

#content
{
	padding: 20px 20px 0px 20px;
	border-right: 1px solid #FBE9C7;
	background-image: url( ../img/box_main-t_l.gif );
	background-position: left top;
	background-repeat: no-repeat;
}

#left
{
	padding: 0px 20px 20px 0px;
	border-right: 1px solid #FBE9C7;
	width: 260px;
}

#center
{
	padding: 0px 0px 20px 20px;
}

#vis
{
	height: 190px;
	background-position: left top;
	background-repeat: no-repeat;
}

#vis H1
{
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	padding: 15px 20px 0px 143px;
}

#vis H2
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	padding: 10px 20px 0px 133px;
}

#vis H3
{
	color: #000000;
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	padding: 25px 20px 0px 270px;
}

#contentfooter
{
	background-image: url( ../img/box_main-b_l.gif );
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 20px;
}

#rightfooter
{
	background-image: url( ../img/box_main-b_r.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 20px;
}

#footer
{
	background-image: url( ../img/footer_bg.gif );
	height: 71px;
	width: 990px;
	text-align: left;
}

#footer A:link, #footer A:visited
{
	color: #FFFFFF;
}

#footer A:hover, #footer A:active
{
	color: #DDDDDD;
}

#copyright
{
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
}

#footermenu
{
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
	text-align: right;
}

#search
{
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

#search H2
{
	color: #FFFFFF;
}

#x, .x
{
	border: 1px solid red;
	background: yellow;
}

/***************************/
div.gallery_thumbs {
    padding: 5px 10px;
}

a.gallery_thumb  {
    display: block;
    float: left;
    margin: 1px;
    padding: 1px;
}

a.gallery_current {
	display: block;
	float: left;
    margin: 1px;
    padding: 1px;
	border: 3px solid red;
}

.gallery_img {
    display: block;
    border: 0;
}

.gallery_navigation {
    font-size: x-small;
}
/***************************/


.searhfieldlabel{font-weight: bold;}

.btnsearch
{
	text-align: center;
	width: 160px;
	font-weight: bold;
	color: #078501;
}
.inputsearch
{
	border: 1px solid #FBE9C7;
	width: 158px;
}

.selectsearch
{
	border: 1px solid #FBE9C7;
	width: 160px;
	margin-bottom: 5px;
}

#searchfromtable
{
	margin-left: 20px;
	margin-right: 10px;
	width: auto;
}
#searchfromtable th {
	text-align: right;
	color: black;
	background-color: White;
	font-weight: bold;
	width: 150px;
}
#searchfromtable td {
	width: 250px; padding-left: 10px;
}
.nonactive
{
	color: gray;
}
