@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

a {outline:none;}

li {outline:none;}


.TabbedPanelsTabGroup {
margin:30px 0 0 0px;
padding:0 0 0 51px;
width:196px;
}


.TabbedPanelsTab {
	top: 1px;
	padding: 0 0 10px 0;
	margin: 0px;
	font: bold 0.7em sans-serif;
	list-style:url(../img/page/about/about-01.png);
	cursor: pointer;
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f81d1d;
	font-weight:normal;
}




/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
 
 #TabbedPanels1 {
 position:relative;

 }
 
 
.TabbedPanelsContentGroup {

height:400px;
position:absolute;
left:290px;
top:-90px;
width:608px;
}


/*\*/ * html .TabbedPanelsContentGroup {

height:400px;
position:absolute;
left:290px;
top:-90px;
width:608px;
}

 /**/

.TabbedPanelsContent {
	padding:4px;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color:#EEE;
	border-bottom: solid 1px #999;
}




.TabbedPanelsContent p {
margin:10px 0 25px 0;
}

.TabbedPanelsContent p.style-3   {
margin:0px 0 0px 0;
}


#company .TabbedPanelsContent h1 {
border-bottom:1px solid #ddd4cf;
margin:30px 0 0;
padding:0 0 30px;
}

.TabbedPanelsContent iframe {
border:solid 5px #4a2509;
}

.TabbedPanelsContent table tr td .adjust {
width:300px;
border:1px solid #ddd4cf;
}

.TabbedPanelsContent table tr td #adjust-2{
width:300px;
border:1px solid #ddd4cf;
}