

/* @group 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
	color: #4c4c4c;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearfixb:after{
	clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* @end */

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p{
	margin-bottom: 18px;
}

.wrapper{
	width: 804px;
	margin:  50px auto;
}

ul.navigation li{
	float: left;
	width: 174px;
}

ul.navigation li a{
	float: left;
	width: 0;
	height: 0;
	padding-left: 171px;
	padding-top: 45px;
	overflow: hidden;
	margin-right: 3px;
}

.at2 a{
	background: url(images/tab_at2.gif) top left no-repeat;
}

.at a{
	background: url(images/tab_at.gif) top left no-repeat;
}

a {
	color: #7d007e;
}

.alertthingy .at a{
	background: url(images/tab_at_active.gif) top left no-repeat;
}

.alertthingy2 .at2 a{
	background: url(images/tab_at2_active.gif) top left no-repeat;
}

ul.navigation li.hb a{
	float: right;
	background: url(images/hb.gif) top right no-repeat;
	padding-left: 175px;
	margin-right: 0;
}

ul.navigation li.hb{
	float: right;
}

.splash{
	width: 804px;
	height: 264px;
}

.alertthingy .splash{
	background: url(images/background_at.jpg) top left no-repeat;
}

.alertthingy2 .splash{
	background: url(images/background_at2.jpg) top left no-repeat;
}

.splash h1,
.splash h2{
	display: none;
}

.screenshots{
	padding-left: 407px;
	padding-top: 165px;
}

.alertthingy .screenshots{
	padding-top: 150px;
	padding-left: 335px;
}

ul.screenshots li{
	float: left;
	margin-right: 20px;
}

.content{
	padding: 40px 20px 0 20px;
	border-bottom: 2px solid #E5E5E5;
}

.description{
	width: 500px;
}

.widget{
	float: right;
}