﻿@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/spritebg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	font-family:Verdana;
	font-size:12px;
}
#wrapper
{
	width:1024px;
	margin:0px auto;
}

#header
{
	width:1000px;
	margin:0px auto;
	
}

	#logo
	{
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		width:251px;
		height:110px;
		margin:0px auto;
	}
	
	#op
	{
		background-image:url(../images/op.png);
		background-repeat:no-repeat;
		width:409px;
		height:51px;
		margin:0px auto;
	}

.loader{top:70px;width: 32px;position:relative;margin:0 auto;}
.loaderbig{top:70px;width: 900px;position:relative;margin:0 auto;}

#main_container
{
	background-image:url(../images/container_rpt.png);
	background-repeat:repeat-y;
	width:1000px;
	margin:0px auto;
	padding:0px 12px;
}

#navigation
{
	background-image:url(../images/nav_rpt.jpg);
	background-repeat:repeat-x;
	height:36px;
	border-top:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
	font-family:"Trebuchet MS";
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	position:relative;
	padding-left:97px;

}

	#navigation ul
	{
		margin:0px;
		padding:0px;
	}
	
		#navigation li
		{
			display:inline;
			padding:0px 12px;
		}
		
			#navigation li a
			{
				color:#FFF;
				text-decoration:none;
				line-height:36px;
				padding:0px 6px 0px 6px;

			}
			
			#navigation li a:hover
			{
				color:#000;
				text-decoration:none;
				background-image:url(../images/nav_hover_back.jpg);
				background-repeat:no-repeat;
				background-position:center bottom;
				padding:8px 4px 8px 4px;
				border-left:2px solid #f5c849;
				border-right:2px solid #f5c849;

				
			}
ul.menus1
{
	position: absolute;
	bottom: 10px;
	left: 0px;	
	z-index: 999;	
	list-style: none;	
}
ul.menus1 li
{
	float: left;
	position: relative;
	margin-right: 10px;
	background: transparent;
	border: none;
}
ul.menus1 li.ui-tabs-selected
{
	background: #173887;
	border: 2px solid #ffffff;
}
ul.menus1 li.ui-tabs-selected a
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #ffffff;	
}

ul.menus1 li a
{
	width: 13px;
	height: 18px;
	padding: 3px 2px 3px 8px;
	display: block;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;	
}

			#navigation .current
			{
				color:#000;
				text-decoration:none;
				background-image:url(../images/nav_hover_back.jpg);
				background-repeat:no-repeat;
				background-position:center bottom;
				padding:8px 4px 8px 4px;
				border-left:2px solid #ffffff;
				border-right:2px solid #ffffff;
			}


#banner
{
	background-color:#ffffff;
	border-bottom:2px solid #FFF;
	overflow: hidden;
	width: 1000px;
	height: 303px;
	position: relative;
}
#banner .ui-tabs-panel
{ 
	width: 1001px; 
	height:338px; 
	left: 0px;
	top: 0px;
	position: relative;
}

#banner .ui-tabs-hide
{ 
	display:none; 
}









#banner_bot
{
	width:1000px;
	overflow:hidden;
	padding:12px 0px;
	
}

	#banner_search
	{
		float:left;
		
		margin-left:19px;
	}
	
	
	#banner_shared
	{
		float:right;
		margin-right:19px;
	}
	
		#banner_shared ul
		{
			margin:0px;
			padding:0px;
		}
		
		#banner_shared li
		{
			display:inline;
		}
		
		.shared_title
		{
			position:relative;
			top:-10px;
			left:0px;
		}
		
#container
{
	width:974px;
	clear:both;
	padding:0px 13px;
	overflow:hidden;
}

	#container ul
	{
		margin:0px;
		padding:0px;
	}
	
		#container li
		{
			display:inline;
		}
		
			.box_home
			{
				width:310px;
				height:180px;
				border:2px solid #cccccc;
				float:left;
				font-family:verdana;
				font-size:12px;
				position:relative;
			}
			
			.box_home_margin
			{
				margin:0px 14px;
			}
			
			#box_1
			{
				background-image:url(../images/box_1.jpg);
				background-repeat: repeat-x;
			}
			
			#box_1 .box_title
			{
				margin:19px 10px 0px 10px;
				font-size:16px;
				font-weight:bold;
				text-transform:uppercase;
				color:#173887;
				text-align:center;
			}
			#box_1 .box_title a
			{
				color:#173887;
				text-decoration:none;
			}
			#box_2 .box_title a
			{
				color:#173887;
				text-decoration:none;
			}
