
body
{
	margin:0px;
	padding:0px;
	background:#424242;
	text-align:center;
	min-width:960px;
	
	font-family:Arial;
	font-size:11px;
	color:#424242;
}

strong
{
	font-family:Georgia, Arial;
	font-style:italic;
}

h1, h2, h3
{
	padding:0px;
	margin:0px;
	font-weight:bold;
	display:block;
	text-align:left;
}

h1
{
	padding:0px 0 -25px 0;
	font-size:26px;
	letter-spacing:-2px;
}

h2
{
	font-size:18px;
	letter-spacing:-1px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:15px 0 5px 0;
	padding:5px 0 3px 0;
}

h3
{
	font-size:13px;
	letter-spacing:-1px;
	margin:10px 0 0px 0;
}

a
{
	color:#69c;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

small
{
	color:#777;
	font-size:11px;
	letter-spacing:0px;
	font-weight:normal;
}

p
{
	line-height:14px;
}

ul
{
	margin:0 0 0 25px;
	padding:0 0 0 0;
}

li
{
	margin:10px 0;
	line-height:14px;
}

/*===================================================================================*/

#header
{
	height:200px;
	margin:auto;
	padding:0 0 20px 0;
}

#logo
{
	/*background:transparent url(../img/home.jpg) no-repeat center bottom;*/
	height:100%;
	margin:160px;
	text-align:center;
	display:none;
}

#logo img
{
	margin:auto;
}

#logo.loading
{
	background:transparent url(../img/loading.gif) no-repeat center center;
	display:block;
}

#main
{
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
	background:#fff url(../img/main_bg.jpg) no-repeat center top;
}

.sector
{
	margin:auto;
	width:940px;
	padding:0 0 10px 0;
}

.col-1, .col-2, .col-3
{
	width:33.333%;
	float:left;
	text-align:left;
}

.col-1 .content, .col-2 .content, .col-3 .content
{
	padding:0 10px 0 20px;
}

.col-1 img
{
	float:left;
	padding:5px 5px 15px 0;
}

#miniblog
{
	min-height:300px;
}

#miniblog_loading
{
	text-align:center;
	padding:65px 0 30px 0;
	background:transparent url(../img/loading_black.gif) no-repeat center 35px;
}

#twit-twit
{
	padding:0px 0;
	margin:0 0 0 25px;
}

#twit-twit li
{
	padding:10px 0;
	margin:0 0 0 0;
}

#twit-twit  li ul
{
	padding:3px 0;
	margin:0 0 -10px 25px;
}

#twit-twit  li ul li
{
	padding:3px 0;
	margin:0px;
}

.accordion h3
{
	border:1px solid #ddd;
	background:#eee;
	padding:3px;
	cursor:pointer;
	clear:both;
}

.accordion h3:hover
{
	color:#69c;
}

.accordion span.ui-icon-triangle-1-e
{
	display:inline-block;
	width:18px;
	height:10px;
	background:transparent url(../img/arrow_h.png) no-repeat 7px center;
}

.accordion span.ui-icon-triangle-1-s
{
	display:inline-block;
	width:18px;
	height:10px;
	background:transparent url(../img/arrow_v.png) no-repeat 5px center;
}

.accordion div
{
	padding:0 15px 10px 15px;
}

.portfolio
{
	margin:0px;
	padding:0px;
	z-index:30;
}

.portfolio a
{
	margin:0px;
	padding:5px 0;
	float:left;
	width:33%;
}

.portfolio a:hover
{
	text-decoration:none;
}

.portfolio a img
{
	margin:auto;
	padding:1px;
	border:1px solid #ddd;
}

.portfolio a img:hover
{
	border-color:#69c;
}

.tooltip
{ 
    display:none; 
    background:transparent url(../img/tooltip.png) no-repeat center bottom; 
    font-size:11px; 
    height:121px; 
    width:170px; 
    padding:9px 20px 30px 20px;   
	margin:10px 0 0 0;
	text-align:left;
	text-decoration:none;
	line-height:12px;
	color:#424242;
}

.tooltip strong
{ 
	display:block;
	padding:6px 0px 0px 0px;
}


#footer
{
	padding:25px 0;
	color:#999;
	line-height:15px;
}

.separator
{
	padding:0 4px;
}


