/* CSS Document */
/*************************************************************home page data******************************************************/
/*index page background*/

body{
	margin:0px;
}

#index_bg{
	background:#90A9DA;
	margin-top:0px;
}

/*index main*/
#index_main{
	width:auto;
	margin:0px auto;
}

/*index main*/
.indexlogo{
	height:316px;
	text-align:center;
}

/*index name*/
.indexname{
	height:190px;
	text-align:center;
}

.indexlinks{
	height:30px;
	text-align:center;
	padding-top:10px;
}

a.indexnavlinks:link, a.indexnavlinks:active, a.indexnavlinks:visited{
	background:url(images/bullet_icons.gif) no-repeat;
	font-family: "AvantGarde Md BT", Arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:8px;
	padding-right:20px;

}

a.indexnavlinks:hover{
	background:url(images/bullet_iconsO.gif) no-repeat;	
}


/***********************************************inner pages background***********************************************************/
body{
	background:#C9D3EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8F8F8F;
	margin-top:0px;
}
/*************************************************************Index(home)page ****************************************************/
/*Main*/

#main{
	overflow:hidden;
	margin:0px auto;
	width:1000px;
}

/*header main*/
#header_main{
	width:995px;
	border-bottom:3px solid #727272;
	margin:0px auto;
}

/*header mainbox*/
.header_mainbox{
	height:134px;
}
	
.logo{
	width:650px;
	float:left;
}

.searchbox{
	width:220px;
	float:right;
	margin-top:6px;
	font-size:11px;
	color:#4C4C4C;
	margin-right:7px;
}

.input{
	width:109px;
	border:1px solid #ADB2BE;
	font-size:9px;
}

/*body data*/
	/*container main*/
.container_main{
	width:940px;
	margin:0px auto;
	overflow:hidden;
	#margin-left:40px;
}

	/*data container*/
.datacontainer{
/*	width:939px;*/
	margin:0px auto;
	overflow:hidden;
}

/*animation data*/
#movie{
	width:720px;
	height:315px;
	text-align:center;
	margin:0px auto;
	padding:10px;
}

#movie1{
	width:720px;
	height:315px;
	text-align:center;
	margin-left:50px;
	padding:10px 10px 40px 10px;
	#padding:10px 10px 40px 70px;
}

	/*data navbars*/
.navbar_main{
	color:#294887;
	font-size:18px;
	font-family: arial, "Myriad Web", helvetica;
	overflow:hidden;
	clear:both;
	width:970px;
	height:100px;
}
/*Navboxes*/
	/*about us*/
.about{
    width:158px;
    height:94px;
    background:url(images/box_bg.gif);
    float:left;
    border-bottom:2px #FFFFFF solid;
    border-top:2px #FFFFFF solid;
}
.about1{
    width:158px;
    height:98px;
    background:url(images/box_bg1.gif);
    float:left;
}

.row{
    overflow:hidden;
    margin:0px auto;
    clear:both;
    width:180px;
    float:left;
}

.row_1{
    overflow:hidden;
    margin:0px auto;
    width:185px;
    float:left;
    margin-left:5px;
}


.colum{
    width:11px;
    height:98px;
    float:left;
}

.colum_1{
    width:11px;
    height:98px;
    float:left;
}
/* added 23Dec08*/
.whitetxt{
    color:#FFFFFF;
    font-size:12px;
}

	/*Our Range*/
.ourrange{
	width:229px;
	height:121px;
	background: url(images/bg_our_range.gif) no-repeat;
	border-right:2px solid #294887;
	float:left;
}

	/*Our Contacts*/
.contacts{
	width:229px;
	height:121px;
	background:url(images/bg_contacts.gif) no-repeat;
	border-right:2px solid #294887;
	float:left;
}

	/*Our News & Events*/
.news_events{
	width:235px;
	height:121px;
	background:url(images/bg_news_events.gif) no-repeat;
	float:left;
}

.txt_center{
    width:89px;
    vertical-align:middle;
    padding-top:19px;
    float:left;
}

#overlap {
 background-color: #fcc;
 position: relative;
 width: 120px;
 z-index: 2;
}

