body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #cacaca;
}
input[type="text"], 
input[type="password"],
select {
	border: 1px solid #ccc;
	height: 20px;
	font-size: 13px;
}
#master {
	position: relative;
	width: 950px;
	margin: 0px auto;
	background: #fff url(/images/themes/contemporary/layout/master_background.png) left top repeat-y;
}
#top {
	position: relative;
	background: url(/images/themes/contemporary/layout/top_rounded.png) left top no-repeat;
	padding: 50px 35px 25px 35px;
}
#company_logo {
	position: absolute;
	top: 24px;
	left: 35px;
}
#company_logo img { width: 200px; height: 65px; }
#header {
	position: relative;
	width: 880px;
	height: 178px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#header div {
	position: relative;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}
#header p {
	position: absolute;
	top: 87px;
	right: 368px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
#main_nav_container {
	position: relative;
	margin: 8px 0 0 0;
	height: 51px;
	background: url(/images/themes/contemporary/layout/menu_background.png) left top repeat-x;
}
#main_nav_container .left, #main_nav_container .right {
	position: absolute;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
	width: 17px;
	height: 51px;
	z-index: 1;
}
#main_nav_container .left {
	background-image: url(/images/themes/contemporary/layout/menu_left_rounded.png);
	left: 0;
}
#main_nav_container .right {
	background-image: url(/images/themes/contemporary/layout/menu_right_rounded.png);
	right: 0;
}
#main_nav {
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	padding-top: 17px;
}
#main_nav li {
	background-position: left 4px;
	background-repeat: no-repeat;
	display: inline;
	margin-left: 30px;
	padding-left: 13px;
}
#main_nav .selected { font-weight: bold; }
#main_nav a {
	color: #757575;
	text-decoration: none;
}
#main_nav a:hover { text-decoration: underline; }
#top_nav {
	position: absolute;
	top: 24px;
	right: 35px;
	list-style: none;
}
#top_nav li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dotted #757575;
}
#top_nav .first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#top_nav .cart {
	padding-right: 18px;
	background: url(/images/themes/contemporary/layout/shopping_cart.gif) right 1px no-repeat;
}
#top_nav a {
	color: #757575; 
	text-decoration: none;
}
#top_nav a:hover {
	text-decoration: underline;
}
#content_container {
	position: relative;
	width: 880px;
	margin: 0 0 15px 35px;
	overflow: hidden;
}
#content {
	position: relative;
	zoom: 1;
}
#left_column {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 20px -5000px 0;
	padding: 0 0 5000px 0;
	background-color: #d6d6d6;
}
#left_column h5 {
	background-color: #aaa;
	color: #fff;
	padding: 3px 0 3px 6px;
	margin: 0 0 8px 0;
	font-size: 13px;
}
#left_column h6 {
	color: #333;
	font-size: 12px;
	margin: 0 0 0 6px;
}
#left_column ul {
	list-style-type: square;
	margin: 5px 0 5px 30px;
}
#left_column li { padding: 2px 0; }
#left_column a {
	color: #666;
	text-decoration: none;
}
#left_column a:hover { text-decoration: underline; }
.sponsors { margin: 18px 0 0 0; }
.sponsors dt { text-align: center; }
.sponsors dd {
	text-align: center;
	margin: 0 0 18px 0;
}
#left_column .spacer { padding: 5px 0; }
#middle_column {
	float: left;
	width: 440px;
	margin: 0 20px 0 0;
}
#main_column {
	float: left;
	width: 660px;
}
#content .use_margin { margin-right: 20px; }
#ecom_column {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 0 -4986px;
	padding: 0 0 5000px 0;
	color: #fff;
}
#ecom_column h5 {
	color: #fff;
	padding: 3px 0 3px 6px;
	margin: 0 0 8px 0;
	font-size: 13px;
}
#ecom_column dd{
float: right;
}
#ecom_column dt{width: 135px !important; clear: none !important;}
#ecom_column ul { margin: 0 0 5px 21px; list-style-type: square; }
#ecom_column li { padding-bottom: 2px; }
#ecom_column a { color: #fff; text-decoration: none; }
#ecom_column a:hover { text-decoration: underline; }
#ecom_column p {
	margin: 0 8px;
	line-height: 18px;
}
.welcome { font-weight: bold; margin-bottom: 8px; }
.more { text-align: right; margin-bottom: 10px; }
.more a { color: #fff; }
.search {
	position: relative;
	margin-bottom: 10px; 
}
.search input {
	width: 155px;
	height: 17px;
}
.search a {
	position: absolute;
	top: 0;
	right: 5px;
	display: block;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	background-image: url(/images/themes/contemporary/layout/search_arrow.gif);
	text-indent: -500px;
	overflow: hidden;
}
#ecom_column .title { font-weight: bold; }
#shoppingCartDiv .items { margin-left: 8px; }
#shoppingCartDiv th {
	font-weight: bold;
	text-align: left;
}
#shoppingCartDiv th.qty { width: 30px; }
#shoppingCartDiv th.name {width: 112px;}
#shoppingCartDiv td {
	font-size: 11px;
	padding: 2px 8px 0 0;
	vertical-align: top;
}
#shoppingCartDiv span {
	display: block;
	overflow: hidden;
	height: 14px;
}
#shoppingCartDiv dl { 
	position: relative;
	border-top: 1px dotted #fff;
	margin: 8px 8px 0 8px; 
	padding-top: 8px;
}
#shoppingCartDiv dt {
	font-weight: bold;
	float: left;
	clear: left;
}
#shoppingCartDiv dd {
	text-align: right; 
	padding-bottom: 2px;
}
#shoppingCartDiv .submit { text-align: center; }
#shoppingCartDiv .empty { margin: 8px 0 12px 8px; }
#shoppingCartDiv input { margin: 12px 0 12px 0; }
#bottom {
	position: relative;
	background: url(/images/themes/contemporary/layout/bottom_rounded.png) left bottom no-repeat;
	padding-bottom: 35px;
}
#footer {
	position: relative;
	height: 38px;
	background-repeat: repeat-x;
	background-position: left top;
	width: 880px;
	margin: 0 0 0 35px;
}
#footer p { 
	position: relative;
	text-align: center;
	color: #fff;
	padding-top: 4px;
}
#footer .key {
	display: block;
	position: relative;
	float: right;
	top: 0;
	width: 35px;
	background: url(/images/html/common/images/key.gif) left no-repeat;
	text-indent: -5000px;
	z-index:2;
}
span.loginText{display: none;}
.dojoDialog {
	background: #fff url(/images/html/common/images/powered_by_vetsource.gif) right bottom no-repeat;
	border: 3px solid #888;
	width: 400px;
	padding: 10px 10px 35px 10px;
	color: #555;
	font-size: 12px;
}
.dojoDialog a { font-weight: bold; font-size: 12px; }
.dojoDialog .links { margin-bottom: 50px; }
.dojoDialog h1 { margin-bottom: 10px; }
.dojoDialog .close { position: absolute; top: 0; right: 0; margin-top: 0; font-size: 10px; }
.dojoDialog a { font-weight: normal; }
.dojoDialog .controls { text-align: right; }
.dojoDialog h4 { margin-bottom: 8px; font-size: 13px; }
.dojoDialog h2 { font-size: 16px; margin-bottom: 10px; }
.dojoDialog span { display: block; }
.dijitDialog {
	border: 3px solid #888;
	width: 400px;
	padding: 10px 10px 35px 10px;
	color: #555;
	font-size: 12px;
}
.dijitDialog a { font-weight: bold; font-size: 12px; }
.dijitDialog .links { margin-bottom: 50px; }
.dijitDialog h1 { margin-bottom: 10px; }
.dijitDialog .close { position: absolute; top: 0; right: 0; margin-top: 0; font-size: 10px; }
.dijitDialog a { font-weight: normal; }
.dijitDialog .controls { text-align: right; }
.dijitDialog h4 { margin-bottom: 8px; font-size: 13px; }
.dijitDialog h2 { font-size: 16px; margin-bottom: 10px; }
.dijitDialog span { display: block; }

