/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

/* COMMON */

html {
	position:relative;
	overflow-y:scroll;
	min-width:980px;
	background:#fff;
	color:#343a3c;
}

body {
	font: 15px/1.5 'Roboto', sans-serif;
	color:#343a3c;
}

h1 {
	font-weight:700;
	font-size:48px;
	line-height:58px;
	margin-bottom:26px;
}

h2 {
	font-weight:700;
	font-size:18px;
	line-height:24px;
	margin-bottom:13px;
}

p { margin-bottom:13px; }

a { color:#0099d0; }

a:hover { text-decoration:none; }

#viewport {
	position:relative;
	width:670px;
	padding:0 300px 0 10px;
	background:transparent url("../images/bg.png") 100% 80px no-repeat;
	margin: 0 auto;
	overflow:hidden;
}

#header {
	height:133px;
}

#logo {
	position: absolute;
	top: 59px;
	left: 10px;
}

#content{
	overflow:hidden;
	margin-bottom:40px;
}

.button {
	background:transparent url("../images/button.png") 0 -166px no-repeat;
	border: 0;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-weight:700;
	font-size:15px;
	line-height:40px;
	height:40px;
	position: relative;
	margin: 0;
	text-decoration: none;
	max-width:200px;
	*display:inline;
	*zoom:1;
}
.button span {
	display:block;
	padding: 0 20px;
	background:transparent url("../images/button.png") 100% -226px no-repeat;
}

.browsers-list {
	margin-top:30px;
}
.browsers-list h2 {
	margin-bottom:11px;
}
.browsers-list li {
	float:left;
	width:203px;
	height:63px;
	margin-left:30px;
	line-height:18px;
	background:transparent url("../images/button.png") 0 0 no-repeat;
}
.browsers-list li:first-child {
	margin:0;
}
.browsers-list li a {
	display:block;
	height:100%;
	text-decoration:none;
	background:transparent url("../images/button.png") 100% -83px no-repeat;
}
.browsers-list li a span {
	display:block;
	padding: 14px 0 0 67px;
}
.browsers-list li a.firefox span {
	background:transparent url("../images/firefox.jpg") 15px 12px no-repeat;
}
.browsers-list li a.chrome span {
	background:transparent url("../images/chrome.jpg") 15px 12px no-repeat;
}
.browsers-list li a.ie span {
	background:transparent url("../images/ie.jpg") 15px 10px no-repeat;
}
.browsers-list li a strong {
	display:block;
	font-weight:700;
	color:#343a3c;
}
