body{
padding: 0;
margin: 0;
background-color: #878787;
background-image: url(../images/bg-gradient.png);
background-repeat: repeat-x;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
color: #1A1A1A;
}
a:link, a:visited{
color: #fff;
text-decoration: none;
}
a img{
border: 0;
}
.core{
width: 967px;
background-image: url(../images/bg-core.png);
margin: 0 auto;
padding: 0 7px;
}
.header{
width: 100%;
height: 145px;
background-image: url(../images/bg-header.png);
background-repeat: repeat-x;
}
a.title{
width: 300px;
height: 118px;
background-image: url(../images/title.png);
display: block;
float: left;
margin: 17px 0 0 16px;
}
.menu-bg{
float: right;
height: 50px;
width: 555px;
margin-top: 92px;
}
a.menu{
font-size: 16px;
color: #333;
text-decoration: none;
}
a.menu:hover{

border-bottom: 1px solid #1aa9d2;
}
a.underline-menu{
font-size: 16px;
color: #333;
text-decoration: none;
border-bottom: 1px solid #1aa9d2;
}
ul#menu{
float: right;
margin: 17px 8px 0 0;
padding: 0;
list-style-type: none;
}
ul#menu li{
padding: 0 14px; float: left;
}
.content{
width : 927px;
padding: 20px 20px;
}
.left-pane{
width: 234px;
line-height: 17px;
float: left;
margin-right: 70px;
}
.contact-aera{
width: 230px;
height: 156px;
padding: 2px;
background-image: url(../images/contact-shape.png);
margin-bottom: 10px;
}
a.contact-us{
width: 230px;
height: 126px;
background-image: url(../images/contactus.jpg);
display: block;
margin: 0 0 8px 0;
}
.right-pane{
width: 623px;
text-align: justify;
line-height: 17px;
float: left;
}
img.cat{
border: 0;
padding-bottom: 10px;
display: block;
}
.footer{
width: 100%;
height: 28px;
background-image: url(../images/bg-footer.png);
color: #fff;
font-size: 11px;
}
span.links{
display: block;
float: left;
margin: 9px 0 0 10px;
}
a.links:hover{
text-decoration: underline;
}
span.copyright{
display: block;
float: right;
margin: 9px 10px 0 0;
}
table{	
	margin-top: 10px;
	width: 100%; 
	height: 180px;
}
td{
	text-align: center;
}

table, td, tr{
	border: 1px solid #333;
}
.contact {
	margin-bottom: 14px;
}
.contact p {
	font:normal 12px/1.5 Tahoma, Geneva, sans-serif;
	color:#4f4f4f;
	padding:5px 0 5px 0;
}
.contact input {
	font:normal 12px/1.5 Tahoma, Geneva, sans-serif;
	box-shadow:1px 1px 0px #eaeaea;
	padding:5px 2px 5px 2px;
	margin: 0 0 7px 0;
	border: solid 1px #b7b7b7;
	width: 320px;
}
.contact textarea {
	font:normal 12px/1.5 Tahoma, Geneva, sans-serif;
	box-shadow:1px 1px 0px #eaeaea;
	padding:5px 2px 4px 2px;
	margin: 0 0 7px 0;
	border: solid 1px #b7b7b7;
	width: 98.5%;
	height: 150px;
	resize: none;
	padding: 4px;
}
.button a {
	padding:10px 15px;
	text-transform:uppercase;	
	font:14px/1.5 Tahoma, Geneva, sans-serif;
	font-weight:bold;
	display:block;
	text-align:center;
	color:#505b4d;
	border: solid 1px #b7b7b7;
	background-color: #F1F1F1;
}