* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #085ead;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#headerhome {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/muktukheader.jpg);
	height: 175px;
}

#bandbheader {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bandbheader.jpg);
	height: 175px;
}

#summerheader {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/summerheader.jpg);
	height: 175px;
}

#dogheader {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/dogheader.jpg);
	height: 175px;
}

#merchandiseheader {
	color: #333;
	width: 930px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/merchandiseheader.jpg);
	height: 175px;
}


#leftcolumn {
	color: #333;
	margin: 0px;
	height: auto;
	width: 165px;
	float: left;
	background-image: url(../images/muktukheader.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightcolumn {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: 760px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#fullcolumn {
	float: right;
	width: 950px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#footer {
	width: 930px;
	color: #333;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/muktukfooterlogo.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	clear: both;
}
#wrapper #footer p.small {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#wrapper #footer a {
	color: #FFFFFF;
}
#wrapper #footer a:hover {
	color: #F3B934;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* Navigation Home */

#navlisthome ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlisthome li
{
display: inline;
list-style-type: none;
}

#navlisthome a {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 1px none #FFFFFF;
}

#navlisthome a:link, #navlisthome a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#navcontainerhome {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 20px;
	z-index: 999;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#navlisthome a:hover
{
	color: #fff;
	background-color: #EBBE31;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Navigation Subpages */

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px none #FFFFFF;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#navcontainer {
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 20px;
	z-index: 999;
	width: 510px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	float: right;
}

#navlist a:hover
{
	color: #fff;
	background-color: #FDB813;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer p {
	color: #FFFFFF;
	text-align: center;
}
#wrapper #fullcolumn p {
	color: #FFFFFF;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdb813;
}
.alignright {
	float: right;
}
a {
	color: #FDB813;
}
a:hover {
	color: #E8C87D;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
h4 {
	display: block;
	padding: 5px;
	float: right;
	font-size: 125%;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #085EAD;
}
h4 a {
	color: #085EAD;
}
h4 a:hover {
	color: #518ABE;
}
.TabbedPanelsContent h2 {
	font-size: 115%;
	color: #fdb813;
}