#overlapParent {
 background-color: #ffc;
 float: left;
 overflow: hidden;
 width: 100px;
}
.txt_click{
    float:right;
    padding-top:48px;
    padding-bottom:2px;
    text-align:right;
}

.txt_click2{
	width:150px;
	float:right;
	text-align:right;
	padding-top:0px;
	padding-right:5px;
	font-weight:normal;
}

a.navlinks:link, a.navlinks:active, a.navlinks:visited{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.navlinks:hover{
	color:#ffffff;
}

a.click:link, a.click:active, a.click:visited{
	font-size:18px;
	font-family:arial, "Myriad Web", helvetica;
	color:#294887;
	text-decoration:none;
}

a.click:hover{
	color:#016CB0;
}

/*footer data*/

/*#header_main{
	width:1000px;
	border-bottom:3px solid #727272;
	margin:0px auto;
}*/

#footer_main{
    background:#FFFFFF;
    width:1000px;
    margin:40px auto 0 auto;
    height:40px;
    border-top:1px solid #727272;
}




.footer_mainbox{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding-top:10px;
	background:#FFFFFF;

}

.footer_left{
	width:250px;
	float:left;
}

.footer_right{
    float:right;
    text-align:right;
    margin-right:45px;
    padding-top:5px;
    color:#1e3870;
}


a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited{
	font-size:12px;
	color:#8F8F8F;
	text-decoration:none;
}

a.footerlinks:hover{
	color:#3F3F3F;
}

/*************************************************************our product page ***************************************************/
/*head*/
#head{
	background:url(images/bg_head.gif) no-repeat;
	width:auto;
	height:101px;
	border-bottom: 3px solid #727272;
	margin:0px auto;
}

.head_left{
	width:700px;
	height:101px;
	float:left;
}

/*body*/
#body{
/*	width:auto;*/
	margin:0px auto;
	width:1000px;
}

/*navlinks*/
/*
.links{
	width:943px;
	width:960px;
	margin: 0px auto 0px auto;
	padding-top:20px;
	text-align:center;
}*/
.links{
/*	width:943px;
	width:960px;*/
	margin:0px auto;
	padding-top:20px;
	text-align:center;
}
.nav_bar{
	text-align:center;
}

.link_img{
	padding-right:2px;
}



/*************************************************************product main series ************************************************/


.top_series_left{
	width:700px;
	float:left;
	margin:10px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}




.row_top_left{
	float:left;
	padding:0px;
	height:89px;
}


.row_top_right{
	float:right;
	padding:0px;
	height:89px;
}


.top_links{
	font-size:13px;
	font-weight:bold;
	color:#0057ae;
	padding-left:32px;
	width:960px;
	margin:0px auto;
	padding-top:5px;
	text-align:left;
}


.row_product{
	overflow:hidden;
	margin:0px auto;
	clear:both;
	width:350px;
	float:left;
}


a.top_links:link, a.top_links:active, a.top_links:visited{
	font-weight:bold;
	color:#0057ae;
	text-decoration:none;
}


a.top_links:hover{
	color:#0057ae;
}

.serieslinksbox{
	font-size:21px;
	color:#FFFFFF;
	font-weight:bold;
}


.product_series_top{
	background:url(images/top_box_product_series.gif);
	width:760px;
	height:89px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	margin-top:10px;
	
}

.product_series_top_1{
	width:760px;
	height:89px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	margin-top:10px;
	
}

.product_series{
	background:url(images/product_series_bg.gif);
	width:760px;
	height:197px;
	margin:auto;
	text-align:left;
	border:1px solid #62a1d6;
	overflow:hidden;
}

.series_left{
	width:344px;
	float:left;
	margin:17px 17px 17px 17px;
}

a.serieslinks:link, a.serieslinks:active, a.serieslinks:visited{
	font-size:30px;
	font-weight:bold;
	color:#294887;
	text-decoration:none;
}

a.serieslinks:hover{
	color:#016CB0;
}

/*************************************************************product series ***************************************************/
ul{
	margin:0px;
	padding:0px;
}

li{
	list-style:disc inside;
	color:#294887;
}




.row_right{
	padding-top:10px;
	float:left;
}

.row_left{
	padding-top:10px;
	float:left;
}


