html,body {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;
	color:#000000; letter-spacing: 0.01em; word-spacing: 0.15em; line-height:1.6;
	
	background:url(../images/body-bg.jpg) repeat-x; background-color:#F4FAFF;
}

a{
	text-decoration:none; color:#1864c2; outline:none;
}

*{
	padding:0; margin:0; list-style:none;
}
body {
	padding-bottom:50px; 
}


/*--------------------------------------- PAGE STYLES ----------------------------------------------*/ 

#page{ 
	width:955px; height:auto; clear:both; overflow:hidden;
	margin:auto; padding:0px;
}




/*--------------------------------------- HEADER STYLES ----------------------------------------------*/ 

#header {
	width:auto; height:132px; padding:0px 0px; 
	background-image:url(../images/head-bg.gif);
	background-repeat:no-repeat;
}
	
#header .logo {
	padding-left:24px;  float:left;
}
	#header .logo a img{
		width:255px; height:90px; margin-top:2px;
	}

#header .phone {
	margin:20px 0px 0px 0px;
	float:right; padding:0px; height:37px;
}



/*--------------------------------------- SEARCH ----------------------------------------------*/

#search{
	margin-top:25px; width:200px; padding-right:10px; float:right;
}

.searchTextStyle{
	background-image:url(../images/forms/text_bg.gif);
	background-repeat:repeat-x;
	width:150px; height:15px; float:right;
	border: 1px solid #CACACA;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:normal; color:#666666;
	color:#666666; padding-left:4px;
}

.searchTool{
	float:right; margin-top:1px;
	cursor:pointer;
}




/*--------------------------------------- NAVIGATION MENU STYLE ----------------------------------------------*/ 
 
.navigation {
	float:left; overflow:hidden; width:620px;
	padding-right:10px; padding-top:8px;padding-left:40px;	
}

.navigation ul{
	list-style:none; float:right;
}
	
.navigation li{
	padding-top:3px; float:left;
	padding-bottom:5px;	
}

.navigation li a{
	width:100%; padding:22px 25px 22px 23px;
	
	background-image:url(../images/nav-menu.gif);
	background-position: left; background-repeat:repeat-x;
	
	font-family:Arial; font-size:12px;  color:#555557;
	font-weight:normal; text-transform:capitalize;
}

.navigation li a:hover{
	background-image:url(../images/nav-menu-hover.gif);
	float:none;	font-family:Arial; font-size:12px; 
}




/*------------------------------------- BREADCRUMB STYLES ---------------------------------------------*/


.breadcrumb {
	width:800px; height:19px;
	
	border:0px solid blue;
}

.breadcrumb a, .breadcrumb span{
	border-right:1px solid #e0dfdf; float:left;
	padding:0px 7px 0px 0px; margin:0px 8px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px; color: #555557;
}

.breadcrumb a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px; color: #9e1912;
}

.breadcrumb b{
	float:left;	padding-top:1px;
	font-size:11px; color:#717171;
}

 

/*--------------------------------------- CONTAINER ----------------------------------------------*/ 

#container {
	width:953px; padding:0px; float:left; background-color:#FFFFFF;
	border:1px solid #94C2EA; border-top:0px; border-bottom:0px;
}

#container .upperblock{
	padding:10px 0px 10px 30px;
}

#container .midblock{
	float:left;
	padding:0px 0px 40px 25px;
}

#container .lowerblock{
	/*not in use*/
}




/*--------------------------------------- FOOTER STYLE ----------------------------------------------*/ 
 

#footer {	
	width:953px; height:auto; overflow:hidden;
	background:url(../images/footer.jpg) no-repeat;
	border:1px solid #363636; background-color:#FFF;
	border-bottom:1px solid #878686;
	
}

#footer .footer_content{
	height:124px; padding:0px 0px 0px 30px;
	border:0px solid red;
}

	#footer .footer_content .left_div{
		width:340px; float:left; padding-top:15px;
		border:0px solid red;
	}
	#footer .footer_content .left_div h6{
		font-family:Arial; font-size:9pt; color:#80DAFF;
		letter-spacing:0.1em; font-weight:bold;
	}
	#footer .footer_content .left_div ul{
		padding-left:0px;
	}
	#footer .footer_content .left_div li{
		font-family:Verdana; font-size:8pt;
		width:280px; color:#FFF; padding:3px 0px 0px 13px;
		background:url(../icon/footer-bullet.gif) no-repeat 0px 7px;	
		border:0px solid #fff;
	}


