@charset "UTF-8";
/* 
	CSS Document for Browser Upgrade Information.
	Copyright (c) 2009 Neuro-Designs. All rights reserved.
	
*/

@import url("_styles_reset.css");


/* General Settings */
html {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #333;
	padding: 0px;
	margin: 0px;
	font: 10px/20px helvetica, arial, sans-serif;
	color: #fff;
	font-size: 62.5%;
	}

img {
	border: 0px;
	vertical-align: middle;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	}
	
	a:hover {
		color: #000;
		}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
	}
	
h1 {
	font-size: 2.5em;
	margin: 0px;
	margin-bottom: 40px;
	}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	}
	
h4 {
	font-size: 1.3em;
	}

p {
	margin-top: 0px;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		background: #eee;
		border: 1px solid #fff;
		padding: 5px 10px;
		}

sub {
	line-height: 0.9em;
	}
		
.nomargin {
	margin: 0px;
	}

.hidden {
	visibility: hidden;
	}
	
.divider {
	margin-top: 10px;
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
	}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -210px;
	text-align: center;
	min-width: 900px; 
	}

#wrapper {
	background: #f00;
	position: relative;
	text-align: center;
	width: 400px;
	height: 300px;
	margin: 0px auto;
	border: 5px solid #c41a1c;
	padding: 20px;
	overflow: hidden;
	}
			
.browserCol {
	width: 79px;
	padding: 10px;
	float: left;
	background: #fff;
	overflow: hidden;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	}
	
	.browserCol .logo {
		height: 60px;
		margin-bottom: 10px;
		}