/*
	REDLIME - override styles for new layout
*/
html {
	background-color: white;
}
body {
/*
	background: #016a63 url(images/2hounds/bg.jpg) left top repeat-x;
*/
	background: white url(images/2hounds/bg.jpg) left -250px repeat-x;
	background-attachment: fixed;
	height: 100%;
}
body,div,th,td,p,input,select,textarea,tt {
	font-size: 12px;
}
.main-area {
	width: 950px;
	margin: 0 auto;
	background: white none;
}
.topSEO {
	padding-top: 20px;
	display: none;
}
.topper-area {
	background: transparent none;
	height: auto;
	padding-top: 20px;
}
.links {
	float: right;
	font-size: 14px;
	color: gray;
}
.links a {
	display: inline-block;
	padding: 9px 4px;
	color: black;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.topGrnBar {
	clear: both;
	position: relative;
	background-color: #c5c56a;
	height: 70px;
}
.topGrnBar .logo {
	display: block;
	position: absolute;
	left: -3px;
	top: -40px;
}
.topGrnBar .logo img {
	width: 179px;
	height: 103px;
	border: 0;
}
.searchForm {
	display: block;
	position: absolute;
	right: 6px;
	bottom: 4px;
}
.searchForm input {
	font-size: 14px;
	color: black;
	padding: 2px 6px;
/*
	width: 140px;
}
.searchForm input[type="submit"] {
	display: none;
*/
}
.leftMenu {
	width: 180px;
	padding: 10px 20px 140px;
	text-align: left;
	vertical-align: top;
	background: transparent url(images/2hounds/dogs-outline.gif) 40px bottom no-repeat;
}
.leftMenu h1 {
	text-align: left;
	padding: 30px 0 15px;
}


.content-area {
	padding: 30px 20px;
	width: auto;
}
.welcomeTableCont {
	position: relative;
}
.welcomeTable {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}
.welcomeTable td {
	border: 4px solid #c5c56a;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
.welcomeTable .left {
}
.mainCat {
	position: relative;
}
.mainCat a.mainCat {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-shadow:	-2px 0 white,
					2px 0 white,
					0 2px white,
					0 -2px white,
					0 0 5px white;
}
.welcomeTable .right {
	width: 150px;
}
.welcomeTable .right a.prodName {
	display: block;
	background-color: #c5c56a;
	padding: 4px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.welcomeTable .right a.prodName:hover {
	text-decoration: underline;
}
.welcomeTable .right a img {
	padding: 0 10px;
}
/*
.squigle {
	position: absolute;
	right: -107px;
	bottom: -175px;
	width: 175px;
	height: 237px;
	background: transparent url(images/2hounds/squigle.png) left top no-repeat;
}
*/


.footer {
	width: 950px;
	margin: 20px auto;
}
.footer,
.footer td {
	font-size: 10px;
}
.leftBox,
.rightBox {
	background-color: white;
	height: 100%;
	padding: 10px;
}
.leftBox {
	float: left;
	width: 190px;
	text-align: center;
}
.leftBox img {
	padding: 0 5px;
	border: 0;
	width: 64px;
	height: 64px;
}
.rightBox {
	float: right;
	width: 700px;
}
.rightBox table {
	width: 100%;
}
.footer .links {
	float: none;
	text-align: center;
}
.footer .links a {
	padding: 4px;
	white-space: nowrap;
}
.footer .SEObar {
	width: auto;
}
.newsForm {
	padding: 4px 0 10px;
}
.newsForm input[type="text"] {
	width: 150px;
	font-size: 12px;
}

a.plistImg {
	display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	min-height: 150px;
	white-space: nowrap;
}
a.plistImg span {
    display: inline-block;
    height: 150px;
    width: 1px;
	vertical-align: middle;
}
a.plistImg img {
	vertical-align: middle;
}

a.VertMenuItems:link,
a.VertMenuItems:visited {
	font-size: 13px;
}

.clearing {
	height: 0px;
	font-size: 0px;
	clear: both;
}
