@charset "UTF-8";
/* CSS Document */

 /* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	font-size: 100%;
	margin: 0;
}
body {
	background-color: #FFFFFF;
	color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height:100%;
}

h1 {
	color: #666633;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
h2 {
	color: #666633;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #669999;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	color: #603;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}
h5 {
	font-family:"Times New Roman", Times, serif;
	color: #600;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 10px;
	color: #CC9900;
	font-weight: normal;
}
h7 {
	color: #666633;
	font-size: 12px;
	font-weight: bold;
}
a, a:link {
	font-size: 12px;
	color: #669999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:focus {
}
a:active {
	color: #F90;
	text-decoration: underline;
}
#topDiv {
	background-color: #ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	color: #666600;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#topDiv h1 {
	font-size: 16px;
}
#topDiv h2 {
	font-size: 14px;
}
#topDiv h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topDiv h6 {
	color: #FAFAFA;
}
#outerWrapper {
	background-color: #fff;
	text-align: left;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	overflow:visible;
}
#header {
	background-color: #ffffff;
	font-size: 42px;
	line-height: 56px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
	background-repeat: no-repeat;
	background-image: url(../Images/animated_banner_copy_white_background_50.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669999;
	padding: 0px;
	height: 50px;
	color: #C5E8E3;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	vertical-align: text-bottom;
	text-indent: 20px;
	text-transform: capitalize;
	background-position: right bottom;
}
#topNavigation {
	background-color: #603;
	color: #FC0;
	height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669999;
	padding-top: 5px;
	padding-left: 10px;
	width:99%;
	clear:both;
	
}
.welcome {
	padding: 1% 0 0 5%;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	width: 95%;
	background-color:#E9F2F2;

}
.message {
	padding: 1% 1% 1% 20%;
	font-size: 12px;
	color: #660;
	width: auto;
	background-color:#E9F2F2;
	height: auto;
	font-weight: normal;
}
#cattree {
	font-weight: bold;
	color:#600;
	float:left;
	height:100%;
	width:auto;
	overflow:visible;
}
#login {
	float: left;
	margin-bottom: 10px;
}
#search {
	margin-top: 10px;
	float: left;
}
#underMenuContent {
	background-color: #FFFFFF;
	height: 1px;
	width: 1000px;
	text-align: right;
	background-color:#D4EFDD;
}
#storenavbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #600;
	float: left;
	height: auto;
	background-color:#CC9;
	width: 80%;
	padding:0 10% 0 10%;
	border-bottom: solid 1px #330;
	border-top: solid 1px #FFF;
	clear:both;
	
}
#contentWrapper {
	height:auto;
	clear:both;
	float:left;
	width: 1000px;
	overflow: visible;
}
#content {
	float:right;
	width:80%;
	clear:both;
}

#footer {
	border-top: 2px solid #669999;	
	font-size: 10px;
	line-height: 14px;
	color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	clear: both;
}
.paypalleft {
	float: left;
	width: 180;
	margin-right: 10px;
}
.clear {
	clear:both;
	width: 100%;
	display: block;
	}