html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: #181818 url(../images/body-wrapper-bg.png) repeat;*/
	font-family: 'Open Sans', Arial !important;
    font-style: normal;
    font-weight: 400;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', Arial !important;
    font-style: normal;
    font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #131313;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	/*background: url(../images/wrapper-bg.png) repeat;*/
	background-color: #FFFFFF;
}

#wrapper-bgtop {
	background: url(../img/wrapper-topbg.png) repeat-x left top;
}

.homepage #wrapper-bgtop {
	/*background: url(../images/homepage-wrapper-bgtop.png) repeat-x left top;*/
}

#wrapper-glowbg {
	/*
	background: url(../img/homepage-glow-bg.jpg) no-repeat center top;
	background-size: 100% Auto;
	*/
	background: #CFCFD1 url(../img/tv.jpg) no-repeat center 74px;
	min-width: 1098px;
}

#wrapper-bgbtm {
	overflow: hidden;
	background: url(../img/wrapper-topbg.png) repeat-x left top !important;
}

.container {
	width: 1098px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	/*
	height: 160px;
	*/
}

/** LOGO */

#logo {
	float: left;
	width: 203px;
	height: 86px;
	margin-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 203px;
	height: 86px;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 1px 2px 1px rgba(0,0,0,.3);*/
	font-size: 38px;
	color: #FFFFFF;
}

/** MENU */

#menu {
	/*
	float: right;
	height: 160px;
	*/
	width: 985px;
}

#menu ul {
	float: right;
	/*height: 124px;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	/*height: 124px;*/
}

#menu a {
	display: block;
	float: left;
	height: 86px;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,1);*/
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	/*text-decoration: underline;*/
}

#menu span {
	display: inline-block;
	height: 50px;
	padding: 36px 20px 0px 20px;
}

#menu span:hover {
	/*
	background:url(../img/menu-arrow-bg.png) no-repeat center bottom;
	*/
	color: #FEE;
	text-shadow: 1px 0px 1px rgba(50,50,50,1);
}

#menu span:active {
	text-shadow: 2px 0px 1px rgba(50,50,50,1);
	color: #EEE;
	height: 49px;
	padding: 37px 19px 0px 21px;
}

#menu span.lang {
	padding: 0 0 0 22px;
	font-size: 12px;
	margin: 41px 0 0 15px;
}

#menu span.Eng {
	background: url(../img/eng.png) no-repeat left 3px;
}

#menu span.Hun {
	background: url(../img/hun.png) no-repeat left 3px;
}

#menu span.Ger {
	background: url(../img/ger.png) no-repeat left 3px;
}

#menu span.Esp {
	background: url(../img/esp.png) no-repeat left 3px;
}

#menu span.FirstLan {
	margin-left: 100px;
}

#menu li.active a {
	/*background:url(../img/menu-arrow-bg.png) no-repeat center bottom;*/
	font-weight: bold;
	color: #FFFFFF;
}

#menu li.active span {
	background:url(../img/menu-arrow-bg.png) no-repeat center bottom;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 40px 0px 70px 0px;
}

.homepage #page DIV,
.homepage #page {
	/*padding-top: 60px;*/
	font-family: 'Open Sans', Arial !important;
	font-style: normal !important;
    font-weight: 400 !important;
	font-size: 14px !important;
	color: #666666 !important;
	line-height: 180% !important;
	text-align: justify !important;
}
.homepage #page DIV DIV STRONG {
	color: #E54D0E;
	font-size: 25px;
	margin-bottom: 5px;
	font-family: 'Open Sans', Arial !important;
	font-style: normal;
    font-weight: 400;
}
.homepage #page DIV DIV STRONG a {
	font-size: 14px !important;
	color: #E54D0E !important;
}

/** CONTENT */

#content {
	float: left;
	width: 915px;
	margin: 0 24px 0 69px;
	text-align: justify;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	height: 145px;
	/*
	overflow: hidden;
	background-color: #CFCFD1;
	*/
	background: url(../img/footer_bg.png) repeat-x left top;
	width: 100%; 
}

#footer p {
	margin: 0px;
	padding: 0;
	text-align: center;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.3);*/
	color: #414141;
}

/** FOOTER CONTENT */

#footer-content-wrapper {
	/*
	background: url(../img/partners_bg.png) repeat-x;
	*/
	min-width: 1098px;
	width: 100%;
	background-color: #CFCFD1;
	border-top: 1px solid #FFFFFF;
}

#footer-content {
	/*
	overflow: hidden;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	*/
	color: #8C8A8A;
	padding-left: 90px;
	width: 1008px;
}

#footer-content h2 {
	padding-bottom: 30px;
	/*text-shadow: 1px 2px 0px rgba(0,0,0,1);*/
	font-size: 20px;
	color: #FFFFFF;
}

#footer-content #fbox1 {
	float: left;
	width: 270px;
	padding-right: 60px;
}

#footer-content #fbox2 {
	float: left;
	width: 270px;
}

#footer-content #fbox3 {
	float: right;
	width: 300px;
}