.product_series_main{
	background:#ffffff;
	width:915px;
	margin:auto;
	text-align:center;
	border:1px solid #68a6cb;
	overflow:hidden;
	padding-bottom:5px;
}

.product_series_top_1{
	background:#ffffff;
	width:917px;
	margin:auto;
	overflow:hidden;
	height:51px;
}


.pagination{
	float:right;
	overflow:hidden;
	margin-right:15px;
	margin-top:15px;
/*	width:190px;*/
	width:300px;

}

.arrow_pagination_left{
	width:16px;
	height:16px;
	padding-top:5px;
	margin-right:5px;
	float:left;	
}

.arrow_pagination_right{
	width:16px;
	height:16px;
	padding-top:5px;
	margin-left:5px;
	float:left;	
}



.pagnation_box{
	background:url(images/pagination_box.gif) no-repeat;
	height:16px;
	width:21px;
	height:21px;
	float:left;
	margin-right:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:5px;
}
.pagnation_box_selected{
	background:url(images/pagination_over_box.gif) no-repeat;
	height:16px;
	width:21px;
	height:21px;
	float:left;
	margin-right:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:5px;
}

.pagination_box{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}


a.pagination_box:link, a.pagination_box:active, a.pagination_box:visited, a.pagination_box:hover{
	
	color:#FFFFFF;
	text-decoration:none;
}

.series_heading_left{
	height:51px;
	width:11px;
	float:left;
	background:url(images/product_series_box_left.gif);
}


.series_heading_top{
background:url(images/product_series_top_bg.gif);
	width:895px;
	height:51px;
	margin:0px auto;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	padding-top:15px;
	float:left;
}

.series_heading_right{
	height:51px;
	width:11px;
	float:left;
	background:url(images/product_series_box_right.gif);
}


.series_heading{
	width:850px;
	margin:0px auto;
	font-size:20px;
	font-weight:bold;
	color:#056FA9;
	padding-top:15px;
	overflow:hidden;
	height:148px;
}

.series_imagess_main{
	width:600px;
	height:88px;
	margin:0px auto;
	font-size:20px;
	font-weight:bold;
	color:#056FA9;
	padding-top:19px;
	overflow:hidden;
}

.product_series_mainbox_left{
		background:url(images/product_series_box_bg.gif) repeat-x;
		width:405px;
		float:left;
		overflow:hidden;
		height:133px;
		border:1px solid #62a1d6;
		position:relative;
}


.product_series_mainbox_right{
		background:url(images/product_series_box_bg.gif) repeat-x;
		width:405px;
		float:right;
		height:133px;
		border:1px solid #62a1d6;
 		overflow:hidden;
		position:relative;
	}


.series_left{
	width:87px;
	float:left;
	height:114px;
	margin:10px 1px 5px 10px;
	margin-top:10px;
	margin-bottom:5px;
}

.products_heading{
	border-bottom:1px solid #97CCE6;
	color:#FFFFFF;
	font-size:18px;
	overflow:hidden;
	padding-bottom:5px;
	width:240px;


}


.products_bottom{
	color:#FFFFFF;
	font-size:18px;
	width:240px;
	padding-bottom:5px;
/*	margin-top:10px;*/
/*	padding-top:5px;*/
}

.products_heading_right{
	float:right;
	
}

.products_heading_right_bottom{
	float:right;
	position:absolute;
	top:100px;
	right:10px;
}

.products_heading_left_bottom{
	float:right;
	position:absolute;
	top:100px;
	right:10px;
}


.products_heading_left{
	float:left;
}

.series_right{
	width:255px;
	float:right;
	font-size:12px;
	color:ffffff;
	padding-left:5px;
	padding-top:10px;
}

.product_text{
	padding-top:5px;
	font-size:12px;
	color:#FFFFFF;
}

.italian_product_text{
	padding-top:2px;
	font-size:12px;
	color:#FFFFFF;
}

.series_txt{
	float:right;
	font-size:14px;
	color:#ffffff;
/*	padding-top:30px;*/
	padding-top:7px;
	padding-right:5px;
	width:355px;
}


.product_name{
	/*color:#056FA9;*/
	color:#FFFFFF;
	
}

a.product_name:link, a.product_name:active, a.product_name:visited, a.product_name:hover{
	
	color:#FFFFFF;
	text-decoration:none;
}


