/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

body{
	margin: 0px;
	padding:0px;
	background:url(images/bg-outer.gif) repeat-x #F9A13D;
}
div, table, tr, td, p, span, ul, li, h1, h2, h3, h4, h5, h6, a, form {
	margin:0px;
	padding:0px;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#C00303;
	font-size:22px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:center;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#F7931D;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:5px 0px 0px 10px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#F7931D;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:5px 0px 0px 10px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 0px 10px;
	}

/*
---------------------------------------------
02. CONTAINER AND WRAPPER
---------------------------------------------
*/

#container{
	width:980px;
	margin:0 auto;
	height:auto;
}
#wrapper{
	width:980px;
	margin:0px;
	height:auto;
  }
/*
---------------------------------------------
03. HEADER
---------------------------------------------
*/

#header{
	width:980px;
	height:140px;
	float:left;
  }
.header-top{
	width:980px;
	height:7px;
	float:left;
  }
.header-bottom{
	width:980px;
	height:133px;
	float:left;
  }
.left-shadow{
	width:10px;
	height:133px;
	float:left;
  }
.right-shadow{
	width:10px;
	height:133px;
	float:left;
  }
.logoplusnav-part{
	width:960px;
	height:133px;
	float:left;
	background-image:url(images/logoplusnav-part-bg.gif);
	background-repeat:no-repeat;
  }
.logo-part{
	width:381px;
	height:133px;
	float:left;
  }

.nav-part{
	width:579px;
	height:133px;
	float:left;
  }
.call-part{
	width:579px;
	height:91px;
	float:left;
  }
.call-part h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#F9A13D;
	font-size:22px;
	text-decoration:none;
	font-weight:normal;
	padding:39px 30px 0px 0px;
	text-align:right;
  }
.call-part h1 span{
	color:#EE1C24;
  }

.mainnav-part{
	width:579px;
	height:42px;
	float:left;
  }

/*
---------------------------------------------
04. TOP NAVIGATION
---------------------------------------------
*/
.nav-left{
	width:17px;
	height:42px;
	float:left;
}
.nav-bg{
	width:532px;
	height:42px;
	float:left;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
}
.nav-right{
	width:30px;
	height:42px;
	float:left;
}
ul.navigation{
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:none;
}
ul.navigation li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
ul.navigation li.seprater{
	margin:0px;
	padding:0px 20px 0px 20px;
	width:2px;
	height:42px;
	display:block;
	float:left;
}

ul.navigation a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	color:#ffffff;
	padding:0px 10px 0px 10px;
	margin:0px;	
	height:42px;
	line-height:42px;
	overflow:hidden;
}
ul.navigation a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	color:#C00303;
	padding:0px 10px 0px 10px;
	margin:0px;	
	height:42px;
	line-height:42px;
	overflow:hidden;
}
ul.navigation a.active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	color:#C00303;
	padding:0px 10px 0px 10px;
	margin:0px;	
	height:42px;
	line-height:42px;
	overflow:hidden;
}

/*
---------------------------------------------
05. CONTENT
---------------------------------------------
*/
#content{
	width:980px;
	height:auto;
	float:left;
  }
.content-inner{
	width:960px;
	margin:0 auto;
	height:auto;
	background:url(images/body-inner-bg.gif) repeat-x #FFFFFF;
  }
.content-inner-area{
	width:936px;
	margin:0 auto;
	height:auto;
	padding:0px;
  }
 .body-part{
	width:936px;
	margin:0px;
	height:auto;
	padding:0px;
	overflow:hidden;
  }
 .body-top-seprater{
	width:936px;
	margin:0px;
	height:15px;
	padding:0px;
	overflow:hidden;
  }
 .img-area{
	width:520px;
	float:left;
	height:auto;
  }
.right-panel{
	width:410px;
	float:left;
	height:auto;
	padding-left:5px;
  }
.right-panel p{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 0px 10px;
  }
  
#mainarea ul{
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
}
#mainarea ul li{
	
	background-image:url(images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}
/*
---------------------------------------------
05. FOOTER STARTS
---------------------------------------------
*/
#footer{
	width:980px;
	height:auto;
	float:left;
  }
.footer-inner{
	width:960px;
	margin:0 auto;
	height:91px;
  }
.footer-topbg{
	width:960px;
	height:35px;
	float:left;
	background-image:url(images/footer-topbg.gif);
	background-repeat:repeat-x;
  }
.footer-bottombg{
	width:960px;
	height:56px;
	float:left;
	background-image:url(images/footer-bottombg.gif);
	background-repeat:repeat-x;
  }
ul.footernav{
	margin:0px;
	padding:10px 0px 0px 55px;
	list-style:none;
}
ul.footernav li{
	margin:0px;
	padding:0px;
	float:left;
}
ul.footernav li.seprater{
	width:1px;
	height:11px;
	margin:0px;
	padding:0px 20px 0px 20px;
	height:11px;
	text-align:center;
}
ul.footernav li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:normal;
	padding:0px;
	margin:0px;
	height:11px;
	text-align:center;
}
ul.footernav li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:normal;
	padding:0px;
	margin:0px;
	height:11px;
	text-align:center;
}
.footer-bottombg p{
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:normal;
	padding:0px;
	margin:0px;
	text-align:center;
  }

/*
---------------------------------------------
05. FORM STARTS
---------------------------------------------
*/

.form-part{
	width:313px;
	height:auto;
	float:left;
	padding:0px 0px 0px 10px;
	
}
.form-txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	padding:0px;
}

.form-part-row{
	width:313px;
	height:26px;
	float:left;
}
.form-part-row2{
	width:313px;
	height:102px;
	float:left;
}

.form-part-seprater{
	width:313px;
	height:8px;
	float:left;
	overflow:hidden;
}

.form-part-left{
	width:61px;
	height:26px;
	float:left;
	padding-top:0px;
}
.form-part-right{
	width:252px;
	height:auto;
	float:left;
	text-align:center;
}
.textbox{
	width:250px;
	height:26px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border:1px #CBC6C1 solid;
}
.textarea{
	width:250px;
	height:100px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border:1px #CBC6C1 solid;
}
/*---------------------thankyourstarts----------------------*/

p.thankyour{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F79620;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	padding:px 0px 0px 0px;
	text-align:center;
	line-height:35px;
	}



/*---------------------thankyourend----------------------*/
