﻿/* Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* menu structure */

.art-hmenu, .art-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-hmenu li li
{
  float: none;
}

.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-hmenu:after, .art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-hmenu{
  min-height: 0;
  position:relative;
  padding: 6px 5px 6px 5px;
}

.art-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


div.art-nav-center
{
  position: relative;
  float: right;
  right: 50%;
}

ul.art-hmenu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.art-hmenu
{
  float: none;
}


.art-nav
{
   position: relative;
  width:700px;
  margin:0 auto;
  min-height: 43px;
  z-index: 100;
    margin-top: -5px;
    margin-bottom: -5px;
}

.art-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.art-nav-outer
{
    position:absolute;
    width:100%;
}

.art-nav-wrapper 
{
        position: relative;
    width:700px;
    margin:0 auto;
}
.art-nav-inner 
{
    margin: 0 6px;
}

.art-nav-l, .art-nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.art-nav-l
{
  left: 0;
  right: 16px;
}

.art-nav-r
{
  right: 0;
  width: 700px;
  clip: rect(auto, auto, auto, 684px);
}

.art-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 31px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.art-hmenu ul li
{
    margin:0;
    clear: both;
}

.art-hmenu a .r, .art-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 103px;
  background-image: url('images/menuitem.png');
}

.art-hmenu a .l
{
  left: 0;
  right: 0;
}

.art-hmenu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
  text-align: left;
  text-decoration: none;
}

.art-hmenu a .t
{
  color: #E3E3E3;
  padding: 0 22px;
  margin: 0 0;
  line-height: 31px;
  text-align: center;
}

.art-hmenu a:hover .l, .art-hmenu a:hover .r
{
  top: -36px;
}

.art-hmenu li:hover>a .l, .art-hmenu li:hover>a .r
{
  top: -36px;
}

.art-hmenu li:hover a .l, .art-hmenu li:hover a .r
{
  top: -36px;
}
.art-hmenu a:hover .t
{
  color: #CCCCCC;
}

.art-hmenu li:hover a .t
{
  color: #CCCCCC;
}

.art-hmenu li:hover>a .t
{
  color: #CCCCCC;
}

.art-hmenu a.active .l, .art-hmenu a.active .r
{
  top: -72px;
}

.art-hmenu a.active .t
{
  color: #D6D6D6;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-hmenu .art-hmenu-li-separator
{
  display: block;
  width: 2px;
  height:31px;
}
.art-nav .art-hmenu-separator
{
  display: block;
  margin:0 auto;
  width: 2px;
  height: 31px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 38px;
  width: 180px;
  overflow: hidden;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #595959;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 38px;
  color: #DEDEDE;
  font-size: 12px;
  margin:0;
  padding:0;
}

.art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active, .art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 38px;
  color: #DEDEDE;
  font-size: 12px;
  margin:0;
  padding:0;
}

.art-hmenu ul li a:hover
{
  color: #E3E3E3;
  border-color: #595959;
  background-position: 0 -38px;
}

.art-hmenu ul li:hover>a
{
  color: #E3E3E3;
  border-color: #595959;
  background-position: 0 -38px;
}

.art-nav .art-hmenu ul li a:hover span, .art-nav .art-hmenu ul li a:hover span span
{
  color: #E3E3E3;
}

.art-nav .art-hmenu ul li:hover>a span, .art-nav .art-hmenu ul li:hover>a span span
{
  color: #E3E3E3;
}

/* end menu structure */

#home {
        background-image: url('images/e-refelct.png');
	background-repeat: no-repeat;
	background-position: 35% 35px;
}

#all {
	background-image: url('images/e-refelct_small.png');
	background-repeat: no-repeat;
	background-position: 33% 35px;
}


#indexhead, #head {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#indexhead h1 {
	font-family: "Agency FB";
	font-size: 65px;
	color: #555555;
	padding-left: 300px;
	padding-top: 55px;
}

#head h1 {
	font-family: "Agency FB";
	font-size: 55px;
	color: #555555;
	padding-left: 237px;
	padding-top: 10px;

}

#indexhead h2 {
	font-family: "Agency FB";
	font-size: 32px;
	color: #555555;
	padding-left: 300px;
	margin-top: -15px;
}

#indexhead h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3727;
	font-size: 14px;
	padding-left: 370px;
	font-weight: bold;
}

#indexhead p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 300px;
	margin-top: 20px;
	font-style: italic;
	width: 205px;
	text-align: justify;
}

#indexmain {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

#contactmain {
	width: 450px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;

}
#main {
	width: 650px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#indexmain h2 {
	margin: 0;
	font-family: "Agency FB";
	font-size: 30px;
	color: #555555;
	background-image: url('images/dot.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

#contactmain h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 7px;
	font-weight: bold;

}
#indexmain p{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 25px;
	text-align: justify;
}

#main p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 10px;

}

#contactmain p{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 10px;


}
.hl {
	margin-top: 40px;
	border-top-style: solid;
	border-top-color: #6a6a6a;
	border-top-width: 2px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;

}

a {
	color: #6a6a6a;
}

a:visited {
	color: #555;
}

#contactmain a {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 10px;
}

#contactmain a:visited {
	color: #555;
}


#footer {
	position: relative;
        bottom: 2px;
        width: 650px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-top-width: 1px;
	border-bottom-width: 1px; 
	height: 20px;
}

#footer p {
	padding-top: 4px;
	color: #6a6a6a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.photo img {
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	padding: 2px;
}

.figure {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 5px 5px 5px;
}
.figure p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	padding-left: 10px;
	text-align: center;
}

