body {
background: #333333;
}


table {
margin-left: auto;
margin-right: auto;
background: url(img/bg.png);
background-repeat: repeat-x;
width: 1040px;
}

table, th, td
{
border-style: none;
}

#nav {
width: 951px;
height: 109px;
text-align: center;
}

h1, h3{
text-align: center;
}

#heading {
width: 289px;
height: 50px;
background: url(img/heading1.png);
background-repeat: no-repeat;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: center;
color: #fff
}

#text {
padding-left: 15px;
padding-right: 15px;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: center;
}

.image-background {
background-image: url(img/header3.png);
background-repeat: no-repeat; /* Prevents the image from tiling */
    background-position: center; /* Centers the image */
    background-size: cover; /* Ensures the image covers the entire cell area */
  }

#banner {
background-image: url(img/header3.png);
background-repeat: no-repeat;
height: 350px;
}

img.box {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#shadowbox {
background: #000033;
background-repeat: no-repeat;
}

#footer {
height: 224px;
background: #000;
padding-left: 5%;
padding-right: 5%;
font-family: arial, helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
color: #fff;
text-align: center;
}

#footer1 {
background: #000;
height: 61px;
}



#about {
Width: 1300px;
height: 680px;
background: url(img/about2.png);
background-repeat: no-repeat;
padding-left: 5%;
padding-right: 5%;
padding-top: 40%;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: left;
}

#contact {
padding-left: 20%;
padding-right: 20%;
width; 950px;
height: 500px;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: #fff;
}

#copyright {
text-align: right;
color: #fff;
	}

	
	
/* /////////////////////////////////////////////////////////////////////////// 
// Slider
/////////////////////////////////////////////////////////////////////////// */

#slider {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

	#slider .button {
		display: inline-block;
		background: #0074C6;
		color: #ffffff;
		text-align: center;
		line-height: 50px;
		height: 50px;
		text-decoration: none;
		outline: 0;
		border-radius: 8px;
		font-size: 1.25em;
		border-bottom: solid 2px #0054A6;
		text-shadow: 0 1px 1px #003A6C;
	}

	#slider .button:hover {
		background: #2094E6;
	}

	#slider .viewer {
		width: 1180px;
		height: 350px;
		margin: 0 auto;
		overflow: hidden;
	}

		#slider .viewer .reel {
			display: none;
			height: 350px;
		}

		#slider .viewer .reel .slide {
			position: relative;
			width: 1180px;
			height: 350px;
		}

			#slider .viewer .reel h2 {
				position: absolute;
				bottom: 40px;
				left: 0;
				width: 100%;
				height: 80px;
				line-height: 80px;
				background: url(img/linkbg2.jpg);
				text-align: center;
				opacity: 0.85;
				font-weight: normal;
				color: #ffffff;
				font-size: 2.25em;
				margin: 0;
			}

			#slider .viewer .reel p {
				position: absolute;
				bottom: 0;
				left: 0;
				margin: 0;
				width: 100%;
				height: 40px;
				line-height: 40px;
				background: url(img/linkbg.jpg);
				text-align: center;
				opacity: 0.85;
				font-weight: normal;
				color: #fff;
				font-size: 1.1em;
			}

	#slider .previous-button {
		position: absolute;
		top: 180px;
		left: 65px;
		width: 50px;
	}

	#slider .next-button {
		position: absolute;
		top: 180px;
		right: 65px;
		width: 50px;
	}



		#slider .indicator {
			list-style: none;
			padding: 0;
			margin: 20px auto;
			text-align: center;
		}

			#slider .indicator li {
				display: inline-block;
				width: 12px;
				height: 12px;
				text-indent: -9999em;
				background: #c8c8c8;
				margin: 0 2px;
				border-radius: 8px;
				padding: 0;
			}

			#slider .indicator li.active {
				background: url(img/linkbg.jpg) bottom left;
			}	
/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
   width:420px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{

   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#fff;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff00;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#fff;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

