@CHARSET "ISO-8859-1";

body {
	
	margin: 0 auto;	
	background: url("../images/bg.gif");
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	
}

#container {

	width: 980px;
	margin: 0 auto;
	min-height: 600px;
	background-color: #FFF;

}

#header {

	height: 100px;
	/*background: url("../images/header_bg.gif");*/

}

#header img {
	
	margin: 2px 5px;	
	
}

#menu {
	
	height: 44px;	
	background: url("../images/nav.png") repeat-x;
	padding-left: 20px;

}

/* Drop Down Menu Start*/

.horizontalcssmenu ul{
	
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
	
}

/*Top level list items*/

.horizontalcssmenu ul li{

	position: relative;
	display: inline;
	float: left;
	border-right: 1px solid #A4A4A4;
}

#cssmenu1 ul li {
	
	border-right: 0px solid gray;
	
}

/*Top level menu link items style*/

.horizontalcssmenu ul li a{
	
	display: block;
	padding: 6px 25px;
	text-decoration: none;
	background: url(menubg.gif) center center repeat-x;
	color: #000;
	font: bold 13px Tahoma;

}

/*Sub level menu*/

.horizontalcssmenu ul li ul{

	width: 160px;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	padding-top: 11px;	
}

.horizontalcssmenu ul li ul li ul{

	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	padding-left: 170px;	
	margin-top: -33px;
}

/*Sub level menu list items*/

.horizontalcssmenu ul li ul li{
	
	display: inline;
	float: none;
	
}

/* Sub level menu links style */

.horizontalcssmenu ul li ul li a{

	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 3px 5px;
	background: #F2F2F2;
	border: solid;
	border-color: #D8D8D8;
	border-width: 0 1px 1px 1px;
	
}

.horizontalcssmenu ul li a:hover{
	
	font-weight: bold;
		
}

.horizontalcssmenu .arrowdiv{

	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
	
}

/* End */

/* Drop Down Menu End*/

#content_container {

	width: 980px;
	min-height: 200px;
	padding-top: 10px;
/*	border: 1px solid black;*/
	
}

#left {
	
	width: 745px;
	min-height: 200px;	
	padding-left: 5px;
	
}

#right {
	
	width: 210px;
	min-height: 200px;	
	/*border: 1px solid blue;*/
	margin-right: 2px;
	
}

#latest_happenings {
	
	height: 150px;		
	margin-bottom: 10px;
	border: 1px solid #BDBDBD;
	
}

#offers {
	
	height: 90px;	
	margin-bottom: 10px;
	border: 1px solid #BDBDBD;
	
}

#demo_video {
	
	height: 150px;	
	border: 1px solid #BDBDBD;
	
}

#flash {
	
	width: 978px;
	height: 180px;
	margin: 2px 0 10px 0;	
	border: 1px solid #BDBDBD;
	
}

#content {
	
	min-height: 200px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	
}

#content p {
	
	text-align: justify;
	line-height: 14px;
	padding: 0;
		
}

#title_p {
	
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FF7900;
			
}

#title_p span {
	
	border-bottom: 1px dotted black;
	
}

#service li {
	
	list-style-image: url("../images/arrow_142.gif"); 
	
}

#content ul li {
	
	list-style-image: url("../images/arrow_142.gif"); 
	
}

#content ul li ul li {
	
	list-style-image: url("../images/arrow_84.gif"); 
	line-height: 20px;
	
}

#content ol li {
	
	line-height: 18px;
	text-align: justify;
	
}

#content ol li ol li {
	
	list-style: lower-roman;
	
}

#footer {
	
	height: 84px;
	background: #FFF url("../images/footer_bg.png") no-repeat;
/*	border: 1px solid black;*/
	
}

#footer_link {
	
	height: 21px;	
/*	background-color: #37333E;*/
	padding-top: 10px;
	
}

#footer_link ul {
	
	margin: 0 0 0 200px;
	color: #003F5F;
		
}

#footer_link ul li {
	
	list-style: none;		
	float: left;
	
}

#footer_link ul li a {
	
	text-decoration: none;
	padding: 0 5px;
	color: #000;
		
}

#footer_link ul li a:hover {
	
	text-decoration: underline;
		
}

#copy {
	
	padding-top: 8px;
	color: #6E6E6E;

}

#clear {
	
	height: 15px;	
	
}

h3 {

	margin: 0 0 -3px 0;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #3B6B9C;

}

/*===== Contact Us Start =====*/

#address {

	width: 300px;
	height: 150px;
	margin-left: 100px;
	margin: -145px 0 0 100px;

}

#address strong {
	
	color: #FF7900;	
	
}

#contact_img {

	width: 200px;
	height: 150px;
	margin: 0px 0 0 450px;
	background: url("../images/contacts.png");

}

/*===== Contact Us End =====*/

/*===== Support Start =====*/

#supportform table tr td {
	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	
}

#supportform table tr td span {
	
	color: red;
	
}

#txtbox {
	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 

}

#email {
	
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
/*===== Support End =====*/


/***** Site Map Start*****/

#sitemap{

	margin: 40px 0 0 150px;
	
}

#sitemap ul{
	
	line-height: 22px;
	list-style-image: url("../images/arrow_60.gif");
	
}

#sitemap ul li a{

	text-decoration: none;
	color: black;
	font-weight: bold;

}

#sitemap ul li a:hover{

	color: #045FB4;
	text-decoration: underline;

}

#sitemap ul li ul{
	
	list-style-image: url("../images/arrow_59.gif");
	
}

#sitemap ul li ul li a{
	
	font-weight: normal;
	
}

#sitemap ul li ul li a:hover{
	
	color: #0B615E;
	
}

/***** Site Map End*****/

/***** Special Offers Start *****/

#offer_contact {
	
	width: 500px;
	height: 300px;
/*	border: 1px solid black;*/
	margin: 50px 100px;	
	line-height: 14px;
	
}

h4 {
	
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FF7900;
	
}

/***** Special Offers End *****/

/***** Download Brochure Start *****/

.lin {
	
	color: #1B4088;
	text-decoration: underline;
	
}

.lin:hover {
	
	text-decoration: none;
	
}

#down_txt {
	
	width: 300px; 
	margin: -75px 0 0 280px;	
	
}

/***** Download Brochure End *****/