/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
	width:1000px;
	float:left;
	margin:0;
}

.tabs
{
    float: left;
    height: 30px;
}

#tabs ul
{
    font: normal 12px arial, sans, sans-serif;
    -list-style-type: none;
    margin: 0;
    padding-left:20px;
    padding-right:0;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 30px;
    min-width:114px;
    text-align:center;
    padding:0;
	background-repeat:no-repeat;
	font-weight:bold;
}

#tabs ul li.pad 
{padding-right:150px
}

#tabs ul li.pad2 
{padding-right:0px
}

#tabs ul li.selected 
{
    background-image:url(images/aboutmenu-bg_o.png);
	background-repeat:no-repeat;
	
}


#tabs ul li a 
{
    float: left;
    color: #fff;
    text-decoration: none;
    padding:8px 4px 4px 0px;
    text-align:center;
    min-width:114px;
	background-image:url(images/aboutmenu-bg.png);
	background-repeat:no-repeat;
	height:22px;
	font-weight:bold;
}

#tabs ul li a.selected
{
    color: #FFF;
    font-weight:bold;
    background-image:url(images/aboutmenu-bg_o.png);
	background-repeat:no-repeat;
}

#tabs ul li a:hover
{
    color: #FFF;
    background-image:url(images/aboutmenu-bg_o.png);
	background-repeat:no-repeat;
}

#container 
{
    background: none;
    border-top: none;
	width:960px;
    height:744px;
    width:100%;
    padding:20px 10px 0px 30px ;
    margin:0;
    left:0;
    top:0;	
}


/*iframe
{
    border:none;
    margin:0;
    padding:0;
	width:900px;
	height:500px;
}*/


.aboutContentplace
{
	border:none;
    margin:0;
    padding:0;
	width:900px;
	height:500px;
}