/* VetShop styles */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

img {
	border-style:none;
	padding:0px;
	margin:0px;
}

.ptitle {
	font-style:italic;
	font-weight:bold;
	font-color:#889944;
}

#main_layout {
	background-image:url(images/mva_bg.gif);
	background-repeat:repeat-y;
	width:780px;
	margin:0px auto;
}

#head {
	width:780px;
	height:215px;
	background: url(images/mva_header.jpg) no-repeat top left;
}

#nav_area {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}

#nav_links {
	margin-right:20px;
	text-align:right;
}

#content {
	margin:20px 25px 10px 220px;
	font-size:85%;
	text-align:left;
}

#content .left_col {
	float:left;
	width:200px;
	height:225px;
	text-align:center;
}

#content .right_col {
	margin-left:220px;
	text-align:justify;
	height:225px;
}

#content hr {
	border:0;
	height:1px;
	color:#3F337F;
	background-color:#3F337F;
}

#foot {
	clear:both;
	width:780px;
	height:10px;
	background-image:url(images/mva_footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a:visited { color:#889944; font-weight:bold; text-decoration:none }
a:link { color:#889944; font-weight:bold; text-decoration:none  }
a:active { color:#889944; font-weight:bold; text-decoration:none  }
a:hover { text-decoration:underline }

a.prod:visited { color:#BBCC77; text-decoration:none; font-size:11px }
a.prod:link { color:#BBCC77; text-decoration:none; font-size:11px }
a.prod:active { color:#BBCC77; text-decoration:none; font-size:11px }
a.prod:hover { text-decoration:underline }

