 @font-face {
 font-family: 'tabacsanslight';
 src: url('tabacsanslight.eot');
 src: url('tabacsanslight.eot?#iefix') format('embedded-opentype'), url('tabacsanslight.woff') format('woff'), url('tabacsanslight.ttf') format('truetype'), url('tabacsanslight.svg#tabacsanslight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacsanslightitalic';
 src: url('tabacsanslightitalic.eot');
 src: url('tabacsanslightitalic.eot?#iefix') format('embedded-opentype'), url('tabacsanslightitalic.woff') format('woff'), url('tabacsanslightitalic.ttf') format('truetype'), url('tabacsanslightitalic.svg#tabacsanslightitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacsansmedium';
 src: url('tabacsansmedium.eot');
 src: url('tabacsansmedium.eot?#iefix') format('embedded-opentype'),  url('tabacsansmedium.woff') format('woff'),  url('tabacsansmedium.ttf') format('truetype'),  url('tabacsansmedium.svg#tabacsansmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacsanssemibold';
 src: url('tabacsanssemibold.eot');
 src: url('tabacsanssemibold.eot?#iefix') format('embedded-opentype'), url('tabacsanssemibold.woff') format('woff'), url('tabacsanssemibold.ttf') format('truetype'), url('tabacsanssemibold.svg#tabacsanssemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacsansbold';
 src: url('tabacsansbold.eot');
 src: url('tabacsansbold.eot?#iefix') format('embedded-opentype'), url('tabacsansbold.woff') format('woff'), url('tabacsansbold.ttf') format('truetype'), url('tabacsansbold.svg#tabacsansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'tabacsansbolditalic';
 src: url('tabacsansbolditalic.eot');
 src: url('tabacsansbolditalic.eot?#iefix') format('embedded-opentype'), url('tabacsansbolditalic.woff') format('woff'), url('tabacsansbolditalic.ttf') format('truetype'), url('tabacsansbolditalic.svg#tabacsansbolditalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacslablight';
 src: url('tabacslablight.eot');
 src: url('tabacslablight.eot?#iefix') format('embedded-opentype'), url('tabacslablight.woff') format('woff'), url('tabacslablight.ttf') format('truetype'), url('tabacslablight.svg#tabacslablight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'tabacslablightitalic';
 src: url('tabacslablightitalic.eot');
 src: url('tabacslablightitalic.eot?#iefix') format('embedded-opentype'), url('tabacslablightitalic.woff') format('woff'), url('tabacslablightitalic.ttf') format('truetype'), url('tabacslablightitalic.svg#tabacslablightitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'tabacslabmedium';
 src: url('tabacslabmedium.eot');
 src: url('tabacslabmedium.eot?#iefix') format('embedded-opentype'),  url('tabacslabmedium.woff') format('woff'),  url('tabacslabmedium.ttf') format('truetype'),  url('tabacslabmedium.svg#tabacslabmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'tabacslabmediumitalic';
 src: url('tabacslabmediumitalic.eot');
 src: url('tabacslabmediumitalic.eot?#iefix') format('embedded-opentype'),  url('tabacslabmediumitalic.woff') format('woff'),  url('tabacslabmediumitalic.ttf') format('truetype'),  url('tabacslabmediumitalic.svg#tabacslabmediumitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'tabacslabbold';
 src: url('tabacslabbold.eot');
 src: url('tabacslabbold.eot?#iefix') format('embedded-opentype'), url('tabacslabbold.woff') format('woff'), url('tabacslabbold.ttf') format('truetype'), url('tabacslabbold.svg#tabacslabbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'tabacslabbolditalic';
 src: url('tabacslabbolditalic.eot');
 src: url('tabacslabbolditalic.eot?#iefix') format('embedded-opentype'), url('tabacslabbolditalic.woff') format('woff'), url('tabacslabbolditalic.ttf') format('truetype'), url('tabacslabbolditalic.svg#tabacslabbolditalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 768px;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #66C;
}

/* Logo
-----------------------------------------------------------------------------*/
#logo {
	z-index: 3;
	position: fixed;
	top: 69px;
	left: 0px;
}
#logo img {
	margin: -5px 0px 0px 0px;
}

/* Tagline
-----------------------------------------------------------------------------*/
#tagline-00 {
	z-index: 2;
  position: fixed;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 256px;
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url(../00/00-tagline.png);
	background-repeat: no-repeat;
}
#tagline-01 {
	z-index: 2;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 256px;
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url(../00/01-tagline.png);
	background-repeat: no-repeat;
}

#tagline-02 {
	z-index: 2;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 256px;
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url(../00/02-tagline.png);
	background-repeat: no-repeat;
}

#tagline-03 {
	z-index: 2;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 256px;
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url(../00/03-tagline.png);
	background-repeat: no-repeat;
}

#tagline-contact {
	z-index: 2;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 256px;
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url(../00/contact-tagline.png);
	background-repeat: no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #FFE680;
}

/* Content
-----------------------------------------------------------------------------*/
#breakpoint {
	width: 384px;
	padding: 0px 0px 232px 0px;
	float: left;
}
#content {
	width: 464px;
	padding: 81px 24px 79px 24px;
	float: left;
	/*background-image: url(../00/screen.png);
	background-repeat: repeat;*/
}
#content img {
	margin: 0 0 0 0;
	padding: 7px 0 10px 256px;
	text-align: right;
}
#content hr {
	border: none;
	margin: 0 0 22px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer-wrapper {
	z-index: 2;
	position: fixed;
    bottom: 0;
    width: 100%;
}
#footer {
	z-index: 2;
	position: relative;
	height: 64px;
	min-width: 768px;
	max-width: 1024px;
	margin: 0 auto -4px auto;
	padding: 0 0 0 0;
	text-align: right;
}
#footer-icons {
	position: relative;
	z-index: 3;
	text-align: right;
	margin: 0 116px 0 0;
	padding: 0 0 0 0;
}
#footer-icons img {
	text-align: right;
	margin: 0 100px -23px 0;
	padding: 0 0 0 0;
}
#footer-prev {
	position: relative;
	z-index: 3;
	text-align: right;
	margin: -29px 168px 0 0;
	padding: 0 0 0 0;
}
#footer-prev img {
	text-align: right;
	margin: 0 0 -34px 0;
	padding: 0 0 0 0;
}
#footer-next {
	position: relative;
	z-index: 3;
	text-align: right;
	margin: -29px 144px 0 0;
	padding: 0 0 0 0;
}
#footer-next img {
	text-align: right;
	margin: 0 0 -45px 0;
	padding: 0 0 0 0;
}