#box_3 .box_title a
			{
				color:#173887;
				text-decoration:none;
			}

			
			
			
			#box_1 .box_desc
			{
				margin:15px 10px 0px 10px;
				height:94px;
				text-align:center;
				color:#173887;
				font-weight:bold;
			}
			
			#box_1 .learnmore
			{
				position:absolute;
				left: 90px;
				top: 144px;
			}
			
			#box_2
			{
				background-image:url(../images/box_2.jpg);
				overflow:hidden;
			}
			
			#box_2 .box_title
			{
				margin:5px 10px 0px 10px;
				font-size:16px;
				font-weight:bold;
				text-transform:uppercase;
				color:#173887;
				/*border-bottom:2px solid #f0eaea;*/
				text-align:center;
			}
			
			#box_2 .box_desc
			{
				margin:5px 10px 0px 10px;
				height:80px;
				/*border-bottom:0px solid #f0eaea;*/
				text-align:center;
				width:288px;
				color:#173887;
				padding-top:10px;
			}
			
			#box_2 .learnmore
			{
				text-align:center;
				padding-top:5px;
			}
			
			#box_3
			{
				background-image:url(../images/box_3.jpg);
				background-repeat:no-repeat;
			}
			
			#box_3 .box_title
			{
				margin:19px 10px 0px 10px;
				font-size:16px;
				font-weight:bold;
				text-transform:uppercase;
				color:#173887;
				text-align:center;
			}
			
			#box_3 .box_desc
			{
				margin:5px 10px 0px 10px;
				height:94px;
				text-align:center;
				color:#666666;
			}
			
			#box_3 .learnmore
			{
				text-align:center;
				padding-top:5px;
			}
			

#content
{
	width:1000px;
	overflow:hidden;
	background-image:url('/images1/colouts_bg.jpg');
	background-repeat:repeat-y;
	background-position:right top;
}

#content_inner
{
	width:1000px;
	overflow:hidden;
}


	.content_holder
	{
		float:left;
		width:555px;
		background-image:url('/images1/holder_bg.jpg');
		background-repeat:repeat-x;
		background-position:left top;
		padding:0px 20px 10px 20px;
		margin-left:15px;
	}
	
		.content_holder div.cont
		{
			background-image:url('/images1/holder_div_bg.jpg');
			background-repeat:repeat-x;
			padding:10px 7px;
		}
		
			.cont_holder
			{
				overflow:hidden;
				
			}
			
				.widgets
				{
					overflow:hidden;
				}
					.widgets ul
					{
						margin:0px;
						padding:0px;
					}
					
						.widgets li
						{
							display:inline;
							padding-right:5px;
						}
			

				
		
		.main_title
		{
			font-family:"Trebuchet MS", sans-serif;
			font-size:20px;
			font-weight:bold;
			color:#cc0000;
			text-transform:uppercase;
		}
		
		.main_title a
		{
			text-decoration:none;
			color:#cc0000;
		}
		
	.inner_title
{
				color:#173887;
				font-size:22px;
				font-weight:bold;
}
.inner_content
{
	color:#666666;
	font-size:12px;		
	padding-top:10px;		
}

	.inner_content ul
	{
		margin:0px;
		padding:0px;
	}
	
	.inner_content li
	{
		display:block;
		padding:3px 0px;
		overflow:hidden;
	}
	
		
	.inner_content li.alter
	{
		background-color:#f1ecec;
	}
	
	.inner_content li div
	{
		float:left;
		margin-right:5px;
	}
	
	.position 
	{
		width:350px !important;
	}	
	.cabinet_name a
	{
		color: #666666;
	}
	
	.inner_content div.viewdetails
	{
		width:80px;
	}
	.viewdetails a
	{
		text-decoration:none;
		color:#666666;
	}
	
	.inner_content div.thumbnails
	{
		width:80px;
		height:80px;	
	} 
	
	.inner_content div.thumb_desc
	{
		width:440px;
	}
	#moviebox
	{
		position: relative; 
		overflow: hidden;			
	}
	#video
	{
		overflow:hidden;	
	}
	
		#player
		{
			width:100%;			
		}
		
		#movie_caption
		{
			width: 531px;
			background-color:#3d3c3c;
			padding:5px;
			color:#ffffff;
			position: relative;
			margin-bottom: 15px;
		}
		
		#movie_thumb
		{
				
			width: 100%;
			height: 330px;
			position: relative;
		}
		
		#movie_thumb ul.vidthumbs
		{
			position: relative;
			margin-top: 15px;			
		}
		#movie_thumb ul.vidthumbs li
		{
			display:inline;
			float:left;
			width:120px;
			margin:0 3px 4px 4px; 
			border:1px solid #f2eded;
			padding:3px;
			cursor: pointer;
		}
		
		.movie_thumb_img
		{
			width:100%;
}
		.movie_thumb_title
		{
			width: 110px;
			background-color:#3d3c3c;
			color:#ffffff;
			height: 85px;
			font:normal 11px Arial, Helvetica, sans-serif;
			text-align:center;
			padding: 5px;
			overflow:hidden;
}

