html
{
	font : 11px Verdana, Helvetica, sans-serif;

	padding : 0;
	background-color : #d9e4ff;
	margin : 0;
	
	cursor : default;
}
body
{
	padding : 0;
	margin : 0;
}

a img
{
	border : 0 none;
}

p
{
	padding : 0;
	margin : 0 0 1em;
}

:link, :visited
{
	color : #2785cf;
	text-decoration : underline;
}
:link:hover, :visited:hover
{
	text-decoration : none;
	
	cursor : pointer;
}

.clear
{
	display : block;
	clear : both;
}

.skipblock
{
	display : none;
}

#foot
{
	clear : both;
}

/* menu.css */

#logo
{
	display : block;
	width : 188px;
	height : 172px;

	text-indent : -32767em;

	padding : 0;
	background : transparent url('/images/logo.png') no-repeat top left;
	margin : 0 0 0 -3px;
}

#logo a
{
	display : block;
	width : 100%;
	height : 100%;
}

#menu
{
	width : 185px;
	float : left;
	
	padding-left : 3px;
}

#main_menu_container,
#main_menu
{
	width : 186px;
}

#main_menu_container
{
	margin-top : -20px;
	margin-left : -1px;
}

#main_menu_container .top,
#main_menu_container .bottom
{
	display : block;
	height : 8px;
}
#main_menu_container .top
{
	background : transparent url('/images/menu-top.png') no-repeat top left;
}
#main_menu_container .bottom
{
	background : transparent url('/images/menu-bottom.png') no-repeat bottom left;
}

#main_menu
{
	padding : 0;
	background-color : #0b868d;
	margin : 0;
}
#main_menu :link,
#main_menu :visited
{
	font-weight : bold;
	color : #fff;
	text-decoration : none;
}
#main_menu ul
{
	display : none;
	width : 186px;
	position : absolute;
	top : -1px;
	left : 100%;
	z-index : 3;

	padding : 0;
	background-color : #0b868d;
	border : 1px solid #3c9ea4;
	margin : 0;
}
#main_menu li
{
	display : block;
	position : relative;
	list-style : none;
	z-index : 4;
	
	text-align : right;
	
	padding : 0;
	border-top : 1px solid #3c9ea4;
	margin : 0;
}
#main_menu li:first-child
{
	border-top : 0 none;
}
#main_menu li.more
{
	background-image : url('/images/menu-bullet.png');
	background-repeat : no-repeat;
	background-position : right 0.8em;
}

#main_menu li:hover
{
	background-color : #239198;
}
#main_menu li:hover > ul
{
	display : block;
}

#main_menu a
{
	display : block;
	height : 100%;
	
	padding : 0.3em 17px 0.3em 0;
}

#menu .petsalon
{
	display : block;
	width : 170px;
	height : 64px;
	
	text-indent : -32767em;
	
	background : transparent url('/images/menu-petsalon.png') no-repeat top left;
	margin : 0.5em auto 1em;
}

#menu .newsletter
{
	width : 165px;
	height : 120px;
	
	font-size : 0.8em;
	line-height : 1.6em;
	color : #fff;
	
	padding : 10px;
	background : transparent url('/images/newsletter-bg.png') no-repeat top left;
	margin : 0 auto;
}

#menu .newsletter strong
{
	display : block;
	
	font-weight : bold;
	font-size : 1.3em;
	line-height : 1.3em;
	
	padding-left : 22px;
	background : transparent url('/images/newsletter-icon.png') no-repeat center left;
	margin-bottom : 0.5em;
}

#menu .newsletter input[type='text']
{
	width : 100%;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
	
	font : 11px Verdana, Helvetica, sans-serif;
	color : #2a508b;

	border : 0 none;
	
	cursor : text;
}
#menu .newsletter input[type='text']:focus
{
	color : #000;
}

#menu .newsletter input[type='submit']
{
	float : right;

	font-weight : bold;
	font-size : 10px;
	color : #fff;
	
	border-width : 1px;
	border-style : solid;
	border-color : #fff #000 #000 #fff;
	background-color : #2a508b;
	margin-top : 0.8em;
	
	cursor : pointer;
}
#menu .newsletter input[type='submit']:active
{
	border-color : #000 #fff #fff #000;
}

