body {
	background-color: #ED8600;
	border-top: 1px solid #ED8600;
	margin: 0;
	font-size: 1em;
	color: #7E5117;
	}

#header {
	background-color: #FFCA30;
	border-bottom: 1px solid #ED8600;
	}

#logo {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 35px;
	}
	
#headerbar {
	background-color: #EDAF00;
	border-top: 1px solid #FED55E;
	border-bottom: 1px solid #FFCA30;
	height: 26px;
	color: white;
	}

#headerbar a, a:visited {
	color: white;
	letter-spacing: 2px;
	}

#headerbar a:hover {
	text-decoration: underline;
	}

#masthead {
	vertical-align: top;
	display: block;
	top: 0;
	}

#main {
	width: 800px;
	border: 1px solid white;
	text-align: left;
	}

.sidebar {
	margin-top: 10px;
	}
.sidebar a {
	color: #fff;
	}
.sidebar a:hover {
	text-decoration: underline;
	}

#contentArea {
	vertical-align: top;
	background-color: #ED8600;
	}

#content {
	color: #7E5117;
	padding: 5px;
	letter-spacing: normal;
	}

h1 {
	font-size: 145%;
	line-height: 85%;
	color: #ED8600;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	}
	
.H1 {
	font-size: 145%;
	line-height: 100%;
	color: #ED8600;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	}

h2 {
	font-size: 125%;
	line-height: 95%;
	margin-top: 15px;
	color: #ED8600;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: left;
	}

#navColumn {
	width: 200px;
	float: left;
	}

#mainColumn {
	width: 600px;
	margin-left: 200px;
	}

#wrapper {
	margin: 0;
	padding: 2px;
	}
	
#ad {
	float: right;
	vertical-align: top;
	}
	
/* ##### Utility MENU ##### */

.utility{
margin-bottom: 85px;
padding-top: 3px;
padding-right: 10px;
}

.utility ul{
padding: 2px 0;
margin-top: 0px;
margin-bottom: 0px;
font: normal 1em Verdana;
text-transform: none;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.utility li{
display: inline;
margin: 0;
}

.utility li.inner{
border-right: 1px solid #FFF;
}

.utility li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 5px;
margin-left: 3px;
color: #FFF;
letter-spacing: 2px;
 /*THEME CHANGE HERE*/
}

.utility li a:visited{
color: #EDAF00;
}

.utility li a:hover{
text-decoration: underline;
color: #FFF;
}

.utility img {
	position: relative;
	top: 5px;
}

.utility li.selected{
}

#utilmenu #currentpage a {
	color: #FFF;
	background-color: #FED55E;
	border-bottom: #FED55E;
	border-top: #FED55E;
}

.utility li.selected a{ /*selected main tab style */
background-color: #FED55E; /*THEME CHANGE HERE*/
border-bottom-color: #FED55E;
color: #FFF;
text-decoration: underline;
}

.utility li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}


/* CATEGORY NAV */

.categorynav ul {
	list-style-type: none;
	color: white;
	}

