/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; color:#000000; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




/* Interaction states
----------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #CCCCCC; font-weight:lighter; color:#0066b3; outline: none; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#0066b3; outline: none; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:14px; }


.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background:#FFFFFF ; font-weight:lighter; font-family:Arial, Helvetica, sans-serif; font-size:14px; outline: none; color:#0066b3; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0066b3; outline: none; font-family:Arial, Helvetica, sans-serif; }
.ui-state-hover ^parent, .ui-widget-content .ui-state-hover ^parent { color:#0066b3; }
.ui-state-hover, .ui-widget-content .ui-state-hover { font-weight:lighter; background-color:#EBE9E9; color:#0066b3; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:underline; }
.ui-state-focus {
        border:0px;
}
.ui-state-hover a, .ui-state-hover a:hover { color:#0066b3 ; font-weight:lighter; outline: none; font-family:Arial, Helvetica, sans-serif; font-size:14px; background-color:#FFFFFF;  }




.ui-tabs { padding: 0px; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; !important; margin: 0 2px -1px 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:14px; border-bottom-width: 0px; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0px; background-color:#EBE9E9; font-weight:lighter; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; border-left:#CCCCCC thin solid; border-right:#CCCCCC thin solid; border-top:#CCCCCC thin solid; outline:none; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { color:#000000; background-color:#EBE9E9;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:lighter; background-color:#EBE9E9; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; outline:none; text-decoration:none; border-bottom:0px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }






#tabs {
       width:700px;
	   height:auto;
	   background-color:#FFFFFF;
	   border:none;
	   min-height: 400px;
}
#tabs ul {
       background-color:#FFFFFF;
	   border:none;
}
#tabs ul li {
       margin-left:0px;
}
p.tabs-1text {line-height: 1.9em; text-align: justify; font-family: Arial, Helvetica, sans-serif; font-size: 13px; width: 656px; margin:0; padding:0;}
p.pb {border-bottom:#CCCCCC thin solid; padding-bottom:15px; margin-bottom:20px;}
p.pb1 {border-bottom:#CCCCCC thin solid; padding-bottom:50px; margin-bottom:20px;}
.s {
   padding-bottom:0px;
   margin-bottom:0px;
}
.logosp {
   margin-top:5px;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
         height: auto!important;
		 background-color: #fff;
		 background-image: url(../images/interior-main_bg.gif);
		 background-repeat: repeat-x;
		 margin-left:3px;
		 border-left:#CCCCCC thin solid;
		 border-right:#CCCCCC thin solid;
		 border-bottom:#CCCCCC thin solid;
}

.tab_content {margin-bottom: 20px; text-align: center; margin-top: 20px;}