/* CSS Document for Artistic Expressions*/

body {
	background-image: url(images/ae-bkrnd2.jpg);
	background-color: #26231f;
	background-repeat: no-repeat;
	background-position: left 0px;
}

h1 {
	font-size: large;
	color: #af8d38;
	font-variant: small-caps;
	font-family: Verdana;
	font-weight: 900;
	letter-spacing: 3px;
	word-spacing: 0.5em;
}

p, li, h2, a {
	font-family: verdana, sans-serif;
}

p.right {
	text-align: right;
	margin-right: 225px;
	margin-top: -40px;
}

p.italic {
	font-style: italic;
}

p.source {
	font-size: xx-small;
}

em {
	font-weight: bold;
	color: #6d8a86;
}

dt {
	font-weight: bold;
	color: #6d8a86;
	text-align: left;
}

em.em1 {
	font-weight: normal;
	font-style: italic;
	text-align: left;
}


table {
	
	border-collapse: collapse;
	border: none;
	padding: 3px;
}

#servicepg {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 3px;
	border-collapse: collapse;
}



tr.odd {
	font-size: small;
	background-color: #26231f;
}
tr.even {
	font-size: small;
	background-color: #2e2b27;
}

td.services {
	color: #9a9895;
	text-align: left;
	font-family: verdana;
	font-size: small;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 0px;

}
td.svc2 {
	color: #9a9895;
	text-align: center;
	font-family: verdana;
	font-size: small;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 0px;

}

td.pimg {
	text-align: center;
	width: 125px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px;
	border-color: #3e5e12;
}

td.pimg p {
		color: #9a9895;
	text-align: center;
	font-size: x-small;
}

	

p.top {
	font-size: x-small;
	color: #646460;
	text-decoration: underline;
	text-align: right;
}

caption {
	font-weight: bold;
	font-size: small;
	color: #8b291d;
}

td {
	border: 2px solid #9a9895;
	font-size: small;
	font-weight: normal;
	color: #9a9895;
	padding: 3px;
}

th {
	font-weight: bold;
	font-size: small;
	color: #6d8a86;
	text-align: center;
}

p, li, dd {
	font-size: small;
	font-family: verdana;
	color: #8d8d8d;
	text-align: left;
}

img {
	border: 0px;
}

/*- Really cool CSS image popup code----- */
.poppic{
position: relative;
z-index: 0;
}
.poppic:hover{
background-color: transparent;
z-index: 50;
}
.poppic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}
.poppic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.poppic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 100px; /*position where enlarged image should offset horizontally */
}


/*- Menu Tabs --------------------------- */

#tabs {
      width: 95%;
	margin-left: 40px;
      height: 100%;
      background: #26231f;
      font-size: 100%;
      line-height: normal;
	  margin-top: 0px;
      }

#tabs ul {
	margin: 0;
	padding: 0px 0px 0 3px;
	list-style: none;
      }

#tabs li {
      display: inline;
      margin: 0;
      padding: 0;
      }

#tabs a {
      float: left;
      width: 107px;
	background: url(tab-left.gif) no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration: none;
      }

#products {
	display: block;
	text-decoration: none;
}

#tabs a span {
      display: block;
      background: url(tab-right.gif) no-repeat right top;
      padding: 5px 15px 4px 6px;
      color: #af8d38;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float: none;}
    /* End IE5-Mac hack */

#tabs a:hover span {
      color: #6d8a86;
      }

#tabs a:hover {
      background-position: 0% -42px;
      }

#tabs a:active span {
      background-position: 0% 0px;
      }

a:link {
	text-align: center;
	color: #AF8D38;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-align: center;
	color: #AF8D38;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-align: center;
	color: #6d8a86;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	text-align: left;
	color: #AF8D38;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #af8d38;
	background-color: #af8d38;
	height: 3px;
	border: 0px;
}

h2 {
	font-size: medium;
	font-variant: small-caps;
	color: #8b291d;
	text-align: left;
}

h4 {
	font-size: x-large;
	font-style: bolder;
	color: #6d8a86;
	text-align: center;
}

div.wholebody {
	background-image: url(images/shadowedge.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 825px;
	align: right;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
div.header {
	width: 800px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto;
	border: 0px;
	padding-bottom: 10px;
}

#products {
	display: inline;
	text-decoration: none;
}

div.pagebody {
	width: 740px;
	padding: 70px;
	margin-left: auto;
	margin-right: -20px;
	margin-top: -65px;
	height: auto;
}

div.bottomnav {
	width: 740px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: -20px
	margin-top: -150px;
	margin-bottom: 0px;
	height: auto;
}

p.bnav {
	font-size: x-small;
	text-align: center;
}
p.warning {
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
}

img.img1 {
	float: right;
	margin-right: -300px;
	margin-left: -175px;
	margin-bottom: -200px;
	margin-top: -100px;
}

img.img2 {
	float: left;
	margin-bottom: -200px;	
	margin-left: -210px;
	margin-right: -125px;
	margin-top: -100px;
}

img.img3 {
	float: left;
	margin-left: -100px;
	margin-top: 0px;
}

img.imgctr {
	margin-top: -200px;
}
img.imgright {
	float: right;
	margin-right: -200px;
	margin-top: -50px;
}

img.imgright2 {
	float: right;
	margin-right: 250px;
	margin-left: 0px;
	margin-top: 0px;
}

img.imgright3 {
	float: right;
	margin-right: -25px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: -10px;
}

img.imgright4 {
	float: right;
	margin-right: -400px;
	margin-top: 150px;
}

img.imgleft {
	float: left;
	margin-left: auto;
	margin-right: 20px;
	border: 2px solid;
	border-color: #8b291d;
}	

#map {
	float: right;
	margin-right: 10px;
	margin-left: auto;
	margin-top: -10px;
}

#contents {
	background-color: #6d8a86;
	width: 150px;
	float: right;
	margin-left: 0px;
	margin-right: -15px;
	margin-top: 0px;
	padding-left: 50px;
	margin-bottom: 5px;
}

h3 {
	color: #26231f;
	font-weight: bolder;
	font-variant: small-caps;
}
