* {
	padding: 0pt;
	margin: 0pt;
}

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:active {
	color: #fea701;
	text-decoration: none;
}

#Footer a:hover {
	color: #fff;
	text-decoration: none;
}

#Cart a, #Cart a:link, #Cart a:visited, #Cart a:active {
	color: #fff;
	text-decoration: underline;
}

#Cart a:hover {
	text-decoration: none;
}

html, body {
	width: 100%;
	height: 100%;
	
	background-image: url(/design/custom/Top_BG.png);
	background-repeat: repeat-x;
	background-color: #2A2A2A;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#Wrapper {
	width: 912px;
	
	margin: 0 auto;
}

#InnerWrapper {
	width: 710px;
	height: 100%;
	border-left: 1px solid #999999;
	
	float: right;
}

/*=============Navigation=============*/

#Menu {
	margin: 0 auto;
	width: 912px;
	height: 104px;
	background-image: url(/design/custom/Dog_Top.png);
	background-repeat: no-repeat;
	background-position: right;

}


/*=============Search=============*/

#SearchWrapper {
	width: 912px;
	height: 44px;
	
	margin: 0 auto;
}

#SearchInnerWrapper {
	width: 912px;
	height: 37px;
	background-color: #EE9E05;
	
	margin: 4px 0 0 0;
}

#Search {
	height: 37px;
	width: 110px;
	float: left;
}


#SearchBox {
	margin: 9px 0 0 0;
	padding: 0;
	width: 200px;	
	float: left;
}

#Cart {
	padding: 0 10px 0 0;
	color: #FFFFFF;	
	float: right;
	
}

#Cart_left {
	float: left;
	margin: 0 0 0 20px;
}
#Cart_right {
	float: left;
	margin: 0 0 0 10px;
}

/*=============Content=============*/

#Banner {
	width: 697px;
	height: 75px;
	background-image: url(/design/custom/Banner.png);
	
	float: right;
}

#Content2 { 
	float: right;
	width: 672px;
	background-image: url(/design/custom/Content_BG.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	line-height: 15px;
	padding:0 0 30px 0;
}

#Content2 h1 {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
 }

#Content2 ul {
	margin: 0 0 0 15px;
	list-style: none;
}

#Content2 p {
	margin: 6px 0 6px 0;
}

/*=============Product_categories=============*/

#Product_categories {
	width: 180px;
	height: 100%;
	
	float: left;
}

#Product_categories ul {
	list-style: none;
	margin:0 0 0 10px;	
}

#Product_categories li {
	padding: 13px 0 0 0;
}

#Product_categories li:hover {
	
}

/* 1. level */
#Product_categories li a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

}

#Product_categories li a.current{
	color: #fff;
}

#Product_categories li li a.current{
	color: #fff;
}


#Product_categories li a {
	font-size: 14px;
	font-weight: bold;
	color: #FEA701;	
	text-decoration: none;
	line-height:14px;
}

/* 2. level */
#Product_categories ul ul{

}

#Product_categories li li:hover {
	background: none;
}

#Product_categories li li{

}

#Product_categories li li a:hover{
	background:none;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#Product_categories li li a {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background:none;
}


/*=============Footer=============*/

#Footer { 
	width: 100%;
	height: 70px;
	background-image: url(/design/custom/Bot_BG.png);
	
	clear: both;
}

#FooterWrapper {
	width: 915px;
	height: 70px;
	color: #FFFFFF;

	margin: 0 auto;
}

#Logo {
	height: 70px;
	float: left;
}

#FooterLeft {
	line-height: 70px;
	float: left;
}

#FooterRight {
	line-height: 70px;
	float: right;
}