/* Menus
-----------------------------------------------------------------------------*/
#menu {
  position: fixed;
	top: 145px;
	margin: 0 0 0 0px;
}
#menu hr {
	border: none;
	border-top: 2px dotted #FFF;
	margin: 8px 0 0 4px;
	min-width: 232px;
	width: 488px;
}
#submenu {
	position: fixed;
	top: 255px;
	margin: 0 0 0 0px;
}
.menu-text {
	font-family: 'tabacsansbold';
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.menu-text a {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.submenu-text {
	font-family: 'tabacsansmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.submenu-text a {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Copyright
-----------------------------------------------------------------------------*/
#copyright {
	z-index: 4;
	position: fixed;
	font-family: 'tabacsansbold';
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	bottom: 20px;
	left: 21px;
}
#copyright a {
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#copyright a:hover {
	color: #F3C;
}
#copyright em {
	font-family: 'tabacsansmedium';
	color: #FFF;
	font-style: normal;
}

/* Text
-----------------------------------------------------------------------------*/
.text {
	font-family: 'tabacslabmedium';
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.text strong {
	font-family: 'tabacsansbold';
	color: #FFF;
	font-size: 33px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.text b {
	font-family: 'tabacsanslight';
	color: #FFF;
	font-size: 32px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.text em {
	font-family: 'tabacsanslightitalic';
	color: #FFF;
	font-size: 32px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.text i {
	font-family: 'tabacslablightitalic';
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
