body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../_images/background3.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container  {
	width: 1000px;
	text-align: left; 
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#innerlink {
}
#twitter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#twitter a {
	color: #0099FF;
}

#innerlink a {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
#header  {
	height: 145px;
	color: #666666;
} 
#header a {
	text-decoration: none;
}
#boxphoto {
	float: left;
	padding: 5px;
	margin-top: 6px;
	width: 75px;
	border: 1px none #FED65E;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header-bar  {
	height: 28px;
	padding-top: 6px;
	color: #666666;
	font-size: 16px;
	padding-right: 0px;
	padding-left: 600px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
float:right;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #FFFFFF;
	background-image: none;
	color: #666666;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	margin: 25px 0 0 280px; 
}

#footer  {
	padding: 30px 0 10px 0;
	color: #0099CC;
	font-size: 85%;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
} 
#ftr-nav     {
	margin: 0; 
	float: right;
	color: #0099CC;
}
#ftr-nav  a   {
	color: #0099FF;
	text-decoration: none;
}
#ftr-nav  a:link   {
	color: #0099FF;
	text-decoration: none;
}
#ftr-nav  a:visited   {
	color: #666666;
	text-decoration: none;
}
#ftr-nav  a:hover   {
	color: #000000;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header-nav {
	float: right;
	margin-top: 25px;
	font-size: 12px;
}
#header-nav a {
	color: #999999;
	text-decoration: none;
	margin-left: 25px;
	text-transform: uppercase;
}
#header-nav a:link {
	text-decoration: none;
}
#header-nav a:visited {
	text-decoration: none;
}
#hpbox1 a {
	color: #0099FF;
}

#header-nav a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#header-bar #search input {
	color: #999999;
	font-size: 75%;
	width: 150px;
	padding: 2px;
}
#header-bar #user-info {
	margin-left: 0px;
	width: 450px;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#user-info a {
	color: #0099FF;
	text-decoration: none;
}
#user-info a:link {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
#user-info  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

 #user-info a:hover {
	color: #33CCFF;
	text-decoration: none;
}
#user-info .note {
	margin-left: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.note {
	font-size: 70%;
}
#store-nav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #D1DFB3;
	border-bottom-color: #D1DFB3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #666666;
	border-right-style: none;
	border-left-style: none;
}
#store-nav    p  {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #D1DFB3;
	font-size: 150%;
	list-style-type: none;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #D1DFB3;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-right-style: none;
	border-left-style: none;
}
#store-nav li {
	list-style-image: none;
	margin-left: -20px;
	margin-bottom: 5px;
	color: #999999;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FED65E;
}
#store-nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#store-nav a {
	color: #999999;
	text-decoration: none;
}
#store-nav a:link {
	text-decoration: none;
	color: #999999;
}
#store-nav a:visited {
	text-decoration: none;
	color: #0099FF;
}
#store-nav a:hover {
	text-decoration: underline;
	color: #FFCB31;
}
#sidebar1 h3 {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #575634;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#sidebar1 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.sidebar-box {
	color: #575634;
	margin-bottom: 0px;
	margin-top: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar-box .top {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.sidebar-box  .end {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.sidebar-box .middle {
	color: #575634;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px none #FFFFFF;
}
#hp-banner {
	text-align: center;
	margin-bottom: 40px;
}
#hp-banner img {
	margin-bottom: 10px;
}
form {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.hp-box {
	color: #575634;
	margin-bottom: 0px;
	margin-top: 1px;
	background-image: url(../_images/sidebar-box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 325px;
}
.hp-box .top {
	background-image: url(../_images/hp-box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.hp-box .end {
	background-image: url(../_images/hp-box-end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.hp-box .middle {
	color: #575634;
	background-color: #D1DFB3;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #86947C;
	border-left-color: #86947C;
}
.hp-box .f-prod {
	width: 155px;
	text-align: center;
	height: 170px;
	float: left;
}
.hp-box .f-prod img {
	float: none;
	margin: 0px;
}
#hpbox1 {
	width: 330px;
	float: left;
	background-color: #FFFFFF;
}
#hpbox2 {
	width: 360px;
	float: right;
	height: 500px;
	text-decoration: none;
}




h1 {
	font-weight: normal;
	color: #292818;
	margin-bottom: 10px;
	font-size: 175%;
}

h2  {
	font-weight: bold;
	color: #FFCB31;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCB31;
}

h3  {
	color: fecb32;
	font-weight: bold;
	font-size: 14px;
	white-space: normal;
        margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;

}


#hpbox2 a {
	color: #FFFFFF;
}
#hpbox2 a:link {
	color: #FFFFFF;
}
#hpbox2 a:hover {
	color: #FFFFFF;
}
#hpbox2 a:visited {
	color: #FFFFFF;
}
.twitter-title {
	color: #FFCB31;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCB31;
	font-family: Arial, Helvetica, sans-serif;
}

#hpbox3 {
	width: 330px;
	float: right;
}
#hpbox4 {
	width: 330px;
	float: right;
	font-size: 14px;
}
#hpbox4 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-size: 12px;
	text-decoration: none;
}
#hpbox4  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6699;
	font-size: 12px;
	text-decoration: none;
}
#hpbox2 a {
	width: 330px;
	float: left;
	text-decoration: none; 
	border:none;
}
#hpbox2 img {
border: none;
}


#hpboxindex {
	width: 330px;
	float: left;
	background-color: #FFFFFF;
}

#hpboxindex {
	width: 330px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#hpboxindex a {
	color: #0099FF;
	font-size: 14px;
}


#navs {
	height: 30px;
	width: 200px;
	float: right;
	padding-right: 0px;
	padding-left: 100px;
	
}
#navs a {
	font-size: 12px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 200px;
	height: 25px;
}

a {
    outline: none;
	overflow: hidden;
}