/* head.css */

#head
{
	white-space : nowrap;
	background-color : #fff;
	
	padding : 14px 0 0;
	margin-left : 188px;
}
#head address
{
	display : inline;
	font-style : normal;
}
#head dl
{
	font-size : 0.9em;
}
#head dl, #head dt, #head dd
{
	padding : 0;
	margin : 0;
}
#head dt, #head dd
{
	display : inline;
}
#head dt
{
	font-weight : bold;
}
#head address, #head dt
{
	background : transparent url('/images/bullet.png') no-repeat center left;
	padding-left : 0.8em;
}
#head dt:first-child
{
	background : none;
	padding-left : 0;
}

#head :link,
#head :visited
{
	font-weight : bold;
	color : #4970ad;
	text-decoration : none;
}
#head :link:hover,
#head :visited:hover
{
	text-decoration : underline;
}

#head ul
{
	padding : 7px 0 0 8px;
	background-color : #d9e4ff;
	border-top : 1px solid #bec7de;
	margin : 10px 0;
}
#head ul li
{
	display : inline;
	font-weight : bold;
	list-style : none;
	
	padding-left : 1em;
}
#head ul li:first-child
{
	padding-left : 0;
	padding-right : 5em;
}
#head ul li:first-child :link,
#head ul li:first-child :visited
{
	font-size : 1.1em;
	color : #c00;
}
#head ul li :link,
#head ul li :visited
{
	color : #4970ad;
}

/* main.css */

#main
{
	background-color : #fff;
	margin-left : 191px;
	margin-right : 5px;
}

#main .bottom
{
	display : block;
	
	background : transparent url('/images/content-bl.png') no-repeat bottom left;
	margin-top : -10px;
}
#main .bottom b
{
	display : block;
	height : 10px;
	
	background : transparent url('/images/content-br.png') no-repeat bottom right;
}

h1
{
	font-weight : normal;
	font-size : 2em;
	color : #26a5ac;
	
	padding-left : 9px;
	background : transparent url('/images/h2-bg-left.png') no-repeat top left;
	border-bottom : 1px solid #bec7de;
	margin : 0 0 15px;
}
h1 span
{
	display : block;
	height : 51px;
	
	line-height : 48px;
	
	padding-left : 9px;
	background : transparent url('/images/h2-bg-right.png') no-repeat top right;
}

h2
{
	font-size : 1.05em;
	color : #759bce;
	
	margin : 1em 0;
}

#sub_menu_container
{
	width : 185px;
	float : right;
}

#sub_menu
{
	width : 185px;
	
	padding : 0 0 187px 0;
	/*background : transparent url('/images/vet-bumper.jpg') no-repeat bottom right;*/
	margin : 0;
}
#sub_menu li
{
	display : block;
	list-style : none;
	
	font-weight : bold;
	font-size : 1.1em;
	
	padding : 0.5em 0;
	border-bottom : 1px solid #bec7de;
}
#sub_menu li:hover
{
	background-color : #f5f8ff;
}
#sub_menu li:hover :link,
#sub_menu li:hover :visited
{
	color : #4970ad;
}

#sub_menu li.active :link,
#sub_menu li.active :visited
{
	color : #256373;
}

#sub_menu li a
{
	display : block;
	height : 100%;
	padding-left : 1em;
}
#sub_menu li :link,
#sub_menu li :visited
{
	text-decoration : none;
}

#content
{
	font-size : 1.2em;

	margin-left : 20px;
	margin-right : 195px;
}

/* foot.css */

#foot
{
	clear : both;

	font-size : 9px;
	color : #666;
	
	padding-left : 2em;
	margin : 5px 5px 0 188px;
}
#foot .copyright,
#foot .disclaimer
{
	padding-bottom : 10px;
}
#foot .copyright
{
	width : 185px;
	float : right;
	
	padding-right : 10px;
}
#foot .disclaimer
{
	margin-right : 205px;
}

#foot :link,
#foot :visited
{
	color : #001c6d;
	text-decoration : none;
}
#foot :link:hover,
#foot :visited:hover
{
	text-decoration : underline;
}