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 div 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 div.left, #main_nav_container div.right {
	position: absolute;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
	width: 17px;
	height: 51px;
	z-index: 1;
}
#main_nav_container div.left {
	background-image: url(/images/themes/contemporary/layout/menu_left_rounded.png);
	left: 0;
}
#main_nav_container div.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 li.selected { font-weight: bold; }
#main_nav li a {
	color: #757575;
	text-decoration: none;
}
#main_nav li 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 li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#top_nav li.cart {
	padding-right: 18px;
	background: url(/images/themes/contemporary/layout/shopping_cart.gif) right 1px no-repeat;
}
#top_nav li a {
	color: #757575; 
	text-decoration: none;
}
#top_nav li 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 ul li { padding: 2px 0; }
#left_column ul li a {
	color: #666;
	text-decoration: none;
}
#left_column ul li a:hover { text-decoration: underline; }
#left_column dl.sponsors { margin: 18px 0 0 0; }
#left_column dl.sponsors dt { text-align: center; }
#left_column dl.sponsors dd {
	text-align: center;
	margin: 0 0 18px 0;
}
#left_column div.spacer { padding: 5px 0; }

#middle_column {
	float: left;
	width: 440px;
	margin: 0 20px 0 0;
}

#main_column {
	float: left;
	width: 660px;
}
#content div.use_margin { margin-right: 20px; }

#ecom_column {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 0 -5000px 0;
	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 ul { margin: 0 0 5px 21px; list-style-type: square; }
#ecom_column ul li { padding-bottom: 2px; }
#ecom_column ul a { color: #fff; text-decoration: none; }
#ecom_column ul a:hover { text-decoration: underline; }
#ecom_column p {
	margin: 0 8px;
	line-height: 18px;
}
#ecom_column p.welcome { font-weight: bold; margin-bottom: 8px; }
#ecom_column p.more { text-align: right; margin-bottom: 10px; }
#ecom_column p.more a { color: #fff; }
#ecom_column p.search { 
	position: relative;
	margin-bottom: 10px; 
}
#ecom_column p.search input { 
	width: 155px;
	height: 17px;
}
#ecom_column p.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 p.title { font-weight: bold; }

#shoppingCartDiv div.items { margin-left: 8px; }
#shoppingCartDiv table thead th {
	font-weight: bold;
	text-align: left;
}
#shoppingCartDiv table thead th.qty { width: 30px; }
#shoppingCartDiv table thead th.name {
	width: 112px;
}
#shoppingCartDiv table tbody td {
	font-size: 11px;
	padding: 2px 8px 0 0;
	vertical-align: top;
}
#shoppingCartDiv table tbody td 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 dl dt {
	font-weight: bold;
	float: left;
	clear: left;
}
#shoppingCartDiv dl dd { 
	text-align: right; 
	padding-bottom: 2px;
}
#shoppingCartDiv p.submit { text-align: center; }
#shoppingCartDiv p.empty { margin: 8px 0 12px 8px; }
#shoppingCartDiv p 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 a.key {
	display: block;
	position: relative;
	float: right;
	top: -7px;
	width: 35px;
	height: 35px;
	background: url(/images/html/common/images/key.gif) left no-repeat;
	text-indent: -5000px;
	z-index:2;
}

.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 div.links { margin-bottom: 50px; }
.dojoDialog h1 { margin-bottom: 10px; }
.dojoDialog p.close { position: absolute; top: 0; right: 0; margin-top: 0; font-size: 10px; }
.dojoDialog p.close a { font-weight: normal; }
.dojoDialog p.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 {
/*	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;
}
.dijitDialog a { font-weight: bold; font-size: 12px; }
.dijitDialog div.links { margin-bottom: 50px; }
.dijitDialog h1 { margin-bottom: 10px; }
.dijitDialog p.close { position: absolute; top: 0; right: 0; margin-top: 0; font-size: 10px; }
.dijitDialog p.close a { font-weight: normal; }
.dijitDialog p.controls { text-align: right; }
.dijitDialog h4 { margin-bottom: 8px; font-size: 13px; }
.dijitDialog h2 { font-size: 16px; margin-bottom: 10px; }
.dijitDialog span { display: block; }