#photocontent ul li
{
	cursor: pointer !important;		
	padding-left:5px;		
}

/*VIDEO GALLERY PAGER*/
ul.simplePagerNav li
{
	margin-right: 3px;
	float: left;
}
ul.simplePagerNav li.currentPage a
{
	text-decoration: none;
	background: #2b4ea0;
	padding: 2px 3px 2px 3px;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;	
}

ul.simplePagerNav li a
{
	text-decoration: none;
	background: #ffffff;
	padding: 2px 3px 2px 3px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
ul.simplePagerNav li a:hover
{
	background: #eeeeee;
}


.sub_title
{
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
}
.red
{
	color:#900;
}


	.content_colouts
	{
		float:right;
		width:370px;
		background-image:url('/images1/colouts_bg.jpg');
		background-repeat:repeat-y;
		padding-top:15px;
	}
	
		.colouts_box
		{
			width:337px;
			margin:0px auto;
			margin-top:0px;
		}
			.colouts_top
			{
				background-image:url('/images1/box_top.png');
				background-repeat:no-repeat;
				height:13px;
			}
			.colouts_rpt
			{
				background-image:url('/images1/box_rpt.png');
				background-repeat:repeat-y;
				padding:15px 24px 10px 24px;
				text-align:center;
				position:relative;
			}
				.colouts_margin
				{
					margin:10px 0px;
					text-align: center;
					border-top:2px solid #f6f6f6;
					border-bottom:2px solid #f6f6f6;
					padding:14px 0px;
				
				}
			
				.colouts_bot
				{
					background-image:url('/images1/box_bot.png');
					background-repeat:no-repeat;
					height:13px;
				}
				
ul#panata
{
	list-style: none;	
	position: relative;

}

			
			
			
			
			
#footer_bar
{
	background-image:url("../images/footer.png");
	background-repeat:no-repeat;
	height:76px;
	position:relative;
	
	width:1000px;
}
#footer 
{
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding-bottom:0;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	
}
	.address
	{
		margin:0px auto;
		width:200px;
	}
		.address a
		{
			text-decoration:none;
			color:#cc0000;
		}
		
	.footer_nav
	{
		text-align:center;
		padding:5px 0px 10px 0px;
	}
	
		.footer_nav ul
		{
			margin:0px;
			padding:0px;
		}
		
			.footer_nav li
			{
				display:inline;
			}
			
			.footer_nav a
			{
				color:#777575;
				text-decoration:none;
				padding:0px 7px;
			}
			
			.footer_nav a:hover
			{
				color:#cc0000;
			}
			
			
			
.blue
{
	color:#173887;
}
	.blue a
	{
	color:#173887;
	text-decoration:none;
	}


.quote
{
	font-size:18px;
	font-weight:bold;
}
.b
{
	font-weight:bold;
}


/*-------------slide---------------*/
.dragdealer 
{
	position: relative;
}
.dragdealer .handle
{
	position: absolute;	
	overflow: hidden;		
}
.slide_cont
{
	width: 1000px;
	height: 667px;
	overflow: hidden;	
}
.slide
{
	position:relative;
	width:1000px;
	height:667px;
	float:left;
}
		

/*-----------Contact---------------------*/
#inquiry_box
{
	width: 380px;
	float: left;

	
}
.required
{
  display: block;
  font-family: "Trebuchet MS" ,sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 10px 20px 0px 0;
  padding: 0;
  clear: left;
}

label
{
  display: block;
  font-family: "Trebuchet MS" ,sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 10px 20px 0px 0;
  padding: 0;
  clear: left;
}

.required
{
	color: #790000;
}

.textarea 
{
  width: 350px;
  font-family: "Trebuchet MS" ,sans-serif;
  color: #999999;
  margin: 0 0 0px 0;
  padding: 2px 2px;
  background: #f9f9f9;
  border: 1px solid #999999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;  
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
}

.dropdown 
{
  width: 350px;
  font-family: "Trebuchet MS" ,sans-serif;
  color: #999999;
  margin: 0 0 0px 0;
  padding: 2px 2px;
  background: #f9f9f9;
  border: 1px solid #999999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;  
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
}

.textfield 
{
  width: 350px;
  font-family: "Trebuchet MS" ,sans-serif;
  color: #999999;
  margin: 0 0 0px 0;
  padding: 2px 2px;
  background: #f9f9f9;
  border: 1px solid #999999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;  
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
}

.dropdown
{
	width: 355px;
}

.textarea 
{
  width: 350px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
}

.textarea:focus {
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
  outline: none;
}

select:focus {
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
  outline: none;
}

input:focus {
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 1px #ececec;
  -webkit-box-shadow: 1px 1px 1px #ececec;
  box-shadow: 1px 1px 1px #ececec;
  outline: none;
}

.btn
{
	width: 60px;
	background: #cccccc;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	margin-right: 10px;
	padding: 4px 6px 4px 6px; 
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #dddddd;
	-webkit-box-shadow: 1px 1px 1px #dddddd;
	box-shadow: 1px 1px 1px #dddddd;
	outline: none;
}


.btn:hover
{
	background: #f3f3f3;
	color: #000000;
}

#note
{
	font-family:Verdana;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	width:500px;
}

#note span
{
	color: #790000;
}


#forms
{
	margin:0px 18px;
}

#forms ul
{
	list-style-type:none;		
}





#ctl00_ContentPlaceHolder1_FormView1_rfvEMail
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RegularExpressionValidator1
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator1
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator4
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator3
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator2
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator6
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RequiredFieldValidator5
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}





