* {
	padding:0px;
	margin:0px;
}
#container {
	width: 100%;
	text-align: left;
}
#Navigation {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
}
#subnav {
	width: 100%;
	overflow: visible;
	height: 33px;
	background: #999999;
}
#subnavtwo {
	width: 100%;
	overflow: visible;
	height: 33px;
	color: #FFFFFF;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
}
#logobanner {
	background: #FFFFFF;
	position: relative;
	top: 10px;
	right: 10px;
	height: 50px;
	float: right;
	width: 180px;
	padding-left: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
/*--------------------banner starts--------------------------------------*/

#bannercontainer {
	background: #FFFFFF;
	height: 200px;
	width: 100%;
	position: relative;
	clear: both;
	border-bottom: 2px solid #FFFFFF;
}
#conamebanner {
	color: #E8E8E8;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin-right: 1px;
	padding-right: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	background: url(logos-banners/stone-age-banner.jpg) no-repeat right center;
}
#windstickbannercontainer {
	background: #FFFFFF;
	height: 250px;
	width: 100%;
	position: relative;
	clear: both;
	border-bottom: 2px solid #FFFFFF;
}
#windstickbanner {
	color: #E8E8E8;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin-right: 1px;
	padding-right: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	background: url(logos-banners/windsticks-ellerslie-lake-banner.jpg) no-repeat right center;
}
/*--------------------banner ends----------------------------------------*/

/*--------------------main navigation menu starts------------------------*/


#Navigation ul {
	list-style-type: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 10px 0px 3px 100px;
	width: 750px;
}
#Navigation li {
	display: inline;
}
#Navigation a {
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
	padding: 3px 7px;
	border: 1px solid #333333;
}
#Navigation a:link, #Navigation a:visited {
	color: #FFFFFF;
}
#Navigation a:hover {
	background-color: #999999;
	color: #FFCC66;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#Navigation li a.current, #Navigation li a.current:hover, #Navigation li a.current:active {
	color: #000000;
	background-color: #FFCC66;
	cursor: default;
	border-bottom: 2px solid #999999;
}
#Navigation a:active {
	color: #FFFF66;
}

/*--------------------sub navigation menu starts------------------------*/

#subnav ul {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 100px;
	width: 750px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
#subnav li {
	display: inline;
}
#subnav a {
	text-decoration: none;
	background-color: #666666;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#subnav a:link, #subnav a:visited {
	color: #FFFFFF;
}
#subnav a:hover {
	color: #FFCC66;
	background-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#subnav li a.current, #subnav li a.current:hover, #subnav li a.current:active {
	color: #FFCC66;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: default;
}
#subnav a:active {
	color: #FFFF66;
}

/*--------------------sub navigation menu ends------------------------*/

/*--------------------sub navigation two menu starts------------------------*/

#subnavtwo ul {
	width: 750px;
	padding: 15px 0px 1px 100px;
	list-style: none;
	margin: 1px;
}
#subnavtwo li {
	display: inline;
}
#subnavtwo a {
	text-decoration: none;
	background: #000000;
	padding: 3px 7px;
	margin: 1px;
	border: 2px solid #666666;
}
#subnavtwo a:link, #subnavtwo a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#subnavtwo a:hover {
	color: #FFFFFF;
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding-bottom: 1px;
	border: 2px solid #FFCC66;
}
#subnavtwo li a.current, #subnavtwo li a.current:hover, #subnavtwo li a.current:active {
	color: #FFFFFF;
	background: #666666;
	border: 2px solid #FFCC66;
}
#subnavtwo a:active {
	color: #FFCC66;
	background: #666666;
}

/*--------------------sub navigation two menu ends------------------------*/


#content {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	margin-top: 1px;
	width: 100%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FF9;
	text-align: center;
	padding: 5px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #09F;
	text-align: left;
	padding-left: 300px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: justify;
	padding-left: 300px;
	padding-right: 300px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #09F;
	text-align: left;
	text-indent: 100px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 100px;
	width: 80%;
}
#shopping-cart {
	padding-left: 300px;
	font-weight: bold;
	font-size: 18px;
	color: #03F;
	padding-bottom: 250px;
}
#paypal-button {
	position: absolute;
	border-width: 10px;
	height: 50px;
	width: 100px;
	left: 922px;
	top: 2383px;
}
#indent-table {
	top: 813px;
	margin-right: 600px;
	margin-left: 600px;
	position: absolute;
	left: -76px;
}
.navigation {
	color: #FFFFFF;
	background-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.images-thumbnails {
	font-size: 13px;
}
.images-text {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 1px;
}
.images-text a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.images-text a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#images {
	width: 100%;
	height: 450px;
	margin: 0px auto;
}
#images img {
	margin: 10px;
	border: 5px none #333333;
}
/*--------------------bottom navigation menu starts------------------------*/

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	left: auto;
	right: auto;
	background: center;
	padding-top: 15px;
}
.bottomnav a:link, .bottomnav a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.bottomnav a:hover {
	color: #FFCC66;
	text-decoration: underline;
	font-weight: normal;
}
.bottomnav a:active {
	color: #FF0000;
}
/*--------------------bottom navigation menu ends------------------------*/

.anchorlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding-top: 15px;
	text-decoration: none;
	padding-left: 25px;
}
.anchorlink a:link {
	color: #FFFFFF;
	font-weight: normal;
}
.anchorlink a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}
.previousnext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #FFFF66;
}
p:visited {
	color: #FFCC66;
	text-decoration: underline;
}
.copyright {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 150px;
}
.orderpage-spacing {
	margin: 1px;
	padding: 1px;
	vertical-align: top;
}
.images-shopping-page {
	left: 1px;
	top: 1px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
}
#viewcart {
	right: 553px;
	float: right;
	position: absolute;
	padding: 1px;
	top: 323px;
}
#viewcart-shopping-cart {
	position: absolute;
	top: 800px;
	right: 100px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #09F;
	text-align: center;
	padding: 5px;
}
.viewcart-right {
	right: 300px;
	position: absolute;
	top: 276px;
}
.centre-item-600px-wide {
	position: static;
	margin-right: 500px;
	margin-left: 500px;
	width: 600px;
}
