div.newsheader {
	font-weight: bold;
	padding-bottom: 5px;
}
div.newsheader a:hover {
	text-decoration: none;
}
h1 {
	font-size: 17px;
}
p.descr, p.descr p {
	font-size: 11px;
	padding-top: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman";
}
#tbl td, #tbl td a {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}
#tbl td a:hover {text-decoration:none;}
* {
	font-family: Verdana, Arial, sans-serif;
	color: #272727;
	font-size: 11px;
}
td.bookfooter {
	background-image: url(pics/book-footer-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td.pbtm {
	background-image: url(pics/bottom-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td.pageleft {
	background-image: url(pics/left-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

td.pageright {
	background-image: url(pics/right-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
td.pageleft1 {
	background-image: url(pics/cat-l-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
td.pageright1 {
	background-image: url(pics/cat-r-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
td.catlp {
	width: 488px;
	height: 751px;
	background-image: url(pics/cat-lp-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
td.catlp1 {
	padding: 30px 50px 60px 50px;
}
td.catrp {
	width: 538px;
	height: 751px;
	background-image: url(pics/cat-rp-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 0px;
}
td.catrp1 {
	padding: 80px 50px 30px 70px;
}
div.catmenu {
	position: relative;
	top: 0px;
	left:-272px;
	width: 168px;
}
#insert a {
	font-family: Verdana, Tahoma, sans-serif;
	color: #272727;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}
#insert a:hover {
	color: #f6ed56;
}
#insert td.insert1 {
	background-image: url(pics/insert1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 165px;
	height: 47px;
	text-align: center;
	padding: 6px 8px 0px 0px;
}
#insert td.insert2 {
	background-image: url(pics/insert2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 163px;
	height: 47px;
	text-align: center;
	padding: 3px 8px 0px 0px;
}
#insert td.insert3 {
	background-image: url(pics/insert3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 160px;
	height: 47px;
	text-align: center;
	padding: 0px 8px 3px 0px;
}
a.level1 {
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
	font-size: 20px;
	color: #272727;
	text-decoration: none;
	display: block;
	font-style: italic;
	margin-bottom: 16px;
}
a.level1:hover {
	text-decoration: underline;
}
a.level2 {
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
	font-size: 16px;
	color: #272727;
	text-decoration: none;
	display: block;
	font-style: italic;
	margin-bottom: 9px;
}
a.level2:hover {
	text-decoration: underline;
}
#gal td.lp {
	padding: 0px 50px 0px 50px;
}
#gal td.rp {
	padding: 0px 55px 0px 75px;
}
#gal table.arrow {
	height: 127px;
	text-align: center;
}
#gal table.arrow a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#gal table.arrow a:hover {
	text-decoration: underline;
}
#gal div.pic {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
}
#gal div.pic img {
	border: 2px solid #c0c0c0;
}
#gal div.txt {
	position: relative;
	top: 25;
	width: 100%;
}
.clear {clear:both;}
.round-corner {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}

#newsDiv{
font-size: 12px;
line-height: 1.6; 
}

#newsDiv p{
font-size: 12px;
line-height: 1.6; 
}

#newsDiv a{
font-size: 12px;
}



/* ----------------------- CONTACT FORM -----------------------*/
#maincontactform {
  margin: 104px 0 0;
  border:none;
}
#maincontactform form, #maincontactform fieldset {
  border:none;
}
#maincontactform label {
  font-size: 1.2em;
  display: block;
  margin-bottom:5px;
  clear: both;
}
.textfield {
  float: left;
  margin-bottom: 10px;
  border: #aaa 1px solid;
  color: #444;
  background: #eee;
  width: 326px;
  height: 23px;
  font-size: 1.2em;
  padding: 2px;    
  font-family: Arial, Helvetica, sans-serif;
}
.textarea {
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  background: #eee;
  margin: 0;
  padding: 4px;
  color: #444;  
  width: 326px;
  height: 164px;
  margin-bottom: 10px;
  border: #aaa 1px solid;
  overflow: hidden;
}
.buttoncontact {
  display: block;
  float: left;
  background: #333;
  color: #d4d4d4;
  border: #CCC 1px solid;
  width: 106px;
  height: 30px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-left: 220px;
}
.require {
  float: left;
  display: inline;
  color: #f00;
  font-weight: bold;
  margin-left: 5px;
}
.loading {
  padding-left: 8px 0 8px 32px;
  font-size: 1.2em;
  color: #2C6D00;
  margin-left: 10px;
}
.success-message {
  padding: 42px 90px 0 0;
  margin-bottom: -50px;
  font-size: 1.2em;
  color: #009900;
}
