@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
  margin: 0px;
  padding: 0px;
}
a { color: #000; }
.page-out {
  width: 100%;
  float: left;
}
.page-in {
  background-image: url(../images/bottom-rept.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  float: left;
}
.page {
  margin: 0px auto;
  width: 900px;
}
.main, .header {
  width: 900px;  
}
.header-top {
  background: #ffffff none repeat scroll 0% 50%;
  text-align: center;
  width: 1000px;
  height: 81px;
  float: left;
}
.header-top h1 {
  font-family: "Times New Roman",Times,serif;
  font-size: 55px;
  font-weight: normal;
  line-height: 81px;
  color: #ffffff;
  margin-left: 115px;
}
.header-top h1 span {
  color: #000000;
}
.header-bottom {
  padding: 20px 0;
  background: #ffffff none repeat scroll 0% 50%;
  text-align: center;
  width: 900px;
  float: left;
}
.header-bottom h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  margin-top: 92px;
  margin-left: 27px;
}
.topmenu {
  background-image: url(../images/menu-bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 900px;
  height: 74px;
  float: left;  
}
.topmenu ul {
  height: 74px;
  margin-left: 20px;
  list-style-type: none;
}
.topmenu ul li {
  background-image: url(../images/devider.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 74px;
  float: left;
  padding-right: 3px;
  padding-left: 15px;
  white-space:nowrap;
}
.topmenu ul li a {
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 74px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 74px;
  float: left;
  padding-left: 15px;
}
.topmenu ul li a span {
  display: block;
  height: 74px;
  float: left;
  padding-right: 25px;
  cursor: pointer;
}
.topmenu ul li a:hover {
  background-image: url(../images/menu-left.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.topmenu ul li a:hover span {
  background-image: url(../images/menu-right.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.content {
  padding: 30px;
  background-color: #ffffff;  
  font-size:15px;
  min-height:200px;
}

.content .engravers {margin-bottom:30px; color:#001697;}
	.content h1 {font-size:24px;}
	
	.content p {margin-bottom:15px;}

.content-left {
  background-image: url(../images/vline.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  width: 621px;
  float: left;
  padding-right: 21px;
}
.row1 {
  width: 621px;
  float: left;
}
.title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 30px;
}
.title span {
  color: #82ab01;
}
ul.list1 {
  margin-top: 5px;
  margin-left: 25px;
  list-style-image: url(../images/bullet.jpg);
}
ul.list1 li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.row2 {
  padding: 15px 15px 0px;
  background-image: url(../images/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 591px;
  height: 233px;
  float: left;
}
.subtitle {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #171817;
  margin-bottom: 10px;
}
.subtitle span {
  color: #607e00;
}
a.more {
  font-size: 12px;
  line-height: 30px;
  color: #282828;
  text-decoration: none;
  background-image: url(../images/more-btn.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  display: block;
  width: 83px;
  height: 38px;
  margin-top: 10px;
}
a.more:hover {
  color: #607e00;
}
.content-right {
  width: 310px;
  float: right;
  padding-top: 7px;
}
.mainmenu, .contact {
  width: 310px;
  float: right;
}
.sidebar1 {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  background-image: url(../images/sidebar1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 50px;
  padding-left: 60px;
  margin-bottom: 15px;
}
.mainmenu ul {
  margin-bottom: 15px;
  list-style-type: none;
}
.mainmenu ul li {
  background-image: url(../images/bullet.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}
.mainmenu ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
.mainmenu ul li a:hover {
  text-decoration: none;
}
.sidebar2 {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  background-image: url(../images/sidebar2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 50px;
  padding-left: 60px;
  margin-bottom: 10px;
}
.contact-detail {
  padding: 15px;
  background-color: #dcdcdc;
  width: 280px;
  float: right;
}
.contact-detail p {
  margin-bottom: 10px;
}
.green {
  color: #003300;
}
.footer {
  padding: 25px 24px 0px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 852px;
  height: 69px;  
  font-family:Arial, Helvetica, sans-serif;
}
.footer p {
  font-size: 11px;
  color: #666;
}
.footer a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
.footer ul {
	margin-bottom:10px;
}
.footer ul li {
  border-left: 1px solid #666;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}
.footer ul li a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
