/* CSS Document */

/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/
*{
	margin:0; 
	padding:0;
}
body{
	margin:0px;
	padding:0px;
	background-color:#000000;
}
.maintable{
	margin:0 auto;
}
.clear{
	clear:both;
}
h1{
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:21px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	}
	
p{
	font-family:"Trebuchet MS";
	color:#F2ECD1;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	padding:0px 0px 0px 0px;
	text-align:justify;
	text-transform:uppercase;
	}
/*
---------------------------------------------
02. CONTAINER AND WRAPPER
---------------------------------------------
*/
#container{
	width:766px;
	margin:0 auto;
	height:auto;
}
#wrapper{
	width:766px;
	margin:0px;
	float:left;
	padding:0px;
}

/*
---------------------------------------------
03. HEADER
---------------------------------------------
*/
#header{
	width:766px;
	margin:0px;
	float:left;
	padding:0px;
}
.navigation-bg{
	background-image:url(../images/navigation-bg.jpg);
	background-repeat:no-repeat;
}

/*
---------------------------------------------
05. NAVIGAITON
---------------------------------------------
*/
.navigation-block{
	width:400px;
	height:auto;
	float:right;
	margin:86px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navigaion{
	margin:0px;
	padding:0px;
	list-style:none;
}
.navigaion li{
	margin:0px;
	padding:0px;
	float:left;
}
.navigaion li.seprater{
	margin:0px;
	padding:0px;
	float:left;
	height:19px;
	width:5px;
}
.navigaion li a{
	float:left;
	width:77px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/normal.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
.navigaion li a:hover{
	float:left;
	width:77px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/hover.png);
	background-repeat:no-repeat;
}
.navigaion li a.active{
	float:left;
	width:77px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/hover.png);
	background-repeat:no-repeat;
}
/*
---------------------------------------------
05. CONTENT
---------------------------------------------
*/
#content{
	width:766px;
	margin:0px;
	float:left;
	padding:0px;
  }

.bg-aboutscroller{
	background-image:url(../images/bg-aboutscroller.gif);
	background-repeat:no-repeat;
}
.flash-bg{
	background-image:url(../images/flash-bg.gif);
	background-repeat:no-repeat;
}
.privcay-tex-bg{
	background-image:url(../images/privcay-tex-bg.jpg);
	background-repeat:no-repeat;
}
.contact-txt-bg{
	background-image:url(../images/contact-txt-bg.jpg);
	background-repeat:no-repeat;
}
.contat-form-bg{
	background-image:url(../images/contat-form-bg.jpg);
	background-repeat:no-repeat;
}
/*.specialoffer-bg{
	background-image:url(../images/specialoffer-bg.gif);
	background-repeat:no-repeat;
}*/
.price-bg{
	background-image:url(../images/price-bg.gif);
	background-repeat:no-repeat;
}
.pricelist-txtbg{
	background-image:url(../images/pricelist-txtbg.gif);
	background-repeat:no-repeat;
}
.link-yellow{
	font-family:"Trebuchet MS";
	color:#FFF5A2;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	}
.link-yellow:hover{
	font-family:"Trebuchet MS";
	color:#FFF5A2;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	}

  /*
---------------------------------------------
05. FOOTER STARTS
---------------------------------------------
*/
#footer{
	width:766px;
	margin:0px;
	float:left;
	padding:0px;
  }
.footer-bg{
	background-image:url(../images/footer-bg.gif);
	background-repeat:no-repeat;
}
/*
---------------------------------------------
05. FORM STARTS
---------------------------------------------
*/

.form-block{
	width:380px;
	margin:0 auto;
	padding:0px;
}
.form-txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
}
.textbox{
	width:173px;
	height:18px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	font-family:"Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border:1px solid #D4D0C8;
	text-transform:uppercase;
}
.textarea{
	width:173px;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	font-family:"Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border:1px solid #D4D0C8;
	text-transform:uppercase;
}


p.thanku{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	line-height:30px;
	text-align:center;
}