/* layout.css */
#page .wrapper {
	width: 954px;
	margin: 0 auto;
	overflow: hidden;
}
#page {
	margin-top: 40px;
}
#page.starcom #logo {
	float: left;
	width: 209px;
	height: 43px;
	margin-top: -20px;
	margin-left: 170px;
	z-index: 40;
	background: url('/media/dsg/logo.png') no-repeat top left;
	position: absolute;
}
#page .wrapper .star {
	top: 0;
	width: 303px;
	height: 154px;
	position: absolute;
	margin-left: -148px; 
	background: url('/media/dsg/star.png') no-repeat top left;
}
#page .wrapper #location {
	width: 695px;
	padding-bottom: 2px;
	border-bottom: 2px solid #fc9608;
}
#page .wrapper #location a {
	font-size: 1.2em;
	color: #808080;
	text-decoration: none;
	background: url('/media/dsg/locator_line.gif') no-repeat center right;
	padding-right:10px;
	padding-left: 7px;
}
#page .wrapper #location a.last {
	background: none;
	color: #fda90b;
}

#page #languages{
	margin-top: -20px;
	margin-left: 730px;
	position: absolute;
}
#page #menuh-container {
	position: absolute;
	margin-top: -25px;
	margin-left: 810px;
}
#page #languages ul {
	list-style-type: none;
}
#page #languages ul li{
	float: left;
}
#page #languages a {
	color: #ffffff;
	background: url('/media/dsg/top_line.gif') no-repeat right 4px;
	padding-left: 7px;
	padding-right: 4px;
	font-size:1.1em;
	text-decoration: none;
}
#page #languages a.last {
	background:none;
}
#page #languages .active{
	color: #db8717;
}

#page .wrapper #head .main_menu {
	height: 48px;
	margin-top: 60px;
	background: url('/media/dsg/menu_background.png') no-repeat top left;
}

#page .wrapper #container {
	height:1%;
	width: 952px;
	margin:0 auto;
	overflow: hidden;
	background-color: #fff;
}
#page .wrapper #container_bottom {
	height: 4px;
	width: 952px;
	margin:0 auto;
	background: url('/media/dsg/center_bottom.png') no-repeat bottom left;
}
#page .wrapper #container #together {
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}
#page .wrapper #container #left {
	float: left;
	width: 236px;
	min-height: 1px;
	margin-left: 5px;
	margin-top: 15px;
}
#page .wrapper #container #center {
	float: left;
	width: 448px;
}
#page .wrapper #container #right {
	float: right;
	width: 236px;
	
}
#footer_container {
	margin-top: 40px;
	margin-bottom: 30px;
}
#footer_container .wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_container .bottom_menu {
	float: right;
}
#footer_container .wrapper .footer {
	float: left;
	color: #fff;
	font-size:1.1em;
	padding-left: 5px;
}
