html {
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	height: 99.999%;
}

body {
	background: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0;
	height: 99.999%;
	color: #6a6a6a;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #e20000;
}

/* Structure */

#page {
	min-height: 99.999%;
	position: relative;
	padding: 0;
	margin: 0;
}

* html #page {
	height: 99.999%
}

#head {
	height: 184px;
	background: #4f4f4f url(images/bg_head.png) 0 0 repeat-x;
	position: absolute;
	width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
}

#head #topbar {
	width: 923px;
	height: 33px;
	margin: 0 auto;
}

#head #logobar {
	width: 923px;
	height: 116px;
	margin: 0 auto;
}

#head #logobar #head_search {
	margin-top: 38px;
}

#headSearchInput {
	float: right;
	height: 20px;
	width: 190px;
	background: url(images/bg_head_search_input.gif) 0 0 no-repeat;
	border: none;
	padding: 9px 14px 0px 10px;
	font-weight: bold;
	color: #a0a0a0;
	font-size: 0.9em;
}

#headSearchSubmit {
	float: right;
}

#head #menu {
	width: 923px;
	margin: 0 auto;
	height: 35px;
}

#head #menu ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#head #menu ul li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 130px;
	height: 35px;
	background: url(images/bg_menu_item.gif) 0 0 no-repeat;
	margin: 0;
	margin-right: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#head #menu ul li.active {
	background: url(images/bg_menu_active_item.gif) 0 0 no-repeat;
}

#head #menu ul li.notactive a:hover {
	background: url(images/bg_menu_hover_item.gif) 0 0 no-repeat;
}

#head #menu ul li.last {
	background: url(images/bg_menu_item_last.gif) 0 0 no-repeat;
	margin: 0 0 0 167px;
	width: 96px;
}

#head #menu ul li.last.active {
	background: url(images/bg_menu_active_item_last.gif) 0 0 no-repeat;	
}

#head #menu ul li.notactive.last a:hover {
	background: url(images/bg_menu_hover_item_last.gif) 0 0 no-repeat;	
}

#head #menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 25px;
	padding: 10px 0 0;
}

#head #menu ul li.active a {
	color: #7f7f7f;
}

#foot {
	height: 138px;
	background: #e3e3e3 url(images/bg_foot.png) 0 0 repeat-x;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0;
	margin: 0;
}

#foot_content {
	width: 923px;
	margin: 0 auto;
}

#foot_content #bottom_menu {
	margin: 0;
	padding: 16px 0 0;
}

#foot_content #bottom_menu li {
	float: left;
	list-style-type: none;
	background: url(images/bg_bottom_menu_item.png) 100% 2px no-repeat;
	font-size: 0.9em;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	font-weight: bold;
}

#foot_content #bottom_menu li.last {
	background: none;
}

#foot_content #bottom_menu li a {
	color: #000;
	text-decoration: none;
}

#foot_content #bottom_menu li a:hover {
	color: #e20000;
}

#foot_content .c520r {
	font-size: 0.833em;
	color: #6a6a6a;
	padding: 17px 0 0;
}

#content_margins {
	padding: 210px 0 170px;
	margin: 0;
}

#content_margins #submenu {
	width: 100%;
	height: 49px;
	margin-top: -27px;
	background: url(images/bg_submenu.png) 50% 100% no-repeat;
	display: none;
}

#content_margins .divider {
	width: 100%;
	height: 35px;
	background: url(images/bg_divider.png) 50% 100% no-repeat;
}
/*
#content_margins #no_submenu {
	width: 100%;
	height: 49px;
}*/

#content_margins #submenu ul {
	width: 923px;
	margin: 0 auto;
	padding: 0px;
	display: none;
	
}

#content_margins #submenu ul li {
	float: left;
	list-style-type: none;
	padding: 10px 12px 0;
	background: url(images/bg_submenu_item.png) 100% 17px no-repeat;
	font-size: 0.833em;
}

#content_margins #submenu ul li.last {
	background: none;
}

#content_margins #submenu ul li a {
	color: #6a6a6a;
	text-decoration: none;
}

#content_margins #submenu ul li.active a {
	color: #e20000;
	font-weight: bold;
	text-decoration: none;
}

.content {
	width: 903px;
	margin: 0 auto;
	padding: 0 10px
}

.content a:hover {
	color: #e20000!important;
}

.content_nopadding {
	width: 923px;
	margin: 0 auto;
	padding: 0;
}

/* useful classes */

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

.clearfix { 
	display: block; 
}

.subcolumns {
	width: 100%;
	overflow: hidden;
}

.c50r, .c50l {
	width: 50%;
}

.c205l, .c205r {
	width: 205px;
}

.c450l, .c450r {
	width: 450px;
}

.c365l {
	width: 365px;
}

.c400l {
	width: 450px;
}

