* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
h1 {
	font-size:18px;
	color: #003333;
	margin:9px 0px;
}
h2 {
	font-size:16px;
	color: #000000;
	margin:8px 0px;
}
h3 {
	font-size:15px;
	color: #003333;
	margin:7px 0px;
}
h4 {
	font-size:15px;
	color: #003333;
	margin:7px 0px;
}
h5 {
	font-size:15px;
	color: #003333;
	margin:7px 0px;
}
h6 {
	font-size:14px;
	color: #003333;
	margin:7px 0px;
}
p {
	margin:7px 0px;
	font-size:13px;
	line-height:130%;
}
td, tr {
	font-size:13px;
	color:#000;
}
img {
	border-width:0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #660;
	text-decoration: none;
}
a:hover {
	color: #360;
	text-decoration: underline;
}
a:active {
	color: #660;
	text-decoration: none;
}
#div1 {
	width:1000px;
	margin:0px auto;
}
#top_baner {
	margin:0px auto;
	width:1000px;
}
ul, ol {
	margin:7px 20px;
}
li {
	margin:7px 0px;
}
ul.menu {
	list-style: none;
	text-align: right;
	list-style-image:url(images/li.png);
	margin:7px 16px;
}
li.menu {
	margin: 12px 0px;
}
li.menu a {
	border-bottom:#660 1px dotted;
	text-decoration: none;
}
li.menu a:hover {
	color: #360;
	text-decoration: none;
	border-bottom:#660 1px solid;
}
.warning {
	padding:6px;
	border:#930 1px solid;
}
div.button {
	margin-right:0px;
	margin-left:30px;
	width:550px;
	text-align:center;
	top:0px;
	left: 0px;
	background-color:#f2f4dc;
	border: 1px #666600 solid;
	padding: 10px 10px 10px 10px;
}
div.button a {
	display:block;
	font-size:14px;
	color: #666600;
	display: inline;
	margin: 0px;
	padding: 5px 5px 10px 10px;
}
div.button a:link {
	text-decoration:none;
}
div.button a:hover {
	color:#092644;
	text-decoration:underline;
}
.table_border {
	margin:5px;
	width:100%;
	border:#dee2a5 solid 1px;
	text-align:right;
}
table.table_border td, table.table_border th {
	padding:5px;
	border-bottom:#dee2a5 1px solid;
}
table.table_border td.no_line, table.table_border th.no_line {
	border-bottom-width:0px;
}
.table_all {
	width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #dee2a5;
	border-collapse: collapse;
	text-align:right;
}
table.table_all td, table.table_all th {
	padding:6px;
	border-width: 1px;
	border-style: solid;
	border-color: #dee2a5;
}
table.table_all td.no_line, table.table_all th.no_line {
	border-bottom-width:0px;
}
.rounded_button a{
	background: transparent url('/images/bg_button_pet_medicine_end.gif') no-repeat scroll right top;
	color: #444;
	display: block;
	font: normal 15px arial, sans-serif;
	font-weight:bold;
	height: 42px;
	padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

.rounded_button a span {
	background: transparent url('/images/bg_button_pet_medicine.gif') no-repeat;
	display: block;
	line-height: 32px;
	padding: 5px 0px 5px 20px;
	text-align:center;
}

.rounded_button a:hover {
	background-position:right -44px;
	color: #000;
	outline: none;
}

.rounded_button a:hover span {
	background-position:left -44px;
} 

.rounded_button a:active {
	background-position:right bottom;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

.rounded_button a:active span {
	background-position:left bottom;
	padding: 6px 0px 4px 18px; /* push text down 1px */
}
#news
{
	background:transparent url(images/news_title.png) no-repeat top right;
	padding-top:29px;
	margin:0px 20px;
	border-bottom:#FFF 1px solid;
}

#news > div
{
	background-color:#f0f4be;
	
}

#news p
{
	padding:12px 15px;
	margin:0px;
	border-bottom:#FFF 1px dashed;
	color:#2E3192;
	font-size:14px;
}

#news a
{
	color:#2E3192;
	font-size:14px;
	text-decoration:none;
}

#news a:hover
{
	text-decoration:underline;
}