html, body {
	padding: 0px;
	margin: 0px;
	min-width: 1008px;
	height: 100%;
	text-align: center;
	background-color: #edd664;
}


/* Menu bar styles */
#main {
	position: relative;
	width: 1010px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}


#menubar {
    float: left;
	margin-left: 40px;
	width: 200px;
	background: url("../img/menubg.gif") repeat-y top left #8faa09;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#menulinks {
	margin-top: 150px;
}

#menulinks a {
	font: bold 12pt sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 188px;
	float: left;
	padding: 4px 4px 4px 8px;
	margin: 0px;
	background: url("../img/menubg.gif") repeat-y top left #8faa09;
}

#menulinks #item-selected {
    background-color: #80a009;
}

#menulinks a.menu-indent {
	padding: 4px 4px 4px 16px;
	width: 180px;
}

#menulinks a:hover {
	background-color: #80a500;
}


/* Gallery bar styles */
#gallerybar {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 110px;
	background: url("../img/gallerybg.gif") repeat-x top left #7a9200;
	z-index: 0;
}

#imagelist {
	position: absolute;
	top: 55px;
	left: 244px;
	width: 744px;
	height: 80px;
	z-index: 2;
}

#imagelist ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#imagelist ul li.gallerythumbs {
	display: inline;
	padding: 0px;
	margin: 0px;
}


#imagelist ul li.gallerythumbs a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	width: 80px;
	height: 80px;
	margin-left: 30px;
	background-color: #688200;
}

#imagelist ul li.gallerythumbs a img {
	border: 0px;
}

#imagelist ul li.gallerythumbs a:hover {
	border: 1px solid black;
    margin: -1px -1px -1px 29px;
}

#imagelist #previous_icon {
    position: absolute;
    top: 32px;
    left: 680px;
}

#imagelist #previous_icon img{
    border: 0px;
}

#imagelist #next_icon {
    position: absolute;
    top: 32px;
    left: 710px;
}

#imagelist #next_icon img{
    border: 0px;
}

/* footer styles */
#footer {
	color: #000000;
	font: 12pt sans-serif;
}

/* footer wrapper */
#footer-wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
    margin-top: -20px;
    margin-left: 400px;
}

/* centercontent styles */
#centercontent {
    float: left;
    margin-top: 160px;
    margin-left: 10px;
    width: 760px;
	padding-bottom: 1000px;
	margin-bottom: -975px;
}

#centercontent hr {
    background-color: #688200;
    color: #80a009;
}

/* gallery styles */
.bigimage {
    text-align: center;
}

.portrait {
    height: 600px;
}

.landscape {
    width: 600px;
}

.frontimage {
    height: 300px;
}

div#admin_gallery {
    position: relative;
}

div#admin_gallery div.admin_img_container {
    padding: 0px;
    margin: 0px;
    width: 100px;
}

/* stuff for admin.php */
#enter {
	margin: 20px 0px 20px 20px;
}

#enter input {
	background-color: #eeeeee;
	margin-top: 5px;
	border: 1px solid #000000;
}

/* all pages stuff*/
.BodyText {
    text-align: left;
    float: left;
    width: 100%;
}

.centertext {
    display: block;
    text-align: center;
}

.header1 {
    font-weight: bold;
    font-size: xx-large;
}

.header2 {
    font-weight: bold;
    font-size: x-large;
}

.clear {
    clear: both;
}

/* prices stuff */
.pricetable {
    margin: 20px;
    width: 660px;
}

.pricetable input {
    border: 1px solid black;
}

.pricetableposition {
    width: 5%;
}

.pricetabledescription {
    width: 75%;
}

.pricetableprice {
    width: 15%;
}

.pricetabledelete {
    width: 5%;
}

.descriptioninput {
    width: 70%;
}

.positioninput {
    width: 20px;
}
    
.priceinput {
    text-align: right;
    width: 50px;
}

div#pricescontainer {
    margin: 20px;
    width: 700px;
    position: relative;
}

div#pricescontainer div.moveablerow {
    position: absolute;
    clear: both;
    width: 700px;
    margin-bottom: 10px;
}


div#pricescontainer div div.box1 {
    float: left;
    width: 40px;
}

div#pricescontainer div div.box2 {
    float: left;
    width: 120px;
}

div#pricescontainer div div.box5 {
    float: left;
    width: 100px;
}

div#pricescontainer div div.box4, div#pricescontainer div div.box3 {
    float: left;
    width: 220px;
}


/* stuff for img upload */
#imguploadtable {
    clear: both;
}

/* stuff for img edit */
.imgeditposition {
    width: 30px;
}

#imgedittable td {
    padding-right: 30px;
    padding-bottom: 15px;
}

