@font-face {
	font-family:KOMTXT__;
    src:
        local('KOMTXT__.ttf'),
        url('Fonts/KOMTXT__.ttf'); 
        format('truetype');
}

@font-face {
	font-family:KOMTXT__;
    src:
        local('KOMTXTB_.ttf'),
        url('Fonts/KOMTXTB_.ttf'); 
        format('truetype');
        font-weight: bold;        
}

html {
	margin:0;
	padding:0;
	border:0;
	height:100%;
    
	background:url(Graphics/Background_Generic.jpg) no-repeat center center fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;    
}

body {
	margin:0;
	padding:0;
	text-align:center;
    font-family:KOMTXT__, sans-serif;
    font-size:150%;
    color:#cf4a1b;	
}

#MainCol {
	width:980px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	background-color:transparent;
}

.Footer {
	width:960px;
	margin-top:0.2em;
    margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
    padding-top:1.0em;
    padding-bottom:0.5em;
	background:#b43200;
    border:1px solid black;
    background: linear-gradient(#ec9a44,#b43200);    

	font-family:arial,helvetica,sans-serif;
	text-align:center;
	font-size:0.6em;
	font-weight:400;
	color:#fff;    
}

.Footer a {
	color:#fff;
	text-decoration:none;    
}

.Footer a:hover {
	cursor:pointer;
	color:#300;    
}

.Frame {
    border:60px solid transparent;
	border-image:url(Graphics/Frame.png);
	border-image-slice:60 fill;
	border-image-width:60px;
	border-image-outset:0px;
    -webkit-border-image:url(Graphics/Frame.png) 60px;      /* Safari 3.1-5 */
    -o-border-image:url(Graphics/Frame.png) 60px;           /* Opera 11-12.1 */    
    background-color:transparent;
    padding:0;
}

.FrameContent {
    background-color:white;
    padding:0;
}

/* navigation bar */
.Navigation {
	margin-top:8px;
	width:100%;
    margin-left:0;
    padding-left:11px;
    padding-right:11px;    
	font-size:0px;	
	list-style:none;
}

/* button */
.Navigation li {
	display:inline-block;
	padding:0;
	margin:0;
}

/* button common rollover */
.Navigation li:hover {
	cursor:pointer;
}

#HomeButton,#iPhoneButton,#AndroidButton,#SupportButton,#DigitalSmokeButton {
	display:inline-block;
	width:160px;
	height:64px;
	padding:0;
	margin-left:5px;
	margin-right:5px;    
}

#HomeButton {
	background:url(Graphics/HomeButtons.png) no-repeat 0 0;
}

#iPhoneButton {
	background:url(Graphics/iPhoneButtons.png) no-repeat 0 0;
}

#AndroidButton {
	background:url(Graphics/AndroidButtons.png) no-repeat 0 0;
}

#SupportButton {
	background:url(Graphics/SupportButtons.png) no-repeat 0 0;
}

#DigitalSmokeButton {
	background:url(Graphics/DigitalSmokeButtons.png) no-repeat 0 0;
}

#HomeButton:hover,#iPhoneButton:hover,#AndroidButton:hover,#SupportButton:hover,#DigitalSmokeButton:hover {
	background-position:0 -64px;
}

p {
	margin:0;
	padding-top:0.75em;
}

strong {
	font-weight:bold;
	color:black;
}

.Medium,td.Medium {
	font-size:0.9em;
}

.Small,td.Small {
	font-size:0.75em;
}

.Center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

.Left {
	text-align:left;
}

.Warning {
	color:#d00000;
	font-weight:bold;
}

#BugReportForm {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.BugReportLeftCol {
	display:inline-block;
	width:250px;
	text-align:right;
    margin-right:8px;
	font-weight:bold;    
}

.BugReportRightCol {
	display:inline-block;
	width:500px;
	text-align:left;
}

.BugReportSmall {
	font-size:0.75em;
    color:black;
}

#PressRelease {
	font-family:courier, sans-serif;
    color:#666;
}

.Screenshot {
	display:inline-block;
	margin:4px 2px;
}

.header {
	position: relative;
	background-image: url(Graphics/Header.jpg);
	background-size: 960px 160px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 160px;
}

.header-links {
	position: absolute;
	bottom: 6px;
	right: 120px;
}

.header-links a,
.header-links span {
	font-family:arial,helvetica,sans-serif;
	font-size: 14px;
	color: #306698;
	text-decoration: none;
}

.header-links a:hover {
	cursor:pointer;
	color:#300;
}

.header-text {
	color: #fff;
	font-size: 20px;
	width: 500px;
	text-align: left;
	margin: 0;
	padding: 5px 0px 12px;
}
