/* @override http://www.ts.dev/typeshow-teaser/css/screen.css */

/* @group reset */

/* -- override browser default values -- */

:link, :visited {
	text-decoration: none;
}

a {
	outline: none;
/* remove dotted line*/
}

a img, :link img, :visited img {
	border: none;
}

abbr, acronym, dfn {
	cursor: help;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-weight: normal;
	font-size: 100%;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

input {
	font-family: inherit;
}

/* @end */

/* @group type */

a:link, a:visited {
	color: #7FA31E;
	text-decoration: underline;
}

a:hover {
	color: #99c12b;
}

p {
	padding-bottom: 16px;
}

small {
	font-size: 10px;
	color: #aaa;
}

.caps {
	font-size: 10px;
}

.clear {
	clear: both;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 26px;
	color: #7FA31E;
	line-height: 30px;
}

h3 {
	font-weight: bold;
	padding-bottom: 9px;
}

ul.link li, ul li.link, a.link {
  background: url(../graphics/bullet-link-internal.gif) no-repeat 0 4px;
  padding-left: 14px;

}

ul li {
	padding-bottom: 9px;
}


img.icon {
	float: left;
	padding-right: 5px;
}

/* @end */

/* @group grid */

html, body {
	background: white url(../graphics/body-bg.gif) repeat-x;
	font: 11px/16px Verdana, Arial, sans-serif;
	color: #888;
}

#wrapper {
	width: 992px;
}

#header {
	float: left;
	width: 992px;
	height: 640px;
	background: transparent url(../graphics/header-bg.gif) no-repeat;
}

#header #logo a {
	float: left;
	width: 768px;
	height: 100px;
	text-indent: -5000px;
	line-height: 0;
}

#header #intro {
	text-indent: -5000px;
	line-height: 0;
}

#header #promo #lufo-link {
	display: block;
	position: absolute;
	top: 120px;
	left: 30px;
	width: 480px;
	height: 340px;
	line-height: 0;
	text-indent: -5000px;
}

#header #promo #jan-link {
	display: block;
	position: absolute;
	top: 120px;
	left: 520px;
	width: 440px;
	height: 280px;
	line-height: 0;
	text-indent: -5000px;
}



#content {
	float: left;
	padding-top: 16px;
}

#subscription {
	position: absolute;
	top: 464px;
	left: 576px;
	width: 336px;
	color: white;
}

#subscription p {
	padding: 0 0 9px 0;	
}


.b_100 {
	padding-left: 176px;
	clear: both;
	float: left;
}

.b_4_4 {
	padding-left: 160px;
}

.b_4_4 .r_1, .b_4_4 .r_2, .b_4_4 .r_3, .b_4_4 .r_4 {
	width: 176px;
	float: left;
	padding-left: 16px;
}

#footer {
	float: left;
	clear: both;
	width: 900px;
	margin-top: 32px;
	padding-left: 176px;
	padding-bottom: 16px;
	font-size: 10px;
}
/* @end */

/* @group forms */

/* form stuff */



#subscription form input {
	width: 322px;
	float: left;
	clear: both;
	padding: 2px;
	margin-bottom: 9px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	border: 1px solid white;
	background: white url(../graphics/input-bg.gif) repeat-x top left;
	color: #604100;
}

#subscription form input.checkbox {
	clear: none;
	width: auto;
	padding: 0 !important;
	margin-right: 9px;
}

#subscription form label {
	float: left;
	width: 200px;
	background-color: #7da223;
}

#subscription form button {
	padding: 0;
	width: 101px;
	height: 29px;
	text-indent: -5000px;
	background: transparent url(../graphics/btn-subscribe.gif) 0 0 no-repeat;
	border: none;
	float: right;

}

#subscription form button:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

#subscription form input:hover, form#contactform textarea:hover {
	border: 1px solid #99c12b;
}

#subscription form input:focus, form#contactform textarea:focus {
	border: 1px solid #88ad26;
}


/* @end */