* {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 20px;
}

img {
	border: 0;
}

body {
	background: url('/site/images/bg.jpg') no-repeat fixed 0 0 transparent;
	background-size: 100%;
	background-color: #000;
	background-position: 0 -170px;
	width: 100%;
	height: 100%;
	color: #000;
	font-family: 'Trebuchet MS', Sans-serif;
}

a, a:hover, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

#site {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	/*
background:rgba(0,0,0,0.2);*/
}

#logo {
	margin: 30px;
}

#topbarmenu {
	float: right;
	list-style-type: none;
	margin-top: 48px;

	display: flex;
	align-content: center;
	justify-content: center;
}

#topbarmenu li {
	/* float: left; */
	margin-right: 32px;
	align-items: center;
	display: flex;
}

#topbarmenu li:last-child {
margin-right: 18px;
}

#topbarmenu a {
	color: #000;
	font-weight: bold;
}
.video_box {
	background: #C60000;
	padding: 8px;
	border-radius: 3px;
}

#topbarmenu .video_box a {
	color: #fff;
}

#main_menu {
	background: url('/site/images/menubg.png') no-repeat;
	height: 39px;
	width: 942px;
}

#main_menu a {
	color: #FFF;
}

#main_menu ul {
	margin-top: 7px;
	margin-right: 10px;
	position: relative;
	z-index: 20;
}

#main_menu li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 15px;
}

#main_content {
	background: url('/site/images/mainbg.png') no-repeat;
	background-position: -22px 0px;
	height: 500px;
	width: 970px;
}

#woman {
	background: url("/site/images/woman.png") no-repeat scroll 0 0 transparent;
	height: 498px;
	left: -75px;
	position: relative;
	top: -70px;
	width: 450px;
}

.startbox {
	margin-top: -134px;
	margin-right: 19px;
	position: relative;
	height: 140px;
	width: 301px;
	float: left;
	color: #fff;
}

.startbox a {
	color: #FFF;
}

.startbox_header {
	background: url("/site/images/box_header.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 27px;
	padding-left: 20px;
	padding-top: 7px;
	width: 281px;
	font-size: 18px;
}

.startbox_content {
	background: url("/site/images/box_contentbg.png") no-repeat -24px 21px;
	height: 136px;
	width: 340px;
}

.startbox_text {
	font-size: 12px;
	line-height: 180%;
	margin: 46px 0 0 150px;
	position: absolute;
	width: 150px;
}

.startbox_img {
	margin: 46px 0 0 20px;
	position: absolute;
	width: 120px;
	height: 75px;
}

.startbox_img img {
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.startbox_link {
	background: url('/site/images/startbox_button_bg.png') repeat scroll 0 0 transparent;
	height: 21px;
	margin: 103px 0 0 218px;
	padding-left: 6px;
	width: 53px;
	position: absolute;
	font-size: 12px;
}

.startbox_link a {
	line-height: 18px;
}

.footer_line {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
	width: 940px;
}

#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	font-size: 13px;
	padding-top: 10px;
	color: #fff;
}

/*UNDERSIDA*/

#sub_content {
	min-height: 500px;
	width: 960px;
	color: #000;
	font-family: Arial, sans-serif;
}

#sub_content h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
}

#sub_content_top {
	background: url('/site/images/subpage_contentbg_top.png') no-repeat;
	width: 940px;
	height: 24px;
	margin-top: 17px;
}

#sub_content_mid {
	background: url("/site/images/subpage_contentbg_mid.png") repeat-y scroll 0 0 transparent;
	min-height: 485px;
	padding-left: 30px;
	padding-right: 30px;
	width: 880px;
	color: #000000 !important;
	line-height: 24px;
	font-size: 14px;
}

#sub_content_mid ul {
	margin-top: 10px;
}

#sub_content_mid li {
	margin-top: 5px;
}

#sub_content_mid img {
	/* margin-left: 10px; */
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#sub_content_bot {
	background: url('/site/images/subpage_contentbg_bot.png') no-repeat;
	width: 940px;
	height: 19px;
}

.split_col {
	width: 50%;
	float: left;
}

.split_col .suncell {
	width: 48%;
	float: right;
}

#iframe_container {
	width: 440px;
	overflow: hidden;
}

#suncell_info {
	margin-right: 20px;
	/* margin-top: 18px; */
}
#suncell_image {
	width: 48px;
	display: inline-block;
	vertical-align: middle;
}

#suncell_text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.footerspace {
	border-left: 1px solid #FFFFFF;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}

.footerspace:first-child {
	border: none;
	padding-left: 0;
}