.c460l {
	width: 460px;
}

.c435r {
	width: 435px;
}

.c520r {
	width: 470px;
}

.c538r {
	width: 538px;
}

.c50l , .c400l, .c460l , .c450l, .c365l, .c205l {
	float: left;
}

.c50r, .c520r, .c435r, .c450r, .c538r, .c205r {
	float: right;
	margin-left: -5px;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

/* styling */

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
}

#feature {
	border: 1px solid #d0d0d0;
	margin-top: 10px;
	padding: 0;
	position: relative;
	width: 923px;
	height: 573px;
	display: none;
}

#feature #feature_image_small {
	position: absolute;
	top: -15px;
	right: 0;
}

#feature ._more {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#feature .tag {
	text-transform: uppercase;
	color: #e20000;
	margin: 0;
	font-weight: bold;
	/*text-shadow: #e4e4e4 0 0 2px;*/
}

ul.sunlightscreen {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sunlightscreen li {
	margin: 1em 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(images/feature_ul_bullet.png) 0 50% no-repeat;
	font-size: 0.9em;
}

#feature_start, #feature_middle, #feature_end {
	width: 893px;
	margin: 15px;
	padding: 0;
}
#feature_middle, #feature_end {
	display: none;
}

#feature_start img, #feature_middle img {
	margin: 0;
	width: 893px;
	height: 543px;
}

img {
	border: none;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	color: #000;
	vertical-align: middle;
}

h2 img {
	vertical-align: middle;
}

p.welcome {
	font-size: 0.9em;
	line-height: 2em;
}

.content p {
	font-size: 0.9em;
	line-height: 2em;
	margin-bottom: 2em;
}

.c435r ul.sunlightscreen {
	margin-top: 3.75em;
}

#products_left, #products_right {
	border: 1px solid #d0d0d0;
	padding: 15px;
	width: 420px;
	height: 266px;
	position: relative;
	margin: 67px 0 60px;
}

#products_left h3, #products_right  h3{
	font-size: 2.583em;
	color: #000;
	margin:  0 0 1em;
}

#products_left ._more, #products_right ._more {
	position: absolute;
	left: 20px;
	bottom: 15px;	
}

#products_left_img {
	position: absolute;
	right: 0;
	top: -23px;
}

#products_right_img {
	position: absolute;
	right: 0;
	top: -67px;
}

ul.products {
	padding: 0;
	margin: 0;
	width: 170px;
}

ul.products li {
	list-style-type: none;
	padding: 0 0 1em 6px;
	background: url(images/products_ul_bullet.png) 0 0.75em no-repeat;
	font-size: 0.9em;
	line-height: 1.5em;
}

#products_right ul.products {
	width: 230px;
}

.download a {
	padding: 0 0 0 10px;
	background: url(images/feature_ul_bullet.png) 0 50% no-repeat;
	font-size: 0.9em;
}

h3.sunlightscreen {
  color: #000;
}

table.sunlightscreen {
    font-size: 0.9em;
}

table.sunlightscreen td {
  vertical-align: top;
}

table.sunlightscreen td h4 {
  color: #000;
}

table.sunlightscreen td u {
  display: block;
  margin: 1em 0 0;
}

table.contact {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.9em;
}

table.contact th, table.contact td {
	text-align: left;
	padding: 0 0 2em;
}

table.contact th {
	font-weight: bold;
	width: 180px;
	color: #000;
}

table.contact td {
	font-weight: normal;
	width: 115px;
	color: #000;
}

table.contact td.mail {
	width: 245px;
}

table.contact td.mail a {
	background: url(images/bg_mail_a.png) 0 0.25em no-repeat;
	color: #6a6a6a;
	padding: 0 0 0 10px;
	text-decoration: none;
}

p.contact {
	line-height: 1.5em;
	color: #000;
}

p.contact span {
	font-size: 1.2em;
	font-weight: bold;
}

p.contact span.tag {
	text-transform: uppercase;
	color: #e20000;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}

p.contact a {
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/bg_mail_a.png) 0 0.375em no-repeat;
	color: #6a6a6a;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#contact_phone, #contact_fax, #contact_mail {
	padding: 0 0 0 50px;
	height: 35px;
}

#contact_phone {
	background: url(images/contact_phone.png) 0 0 no-repeat;
}

#contact_fax {
	background: url(images/contact_fax.png) 0 0 no-repeat;
}

#contact_mail {
	background: url(images/contact_mail.png) 0 0 no-repeat;
	margin-bottom: 55px;
}

.teaser {
	text-align: center;
}

.c205l.teaser {
	margin-right: 29px;
}

a.link_under_construction {
	color: #6a6a6a;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	margin: 0.75em 0;
}

ol li ol {
	margin: 0;
	padding: 0 2em;
}

ol li ol li {
	margin: 0.5em 0;
}