.style1 {
/*color: #787878;*/
color: #343434;
font-size:12px;
}

/*************************************************************product detail******************************************************/

.detail_main{
	background:#FFFFFF;
	width:950px;
	overflow:hidden;
	text-align:left;
	margin:auto;
	padding:5px;
	border:1px solid #68A6CB;

}

.inner_main{
	height:292px;
	margin-bottom:10px;
}

.inner_left{
	width:391px;
	height:289px;
	float:left;
	margin-right:8px;
}

.inner_right{
	background:#FFF;
	font-size:12px;
	color:#787878;
	width:334px;
	height:269px;
	float:right;
	padding:10px;
/*	border:1px solid #C1C3C8;*/
	text-align:justify;
}

/*tabular div*/

.tabular_main{
	background:#FFFFFF;
	width:744px;
	text-align:left;
	padding:7px;
	margin:auto;
	border:1px solid #C1C3C8;
}

.tabular_inner{
	background:#FFFFFF;
	border:1px solid #C1C3C8;
/*	border-bottom:1px solid #C1C3C8;
	border-top:1px solid #C1C3C8;
	border-left:1px solid #C1C3C8;*/
	overflow:hidden;
	width:315px;

}

.inner_mainbox{
	width:35px;
	border-right:1px solid #C1C3C8;
	float:left;
}

.inner_mainbox_right{
	width:38px;
	float:left;
}

.inner_mainbox_left{
	width:60px;
	border-right:1px solid #C1C3C8;
	float:left;
}

.inner_mainbox2{
	width:214px;
	float:left;
}

.inner_data{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width:35px;
	height:22px;
	padding-top:7px;
	background:url(images/bg_inner_data.jpg) repeat-x;
}

.inner_data_right{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width:38px;
	height:22px;
	padding-top:7px;
	background:url(images/bg_inner_data.jpg) repeat-x;
}


.inner_data_left{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width:59px;
	height:22px;
	padding-top:7px;
	background:url(images/bg_inner_data.jpg) repeat-x;
	border-right:1px solid #C1C3C8;
}


.inner_data3{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width:214px;
	height:22px;
	padding-top:7px;
	background:url(images/bg_inner_data.jpg) repeat-x;
}

.inner_datatwo{
	width:35px;
	height:110px;
	padding-top:5px;
	text-align:center;
}

.inner_datatwo_left{
	width:59px;
	height:110px;
	padding-top:5px;
	text-align:center;
}

/*Static pages*/
.static_main{
	width:754px;
	margin-bottom:10px;
	background:#E7E9EE;
	border:1px solid #C1C3C8;
	overflow:hidden;
	padding-bottom:25px;
}

.staticpage_title{
	font-size:20px;
	color:#056FA9;
	margin:20px 0 0 20px;
}

a.staticpage_title:link, a.staticpage_title:active, a.staticpage_title:visited, a.staticpage_title:hover{
	color:#056FA9;
	text-decoration:none;
}

#comingSoonStyle{
	font-size:13px;
	color:#787878;
}

.staticpage_bg{
	width:725px;
	padding: 0px 0px 10px 10px;
	float:left;
	font-size:13px;
}

.staticpage_bg_link{
	font-size:13px; 
	color:#787878;
	text-decoration:underline;
}

a.staticpage_bg_link:link, a.staticpage_bg_link:active, a.staticpage_bg_link:visited, a.staticpage_bg_link:hover{
	text-decoration:underline;
}

/*product_range*/
.product_img{
	background:#FFFFFF;
	border:1px solid #BFBFBF;
	padding:20px 1px 10px 15px;
	width:930px;
	margin: 10px auto 0px auto;
}

.imagess_mainbox{
	height:195px;
	margin:0px auto 10px auto;
	text-align:left;
	
}

.imagess{
	width:171px;
	float:left;
	margin-right:13px;
}

.images_mainbox{
    height:195px;
    width:920px;
    margin:0px auto 10px auto;
}

.images{
    width:161px;
    float:left;
    margin-right:11px;
}



.images_right{
	width:171px;
	float:left;
}

/*Product Description page*/

.product_main{
	width:100%;
	overflow:hidden;
	text-align:center;

}

.productbox{
	width:942px;
	margin:10px auto;
	overflow:hidden;
}