#footer .footer_content .quick_links{
	float:left;	padding:20px 20px 0px 0px;
	border:0px solid red;
}
#footer .footer_content .quick_links li{	
	border:0px solid red; 
	border-bottom:0px solid #DAE3EA;
	padding:0px 0px 4px 0px;
}
#footer .footer_content .quick_links a{	
	font-family:Arial; font-size:13px; color:#C5C7C8; padding-right:5px;
}
#footer .footer_content .quick_links a:hover{
	font-family:Arial; font-size:13px; padding-right:5px; color:#FFF; 
	background:url(../icon/footer-bullet-exclamation.gif) no-repeat right;
}
	#footer .footer_content .right_div{
		font-family:Verdana; font-size:8pt;
		width:250px; float:right; padding-top:15px;
		color:#F7F7F7; line-height:14pt;
		border:0px solid red;
	}
	#footer .footer_content .right_div h6{	
		font-family:Arial; font-size:9pt; color:#80DAFF;
		letter-spacing:0.1em; font-weight:bold;
	}	
	.CIN{
		font-family:Verdana; font-size:7pt;
	}
	
#footer .footer_bottom{ 
	width:950px; height:26px;
	border:0px solid red;
}
	
	#footer .footer_bottom .copyright{
		font-size:12px; text-align:right;
		width:380px; float:left;
		border:0px solid blue;
	}
	
	#footer .footer_bottom .bottom_links{
		float:right; width:260px;
		border:0px solid yellow; 
	}
	
	#footer .footer_bottom .bottom_links a{
		font-size:8pt; color:#515151;
		letter-spacing:0.1em; word-spacing:0em;
		display:block; float:left;
		margin-right:13px; height:20px;
		
		border:0px solid green;
	}
	
	#footer .footer_bottom .bottom_links a:hover{
		font-family:Arial; color:#000;
	}
	
		#footer .footer_bottom .bottom_links a.media{		
			padding:2px 0px 0px 25px;
			background:url(../icon/media-footer.gif) no-repeat 0px 1px;
		}
		
		#footer .footer_bottom .bottom_links a.sitemap{
			padding:2px 0px 0px 30px;
			background:url(../icon/sitemap-footer.gif) no-repeat 0px 0px;
		}







/*------------------------------------ SAMPLES MENU ------------------------------*/
#samplesIFrame{
	width:270px; height:950px; float:left;
	border:0px solid #FFCC00;
}


.ivr_samples_menu{
	width:270px; height:1400px; float:left; margin:0px;
	font-family: Verdana; font-size: 11px; color: #666;
	background-color:#FFFFFF;
	
	border:0px solid green;
}

.ivr_samples_menu a, a:hover{
	font-family: Verdana; font-size: 11px; color: #666; float:left;
}

.ivr_samples_menu a:hover{
	text-decoration:underline;
}

img.click_hand{
	cursor:pointer;
}

#sub_1, #sub_2, #sub_3, #sub_4, #sub_5,
#sub_6, #sub_7, #sub_8, #sub_9, #sub_10,
#sub_11, #sub_12{
	display:none;
}

#sub_8_1, #sub_8_2, #sub_10_1, #sub_10_2, #sub_10_3{
	display:none;
}

/*** first menu level ***/

.ivr_samples_menu ul{	
	width:260px; float:left;
}

.ivr_samples_menu ul li{ /* dont float */
	width:260px;
}



/*** second menu level ***/

.ivr_samples_menu ul li ul{
	width:260px;  float:left;
}

.ivr_samples_menu ul li li{
	padding:2px 0px 0px 55px; width:200px; float:left;
	background:url(../icon/ivr-tree/open_file.gif) no-repeat;
}

.ivr_samples_menu ul li li.last_file{	
	background:url(../icon/ivr-tree/bottom_file.gif) no-repeat;
}

.ivr_samples_menu ul li li.sub_folder{
	float:left;	background:none; width:255px; padding:0px;
}

