/* Центр */
div#container
   {
     width: 900px;
     margin: 0 auto;
   }

div#wrapper
   {
   }

div#content
   {
   }

/* /Центр */

/* Левая колонка */
div#left
   {
   }
/* /Левая колонка */

/* Правая колонка */
div#right
   {
   }
/* /Правая колонка */

/* Низ */
div#footer
   {
   	text-align: center;
   }
/* /Низ */

*
	{
		margin: 0;
		padding: 0;
	}

body
   {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background: transparent url(images/bg.jpg);
   }

a
	{
		color: #003d4c;
		text-decoration: none;
		outline: none;
	}

a:hover
	{
		color: #003d4c;
		text-decoration: underline;
	}

a img
	{
		border: none;
	}

.tab-container
	{
		margin: 0 15px;
	}

body .tab-container
	{
		position: relative;
		padding-top: 50px;
		overflow: hidden;
		width: 830px;
	}

.tabs
	{
		height: 50px;
		width: 100%;
		line-height: 50px;
		padding-left: 55px;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent url(images/tabs_bar_bg.png) no-repeat;
	}

.tabs li
	{
		float: left;
		display: block;
	}

.tabs a
	{
		font-size: 130%;
		color: #fff;
		text-decoration: none;
		text-align: center;
		display: block;
		float: left;
		width: 140px;
	}

.tabs li a:hover
	{
		color: #fff;
		background: transparent url(images/tab_hover.png) no-repeat center;
	}

.tabs li.active a
	{
		color: #003d4c;
		background: transparent url(images/tab_active.png) no-repeat center;
	}

.tabs a.previous, .tabs a.next
	{
		text-indent: -5000px;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 50px;
		height: 50px;
		background: url(images/tab_arrows.png) no-repeat left;
}

.tabs a.next
	{
		left: 780px;
		background: url(images/tab_arrows.png) no-repeat right;
	}

body .panels
	{
		position: relative;
		width: 9000px;
		left: 0;
	}

.panel
	{
		font-size: 14px;
		line-height: 20px;
		padding:15px 15px 0 290px;
		position: relative;
		border-bottom: 1px solid #eee;
	}

body .panel
	{
		width: 524px;
		float: left;
		height: 360px;
		border: none;
		overflow: hidden;
		background: transparent url(images/panel_bg.png) no-repeat center;
	}

.panel img
	{
		position:	absolute;
		left:	15px;
		top:	10px;
		padding:	6px;
	}

.panel .actions
	{
		position: absolute;
		left: 560px;
		top: 15px;
		list-style-type: none;
	}

.panel li 
	{
		margin: 4px 0;
	}

#about li, #buy li, #download li, #help li  
	{
		margin-left: 15px;
	}		

#about li.download 
	{
		list-style:  none;
		margin: 0;
	}

#about li.download a
	{
		text-align: center;
		display: block;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .2em 0;
		background: transparent url(images/download.png) no-repeat center;
	}

#about li.download a strong
	{
		display: none;
	}

#about li.view 
	{
		list-style:  none;
		margin: 0;
	}

#about li.view a
	{
		text-align: center;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .4em 0;
		background: transparent url(images/view.png) no-repeat center;
	}

#about li.view a strong
	{
		display: none;
	}

#about li.buy 
	{
		list-style:  none;
		margin: 0;
	}

#about li.buy a
	{
		text-align: center;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .2em 0;
		background: transparent url(images/buy.png) no-repeat center;
	}

#about li.buy a strong
	{
		display: none;
	}

div.about-left
	{
		width: 58%;
		float: left;
		overflow: hidden;
	}
	
div.about-right
	{
		width: 40%;
		overflow: hidden;
	}	
	
div.clear
	{
		clear: both;
	}		
	
#demo ul.demo li 
	{
		list-style:  none;
		margin: 0;
	}

li.no 
	{
		list-style:  none;
	}

#download li.download 
	{
		list-style:  none;
		margin: 0;
	}

#download ul.download 
	{
		margin-bottom: 20px;
	}

#download li.download a
	{
		text-align: center;
		display: block;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .2em 0;
		background: transparent url(images/download.png) no-repeat center;
	}

#download li.download a strong
	{
		display: none;
	}

#buy li.buy 
	{
		list-style:  none;
		margin: 0;
	}

#buy li.buy a
	{
		text-align: center;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .2em 0;
		background: transparent url(images/buy.png) no-repeat center;
	}
		
#buy ul.buy 
	{
		margin-bottom: 20px;
	}

#demo li.view 
	{
		list-style:  none;
		margin: 0;
	}

#demo li.view a
	{
		text-align: center;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: .5em;
		margin: 0 0 .4em 0;
		background: transparent url(images/view.png) no-repeat center;
	}

div#header
	{
		width: 814px;
	}	
	
div.header-left
	{
		float: left;
		width: 49%;
	}

div.header-right
	{
		float: left;
		padding: 0;
		width: 49%;
		height: 79px;
		text-align: right;
		margin: 0 auto;
	}

div.header-right p
	{
		font-size: 13pt;
		text-align: right;
		padding-top: 26px;
	}

div.header-right p span
	{
		font-weight: bold;
		font-size: 15pt;
		color: #e04f00;
	}

h1
	{
		font-size: 14px;
	}	