/* Manipulating the CSS of HTML tags */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #c767ee;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #616180;
}
input, select {
	margin-top: 3px;
	margin-bottom: 3px;
}
a:link img, a:visited img, a:hover img, a:active img{
	border-style:none;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	color: #000099;
}
img, span, div, span img, div img{ 
	_behavior: url(../fixes/iepngfix.htc); 
}
/* General layout css used on all pages */
#container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: #e8e5db;
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}
#logo {
	position: relative;
	left: 25px;
	top: 25px;
	background-image: url(../images/logo.png);
	width: 319px;
	height: 183px;
}
#nav {
	position: relative;
	top: 2px;
	left: 0px;
	float: left;
	display: inline;
	width: 160px;
	z-index: 10;
}
#navbut {
	position: relative;
	margin-top: 10px;
}
#content {
	posiiton: relative;
	margin-left: 160px;
	top: -10px;
	width: 640px;
}
.standardtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.biggertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.pinktxt {
	color: #c767ee;
}
.purpletxt {
	color: #616180;
}
/* Home Page */
#catimg {
	position: relative;
	left: 35px;
	top: -65px;
	float: left;
	z-index: 1;
}
#sharonimg {
	position: relative;
	left: 90px;
	top: -150px;
	float: left;
	z-index: 1;
}
#welcometxt {
	position: relative;
	left: 50px;
	top: -30px;
	float: left;
	z-index: 1;
}
#hometxtframe {
	position: relative;
	left: 10px;
	top: -245px;
	z-index: 0;
	float: left;
}
#frames {
	position: relative;
	left: -10px;
	margin-top: -240px;
	float: left;
}
/* Gallery Front Page */
#galleryimg {
	position: absolute;
	left: 644px;
	top: 20px;
}
#gallerytxtframe {
	position: relative;
	top: 0px;
	left: 20px;
	width: 550px;
}
#sections {
	position: relative;
	top: 0px;
	left: 0px;
	width: 619px;
}
/* About Sharon Page */
#abouttxtframe {
	position: relative;
	left: 40px;
	top: -20px;
	float: left;
	display: inline;
	width: 260px;
}
#aboutimgs {
	margin-top: -100px;
	margin-left: 320px;
}
#aboutimg1 {
	position: relative;
	top: 0px;
	left: 0px;
}
#aboutimg2 {
	position: relative;
	margin-top: -40px;
	left: -15px;
	z-index: 1;
}
#aboutimg3 {
	position: relative;
	margin-top: -50px;
	left: -20px;
	z-index: 2;
}
#aboutimg4 {
	position: relative;
	margin-top: -140px;
	left: 150px;
	z-index: 3;
	width: 155px;
}
#aboutimg5 {
	position: relative;
	margin-top: -70px;
	left: 50px;
	z-index: 4;
	width: 165px;
}
#aboutimg6 {
	position: relative;
	margin-top: -40px;
	left: 0px;
	z-index: 5;
}
#aboutimg7 {
	position: relative;
	margin-top: -60px;
	left: 105px;
	z-index: 6;
	width: 189px;
}
#aboutimg8 {
	margin-top: -80px;
	margin-left: -250px;
}
/* How To Pay Page */
#paylogo {
	position: absolute;
	left: 260px;
	top: 20px;
}
#paytxtframe {
	position: relative;
	top: 100px;
	left: 40px;
	width: 400px;
}
/* ltd page */
#ltdsideimgs {
	position: relative;
	left: 0px;
	margin-top: -60px;
}
/* Contact Page */
#contacttxtframe {
	position: relative;
	top: 20px;
	left: 40px;
	float: left;
	width: 300px;
	z-index: 2;
}
#contactimg {
	position: relative;
	margin-top: -300px;
	left: 0px;
	float: right;
}
/* Individual Gallery Pages */
#gallery_header {
	position: absolute;
	top: 13px;
	left: 494px;
}
#enlargeicon {
	position: relative;
	top: -80px;
	float: right;
	left: -20px;
}
#gallery_txt {
	position: relative;
	left: 20px;
	margin-top: 10px;
	width: 300px;
}
.product {
	position: relative;
	left: 10px;
	margin-top: 20px;
	width: 600px;
}
#gallery_footer {
	margin-left: 40px;
	margin-top: 20px;
	width: 500px;
	text-align: center;
}
/* Cart Page */
#cartframe {
	position: relative;
	left: 10px;
	top: 10px;
}

/* Login Page */
#login {
	width: 50%;
	padding-left: 70px;
}

#login table {
	background-color: #616180;
	border: thin solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}