/*--- Tm11f ---*/
@charset "utf-8";
/*--- Overall style ---*/
body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
}
h1 {
    font-size:14px;
    font-weight:bold;
    color:#000;
}
h2 {
   font-size:11px;
   font-weight:bold;
   color:#000;
}
a {
   text-decoration:none;   
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #E18700;
}
a:hover {
	color: #508FAE;
}
a:active {
	color: #FF6600;
}
.container {
    width:900px;
    margin:0 auto;
    text-align:left;
    position:relative;
}
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:88px;
}

/*--- end ---*/

/*--- Left panel ---*/

.left1 {
	background-image: url(images/left_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.leftBgr {
	background-image: url(images/leftBgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left2 {
	background-image: url(images/left_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:286px;
	width:207px;
}
.left2 td {
	font-size:11px;
	color:#271B18;
}
.left_line {
	background-image: url(images/left_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*--- end ---*/

/*-- Content ---*/

.middle {
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:497px;
}
.middle div {
    margin: 160px 20px 10px 20px;
	font-size:12px;
}
.content {
	background-image: url(images/contentBgr.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
/*-- end --*/
/*--- Form style ---*/
input {
	font-size:11px;
	color:#000;
	width:89px;
	border: 1px solid #808080;
	padding-left:3px;
}

.button {
    width: 11px;
	height: 11px;
	color:#FFF;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/magnif.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer;
}
/*--- end --*/
/*--- Right panel ---*/
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:211px;
	width:207px;
}
.rightBgr {
	background-image: url(images/rightBgr.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.call_now {
   margin: 40px 10px 10px 30px;
}
.news {
   font-size:10px;
   color:#003366;
}
/*--- end ---*/
/* --- Menu --- */
.menu {
	position:relative;
	left:10px;
	top:10px;	
}
.menu ul {
	list-style-type: none;
	margin-left:12px;
	padding-left: 0px;
}
.menu li {
	background-color:#FFF;
	width: 170px;
	height: 19px;
	border: 1px solid #006699;
	margin-bottom:3px;
	text-align: left;
	vertical-align:middle;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:10px;
	font-size: 12px;
	padding-top: 1px;
	filter: alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
}
.menu li a:link, .menu li a:visited, .menu li a:hover {
   display:block;
   width: 170px;
   height: 19px;

}
.menu li a:link {
   color:#000;
}
.menu li a:visited {
   color:#000;
}
.menu li a:hover{
    background: #EAE8DF;
}
/* --- end --- */
/*--- Bottom ---*/
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:27px;
}
.bottom td {
   font-size:10px;
   color:#999;
}
/*--- end ---*/