.categorynav li {
	padding-bottom: 5px;
	list-style-image: URL(http://www.krishocker.com/dogsonly/images/nav_bullet.gif);
	border-bottom: 1px dotted #FED55E;
	padding-top: 2px;
}

.categorynav li a {
	color: white;
	letter-spacing: 2px;
	list-style-image: URL(http://www.krishocker.com/dogsonly/images/nav_bullet.gif);
}

.categorynav li a:hover {
	list-style-image: URL(http://www.krishocker.com/dogsonly/images/nav_bullet.gif);
	text-decoration: underline;
	}

.categorynav li a:visited {
	color: #EDAF00;
	}

.categorynav li.selected a {
	font-weight: bold;
	}

.smallsidebartext {
	color: white;
	}

.sidebartable {
	padding-bottom: 5px;
	}


/* ##### Utility MENU ##### */

.subutil{
margin-bottom: 2px;
padding-top: 0px;
padding-right: 10px;
}

.subutil ul{
padding: 0px 0;
margin-top: 0px;
margin-bottom: 0px;
font: normal 1em Verdana;
text-transform: none;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.subutil li{
display: inline;
margin: 0;
}

.subutil li.inner{
border-right: 1px solid #FFF;
}

.subutil li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 5px;
margin-left: 3px;
color: #FFF;
letter-spacing: 2px;
 /*THEME CHANGE HERE*/
}

.subutil li a:visited{
color: white;
}

.subutil li a:hover{
text-decoration: underline;
color: #FFF;
}

.subutil li.selected{
}

#submenu #currentpage a {
	color: #FFF;
	background-color: #FED55E;
	border-bottom: #FED55E;
	border-top: #FED55E;
}

.subutil li.selected a{ /*selected main tab style */
background-color: #FED55E; /*THEME CHANGE HERE*/
border-bottom-color: #FED55E;
color: #FFF;
text-decoration: underline;
}

.subutil li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

.subutil img {
	position: relative;
	top: 5px;
}

a {
	color: #ED8600;
	letter-spacing: 2px;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #EDAF00;
	}
	
a:selected {
	color: white;
	letter-spacing: 2px;
	font-weight: bold;
	}

.menuarea {
	background-color: #EDAF00;
	background-image: URL(http://www.krishocker.com/dogsonly/images/img_bar.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	/*max-height: 29px;
	height: 25px;*/
	text-align: right;
	padding-right: 5px;
	}
	
.menuarea img {
	vertical-align: middle;
	}
	
.menuarea select {
	margin-top: 2px;
	display: inline;
	background-color: #FED55E;
	border: 1px solid #ED8600;
	color: #ED8600;
	}

.submenuarea {
	background-color: #EDAF00;
	border-left: 1px solid #ED8600;
	border-right: 1px solid #ED8600;
	border-top: 1px solid #ED8600;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.cpshopcredit {
	color: white;
	}

.cpshopcreditlink a{
	color: white;
	}
	
.homegrid {
	border: 0px solid white;
	padding-top: 5px;
	}
	
.homegrid a{
	color: #ED8600;
	}


.homegridtextdiv  {
	padding-top: 5px;
	color: #ED8600;
	}
	
.productgrid img{
	border: 1px dotted #7E5117;
	padding: 5px;
	}

.sectiondesc p {
	text-align: left;
	}
p .sectiondesc {
	text-align: left;
	}
	
.sectionlink {
	padding-top: 5px;
	color: #ED8600;
	}
.sectionlink a:hover {
	text-decoration: underline;
	}
.breadcrumb {
	letter-spacing: normal;
	font-size: .85em;
	}
.breadcrumb a {
	letter-spacing: normal;
	}

#productCaption {
	font-size: 145%;
	line-height: 85%;
	color: #ED8600;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	}

.categorynav {
	letter-spacing: 2px;
	color: white;
	}
	
#legalstuff {
	text-align: center;
	padding: 10px;
	font-size: small;
	width: 500px;
	}

.categorynav a {
	color: white;
	}
	
.cpshopsidebarlink a{
	color: white;
	}
	
.cpshopsidebarlink a:visited{
	color: #ED8600;
	}

.imageborder {
	border: 1px dotted #7E5117;
	padding: 5px;
	}
	
#sidebar li {
	list-style-type: none;
	}
#sidebar a {
	color: white;
	}
	
#sidebar h2 {
	color: #FFCA30;
	font-weight: normal;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

.post {
	margin-top: 20px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-left: 8px;
	border-bottom: 1px dotted #ED8600;
	}
.post img {
	float: right;
	vertical-align: top;
	padding-left: 10px;
	clear: all;
	}

.post h2 {
	font-size: 135%;
	line-height: 85%;
	color: #ED8600;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	}

.post a:visited {
	color: #ED8600;
}


.dogbreed {
	margin-top: 25px;
}

.dogbreed select {
	margin-top: 2px;
	display: inline;
	background-color: #FED55E;
	border: 1px solid #ED8600;
	color: #ED8600;
	margin-left: 25px;
	margin-bottom: 15px;
	letter-spacing: normal;
	}

#advertising {
	padding-bottom: 20px;
	padding-top: 15px;
	}


.prodthgrid a{
	font-size: 1em;
	}
	
.price {
	font-size: .85em;
	}

.imageborder {
	border: 0;
	}`
