div,p,h1,h2,table {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 66px;
	/*text-align:center; */
}

#container_center {
	text-align:left;
}

.pngfix {
	behavior: url(files/templates/main/res/iepngfix.htc);	
}
.seo {
	display:none;	
}
.logo {
	float:left;
	text-align:center;
	width:300px;
	height:100px;	
	margin-right:100px;
}	
h1 {
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 10px;
	text-transform:lowercase;
	color: #9f9b8e;
	margin:0px 0px 20px 0px;
}

#menu {
	position:relative;
	float:right;
	width:450px;	
	text-align:right;	
}

#menu ul {
	position:absolute;
	right:0px;	
}

#menu ul,#submenu ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menu ul li { /**float:left;**/
	display:block;
	float:left;	
	margin-right:5px;
	margin-left:5px;	
}

#menu ul li a {
		
}
#menu ul a:hover {
	color: #7b776b;
}

#menu ul a {
	text-decoration: none;
	color: #8a867a;
}

#menu ul a,#submenu ul a {
	cursor: hand;
}

#menu ul a.menu1-active {
	color: #7b776b;
}

#submenu ul a.menu2-active {
	color: #989387;
}

li.nav-star-space {	
	padding:3px;
	background:#fff url(/files/templates/main/gfx/star-blue.jpg) no-repeat center center;	
}

#content {
	clear:both;	
}

#arrow-navigation {	
	text-align:right;
	margin-top:7px;	
	margin-right:13px;
}
#arrow-next, #arrow-last {
	display:block;
	float:right;
	width:18px;
	height:15px;		
}
#arrow-space {
	display:block;
	float:right;
	width:120px;
	height:15px;
	background:#fff url(/files/templates/main/gfx/star-black.jpg) no-repeat center center;	
}
.arrow-left {
	display:block;	
	cursor:pointer;
	background:#fff url(/files/templates/main/gfx/nav-left.jpg) no-repeat center center;
}
.arrow-right {
	display:block;
	cursor:pointer;
	background:#fff url(/files/templates/main/gfx/nav-right.jpg) no-repeat center center;	
}


/**b {
	color:#0048FF;
}**/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

