@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}

#mainframe {
	width: 96%;
	margin:auto
}

.redline {
	background: #C9273A;
	height: 3px;
}

#tmenu {
	background: url(img/menu.gif) repeat-x; 
	height: 51px;
	vertical-align: middle;
	text-align: center;
}

#tmenu a {
	font-size: 15px;
	color: #252525;
	text-decoration: none;
	margin-right: 13px
}

#tmenu a:hover {
	font-size: 15px;
	color: #C9273A;
	text-decoration: underline;
	margin-right: 13px
}

#tmenu ul {
	margin:0;
	padding:0
}

#tmenu ul li {
	display:inline;
	background: url(img/line.gif) no-repeat right;
	margin-left: 10px;
}

#mainfoto {
	background: #352a26 url(img/cat.jpg) no-repeat right;
	height: 303px
}

#mainfoto img {
	border:0;
	width: 384px;
	height: 171px;
	margin: 70px 0 0 20px;
}

#content {
	background: url(img/greyline.jpg) repeat-x top;
}

#cert {
	 position: absolute;
	 top: 315px;
	 left: 45px;
	 border: none;
}

#text {
	margin: 0 0 0 30px;
	padding: 10px;
}

#text p {
	text-align:justify;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: #991f2d;
	margin: 0 0 15px 0;
	
}

h2 {
	font-family: Arial;
	font-size: 15px;
	color: #96895a;
	margin: 0 0 15px 0;
	
}

#footer {
	background: #252525;
	height: 40px
}

.leftblock {
	padding: 200px 0 0 15px;
	border-right: 1px solid #a9a9a9;
	vertical-align: top 
}

#callus {
	background: url(img/phone.jpg) no-repeat bottom right;
	min-height: 114px;
}

a {
	color: #991f2d;
}

a:visited {
	color: purple
}

a:hover {
	color: #96895a;
	text-decoration: none;
}

.line {
	height: 1px;
	background: #a9a9a9;
	width: 95%;
	margin:15px auto 15px auto;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

table.real {
	background-color: #c0c0c0; 
	margin: auto
}

table.real td {
	background-color: #fff;
}
