/* -- ACE MUSIC STANDS ------------------------------------------------------------------------ */
/* -- Copyright 2007 Lawton Bailey Creative services ------------------------------------------ */
/* -- CSS, XHTML 1.1 -------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #f2efd6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

img { border: 0; }

hr { border: 0; color: #d2c590; background-color: #d2c590; height: 1px; margin: 0 0 10px 0; }


/* -- Wraps ----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

#wrap { margin: 0 auto; width: 800px; background: #d2c590; }


/* -- Header ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

#header { height: 280px; background: #d2c590 url(images/ace-header.jpg) no-repeat bottom; border-bottom: solid #f2efd6 5px; position: relative; }
#logo { width: 262px; height: 163px; position: absolute; top: 71px; left: 59px; }


/* -- Main ------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */

#main { padding: 20px; background: #fffdf0; }

#text-box { padding: 25px 0 0 10px; width: 460px; }
#text-box p { margin: 5px 0 14px 0; }
#text-box .title { margin: 0 0 10px 0; }
#text-box .bold-blue { color: #205da9; font-weight: bold; }
#text-box .stacked-text { margin: -10px 0 0 0; float: left; width: 150px; color: #205da9; }
#text-box .stacked-text2 { float: left; width: 100px; color: #205da9; }
#text-box .stacked-text3 { float: left; width: 200px; color: #205da9; }
#text-box .stacked-text4 { float: left; width: 220px; color: #205da9; }
#text-box .stacked-text4 a { text-decoration: none; color: #205da9; }
#text-box .description { width: 290px; }
#text-box .stand-photo { float: right; }
#text-box .gallery-thumb { margin: 0 6px 6px 0; border: solid #205da9 3px; float: left; }


/* -- Nav ------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */

#menu { width: 273px; height: 632px; float: right; background: url(images/ace-navbar.gif) no-repeat; position: relative; }
.nav-button { width: 76px; height: 22px; position: absolute; display: block; left: 166px; top: 252px; }
#nav-imagery { top: 104px; left: 165px; }
#nav-styles { top: 252px; left: 167px; }
#nav-bags { top: 362px; left: 42px; }
#nav-gallery { top: 471px; left: 43px;  }
#nav-contact { top: 579px; left: 42px; }

.clearfix { clear: both; }


/* -- Footer ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

#footer { padding: 20px 30px; background: #d2c590; border-top: solid #f2efd6 5px; }
#footer p { margin: 0px; color: #615b40; }
#copyright { float: left; }
#designed { float: right; }
#designed a { color: #205da9; text-decoration: none; }
#designed a:hover { color: #fff; }

