﻿/* ht03f */

/*--- Overall style ---*/
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E6DED6;
	font-size:12px;
	list-style-position: outside;
	list-style-image: url(imagesoldold/tr.gif);
}

	
a {
	text-decoration: none;
}

a:link {
	color: #000;
}
a:visited {
	color:#333;
}
a:hover {
	color: #333;	
}
a:active {
	color: #333;	
}

h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

/*--- Form style ---*/
input {
	font-size:11px;
	color:#000;
	width:89px;
	border: 1px solid #808080;
}

.button {
    font-size: 10px;
	font-weight:bold;
	color: #FFF;
	width: 68px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(imagesold/search.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer;
}
/*--- Layout ---*/ 

.topBgrHome {
	background-image: url(imagesold/homepic.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	height:186px;
}

.topBgrAboutUs {
	background-image: url(imagesold/aboutuspic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:186px;
}

.topBgrContactUs {
	background-image: url(imagesold/contactphone.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:186px;
}

.topBgrOurTeam {
	background-image: url(imagesold/ourteam.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:186px;
}

.topBgr {
	background-image: url(imagesold/homep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:176px;
}

.topTable {
        height:176px;
}

.leftBgr{
	background-image: url(imagesold/left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.rightBgr {
	background-image: url(imagesold/right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tableBgr {
	background-image: url(imagesold/page_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
}


/*--- Menu  ---*/
.nav {
	/*background-image: url(imagesold/top1.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	height:29px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	color: #FF6600;
}

.navTeam {
	background-repeat: no-repeat;
	background-position: left top;
	height:19px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #FF6600;

.navTeam1 {
	background-image: url(imagesold/team.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:49px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #FF6600;
}


.panelBgr {
	/*background-image: url(imagesold/panel_background.gif); */
	background-repeat: repeat-y;
	background-position: left top;	
}
.panelBgr p {
        padding:7px;
        margin:7px;
        font-size:12px;
        color:#000;
}

.panelBgr a:link {
        color:#FF6600;
}

.panelBgr a:visited {
        color:#990000;
}

/*--  Text ---*/
.main-text {
	background: #000000;
	color : #FF6633;
	width: 910px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	position: relative;
	border: #000000 solid 1px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*--- Footer ---*/
.design{
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align:right;
	padding-right:5px;	
}

.bottom {
	background-image: url(imagesold/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:28px;
}

