/* CSS Document */

html{
	overflow-x: hidden;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -65px;
	color: #be550f;
	
}

body{
	background-color: #90EE90;
	/*Font & text*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a, img{
	border: 0;
	
}

/* Main */
#main{
	width: 682px;
	height: 716px;
	margin: 1% 0 0 20%;
	padding: 0 0 20px 26px;
	background-image: url(../images/Shadow.gif);
	background-repeat: no-repeat;
	/* background-attachment: fixed;	 /* to work with mozilla */
	background-position: bottom left;

}

/* Header */
#hbar{
	width: 682px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

/* buttons */



#menuBar{
	width: 682px;
	height: 34px;
	margin-top: -2px;
}

#main > #menuBar{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	#margin-top: -2px;
}

dl, dt, dd, ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


dl{
	display: inline;
	float: left;
	height: 34px;
}

dd{
	display: none;
}

dd ul{
	position: absolute;
	display: inline;
	z-index: 100;
	background-image: url(../images/bgrDropDown.gif);
	background-repeat: repeat-x;
	/*width: 250px;*/
	/*height: 40px;*/
	margin-top: -3px;
	list-style: none;
}

dd > ul{
	padding: 0px;
}

#btn7{
	position: absolute; /* fixes an anoying bug in IE6*/
}

dd li:hover{
	cursor: pointer;
	background-color:#27e56a;
} 

/* Content */
#main #content{
	/*Box*/
	width: 682px;
	height: 550px;
	
	position: relative;
	
	/*Margins*/
	margin: -2px 0px 0px 0px;
	padding: 0 0 0 0;

	
	/*Bacground*/
	background-color: #56f58f;
	background-image: url(../images/frame.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#main > #content{
	position: relative;
	margin: -16px 0 0 0;


	#margin: 0 0 0 0;
	top: 16px; /* fixes an anoying bug in IE*/
	#top: 0px;
}

div > #qaw{
	top: 59.70%;
	#top: 58.70%;
}

#footer{
	/*Box*/	
	width: 682px;
	height: 35px;
	
	/*Box*/	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	#margin-bottom: -2px;
	
	/*Bacground*/
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	
	margin-top: 16px;
	#margin-top: 0px;
}
#main #content .Quotation{
	/*Box*/
	width: 471px;
	
	/*Font & text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-indent: 2em;
	
	/*Box*/
	margin:20px 0px 0px 40px; /*top right bottom left*/

}
.Quotation div {
	text-align: right;
}

#main #content #Heading {
	border-width: 0px;
	
	/*Margin*/
	margin: 0px 0px 0px 40px; /*top right bottom left*/
	#margin: 10px 0px 0px 40px; /*top right bottom left*/
}
#main #content #mainContent {
	/*Box*/
	float: left;
	width: 480px;
	
	/*Font & text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-indent: 4em;
	font-weight: normal;
	
	/*Margins*/
	margin: 0px 0px 40px 20px; /*top right bottom left*/

}

#main #content > #mainContent {
	margin: 0px 0px 40px 40px;
		list-style-position:inside;
}

#bottom {
	/*Box*/
	width: 659px;
	height: 151px;
	overflow:hidden;
	
	/*Position*/
	position:relative;
	bottom: 1em;
	right: 0px;
	#margin: 23px 0px -50px 20px; /*top right bottom left*/
	#bottom: 10px;
/*	left: 100px;
	bottom: -50%;
	#bottom: -7px;
	#left: -50px; */
}

#bottom #phone {
	/*Box*/
	display: block;
	float: left;
	width: 208px;
	
	/*Position*/
	position: relative;
	left: 20px;
	
	/*margin*/
	margin: 0px;
		
	/*Font & Text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	
	z-index: 100;

}

#bottom #qaw {
	/*Box*/
	display: block;
	float: left;
	width: 266px;
	height: 151px;
	border-width: 0px;
	
	/*Margins*/
	margin: 0px 0px 0px -60px; /*top right bottom left*/
}

#bottom #workTime {
	/*Box*/
	display: block;
	width: 185px;
	
	/*Position*/
	position: relative;
	bottom: 48px;
	left: 350px;
	#margin: 0px 0px 0px 0px; /*top right bottom left*/
	#bottom: 0px;
	#left: -50px;
	
	/*Font & Text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	
	/*Position*/
	position: relative;
	right: 60px;
	
	z-index: 100;
}

ol ul{
	margin-left: 1em;
}

ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 2px 5px 0px 5px;
}