body {
	margin:0px;
	padding:0px;
	background-image:url(../images/design/repeat_top.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

* {
	margin:0px auto;
}
input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/*** MAIN / CONTAINER DIVS ***/
#main_top {
	width:100%;
	background-image:url(../images/design/repeat_content_btm.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
}
#main_btm {
	width:100%;
	background-image:url(../images/design/repeat_bottom.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:330px;
	clear:both;
}
#container_top {
	width:840px;
	margin:auto;
}

/*** PARTS ***/
#cart {
	height:13px;
	padding-top:3px;
	margin:18px 22px 2px 0px;
	background-image:url(../images/design/cart_icon.jpg);
	background-repeat:no-repeat;
	padding-left:24px;
	float:right;
	display:inline;
}
#shipping {
	height:13px;
	padding-top:3px;
	margin:18px 22px 2px 0px;
	background-image:url(../images/design/icon_shipping.jpg);
	background-repeat:no-repeat;
	padding-left:16px;
	float:right;
	display:inline;
}
#artspecs {
	height:13px;
	padding-top:3px;
	margin:18px 22px 2px 0px;
	background-image:url(../images/design/artspecs_icon.jpg);
	background-repeat:no-repeat;
	padding-left:22px;
	float:right;
	display:inline;
}
#login {
	height:13px;
	padding-top:3px;
	margin:18px 22px 2px 0px;
	background-image:url(../images/design/login_icon.jpg);
	background-repeat:no-repeat;
	padding-left:17px;
	float:right;
	display:inline;
}
.toplink {
	font-size:10px;
	color:#fff;
}
a.toplink:link {
	color: #fff;
	text-decoration: none;
}
a.toplink:hover {
	color: #fff;
	text-decoration: underline;
}
a.toplink:active {
	color: #fff;
	text-decoration: none;
}
a.toplink:visited {
	color: #fff;
	text-decoration: none;
}
a.toplink:visited:hover {
	color: #fff;
	text-decoration: underline;
}
#product_container {
	margin:0px 28px 0px 0px;
	width:130px;
	height:36px;
	overflow:hidden;
	float:right;
	display:inline;
}
.product_search {
	width:104px;
	height:14px;
	font-size:12px;
	background-image:url(../images/design/search_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:2px 1px;
	padding-left:20px;
	margin-top:16px;
}
#banner {
	width:840px;
	height:90px;
	background-image:url(../images/design/main_nav_bkgd.jpg);
	background-repeat:no-repeat;
	float:right;
	clear:both;
}
#logo_link {
	width:229px;
	height:90px;
	overflow:hidden;
	float:left;
}
#logo_link a {
	width:229px;
	height:90px;
	text-indent:-9999px;
	display:block;
}
#logo_link a:hover {
	width:229px;
	height:90px;
}
#top_nav {
	float:left;
}
#content_repeat {
	width:840px;
	background-image:url(../images/design/repeat_line_middle.jpg);
	background-repeat:repeat-y;
	background-position:224px;
	clear:both;
}
#content_top_bkgd {
	width:840px;
	background-image:url(../images/design/repeat_line_top.jpg);
	background-repeat:no-repeat;
	background-position:224px 0px;
}
#content_btm_bkgd {
	width:840px;
	background-image:url(../images/design/repeat_line_btm.jpg);
	background-repeat:no-repeat;
	background-position:224px bottom;
}
#content_area {
	width:580px;
	margin-top:14px;
	margin-right:15px;
	padding-bottom:20px;
	float:right;
	display:inline;
}
#content_indent {
	width:540px;
	margin:auto;
	padding-top:15px;
}

/*** TEXT / LINKS ***/

a:link {
	color:#623727;
	text-decoration: underline;
}
a:hover {
	color:#623727;
	text-decoration: underline;
}
a:active {
	color:#623727;
	text-decoration: none;
}
a:visited {
	color:#623727;
	text-decoration: underline;
}
a:visited:hover {
	color:#623727;
	text-decoration: underline;
}

/*** FOOTER ***/
#site_info {
	position:absolute;
	margin-left:54px;
	margin-top:235px;
}
#customer_service {
	position:absolute;
	margin-left:148px;
	margin-top:235px;
}
#company_info {
	position:absolute;
	margin-left:310px;
	margin-top:235px;
}
#contact_info {
	position:absolute;
	margin-left:443px;
	margin-top:235px;
}
#copyrights {
	position:absolute;
	margin-left:610px;
	margin-top:235px;
	padding-left:17px;
	padding-bottom:5px;
	border-left:solid 1px #B0C1D0;
}
.footer {
	font-size: 9px;
	color: #B0C1D0;
}
.footer_header {
	font-size:11px;
	font-weight:bold;
	color:#B0C1D0;
}
a.footer:link {
	color: #B0C1D0;
	text-decoration: none;
}
a.footer:hover {
	color: #B0C1D0;
	text-decoration: underline;
}
a.footer:active {
	color: #B0C1D0;
	text-decoration: none;
}
a.footer:visited {
	color: #B0C1D0;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #B0C1D0;
	text-decoration: underline;
}

