h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	padding:0;
	margin:0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-weight:bold;
}
body {
	background:black;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url("gfx/background.jpg");
	color:white;
	text-align:center;
	font-family:Verdana;
	color:#309865;
	padding:0;
}
a{
	color:#309865;
}
a:hover
{
text-decoration:none;
	color:#0066CC;
}
.tab
{
	display:block;float:left;
	width:152px;
	height:40px;
}

#cap.tab
{
	background-image:url(tabs/tab_cap.png);
}
#cover.tab
{
	background-image:url(tabs/tab_cover.png);
}
#commissions.tab
{
	background-image:url(tabs/tab_commissions.png);
}
#careers.tab
{
	background-image:url(tabs/tab_careers.png);
}
#clients.tab
{
	background-image:url(tabs/tab_client_login.png);
}
#contacts.tab
{
	background-image:url(tabs/tab_contacts.png);
}
#news.tab
{
	background-image:url(tabs/tab_news.png);
}

* html .tab{
    behaviour: expression(
        this.runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + this.runtimeStyle.backgroundImage + '", sizingMethod="image")',
    );
}
.tab:hover
{
	background-position: 0 -40px;
}
.up
{
background-position: left -40px;
}
.tab span
{
display:none;
}
table, th, td
{
border-collapse:collapse;
vertical-align:top;
}
p,td,li,body
{
	font-size:10pt;
}
h1,h2,h3,p{padding-left:20px;padding-right:20px;}

p img{margin-left:-20px;margin-right:-20px;}

html{
overflow-y:scroll;
}

.maintable
{
 height:100%;text-align:left;margin:0 auto;
 opacity: 0.9; filter: alpha(opacity = 90);zoom:1;
}

li
{
list-style-type: square ;
}

.comimg
{
display:none;
position:absolute;
}

ul.comlist
{

padding:0;
margin:0;
	list-style-type:none;
}

 ul.comlist li
 {
list-style-type:none;
padding:0;
margin:0;
padding-left:10px;
padding-right:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
 }

* html ul.comlist li
{
margin-bottom:0px; /* stupid IE */

}
ul.comlist li a
{
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	
	display:block;
	style:width:150px; 
	background-image:url("gfx/gal_clients_back.png");
	background-position:0 40px;
	text-decoration:none;
}

ul.comlist li a:hover
{
	background-color:#00A683;
	background-position:0 0;
	color:white;
}

input
{
width:100%;
}

th
{
vertical-align:top;
text-align:right;
}