* {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #000;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.imgr {
	height: 0;
	width: 0;
	overflow: hidden;
}

pre {
	background: #fff;
	padding: 20px;
	font-size: .7em;
}

p {
	margin: 1em 0;
}

.wrap {
	width: 950px;
	margin: 0 auto;
}

/* header */
.header {
	position: relative;
	height: 80px;
	z-index:20;
}

.header a.headerlink {
	display: block;
	float: right;
	color: #848480;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	border-right: 1px solid #252423;
	letter-spacing: 2px;
}

.header a.headerlink:hover {
	background: #252423;
	color: #fff;
	text-decoration: none;
}

.header a.signup {
	/* color: #fb477f; */
}

.header .logo a {
	position: absolute;
	left: 0;
	top: 26px;
	height: 28px;
	line-height: 0;
	padding: 0;
	border: none;
}

.header .logo a:hover {
	background: none;
}

.header a.atn .atnimg {
	display: block;
	height: 0;
	width: 140px;
	padding: 41px 0 0 0;
	overflow: hidden;
	margin-top: 20px;
	background: url(/assets/img/atn.png) no-repeat;
}

.header a.atn.hover {
	background: #252423;
}

.header .sites {
	position: absolute;
	right: 0;
	top: 80px;
	background: #252423;
	color: #fff;
	border: 1px solid #000;
	border-top: none;
	font-size: 12px;
}

.sites .our-sites {
	border-bottom: 1px solid #000;
	padding: 20px;
}

.sites .about-us {
	border-top: 1px solid #797875;
	background: #3f3f3d;
}

.sites ul {
	list-style: none;
}

.sites a {
	float: none;
	display: block;
	height: auto;
	padding: 5px;
	line-height: 12px;
	border: none;
	letter-spacing: 0;
	text-decoration: none;
}

.sites span.clear {
	display: block;
	clear:both;
}

.sites li {
	height: auto;
}

.product {
	float: left;
	width: 110px;
	font-weight: bold;
	color: #c7c7c5;
}

.product-description {
	color: #848480;
}

.sites a:hover {
	background: none;
}

.about-us a {
	display: block;
	float: none;
	background: url(/assets/img/visitors/about-atn.png) no-repeat center;
	overflow: hidden;
	height: 0;
	padding: 80px 345px 0 0;
}

.about-us a:hover {
	background: url(/assets/img/visitors/about-atn.png) no-repeat center #323231;
}

.sites a:hover .product,
.sites a:hover .product-description {
	color: #fff;
}


.highlight {
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #92928d;
}


h1 {
	font-size: 40px;
	font-weight: bold;
}

h3 {
	font-size: 30px;
	font-weight: normal;
}

/* section1 */

.section1 {
	background: #e4e5d9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 50px 0;
}

.section1 a {
	color: #427586;
}

.section1 ul,
.section1 ol {
	margin: 2em;
}

.section1.legal li {
	margin-bottom: 10px;
}

.screenshot {
	float: left;
	height: 231px;
	width: 231px;
	background: #232a2c;
	margin: 1px 1px 1px 0;
	border: 1px solid #92928d;
}

.screenshot img {
	margin: 0;
}



.section2 {
	background: #232a2c;
	color: #89a0a9;
	font-size: 16px;
	padding: 30px 0;
}

.section2 h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.section2 .side,
.section2 .side2 {
	width: 425px;
	margin-right: 100px;
	float: left;
}

.section2 .side2 {
	margin-right: 0px;
}


.section2 .row {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}

.row.small {
	border: none;
	margin-top: 20px;
	padding-bottom: 0;
}

.row.small.last {
	margin-bottom: 60px;
}

.row.small h3 {
	font-size: 18px;
	font-weight: normal;
}

fieldset {
	background: #92928d;
	padding: 20px;
	color: #fff;
	border: 1px solid #595a57;
	margin: 0 0 40px;
}

h3.legend {
	color: #000;
	font-weight: bold;
	font-size: 28px;
	background: #e4e5d9;
	padding: 0 10px;
	border-top: none;
	margin-top: 40px;
}

fieldset .warning, {
	background: #dd3138;
	color: #fff;
	padding: 10px;
	margin: -20px -20px 10px -20px;
}

fieldset a {
	color: #000 !important;
}

/* footer */
.footer {
	height: 100px;
	line-height: 100px;
	background: #000;
	color: #848480;
}

.footer p {
	margin: 0;
}

.footer p.right {
	float: right;
}

.footer a {
	margin-left: 20px;
	color: #848480;
	text-decoration: underline;
}

#zoom {
	z-index: 1000;
}