#ctl00_ContentPlaceHolder1_FormView1_RegularExpressionValidator11, #ctl00_ContentPlaceHolder1_RegularExpressionValidatorTitle, #ctl00_ContentPlaceHolder1_RegularExpressionValidatorcontactnumber, #ctl00_ContentPlaceHolder1_valRegEmail, #ctl00_ContentPlaceHolder1_RegularExpressionValidatorlocation, #ctl00_ContentPlaceHolder1_RegularExpressionValidatorsubject, #ctl00_ContentPlaceHolder1_RegularExpressionValidatordetails,
#ctl00_ContentPlaceHolder1_RequiredFieldValidator1, #ctl00_ContentPlaceHolder1_RequiredFieldValidator2, #ctl00_ContentPlaceHolder1_RequiredFieldValidator3, #ctl00_ContentPlaceHolder1_RequiredFieldValidator4
{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#790000 !important;
	font-style:italic;
}

#submit_btn
{
	margin-top:10px;
}

#ctl00_GridView1 table
{
	border:none;
}


#ctl00_GridView1 tr td
{
	border:none;
}
#ctl00_GridView1 th
{
	border:none;
}

.panata_color
{
	color:#666666;
}



.time
{
	color:#990000;
	font-family:Arial;
	font-size:10px;
	width:555px;
	}

.cap
{
	text-transform:capitalize;
}




a img
{
	border:0px;
}

.title_bottom
{
	font-size:16px;
	font-weight:bold;
	color:#173887;
	padding:10px 0px 0px 10px;
	font-family:Verdana;
}

/*Tito Noy Tooltip*/
.toolTip {
        padding-right:0;
        background: url(/images/help.gif) no-repeat right;
        color: #3366FF;
        cursor: move;
        position: relative;
		
}
.toolTipWrapper {
        position: absolute;
        top:250px;
        display: none;
        color: #FFF;
        font:normal 18px/54px Verdana;
		padding:0;
		text-align:center;
}
.toolTipTop {
        width:300px;
        height:32px;
        background: url(/images/tool_top.png) no-repeat;
		padding:0 0 0 150px;
		/* for IE */
 		filter:alpha(opacity=90);
  		/* CSS3 standard */
  		opacity:0.6;
}
.toolTipMid {
        padding:0;
        background:url(/images/tool_mid.png);
		width:300px;
		height:54px;
		/* for IE */
 		filter:alpha(opacity=90);
  		/* CSS3 standard */
  		opacity:0.6;
}
.toolTipBtm {
        width: 300px;
        height: 32px;
        background: url(/images/tool_btm.png) no-repeat;
		/* for IE */
 		filter:alpha(opacity=90);
  		/* CSS3 standard */
  		opacity:0.6;
}

.search_design
{
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/_js/border-radius.htc);
	border:1px solid #cccccc;
	padding:5px;
	behavior: url(/_js/ie-css3.htc);

}
#searchgo
{
	cursor: pointer;
}

#home_navigation
{
	position:absolute;
	left:42px;
	top:8px;
	}

#captcha
{
	position:relative;
	top:-10px;
	
}

.copy
{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding:10px 0px;
}
/* news ticker */
#ticker
{		
	position: relative;
	overflow:hidden;
	padding: 5px;
	height: 25px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
			
}
.tixh
{
	color: #173887;
	font-weight: bold;
	float: left;
	margin: 5px 0 0 5px;
}
#nticker
{	
	float: left;
	width: 800px;
	margin: 5px 0 0 5px;
}
ul#news
{
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
ul#news li a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
ul#news li a:hover
{
	text-decoration: underline;
}








