/*changes */
#cart-buttons {
	position: relative;
	float: bottom;
	height: 30px;
	bottom: 0;
	left: 0;
}
#info-boxes {
	position: relative;
	width: 530px;
	height: 105px;
	top: 0;
	left: 10px;
}

#billing-header {
	position: absolute;
	width: 180px;
	height: 25px;
	top: 0px;
	left: 0px;
	border: 1px solid white;
	background-color: #653a3b;
	text-align: left;
	padding-left: 10px;
}

#billing-info {
	position: absolute;
	clear: none;
	width: 180px;
	height: 110px;
	top: 25px;
	left: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 10px;
}

#shipping-header {
	position: absolute;
	width: 180px;
	height: 25px;
	top: 0px;
	left: 200px;
	border: 1px solid white;
	background-color: #653a3b;
	text-align: left;
	padding-left: 10px;
}

#shipping-info {
	position: absolute;
	width: 180px;
	height: 110px;
	top: 25px;
	left: 200px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 10px;
}

#credit-header {
	position: absolute;
	width: 180px;
	height: 25px;
	top: 0px;
	left: 400px;
	border: 1px solid white;
	background-color: #653a3b;
	text-align: left;
	padding-left: 10px;
}

#credit-info {
	position: absolute;
	width: 180px;
	height: 110px;
	top: 25px;
	left: 400px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 10px;
        z-index: 9;
}

.edit-button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 43px;
	height: 24px;
	background-image: url(../images/edit-button.jpg);
	text-align: center;
        z-index: 10;
}

#content-cart {
    margin: 150px 50px 50px 50px;
    min-width: 400px;
    max-width: 750px;
    height: 400px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    background-color: #482829; 
    border: solid #9E875B 2px;
}

#cart_body {
    position: relative;
    top: 55px;
    left: 10px;
}

/*changes */

body {
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #b99e6a;
    background-color: #b99e6a;
}

#outer {
    width: 100%;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

#content {
    margin: 150px 50px 50px 50px;
    min-width: 400px;
    max-width: 750px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
    background-color: #482829; 
    border: solid #9E875B 2px;
}

#content-gallery {
    margin: 150px 50px 50px 50px;
    min-width: 400px;
    max-width: 750px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
}

div#footer {
    position: relative;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}

h2#home-content {
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 283px;
    height: 140px;
    text-indent: -2000em;
    background: #fff url(../images/home-content.jpg) no-repeat left top;
}

h2#home-content a {
    padding: 0;
    margin: 0;
    display: block;
    width: 283px; 
    height: 140px;
    text-decoration: none;
    text-indent: -2000em;
}

h2#nav-bar2 {
    top: 16px;
    left: 197px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 85%;
    height: 51px;
    text-indent: -2000em;
    background: #fff url(../images/nav-bar2.jpg) no-repeat left top;
}

#nav-text {
    position: absolute;
    top: 30px;
    left: 290px;
    padding: 0;
    margin: 0;
    width: 400px;
    height: 20px;
}

#cartbox {
    position: absolute;
    top: 56px;
    right: 50px;
    width: 151px;
    height: 92px;
    padding-top: 12px;
    background-image: url(../images/cart-box.png);
    text-align: center;
    z-index: 20;
    display: none;
}

* html #cartbox {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(images/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/cart-box.png", sizingMethod="scale");
}

#view-cart {
    position: absolute;
    top: 115px;
    right: 70px;
    width: 110px;
    height: 20px;
    background-color: #482829;
    border: 1px solid #B99E6A;
    text-align: center;
    z-index: 30;
    display: none;
}

.imageinfo td {
    text-align: left;
}

h1#header {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 800px;
    height: 146px;
    background: #fff url(../images/gallery-header.jpg) no-repeat left top;
    text-indent: -2000em;
}

#navlist {
    position: absolute;
    width: 150px;
    top: 156px;
    left: 0px;
}

#navlist ul {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
    font-size: 12px;
}

#navlist li {
    margin: 0;
}

#navlist ul a {
    display: block;
    padding: 5px 0px 5px 10px;
    border-top: #000000 solid 1px;
    border-right: #000000 solid 1px;
    background-color: #482829;
}

#navlist ul a:link, #navlist ul a:visited {
    color: #EEE;
    text-decoration: none;
}

#navlist ul a:hover, #navlist ul a:active {
    background-color: #9E875B;
    color: #2D1E2D;
}

#previewDiv {
    position: absolute;
    display: none;
    top: 300px;
    left: 740px;
}

#loginDiv {
    position: fixed;
    display: none;
    background-color: #482829;
    top: 200px;
    left: 375px;
    width: 275px;
    height: 145px;
    border: 2px solid;
    border-top: #fff;
    border-left: #fff;
    border-bottom: #eee;
    border-right: #eee;
}

.cart {
    border-bottom: 1px #FFFFFF solid;
    text-align: center;
}

.text {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #000000;
}

.text-small {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 7pt;
    color: #000000;
}
.text-small-white {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 8pt;
    color: #FFFFFF;
}

.text-white {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: center;
}

.text-white-left {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;
}

.title-text {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 14pt;
    color: #000000;
    text-align: center;
}

.title-text-left {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 14pt;
    color: #000000;
    text-align: left;
}

.title-text-left-white {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 14pt;
    color: #FFFFFF;
    text-align: left;
}

.text-white-justify {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: justify;
    line-height: 17px;
}

.thumbnails {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: #D4D0C8 1px dotted;
    text-align: center;
}

.title {
    border-top: #D4D0C8 0px dotted;
    border-left: #D4D0C8 1px dotted;
    border-right: #D4D0C8 1px dotted;
    border-bottom: #D4D0C8 0px dotted;
    text-align: center;
}

.icons {
    border-top: #D4D0C8 0px dotted;
    border-left: #D4D0C8 1px dotted;
    border-right: #D4D0C8 1px dotted;
    border-bottom: #D4D0C8 1px dotted;
    text-align: center;
}

a.direct:link { color: #FFFFFF; text-decoration: underline; }
a.direct:active { color: #FFFFFF; text-decoration: underline; }
a.direct:visited { color: #FFFFFF; text-decoration: underline; }
a.direct:hover { color: #FFFFFF; text-decoration: none; }

a.black:link { color: #000000; text-decoration: none; }
a.black:active { color: #000000; text-decoration: none; }
a.black:visited { color: #000000; text-decoration: none; }
a.black:hover { color: #000000; text-decoration: none; }

a.menu:link { color: #FFFFFF; text-decoration: none; }
a.menu:active { color: #FFFFFF; text-decoration: none; }
a.menu:visited { color: #FFFFFF; text-decoration: none; }
a.menu:hover { color: #FFFFFF; text-decoration: none; }