@import '../images/images.css';
@import 'content.css';
@import 'sifr.css';

body {
	background-color:#e29337;
	margin:0;
	padding:0;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

div, img, form, table, ul {padding:0; margin:0; border:0 solid;}
h1, h2, h3, h4, h5 ,h6{color:#e29337;}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt !important;
	height: 25px;
	text-transform: uppercase;
	margin: 0;
}
#content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt !important;
	margin: 0;
	height:15px;
	color: #e29337;
	text-transform: uppercase;
}
ul{list-style-type:none;}
a{text-decoration:none;}

#container{
	width:755px;
	border:1px solid black;
	background-color:white;
	overflow:auto;

	margin:20px auto 20px auto;
}

#title{
	overflow:auto;
	background-repeat:repeat-x;
	background-color:#161616;
}

#title .bg{
	background-position:477px 34px;
	overflow:hidden;
	background-repeat:no-repeat;
	height:100%;
}

.left{float:left;}
.right{float:right;}

#title .left {
	width:400px;
	font-size:90%;
	margin-bottom:4px;
}
#title .left .heading{
	color:#e29337;
	font-weight:bold;
	font-size:95%;
}
#title .left .content{font-size:95%;}

#desc {
	color: white;
	margin-top:86px;
	margin-left:30px;
}

#title #phone{margin-top:10px; margin-bottom:15px;}

#title .right {
	margin-right:80px;
}

#title .right a{
	display:block;
	background-color:#ececec;
	padding:3px 5px 3px 23px;
	background-repeat:no-repeat;
	background-position:6px center;

	color:#000; 
	font-size:80%;
	font-weight:bold;
}

#title .right a:hover {
	background-color:#e29337;
}


#navi{
	display:block;
	overflow:hidden;
	clear:both;
	border-top: 1px solid #161616;
	border-bottom: 1px solid #000;

	height:100%;
	background-color:#000;
}

#navi li {
	display:block;
	float:left;
}

#navi li a{
	font-size:12px;
	text-transform:uppercase;
	display:block;
	padding:13px 10px 12px;
	color:#fff;
	border-right:1px solid #161616;
	border-bottom:1px solid #000;
	font-weight:bold;
}

#navi li a:hover{color: #e29337; border-bottom:1px solid #e29337;}

#maincontent{background-repeat:repeat-x;}
#content{
	height:100%;
	overflow:hidden;
	padding-top:18px;
}
#page {
	font-size: 12px;
}

#footer .heading{color:#e29337; font-weight:bold;}

#footer{
	padding:20px;
	padding-top:20px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:80%;
	color:#a7a7a7;
	background-position:left bottom;
	background-repeat:repeat-x;
	clear:both;
}

#footer div.left {
	height:7em;
	border-right:1px solid #f3f3f3;
	padding:10px;
}

#footer div.right{
	width:190px;
	padding-bottom:20px;
	padding-top:10px;
}

#footer a{
	color:#a7a7a7;
}

#footer a:hover {color:#e29337; }
#legal a:hover, #legal .heading {color:#d63737;}
#validation .heading, #validation a:hover {color:#b3d638;}

.pop {
	display:none;
}

td.container {overflow:visible;}

.balloon {
	position:absolute; 
	display:none;
	width:200px;
	background-color:#ebebeb;
	border:1px solid #000;
	text-align:left;
	padding:5px;}
	
#legal a:hover {
	color: rgb(214, 55, 55);
}