#footer-content #fbox3 p {
	line-height: 190%;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	padding: 12px 0px;
	background: url(../images/list1-divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,1);*/
	color: #8C8A8A;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

ul.style2 li {
	float: left;
	height: 36px;
	padding: 10px 20px 0px 20px;
	background: url(../images/list2-divider-bg.png) no-repeat left top;
}

ul.style2 .first {
	padding-left: 0px;
	background: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	list-style: none;
}

ul.style3 li {
	padding-bottom: 35px;
}

ul.style3 h3 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #232323;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.style4 li {
	padding-bottom: 20px;
}

ul.style4 .date {
	display: block;
	width: 102px;
	height: 37px;
	background: url(../images/list4-date-bg.png) no-repeat left top;
	line-height: 37px;
	letter-spacing: -1px;
	text-align: center;
	/*text-shadow: none;*/
	color: #FFFFFF;
}

/** LIST STYLE 5 */

ul.style5 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style5 li {
	padding-bottom: 20px;
}

/** BOX STYLE 1 */

.box-style1 {
	/*text-shadow: 1px 2px 0px #FFFFFF;*/
}

.box-style1 .title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D5D5;
	letter-spacing: -2px;
	font-size: 25px;
	color: #131313;
}

/** BOX STYLE 2 */

.box-style2 {
	width: 300px;
	text-align: justify;
	/*background: url(../images/feature-box-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);*/
}

.box-style2 .gradient-bg {
	width: 270px;
	padding: 40px 30px 30px 0px;
	/*background: url(../images/feature-box-gradient-bg.png) repeat-x left bottom;
	border: 1px solid #A4A5A6;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);*/
}

.box-style2 .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	/*text-shadow: 1px 2px 0px #FFFFFF;*/
	font-size: 20px;
	color: #131313;
}

.box-style2 .title span {
	color: #FF0000;
}

/** BANNER */

#banner {
	overflow: hidden;
	/*text-shadow: 1px 2px 0px #FFFFFF;*/
	height: 450px;
}

#banner h2 {
	margin-bottom: 15px;
	padding: 60px 0px 20px 0px;
	background: url(../images/banner-divider-bg.png) repeat-x left bottom;
	line-height: 145%;
	letter-spacing: -2px;
	font-size: 38px;
	color: #131313;
}

#banner .text-style1 {
	letter-spacing: -1px;
	font-size: 20px;
	color: #818486;
	text-align: justify;
}

#banner #col1 {
	float: left;
	width: 380px;
	margin-left: 65px;
}

#banner #col2 {
	float: right;
	width: 487px;
	height: 405px;
	padding: 70px 115px 0px 5px;
	/*background: url(../images/banner-slider-bg.png) no-repeat left top;*/
	/*background: url(../img/smallSamsung2.png) no-repeat left top;*/
}

/** FEATURE */

#feature-wrapper {
	/*background: url(../images/feature-wrapper-bg.png) repeat;*/
	background-color: #f0f4f7;
}

#feature-divider-bg {
	/*background: url(../images/feature-divider-bg.png) repeat-x left bottom;*/
}

#feature {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 12px 3px 13px 3px;
}

#feature #column1 {
	float: left;
	width: 277px;
	padding-right: 44px;
}

#feature #column2 {
	float: left;
	width: 277px;
	padding-right: 44px;
}

#feature #column3 {
	float: left;
	width: 277px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 274px;
	height: 155px;
	margin-bottom: 20px;
	top: 0;
	left: 0;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1a span {
	background: url(../images/image-border-style1.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-left: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/** BUTTON STYLE 1 */

.button-style1 {
	display: block;
	width: 135px;
	height: 33px;
	margin-top: 20px;
	/*background: url(../images/feature-button-bg.png) no-repeat left top;*/
	background-color: #e54d0e;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.3);*/
	font-size: 14px;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/** BUTTON STYLE 2 */

.button-style2 {
	display: block;
	width: 292px;
	height: 57px;
	margin-top: 20px;
	background: url(../images/banner-button-bg.png) no-repeat left top;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.3);*/
	font-size: 20px;
	color: #FFFFFF;
}

#slider {
	position: relative;
	width: 487px;
	margin: 0 auto;
}

#slider .viewer {
	width: 487px;
	height: 275px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 487px;
	height: 275px;
}

#slider .viewer .reel .slide span {
	position: absolute;
	width: 487px;
	height: 275px;
	top: 0;
	left: 0;
	background: url(../images/banner-pics-border-bg.png) no-repeat left top;
	/*
	*/
}

/** BOX 1 */

#box1 {
	margin-bottom: 40px;
}

/** BOX 2 */

#box2 {
	margin-bottom: 40px;
}

/** BOX 1 */

#box3 {
}

#WelcH2 {
	/*
	cursor: pointer;
	background: url(../img/arr_down.png) no-repeat left 9px;
	padding: 0 0 20px 25px;
	*/
}
.well1 {
	background: url(../img/arr_right.png) no-repeat left 8px !important;
}