.productbox_left{
	width:49px;
	float:left;
}


/* serie 200 */

.lefttop_200{
	background:url(images/yellow_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_200{
	background:url(images/yellow_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}
.bigleftmiddle_200{
	background:url(images/yellow_left_bg.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_200{
	height:228px;
	background:url(images/series_200.gif) no-repeat;
}

.leftbottom_200{
	background:url(images/yellow_left_bottom.gif) no-repeat;
	height:8px;
}


/* serie 300 */

.lefttop_300{
	background:url(images/green_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_300{
	background:url(images/green_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_300{
	background:url(images/green_left_bg.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_300{
	background:url(images/green_left_bg.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_300{
	height:228px;
	background:url(images/series_300.gif) no-repeat;
}

.leftbottom_300{
	background:url(images/green_left_bottom.gif) no-repeat;
	height:8px;
}


/* serie 500 */

.lefttop_500{
	background:url(images/maroon_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_500{
	background:url(images/maroon_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}
.bigleftmiddle_500{
	background:url(images/maroon_left_bg.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_500{
	height:228px;
	background:url(images/series_500.gif) no-repeat;
}

.leftbottom_500{
	background:url(images/maroon_left_bootom.gif) no-repeat;
	height:8px;
}
/* series 600 */

.leftmiddle_600{
	background:url(images/bg_leftmiddle.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_600{
	height:228px;
	background:url(images/series_600header.gif) no-repeat;
}


/* serie 700 */

.lefttop_700{
	background:url(images/bg_lefttop.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_700{
	background:url(images/bg_leftmiddle.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}


.leftmiddle_900{
	background:url(images/bg_leftmiddle.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_700{
	background:url(images/bg_leftmiddle.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}




.leftmiddle_img_700{
	height:228px;
	background:url(images/series_700header.gif) no-repeat;
}

.leftmiddle_img_800{
	height:228px;
	background:url(images/series_800header.gif) no-repeat;
}

.leftmiddle_img_900{
	height:228px;
	background:url(images/series_900header.gif) no-repeat;
}



.leftbottom_700{
	background:url(images/bg_leftbottom.gif) no-repeat;
	height:8px;
}


/* serie 1200 */

.lefttop_1200{
	background:url(images/yellow_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_1200{
	background:url(images/yellow_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_1200{
	background:url(images/yellow_left_bg.gif) repeat-y;
	width:49px;
	height:400px;
	#height:285px;   
	padding-top:15px;
}
.leftmiddle_img_1200{
	height:228px;
	background:url(images/series_1200.gif) no-repeat;
}

.leftbottom_1200{
	background:url(images/yellow_left_bottom.gif) no-repeat;
	height:8px;
}


/* serie 1500 */

.lefttop_1500{
	background:url(images/maroon_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_1500{
	background:url(images/maroon_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_1500{
	background:url(images/maroon_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_1500{
	height:228px;
	background:url(images/series_1500.gif) no-repeat;
}

.leftbottom_1500{
	background:url(images/maroon_left_bootom.gif) no-repeat;
	height:8px;
}

/* serie 1900 */

.lefttop_1900{
	background:url(images/chocolate_left_top.gif) no-repeat;
	width:49px;
	height:8px;
}

.leftmiddle_1900{
	background:url(images/chocolate_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.bigleftmiddle_1900{
	background:url(images/chocolate_left_bg.gif) repeat-y;
	width:49px;
	height:272px;
	#height:285px;   
	padding-top:15px;
}

.leftmiddle_img_1900{
	height:270px;
	background:url(images/series_1900.gif) no-repeat;
}

.leftbottom_1900{
	background:url(images/chocolate_left_bottom.gif) no-repeat;
	height:8px;
}


/**************/


.productbox_right_blue{
	background:#FFFFFF;
	width:891px;
	height:301;
	float:right;
	border:1px solid #0B76D1;
}

.productbox_right_yellow{
	background:#FFFFFF;
	width:891px;
	height:301px;
	float:right;
	border:1px solid #8F7901;
}

.productbox_right_green{
	background:#FFFFFF;
	width:891px;
	height:301px;
	float:right;
	border:1px solid #4b7158;
}

.productbox_right_maroon{
	background:#FFFFFF;
	width:891px;
	height:301px;
	float:right;
	border:1px solid #bf4748;
}

.productbox_right_chocolate{
	background:#FFFFFF;
	width:891px;
	height:301px;
	float:right;
	border:1px solid #4b7158;
}

/*******************/
.right_databox{
	width:865px;
	margin:17px 12px 18px 14px;
}

/*
.databoxleft{
	width:250px;
    height:68px;
    float:left;
}
*/

.databoxleft{
	width:200px;
	height:68px;
	float:left;
	position:relative;
	text-align:left;
}

.databoxmiddle{
/*	background:url(images/databoxmiddle.gif) no-repeat;*/
	width:310px; 
/*	width:400px;
	height:266px;*/
	float:left;
	margin:0px;
}

.databoxright_blue{
	float:right;
	border:1px solid #0B76D1;
}

.databoxright_yellow{
	float:right;
	border:1px solid #ffeea0;
	#width:auto;
}

.databoxright_green{
	float:right;
	border:1px solid #ddfee9;
	#width:auto;
}

.databoxright_maroon{
	float:right;
	border:1px solid #f2dada;
	#width:auto;
}

.databoxright_chocolate{
	float:right;
	border:1px solid #fee6d9;
	#width:auto;
}

.databoxlefttop_blue{
/*	background:url(images/img_text700.gif) no-repeat;*/
	color:#00608f;
	font-size:25px;
	width:105px;
/*	height:23px;*/
	margin-bottom:11px;
}

.databoxleftbottom_blue{
	width:143px;
   	height:34px;
    padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:12px;
/*	font-weight:bold;*/
	color:#00608f;
}


.databoxlefttop_yellow{
/*	background:url(images/img_text700.gif) no-repeat;*/
	color:#8f7901;
	font-size:25px;
	width:105px;
/*	height:23px;*/
	margin-bottom:11px;
}

.databoxleftbottom_yellow{
	width:143px;
	height:34px;
    padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:12px;
/*	font-weight:bold;*/
	color:#8f7901;
}

.databoxlefttop_maroon{
/*	background:url(images/img_text700.gif) no-repeat;*/
	color:#bf4748;
	font-size:25px;
	width:105px;
/*	height:23px;*/
	margin-bottom:11px;
}

.databoxleftbottom_maroon{
	width:143px;
	height:34px;
    padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:12px;
/*	font-weight:bold;*/
	color:#bf4748;
}

.databoxlefttop_green{
/*	background:url(images/img_text700.gif) no-repeat;*/
/*	color:#00608f;*/
	color:#4b7158;
	font-size:25px;
	width:105px;
/*	height:23px;*/
	margin-bottom:11px;
}

.databoxleftbottom_green{
	width:143px;
	height:34px;
    padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:12px;
/*	font-weight:bold;*/
	color:#4b7158;
}



.databoxlefttop_chocolate{
/*	background:url(images/img_text700.gif) no-repeat;*/
/*	color:#00608f;*/
	color:#985648;
	font-size:25px;
	width:105px;
/*	height:23px;*/
	margin-bottom:11px;
}

.databoxleftbottom_chocolate{
	width:143px;
	height:34px;
    padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:12px;
/*	font-weight:bold;*/
	color:#985648;
}

.databoxleftbottomimg{
	position:absolute;
	width: 281px;
/*	top: 300px;*/
	top: 150px;
}

/*Table cell Data*/
.cell_heading{
	width:100%; 
	#width:auto;
	#display:inline;
	#float:none; 
	height:22px;
}

.heading_blue{
	background:url(images/bg_cellheading.gif) repeat-x;
/*	width:85px;*/
	width:auto;
	height:22px;
	margin-right:1px;
	border-right:1px solid #0b76d1;
	float:left;
}

.heading_yellow{
	background:url(images/yellow_right_top.gif) repeat-x;
/*	width:85px;*/
	width:auto;
	height:22px;
	margin-right:1px;
	border-right:1px solid #8f7901;
	float:left;
}
.heading_green{
	background:url(images/green_right_top.gif) repeat-x;
/*	width:85px;*/
	width:auto;
	height:22px;
	margin-right:1px;
	border-right:1px solid #ddfee9;
	float:left;
}

.heading_maroon{
	background:url(images/maroon_right_top.gif) repeat-x;
/*	width:85px;*/
	width:auto;
	height:22px;
	margin-right:1px;
	border-right:1px solid #f2dada;
	float:left;
}

.heading_chocolate{
	background:url(images/chocolate_right_top.gif) repeat-x;
/*	width:85px;*/
	width:auto;
	height:22px;
	margin-right:1px;
	border-right:1px solid #fee6d9;
	float:left;
}

.heading2{	
	background:url(images/bg_cellheading.gif) repeat-x;
	width:61px;
	height:22px;
	margin-right:1px;
	border-left:1px solid #0b76d1;
	border-right:1px solid #0b76d1;
	float:left;
}

.heading3{
	background:url(images/bg_cellheading.gif) repeat-x;
	width:63px;
	height:22px;
	border-left:1px solid #0b76d1;
	float:left;
}

.img_code{
/*	background:url(images/img_code.gif) no-repeat;*/
	color:#FFFFFF;
	width:59px;
/*	width:100px;*/
	height:22px;
	margin:0px auto;
	font-weight:bold;
	font-size:13px;	
	padding-top:3px;
	text-align:center;
}

.img_Dia{
/*	background:url(images/img_dia.gif) no-repeat;*/
	color:#FFFFFF;
	width:53px;
	height:22px;
	margin:0px auto;
	font-weight:bold;
	font-size:13px;	
	padding-top:3px;
}

.img_HT{
/*	background:url(images/img_HT.gif) no-repeat;*/
	color:#FFFFFF;
	width:52px;
	height:22px;
	margin:0px auto;
	font-weight:bold;
	font-size:13px;	
	padding-top:3px;
}

.table_main{
	font-family:arial, helvetica;
	font-size:14px;
/*	color:#0b76d0;*/
	margin-top:2px;
	width:100%;
	#width:auto;
}

.table_rowleft{
	width:auto;
	margin-right:1px;
	float:left;
}

.table_rowmiddle{
	width:63px;
	margin-right:1px;
	float:left;
}

.table_rowright{
	width:64px;
	float:left;
}

.bluecell{
	background:#d4ebff;
	height:17px;
	text-align:center;
	clear:both;
	float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	text-align:center;
	color:#0B76D1;
} 

.yellowcell{
	background:#ffeea0;
	height:17px;
	text-align:center;
	clear:both;
	float:none;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	text-align:center;
	color:#8f7901;
}

.marooncell{
	background:#f2dada;
	height:17px;
	text-align:center;
	clear:both;
	float:none;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	text-align:center;
	color:#bf4748;
}

.greencell{
	background:#ddfee9;
	height:17px;
	text-align:center;
	clear:both;
	float:none;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	text-align:center;
	color:#4b7158;
}


.chocolatecell{
	background:#fee6d9;
	height:17px;
	text-align:center;
	clear:both;
	float:none;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	text-align:center;
	color:#985648;
}

.whitecell_blue{
	background:#ffffff;
	height:17px;
	text-align:center;
	clear:both;
	float:left;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	color:#0B76D1;
}

.whitecell_yellow{
	background:#ffffff;
	height:17px;
	text-align:center;
	clear:both;
	float:left;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	color:#8f7901;
}

.whitecell_maroon{
	background:#ffffff;
	height:17px;
	text-align:center;
	clear:both;
	float:left;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	color:#bf4748;
}

.whitecell_green{
	background:#ffffff;
	height:17px;
	text-align:center;
	clear:both;
	float:left;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	color:#4b7158;
}

.whitecell_chocolate{
	background:#ffffff;
	height:17px;
	text-align:center;
	clear:both;
	float:left;
	#float:none;
	#width:auto;
	#display:inline;
	margin:0px auto;
	padding-top:3px;
	color:#985648;
}

.databoxleftimg{
    padding-right:5px;
    padding-top:10px;
    float:left;
}
.top_link{
	font-size:13px;
	font-weight:bold;
	color:#0057ae;
}


a.top_link:link, a.top_link:active, a.top_link:visited, a.top_link:hover{
	font-weight:bold;
	color:#0057ae;
	text-decoration:none;
}


a.top_link:hover{
	color:#0057ae;
	text-decoration:none;
}
.textvalue{
	float:left;
	width:61px;
/*	width:102px;*/
}

#showCategories{
	margin-left:10px;
	display:none;
	clear:both;
}

#showSub{
	margin-left:10px;
	display:none;
	clear:both;
}
.abtbg{
    background:#FFF url(images/abtbg.gif) center no-repeat;
    width:809px;
    overflow:hidden;
    text-align:left;
    margin:auto;
    padding:20px 20px;
/*    border:1px solid #C1C3C8;*/
}
.playbtnie
{
	width:344px;
	float:left;
	margin:0px 17px 0px -40px;
	position:absolute;
	padding-top:140px;
}
.playbtn
{
	position:absolute;
	padding-top:140px;
	padding-left:350px;
}


/* Login Page - Vishal */

.login_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#056fa9;
	margin:55px 215px 10px 215px;
	width:483px;
}

.login_box{
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	margin:0px 215px 65px 215px;
	width:483px;
}
.login_area
{
	margin:45px 90px 30px 90px;
}

.login_row
{
	color:#595959;
	width:310px;
	overflow: hidden;
	padding-bottom:15px;
}

.label_name
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:80px;
	float:left;
	padding-right:10px;
	line-height: 22px;
}

.label_txtfield
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:220px;
	height:20px;
}

input{
	background:#FFFFFF;
	border:solid 1px #787878;
}
textarea
{
	background:#FFFFFF;
	border:solid 1px #787878;
}
.ctnt_more
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration: underline;	
}
a.ctnt_more:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration: underline;	
}
a.ctnt_more:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration: underline;	
}
a.ctnt_more:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration: underline;	
}

/* Registration Form Page - Vishal */

.regstr_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#056fa9;
	margin:0px auto;
	width:680px;
	margin-bottom:10px;
}
.regstr_box{
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	margin:0px auto;
	padding:10px;
	width:660px;
	overflow:hidden;
}	
.regstr_row{
	height:20px;
	margin-bottom:10px;
	clear:both;
}
.regstr_left
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	float:left;
	width:220px;
	margin-right:20px;
	text-align:right;
}
.regstr_right
{
	float:left;
	width:320px;

}
.regstr_subhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#056fa9;
	margin:10px auto;
	width:680px;
	margin-bottom:10px;
}

.regstr_signin{

	color:#000000;
	font-size:12px;
	font-weight:bold;
	
	}


/*mohan_register_page*/

.regstr_signin_new{

	color:#006db0;
	font-size:14px;
	font-weight:bold;
	
	}
.regstr_left_new{
	color:#000000;
	font-size:13px;
	float:left;
	margin-right:20px;
	text-align:right;
}


.right_registor{
	float:left;
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
}

.regstr_head_new{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#056fa9;
	margin:0px auto;
	width:680px;
	margin-bottom:10px;
}
.logged_in_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#056fa9;
	margin:0px auto;
	width:680px;
	margin-bottom:5px;
}

.red{
	color:#fe0101;
	font-size:13px;
	text-align:right;
}
.bullet{
	list-style-position: outside;
	line-height:20px;
	font-size:13px;

	
}

.bullet_for_li{
	list-style-position: outside;
	line-height:20px;
	margin:left;
	font-size:13px;
	
}
.logged_in_massage{
	text-align:center;
	padding:10px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	
}
.logged_in{
	text-align:center;
	padding:5px;
	color:#006db0;
	font-size:16px;
	
	line-height:25px;
	
}
.feedback_thank{
	text-align:left;
	
	color:#006db0;
	font-size:16px;
	
	line-height:25px;
	
}
.imagess_new{
	width:175px;
	float:left;
	padding-right:11px;
}
.staticpage_title_new{
	font-size:20px;
	color:#056FA9;
	margin:20px 0 0 20px;
	line-height:20px;
}

.blue_text_heading{
	color:#056fa9;
	font-size:13px;
	overflow:hidden;
	font-weight:bold;
}


.logged_in
{
	color:#056fa9
	font-size:12px;
	font-weight:bold;
	

	
}



.imagess_events{
	width:171px;
	float:left;
	margin-left:80px;
}
/*mohan_register_page_close*/
