/*COMMON*/

HTML, BODY, FORM, INPUT, SELECT, OPTION, TEXTAREA, P {padding: 0px; margin: 0px;}
html, body { height:100%; width:100%;}
/*html>body {min-height:100%; height:auto;}*/
body { background-color: #796449;}

BODY, TABLE, TD, TR, TH, P, LI, OL, UL, DT, DL, DD, H1, H2, H3, H4, FORM, INPUT, SELECT, OPTION, TEXTAREA, LABEL {vertical-align: top; padding: 0px; margin: 0px;}
BODY, TABLE, TD, TR, TH, P, LI, OL, UL, DT, DL, DD, H1, H2, H3, H4, FORM, INPUT, SELECT, OPTION, TEXTAREA, A, A:link, A:visited, A:hover, A:active {
	color: #7c7c7c;
	font-family: "Tahoma", arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}
.bg1 {
	background-image: url(../img/t_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.site {
	height: 100%;
	width: 691px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


IMG, table, td {border: none;}

A, A:link, A:visited, A:active, A:hover {
	text-decoration: none;
	color: #a4a476;
}
A:hover {text-decoration: underline;
	color: #7c7c5a;
}

INPUT.iButton {	border: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;	margin-left: 5px;
}
select, option {color: black; width: 120px; height: 18px; margin: 0px 0px 3px 3px;}



/*//COMMON*/

/*MAIN*/
.content {
	padding-right: 8px;
	padding-left: 8px;
}
.left {
	background-color: #e9e8d2;
}

.h1 {
	background-color: #e9e8d2;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 34px;
}
.maintext {
	color: #666666;
	padding-bottom: 25px;
	
}

.maintext p { padding-top: 10px; padding-right: 26px; padding-bottom: 0px; padding-left: 26px; font-size: 12px; }

.yellow { color: #eee302;}
/*//MAIN*/


/*LAYOUT*/


/*//LAYOUT*/


/*FOOTER*/

.contacts {width: 250px; padding: 4px; display: block; text-align: right; float: right;}
.phone {color: #9aa27b; text-align: right;}
.copy {
	text-align: right;
	background-color: #ddddd5;
	height: 52px;
	padding: 10px;
}
.site .foot .copy div {
	text-align: center;
	width: 140px;
	height: 30px;
}
.foot {
	display: table;
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	text-align: right;
}
