@charset "utf-8";
/*	-------------------------------------------------------------
	Maxwell, Common Style Sheet (for all browsers)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.autor			Vishal Kamble
	.version		1.0
	.url			
	.timestamp		24/10/2008 .. working now
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Maxwell, Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Import CSS File
	2. Footer
	3. Wrapper
	4. Container
	5. Header	
		1. Logo
		2. Main Navigation
	6. Left Div
	7. Right Div
	8. Footer Sub Menu
*/

/*	-------------------------------------------------------------
	1. IMPORT CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	@import url(reset.css);
	@import url(base.css);

/*	-------------------------------------------------------------
	3. FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer{margin:0 auto; width:834px; text-align:center; height:30px; padding-top:10px;}
	#footer div{text-align:left; font-size:10px; color:#000000;}
	#footer div a {color:#263763; text-decoration:underline; padding-left:2px;}
	#footer div a:hover {text-decoration:none;}
	#footer div p{float:left; width:500px;}
	#footer div p.bcwebwise{float:right; width:250px; text-align:right; padding-right:30px;}
	#footer div p.bcwebwise a{padding-right:30px; background:url(../images/fish.gif) right no-repeat;}

/*	-------------------------------------------------------------
	2. WRAPPER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#wrapper{margin:0 auto; width:834px; text-align:center; height:659px;
	background:url(../images/wrapper-bg-white.gif) bottom left no-repeat;}
	* html #wrapper{text-align:left;}
	
	#wrapperHome{margin:0 auto; width:834px; height:495px;}
	* html #wrapperHome{text-align:left;}
	#wrapperHome #homeContainer{padding-top:91px;}
	#wrapperHome #homeContainer #homeFlash{text-align:left;}

/*	-------------------------------------------------------------
	4. CONTAINER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#container{
	margin:0 auto;
	width:834px;
	text-align:left;
	height:659px;
	background:transparent url(../images/wrapper-bg.gif) no-repeat left 91px;
}

/*	-------------------------------------------------------------
	5. HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header{height:69px; width:834px; position:absolute; top:0; padding-top:22px; z-index:100;}

	/*  Logo
	------------------ */
	#logo{float:right; width:85px; height:69px;}

	/*  Main Navigation
	------------------ */
	#nav {float:left; width:501px; height:65px; padding-top:4px; text-align:left;}
	#nav li { list-style:none; float:left; display:none;}

/*	-------------------------------------------------------------
	6. LEFT DIV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftDiv{width:484px; float:left; padding-top:91px;}

	/*  Brand Logo Section
	------------------ */
	.brandLogo{width:370px; height:80px; padding-left:114px; padding-top:2px;}
	
	/*  Brand Title
	------------------ */
	.brandTitle {width:461px; height:76px; padding:0 11px; color:#fff; margin-left:1px;}
	.brandTitle h2 {font-size:12px; float:left; width:111px;}
	.brandTitle p {font-size:70%; float:left; width:350px; text-align:right; text-transform:uppercase; padding-top:55px;}
	.brandTitle a {padding-left:12px; background:url(../images/brand-arrow.gif) left no-repeat; margin-left:8px; color:#fff; font-size:11px;}
	
	/*  Inner Title
	------------------ */
	.title {width:441px; height:27px; padding:3px 21px 0 21px; color:#fff; margin-left:1px;}
	.title h2 {font-size:16px; float:left; width:430px;}
	
	/*  Content
	------------------ */
	.content{width:441px; height:332px; background:#ccc; margin-left:1px; padding:21px; font-size:77%;}

/*	-------------------------------------------------------------
	7. RIGHT DIV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#rightDiv{width:321px; float:right; padding-top:2px; padding-right:29px;
	background:url(../images/ajax-loader.gif) 50% 60% no-repeat; }	

	/*  Animation Div
	------------------ */
	#portfolio li{list-style:none;}
	
/*	-------------------------------------------------------------
	8. FOOTER SUB NAVIGATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#subMenu{width:834px; clear:both; float:left;}
	#subMenu ul {float:left;}
	#subMenu ul.one {height:57px; padding-top:25px;}
	#subMenu ul.two {height:62px; padding-top:20px;}
	#subMenu ul li {list-style:none; float:left; text-align:center;width:81px; padding-top:15px; color:#263763;
	font-size:11px;}
	#subMenu ul li:hover {background:url(../images/link-bg2.gif) top center no-repeat;}
	#subMenu ul li {color:#263763;background:url(../images/link-bg.gif) center top no-repeat; padding-top:15px;}
	#subMenu ul li a {color:#263763;}
	#subMenu ul li a:hover {color:#d16100; text-decoration:none; }
	#subMenu ul li:hover{background:url(../images/link-bg2.gif) center top no-repeat;}
	#subMenu ul li.active{color:#d16100;background:url(../images/link-bg2.gif) center top no-repeat;}
	#subMenu ul li.active a {color:#d16100;}
	/*  for IE Browser ------------------ */
	* html #subMenu ul li a {color:#263763;background:url(../images/link-bg.gif) center top no-repeat; padding-top:15px;}
	* html #subMenu ul li, * html #subMenu ul li.active {background:none;}
	* html #subMenu ul li a:hover {color:#d16100; text-decoration:none;background:url(../images/link-bg2.gif) center top no-repeat;}
	* html #subMenu ul li.active a{color:#d16100;background:url(../images/link-bg2.gif) center top no-repeat;}


/*	-------------------------------------------------------------
	9. SCROLL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.scroll{overflow: auto; height:318px; min-height:318px; position:relative; width:441px;}	
	.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0;left: 0;}
	.vscrollerbase {width: 9px;background: url(../images/base-bg.gif) center repeat-y;}
	.vscrollerbar {width: 9px;background-image: url(../images/base-bar.gif);background-repeat: no-repeat;}

/*	-------------------------------------------------------------
	10. TABS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#tabHolder { width:431px;}
#tabSubNav { width:430px; height:24px; _height:22px; border-bottom:1px solid #7f3b8e;}
#tabSubNav ul { margin:0; padding:0; list-style:none; }
#tabSubNav ul li { margin:0px 25px 0px 0px;  padding:7px 8px 4px 8px; line-height:26px; display:inline; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#7e3c8d; cursor:pointer; }
/*.selected { background-color:#7e3c8d; color:#f8f4f9; }*/


#tabContainer { width:431px; }
#tabContainer .Tabcontent { width:441px; overflow:auto; padding:10px 0 0 0;}

