/* this style sheet is associate directly with the store */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
html {margin:0; padding:0; border:0;}
#wrapper {
	margin-left: auto; /* auto margins center the 700 px design in the browser */
	margin-right: auto;
	width: 700px;
	text-align: left;
}

/* the following are body elements */
#bgStore {
	background-image: url(images/bgExtNav.jpg); /*background image for the top of the store pages, does not include light purple foot block */
	background-repeat:no-repeat;
	width: 700px;
	height:450px;
	line-height:13px;
	float:left;
}
#bgBottom {
	background-image: url(images/bgFoot.jpg); /*background image for the bottom of the store pages, does not include top logo block */
	background-repeat:no-repeat;
	width: 700px;
	height:210px;
	line-height:13px;
	float:left;
}
#buy {
	color: #e2dee5;
	font-size:12px;
	margin-top:70px;
	margin-left:280px;
	float:left;
	position:absolute;
	line-height:15px;
	width:350px;
	text-align:center;
}
#buy img {
	border:solid 2px #000000;
}
#contact {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:125px;
	margin-left:445px;
	float:left;
	position:relative;
	line-height:20px;
}
#copy {
	color: #e2dee5;
	font-size:12px;
	margin-top:190px;
	margin-left:250px;
	float:left;
	position:absolute;
	line-height:15px;
	width:380px;
	height:280px;
}
#copy a:link, #copy a:visited {
	color: #e2a759;
	text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #000000;
	text-decoration: none;
}
#footer {
	position:relative;
	height: 20px;
	width:700px;
	text-align: center;
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:x-small;
	color:#6c57a3;
	padding-bottom: 10px;
	display:inline;
}
#footer a:link, #footerRight a:visited {
	color: #F2E8C7;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover, #footer a:active {
	color: #704F45;
}
#logo {
	margin-top:35px;
	margin-left:40px;
	float:left;
	position:absolute;
	height:180px;
	width:100px;
}
#nav2 {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:183px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#navStore {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:355px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#navEvents {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:425px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#nav2 a:link, #nav2 a:visited, #navStore a:link, #navStore a:visited, #navEvents a:link, #navEvents a:visited {
	color: #c3b9dd;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active, #navStore a:hover, #navStore a:active, #navEvents a:hover, #navEvents a:active {
	color: #ffffff;
	text-decoration: none;
}
#thumbsStore {
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	float:left;
	position:relative;
	width:700px;
	text-align:center;
	line-height:8px;
}
#thumbsStore img {
	border:solid 2px #6851a3;
}
#viewCart {
	margin-top:50px;
	margin-left:350px;
	float:left;
	position:relative;
	line-height:20px;
}
.formElements {
	color: #000000;
	background-color:#d8d6e6;
}
.title {
	height: 25px;
	width: 560px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	text-align: center;
	font-weight: bolder;
	color: #676747;
	line-height:20px;
	vertical-align:text-top;
	display:inline;
}


