@charset "UTF-8";
body{
	text-align:center;
	background-color: #000000;
	text-align:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	}
a {
	text-decoration:none;
	border:none;
}
img {
	border:none;
	margin: 0px;
}
p{
	margin:0px;
	padding:0px;
}
.main .container {
	background-color: #000000;
	margin: 0px auto;
	width:960px;
	height:800px;
	
}

#logo{
	margin-top: 50px;
}
.home{
	height: 32em;
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	clear:both;
}
.about{
	height: 15.5em;
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
	clear:both;
}

/*********** navigation START *************/
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	background: #d87d36;
	float: left;
	position: relative;
	top: 30px;
}
ul li{
	float: left;
}
ul a {
	display: block;
	padding: 0 4.1em;
	line-height: 2.1em;
	text-decoration: none;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/divider_black.gif) repeat-y left top;
}

ul a:hover {
	color:#FFF;
}
/************* navigation END **************/
.main #button {
	position: relative;
	margin:auto;
	top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 55px;
	text-align:center;
	clear:both;
}
/************* address START *************/
table{
	border-collapse:collapse;
	width:275px;
	font-size:12px;
	font-weight:bolder;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
}
td{
	padding:0em 0.5em;
}
#companyInfo{
	position: relative;
	margin:auto;
	top: 10px;
	left:32px;
}
#headers {
	border:none;
	color:#9d9c9c;
	text-align:right;
	vertical-align: top;
	
}
#info{
	border:none;
	color: #FFF;
}
#orangeColor{
	border:none;
	color:#fa8d36;
}
/***************** Address END ***********/
.main .arial11{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	top:25px;
}
