@charset "utf-8";
/* CSS Document */
/*CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: 31240c;
	background-color:#fcbf65;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Layout */
#logo {
	background-image:url(../images/atoh1a.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:510px;
	text-indent: -9999px;
	width:310px;
	background-color:#ffe8a8;
	position:absolute;
	top:0;
}
.logoLeft {
	float:right;
	padding:0;
	margin:0;
}
#flash-logo {
	position: absolute;
	top:0;
	left: 117px;
}
#music {
	display:none;
}

#contentRight {
	margin:0px 30px 50px 310px;
	padding-left:10px;
	
}
#container {
	background-color:#ffe8a8;
	width:920px;
	margin:15px auto 15px auto;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-x;
	position: relative;
}
/*Content Elements */
a {
	color:#76051a;
}
a:hover: {
color:#c89230;
text-decoration:underline;
}
h2 {
	color:#76051a;
	border-top:10px solid #c18620;
	margin:60px auto 20px auto;
	padding-top:20px;
	clear:both;
	font-size:24px;
}
h3 {
	font-size:16px;
	margin:15px auto;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}
h4 {
	margin:15px 10px 10px auto;
	border-bottom:1px solid #76051a;
	font-weight:bold;
}
h5 {
	padding:15px 10px 10px auto;
	margin:15px 10px 10px auto;
	font-weight:bold;
}
p, h3, li, dt, dd, address, td, h5 {
	line-height:1.4em;
	font-size:.8em;
	margin-right:20px;
	text-align:justify;
}
li a {line-height:2em;}
ul {margin-top:15px;}
p {
	padding-top:10px;
}
dt {
	font-weight:bold; border-bottom:1px solid #76051a;
}
dd { padding-bottom:15px;}

#content li, #content address {
	margin-left:15px;
	padding-left:15px;
}

/*Table Formatting */
.services td {
	border:none;
}
.services {
	width:500px;
	margin-bottom:0;
	padding-bottom:0;
}
.services td.price {
	text-align:right;
	width:325px;
}
.services tr.product td {
	border-bottom:1px solid #76051a;
	font-weight:bold;
}
.services tr.description td {
	padding-bottom:15px;
}
a.top {
	float:right;
	margin-right:20px;
	font-weight:bold;
	font-size:.65em;
}

html, body, #wrap {
	height: 100%;
	background-color:#fcbf65;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	width:920px;
	margin-bottom:90px;
	margin:15px auto;
	background-color:#ffe8a8;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center 20px;
	border-left:1px solid #c18620;
	border-right:1px solid #c18620;
}  
#footer {
	height:85px;
	width:920px;
	clear:both;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#c89230;
}
#footer p {
	font-size:10px;
	margin-top:40px;
	float:right;
}