.ivr_samples_menu ul li li.sub_file{
	background:none; padding:0px;
}

.ivr_samples_menu ul li li.final_open{
	background:url(../icon/ivr-tree/final_open_file.gif) no-repeat;
	padding:0px 0px 0px 55px;  height:20px;
}

.ivr_samples_menu ul li li.final_bottom{
	background:url(../icon/ivr-tree/final_bottom_file.gif) no-repeat;
	padding:0px 0px 0px 55px;  height:20px;
}

.ivr_samples_menu ul li li.bottom_file{	
	background:url(../icon/ivr-tree/bottom_file.gif) no-repeat;		
	border:0px;
}



/*** third menu level ***/

.ivr_samples_menu ul li ul li ul{
	border:0px; width:250px;	
}

.ivr_samples_menu ul li li li{	
	margin:0px;	padding:2px 0px 0px 70px; height:20px;
	background:url(../icon/ivr-tree/third_open_file.gif) no-repeat;
	width:180px;
}


.ivr_samples_menu ul li li li.last_file{
	background:url(../icon/ivr-tree/third_bottom_file.gif) no-repeat;
}


.ivr_samples_menu ul li li li.very_last_file{
	background:url(../icon/ivr-tree/open_file.gif) no-repeat;
	padding:0px 0px 0px 55px;
}




/*------------------------------------ SAMPLES AREA ------------------------------*/

#samplesArea, #introArea{
	margin:auto;
	
	font-family:Verdana; font-size:12px;
	text-align:justify; color:#333;	
	word-spacing:0.1em; line-height:18px;
	
	float:left; width:630px;
	border:0px solid #ff9900;
}

#samplesArea a,  #samplesArea a:hover{
	text-decoration:none; color:#1864c2;
	float:none;  font-size:12px;
}


h1, h2, h3, h4, h5, h6{
	margin:0; padding:0; letter-spacing:0.1em;
	font-family:Arial; font-weight:normal;
}


h1{
	font-size:14pt; color:#c1211a;
	padding:10px 0px 20px 20px; 	
}

h2{
	font-size:10pt; color:#EF8D2A;
	padding:10px 0px 4px 2px; font-weight:bold;
}

h4{
	font-size:10pt; color:#3F90CF; letter-spacing:0em;
	font-weight:bold; padding:4px 0px 4px 0px;
	border:0px solid red;
}

p{
	padding-bottom:10px;
	font-family: Verdana;
	border:0px solid red;
}

.last-line{
	padding-bottom:0px; margin-bottom:0px;
	border-bottom:0px;
}

b{
	font-size:11px; color:#555;
}

img.emblem{
	float:left; padding-right:10px;
}


#samplesArea ul{
	font-size:10pt; padding-left:10px;
}

#samplesArea ul li{
	background: url(../icon/step_bullet.gif) no-repeat;
	background-position:0px 4px;
	padding:0px 0px 6px 16px;
}

#introArea ul{
	border:0px solid blue;
	padding:0px 0px 10px 0px;
}

#introArea ul li{
	background: url(../icon/ivr_features_bullet.gif) no-repeat;
	background-position:0px 5px;
	padding:0px 0px 6px 16px;
	
	border:0px solid green;
}




.zip_block{
	border:1px solid #ccc;
	padding:4px 0px 7px 10px;
	margin:20px 0px;
	
	border:1px solid #b8b24f;	
	background-color:#fdffe0;	
}

.techninal_figure{
	text-align:center; padding-top:20px;
	border:0px solid red;
}


/*-------------------------- XTEND IVR SCRIPT STYLE-----------------------------*/


/*CSS Hack for <pre> tag in Opera only*/
@media (min-resolution: .001dpcm) {
    _:-o-prefocus, pre {
        white-space: pre-line;
    };
}

pre{
	border:0px solid red;
}

#ivr_snippet a, #ivr_snippet a:hover{
	color:#137F07;
}

label{	
	color:#137F07; /*green coloured comments */
}


.no_script_style{

	position:relative; float:left;	
	
	border:0px solid #b8b24f;	
	background-color:#fdffe0;
	color:#FF0000; font-size:9pt;
}