@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position-x:50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	width:1095px;
	margin:0 auto;
}
#header{
	width:100%;
	height:200px;
	position:relative;
}
#logo{
	float: left;
	margin-top: 51px;
	margin-left: 42px;
}
#header_copy{
	margin: 104px -24px;
	color: #EF3E42;
	font-size: 40px;
	text-align: center;
	float: left;
	clear: right;
}
#menu{
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-y;
	width:1095px;
	height:45px;
	position:relative;
	margin-top:15px;

}
#navigation1{
	float: left;
	text-align: center;
	margin: -41px 0 0 382px;
}
#navigation1 ul li{
	list-style: none;
	display: inline-block;
	width: auto;
	background-color: #4E4F50;
	border-left: 1px;
	border-color: white;
	float: left;
}
#navigation1 ul li a{
	text-decoration: none;
	text-align: center;
	padding: 11px 18px;
	font-size: 18px;
	background-color: #4E4F50;
	color: white;
	border-left: 4px;
	border-color: white;
}
#navigation1 ul li a:hover{
	background-color:#a5a5a7;
}
#slider{
	width: 993px;
	height: 400px;
	margin-left: 50.5px;
	margin-top: 25px;
	background-color:#000;
}
/*slider css*/
	#s3slider { 
   width: 993px; /* important to be same as image width */ 
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
	}
	
	#s3sliderContent {
	   width: 1000px; /* important to be same as image width or wider */
	   position: absolute; /* important */
	   top: 0; /* important */
	   margin-left: -39px; /* important */
	   margin-top:0px;
	}
	
	.s3sliderImage {
	   float: left; /* important */
	   position: relative; /* important */
	   display: none; /* important */
	}
	
	.s3sliderImage span {
	   position: absolute; /* important */
	   font: 15px/20px Arial, Helvetica, sans-serif;
	   padding: 10px 13px;
	   width: 1000px;
	   background-color: #000;
	   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
	   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	   opacity: 0.5; /* here you can set the opacity of box with text */
	   color: #fff;
	   display: none; /* important */
	   top: 0;
	
	   /*
		   if you put
		   top: 0; -> the box with text will be shown at the top of the image 
		   if you put
		   bottom: 0; -> the box with text will be shown at the bottom of the image
	   */
	}
	.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 400px;
	}
	.right {
		right: 0px;
		bottom: 0;
		width: 150px !important;
		height: 400px;
	}
	.top {
	top: 0;
	left: 0;
	width:1000px;
	height:75px;
	}
	.bottom {
		bottom: 0;
		left: 0;
		width:1000px;
		height:50px;	
	}
	
	.clear {
	   clear: both;
	}
/*end slider css*/
#content1{
	width: 943px;
	height: 400px;
	position: relative;
	margin-top: 40px;
	margin-left: 73.5px;
}
#video{
	margin-left:0px;
	width:423px;
	height:400px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: justify;
	line-height: 28px;
	padding: 56px 0 0 45px;
}
#copy1{
	float: left;
	width: 380px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: justify;
	line-height: 28px;
	padding: 56px 0 0 45px;
}
#contact{
	background-image:url(images/menu-bg.png);
	background-repeat:no-repeat;
	width:1095;
	height:330px;
	position:relative;
}
#table1{
	padding-top:20px;
	float:left;

}
.table1{
	margin-left:45.5px;
	width:1000; 
	border:0px;
	cellspacing:0px; 
	cellpadding:0px;
}
.table1 tr td{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
#table2{
	width:1000px;
	float:left;
}
#phone{
	text-align:center;
	
}
#address{
	text-align:center;
}
#prop{
	text-align:center;
}
#prop h1{
	font-size: 1.4em;
	margin-top: 36px;
	margin-bottom: -8px;
	font-weight: 500;
	text-align: center;
}
