/* @group Browser Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}
/* @end */

body {
	background: #ffffff url(../img/bg-gradient.gif) repeat-x;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}

a {
	color: #3594d8;
}

a:hover {
	color: #3594d8;
	text-decoration: underline;
}

p, ul {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #505050;
}

h1, h2, h3 {
	position: absolute;
	left: -9999px;
}
h3 {
}

h4 {
	padding-top: 9px;
	color: #555555;
	font: 14px Georgia, "Times New Roman", Times, serif;
	float: left;
}

h6 {
	font: bold 11px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

ul.dbl-arrow li {
	background: url(../img/bullet-dbl-arrow-r-grey.gif) no-repeat left center;
	padding-left: 10px;
}

.bloodred p,
.bloodred ul,
.bloodred li,
.bloodred h4  {
	color: #900000;
}

.strong {
	font-weight: bold;
}

.emphasise {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.o {
	color: #d46e2b;
	font-weight: bold;
}
.g {
	color: #3f7c18;
}
.b {
	color: #3594d8;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
}

#masthead {
	background: #f8f8f8 url(../img/bg-masthead-bottom-border.gif) no-repeat center bottom;
	height: 78px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 7px;
}

#masthead img {
	width: 156px;
	height: 43px;
	float: left;
}

#updates {
	font: 10px Arial, Helvetica, sans-serif;
	background: url(../img/bullet-arrow-blue.gif) no-repeat right center;
	padding-right: 9px;
	margin-top: 7px;
	float: right;
}
#updates.updates-on {
	font: 10px Arial, Helvetica, sans-serif;
	background: url(../img/bullet-down-arrow-grey.gif) no-repeat right center;
}
#updates.updates-on a {
	color: #666666;
	text-decoration: none;
	cursor: auto;
}

/* @group Navigation */

#navigation {
	width: 774px;
	height: 35px;
	color: #2c2c2c;
	float: right;
	margin-top: 3px;
}

#navbar {
	float: right;
	position: relative;
	z-index: 5;
	
}

ul.IR li {
	position: relative;
}

.IR em {
	display: block;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#nav, #nav ul  {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}

#nav li a {
	color: #999;
	text-decoration: none;
}

#nav li {
	display: inline;
	float: left;
	width: 111px;
}

#nav li, #nav li em{
	height: 35px;
	margin-top: 0;
}

#nav li.link1,
#nav li.link1 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link2,
#nav li.link2 em { 
	cursor:pointer;
	width: 93px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link3,
#nav li.link3 em { 
	cursor:pointer;
	width: 77px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link4,
#nav li.link4 em { 
	cursor:pointer;
	width: 114px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link5,
#nav li.link5 em { 
	cursor:pointer;
	width: 148px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link6,
#nav li.link6 em { 
	background: url(../img/nav.gif);
	background-repeat:no-repeat; 
	cursor:pointer;
	width: 102px;
}

#nav li.link1 {
	z-index:15;
	padding: 0;
}

#nav li.link1 em {
	background-position: 0 0;
}

#nav li.link1:hover em,
#nav li.link1-on:hover em {
	background-position: 0px -35px;
	color: #000000;
}

#nav li.link1-on em {
	background-position: 0px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link2 {
	z-index:14;
	padding: 0;
}

#nav li.link2 em {
	background-position: -111px 0;
}

#nav li.link2:hover em,
#nav li.link2-on:hover em {
	background-position: -111px -35px;
	color: #000000;
}

#nav li.link2-on em {
	background-position: -111px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link3 {
	z-index:13;
	padding: 0;
}

#nav li.link3 em {
	background-position: -204px 0;
}

#nav li.link3:hover em,
#nav li.link3-on:hover em {
	background-position: -204px -35px;
	color: #000000;
}

#nav li.link3-on em {
	background-position: -204px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link4 {
	z-index:12;
	padding: 0;
}

#nav li.link4 em {
	background-position: -281px 0;
}

#nav li.link4:hover em,
#nav li.link4-on:hover em {
	background-position: -281px -35px;
	color: #000000;
}

#nav li.link4-on em {
	background-position: -281px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link5 {
	z-index:11;
	padding: 0;
}

#nav li.link5 em {
	background-position: -395px 0;
}

#nav li.link5:hover em,
#nav li.link5-on:hover em {
	background-position: -395px -35px;
	color: #000000;
}

#nav li.link5-on em {
	background-position: -395px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link6 {
	z-index:11;
	padding: 0;
}

#nav li.link6 em {
	background-position: -543px 0;
}

#nav li.link6:hover em,
#nav li.link6-on:hover em {
	background-position: -543px -35px;
	color: #000000;
}

#nav li.link6-on em {
	background-position: -543px -70px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#nav a,
#navr a {
	display: block;
}

#nav li li:hover,
#nav li li.sfhover {
	background-color: #fff;
	left:auto;
}

#nav li ul {
	position: absolute;
	z-index: 999;
	left: -999em;
	list-style:none;
	width: 143px;
	text-decoration: none;
	top: 35px;
	background: transparent;
}

#nav li ul.last {
	margin-left: -68px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left:auto;
}

#nav li li {
	height: auto;
	width: 280px;
	text-decoration: none;
	font-size: 11px;
	color: #3a3a3a;
	background: none;
	margin-bottom: -1px;
}

#nav li ul a {
	width: 155px;
	color: #4a4a4a;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#nav li ul a:hover,
#nav li ul li a:hover,
#nav li a#current,
#nav li a#current:hover,
#nav li a#current:visited,
#nav li a#current:active {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
}

#nav li ul li {
	width: 137px;
	padding-top: 0;
	padding-left: 0;
	height: 61px;
	margin-left: -5px;
}

#nav li ul li.subnav {
	height: 18px;
	background: url(../../img/nav-li-shadow.png) no-repeat;
	padding-top: 1px;
}

#nav li ul li.first {
	background-image: url(../img/nav-li-shadow-first.png);
	width: 180px;
	height: 28px;
}

#nav li ul li.first a {
	margin-top: 4px;
}

#nav li ul li.last a {
}
#nav li ul li.shadow {
	width: 180px;
	height: 25px;
	background: url(../img/nav-li-shadow.png) no-repeat;
	margin-top: -1px;
}

#nav li ul li.last {
	height: 33px;
	background-image: url(../img/nav-li-shadow-last.png);
	width: 180px;
	margin-top: -1px;
}

#nav li ul li.long {
	height: 44px;
	width: 180px;
	background: url(../img/nav-li-shadow-long.png) repeat-y;
	padding-bottom: 3px;
}

#nav li ul li.subnav-on a.IR-on {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
}

/* @end */
#content {
	width: 960px;
	background-image: url(../img/img-content-bg.png);
	overflow: hidden;
}

/* @group Sidebar */

#sidebar {
	width: 220px;
	float: left;
	overflow: hidden;
}

/* @group Subnav */
#subnav {
	width: 184px;
	min-height: 50px;
	padding: 14px 18px;
}
#subnav.subnav-closed{background: url(../img/bg-subnav-bottom-border-closed.gif) no-repeat left bottom;
	padding-bottom: 30px;
}
#subnav.subnav-open{background: url(../img/bg-subnav-bottom-border-open.gif) no-repeat left bottom;
	padding-bottom: 30px;
}
#subnav ul li a {
	display: block;
	color: #505050;
	background:  #ebebeb;
	text-indent:  7px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#subnav ul li a:hover {
	display: block;
	color: #505050;
	margin-bottom: 2px;
	text-indent: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background: #ebebeb;
}
#subnav ul li.subnav-on a,
#subnav ul li.subnav-on a:hover {
	font-weight: bold;
	color: #3f7c18;
	background: #ffffff;
	text-indent: 7px;
}
#subnav ul ul li a {
	display: block;
	background: none;
	text-indent: 14px;
	margin-bottom: 2px;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#subnav ul ul li a:hover{
	display: block;
	color: #3f7c18;
	padding: 0;
	background: #ffffff url(../img/bullet-arrow-grey.gif) no-repeat 5px center;
	text-indent: 14px;
}
#subnav ul ul li.subsubnav-on a,
#subnav ul ul li.subsubnav-on a:hover {
	display: block;
	color: #3f7c18;
	padding: 0;
	font-weight: bold;
	background: #ffffff url(../img/bullet-arrow-grey.gif) no-repeat 5px center;
}
/* @end */

#sidebar-content {
	width: 184px;
	padding: 13px 18px 18px;
}

#sidebar-content img {
	padding-bottom: 10px;
}



/* @end */

/* @group Main */

#main {
	width: 690px;
	margin-left: 10px;
	float: right;
	overflow: hidden;
	padding: 15px 20px 50px;
}
#mainhdr {
	width: 690px;
	Border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	padding-bottom: 17px;
}
#mainhdr.crossover {
	background: url(../img/img-mainhdr-bottom-border.gif) no-repeat center bottom;
	border-bottom-width: 0;
}
#mainc0 {
	width: 690px;
	overflow: hidden;
}
#mainc1 {
	min-width: 100px;
	min-height: 100px;
	border-right: 1px solid #d9d9d9;
	float: left;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-right: 11px;
}
#mainc2 {
	min-width: 100px;
	min-height: 100px;
	float: left;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 10px;
}



/* @group Home */
#masthead.home {
	background: #f8f8f8 url(../img/img-masthead-bottom.gif) no-repeat center bottom;
	height: 73px;
}

#home-content-top {
	width: 960px;
	height: 14px;
	background: url(../img/img-home-crossover.gif) no-repeat;
}

#home-content {
	width: 960px;
	height: 163px;
	background-image: url(../img/img-home-content-bg.png);
	padding-left: 20px;
	padding-top: 15px;
	overflow: hidden;
}

#home-content img.home-tile {
	padding-right: 30px;
	float: left;
	padding-bottom: 0;
}
#home-content .home-c2 p {
	display: block;
	width: 76px;
	height: 15px;
	float: left;
	padding-right: 29px;
	padding-left: 1px;
	padding-top: 5px;
}

#home-content img.home-btn {
	padding-right: 50px;
	padding-bottom: 10px;
}

.home-c1 {
	width: 267px;
	background: url(../img/img-home-headline1.gif) no-repeat left top;
	padding-top: 25px;
	float: left;
}

.home-c2 {
	width: 351px;
	float: left;
	background: url(../img/img-home-headline2.gif) no-repeat 42px top;
	padding-left: 45px;
	padding-top: 25px;
	padding-right: 0;
}

.home-c3 {
	width: 269px;
	height: 200px;
	background: url(../img/img-home-pic.gif) no-repeat left top;
	margin-top: -15px;
	float: right;
}

#home-content-bottom {
	width: 960px;
	background: url(../img/img-home-crossover-bottom-pic.png) no-repeat;
	height: 4px;
}
#home-content .home-c1 a.b-arrow {
	
	background: url(../img/bullet-arrow-blue.gif) no-repeat 61px center;
	display: block;
	width: 70px;
}

/* @end */

/* @group Products Find */
#mainhdr.products-find {
	padding-bottom: 0;
	border-bottom: 0;
}
#mainhdr.products-find h4 {
	padding-bottom: 20px;
}
#mainhdr.products-find p {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
#products-find {
	width: 76px;
	padding-right: 20px;
	border-right: 1px solid #d9d9d9;
	float: left;
	border-top: 1px solid #d9d9d9;
}
#products-find img {
	float: left;
	padding-top: 20px;
}
.writerinfo {
	width: 573px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d9d9d9;
}
.writerinfo ul {
	width: 159px;
	padding-right: 32px;
	float: left;
}
.writerinfo ul ul {
	padding-bottom: 12px;
	padding-top: 12px;
}
.writerinfo ul ul li {
	background: url(../img/bullet-dash-grey.gif) no-repeat left 7px;
	padding-left: 7px;
}
/* @end */

/* @group Products Overview */

#mainhdr.oview {
	padding-bottom: 0;
}
#mainhdr.oview h4 {
	width: 574px;
	padding-bottom: 0;
}
img.product-tile {
	padding-right: 20px;
	float: left;
	border-right: 1px solid #d9d9d9;
	margin-right: 19px;
	padding-bottom: 20px;
}
.products-psmw-oview {
	background: url(../img/img-products-psmw-oview-mainc2.jpg) no-repeat 10px 10px;
}
.products-hmbp-oview {
	background: url(../img/img-products-hmbp-oview-mainc2.jpg) no-repeat 10px 10px;
}
.products-calib-oview {
	background: url(../img/img-products-calib-oview-mainc2.jpg) no-repeat 10px 10px;
}

#products-oview-l,
#products-oview-r {
	width: 334px;
}
#products-oview-l ul.first-ul,
#products-oview-l ul.first-ul p,
#products-oview-r ul.first-ul,
#products-oview-r ul.first-ul p {
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
}
#products-oview-l ul.last-ul,
#products-oview-r ul.last-ul {
	border-bottom-width: 0;
}
#products-oview-l ul,
#products-oview-r ul {
	border-bottom: 1px dotted #d9d9d9;
	padding-top: 7px;
	padding-bottom: 7px;
}
#products-oview-l li,
#products-oview-r li {
	background: url(../img/bullet-dot-black.gif) no-repeat left 6px;
	padding-left: 7px;
}
#products-oview-r.img-padding {
	padding-top: 200px;
}
#products-oview-r.psmw ul p,
#products-oview-r.psmw li {
	border-bottom: 1px dotted #d9d9d9;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#products-oview-r.psmw li {
	font-weight: bold;
	background: url(../img/bullet-arrow-blue.gif) no-repeat right center;
}
#products-oview-r.psmw li a {
	display: block;
}
.bundle-indent p,
.bundle-indent li {
	margin-left: 10px;
}

/* @end */

/* @group Clients */
#clients-l,
#clients-r {
	width: 334px;
	height: 200px;
}
#clients-l ul {
	border-bottom: 1px dotted #d9d9d9;
	padding-top: 7px;
	padding-bottom: 7px;
}
#clients-l ul.first-ul,
#clients-l ul.last-ul {
	border-bottom-width: 0;
	padding-top: 0;
}
#clients-l li {
	background: url(../img/bullet-dot-black.gif) no-repeat left 6px;
	padding-left: 7px;
}
#clients-l.img-padding {
	padding-top: 200px;
}
#clients-l ul p,
#clients-l li {
	border-bottom: 1px dotted #d9d9d9;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#clients-l li {
	font-weight: bold;
	background: url(../img/bullet-arrow-blue.gif) no-repeat right center;
}
#clients-l li a {
	display: block;
}

#clients-l li:hover {
	background: url(../img/bullet-arrow-orange.gif) no-repeat right center;
}

#clients-l li a:hover {
	display: block;
	color: #d46e2b;
	text-decoration: none;
}
#clients-l li a.selected {
	color: #d46e2b;
	text-decoration: none;
	background: url(../img/bullet-arrow-orange.gif) no-repeat right center;
}
#clients-l #filler {
	height: 100px;
}
.clients-list {
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
/* @end */

/* @group Products Packages */
#mainhdr.products-psmw-packages {
	padding-bottom: 0;
	overflow: hidden;
}
#mainhdr.products-psmw-packages p {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
#products-psmw-packages .package3item,
#products-psmw-packages .package2item {
	padding-top: 20px;
}
#products-psmw-packages ul {
	width: 190px;
	float: left;
	border-left: 5px solid #ebebeb;
	border-right: 5px solid #ebebeb;
	border-top: 5px solid #ebebeb;
	height: 112px;
	margin-right: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-left: 10px;
}
#products-psmw-packages .package3item ul.package-last {
	margin-right: 0;
}
#products-psmw-packages #filler {
	height: 300px;
	width: 690px;
}
/* @end */
/* @group Products Writer Packages */
#mainhdr p.main-header-key {
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
#writer-package-l,
#writer-package-r {
	width: 325px;
	float: left;
}
#writer-package-l ul,
#writer-package-r ul {
	padding-bottom: 20px;
}
#mainc2.selector-divide {
	border-bottom: 1px solid #d9d9d9;
	padding-right: 18px;
}
#mainc1 .administrator-filler {
}
#mainc1 .engineer-filler {
}
#mainc1 .maintenance-filler {
}
#mainc1 .platinum-filler {
	height: 453px;
}
#mainc1 .rmp-filler {
	height: 375px;
}

/* @group Dropdown */
#dropdown {
	width: 271px;
	height: 25px;
	color: #2c2c2c;
	float: left;
	margin-top: 23px;
	padding-left: 20px;
}

#dropbar {
	float: right;
	position: relative;
	z-index: 5;
	
}

ul.DD li {
	position: relative;
}

.DD em {
	display: block;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#bar, #bar ul  {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}

#bar li a {
	color: #999;
	text-decoration: none;
}

#bar li {
	display: inline;
	float: left;
	width: 111px;
}

#bar li, #bar li em{
	height: 25px;
	margin-top: 0;
}

#bar li.link1,
#bar li.link1 em { 
	cursor:pointer;
	width: 271px;
	background: url(../img/nav-dropdown.gif) no-repeat;
}

#bar li.link1 {
	z-index:15;
	padding: 0;
}

#bar li.link1 em {
	background-position: 0 0;
}

#bar li.link1:hover em,
#bar li.link1-on:hover em {
	background-position: 0px -25px;
	color: #000000;
}

#bar li.link1-on em {
	background-position: 0px -50px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#bar li:hover ul,
#bar li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#bar a,
#barr a {
	display: block;
}

#bar li li:hover,
#bar li li.sfhover {
	background-color: #fff;
	left:auto;
}

#bar li ul {
	position: absolute;
	z-index: 999;
	left: -999em;
	list-style:none;
	width: 143px;
	text-decoration: none;
	top: 28px;
	background: transparent;
}

#bar li ul.last {
	margin-left: -68px;
}

#bar li:hover ul ul,
#bar li.sfhover ul ul{
	left: -999em;
}

#bar li:hover ul,
#bar li.sfhover ul {
	left:auto;
}

#bar li li {
	width: 280px;
	text-decoration: none;
	font-size: 11px;
	color: #3a3a3a;
	background: none;
	margin-bottom: 3px;
}

#bar li ul a {
	width: 155px;
	color: #4a4a4a;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	left: -4px;
}

#bar li ul a:hover,
#bar li ul li a:hover,
#bar li a#current,
#bar li a#current:hover,
#bar li a#current:visited,
#bar li a#current:active,
#bar li ul li.dropdown-on a {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
	width: 260px;
	height: 15px;
	position: relative;
	margin-top: -1px;
	padding-left: 9px;
	padding-top: 4px;
}

#bar li ul li {
	width: 137px;
	padding-top: 0;
	padding-left: 0;
	height: 25px;
	margin-left: -5px;
}

#bar li ul li.subnav {
	height: 25px;
	background: url(../img/nav-li-shadow.png) no-repeat;
	padding-top: 1px;
}

#bar li ul li.first {
	background-image: url(../img/nav-li-shadow-first.png);
	width: 180px;
	height: 28px;
}

#bar li ul li.first a {
	margin-top: 4px;
}

#bar li ul li.last a {
}
#bar li ul li.shadow {
	width: 281px;
	height: 23px;
	background: url(../img/nav-dropdown-li-shadow.png) no-repeat;
	margin-top: -3px;
}

#bar li ul li.last {
	height: 28px;
	background-image: url(../img/nav-dropdown-li-shadow-last.png);
	width: 281px;
	margin-top: -3px;
}

/*#bar li ul li.dropdown-on a {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
}*/
/* @end */
/* @end */

/* @group Company Oview */

#mainhdr.img-crossover {
	border-bottom-width: 0;
	background: url(../img/img-company-oview-pic.gif) no-repeat 0 bottom;
}
#mainhdr img.mainimg {
	padding-top: 10px;
	padding-bottom: 10px;
}
#company-oview-l,
#company-oview-r {
	width: 334px;
}
#company-oview-l ul,
#company-oview-r ul {
	padding-bottom: 20px;
}
#mainc2.company-oview {
	background: url(../img/img-company-pic.jpg) no-repeat 145px 0;
}
/* @end */
/* @group FAQ */
#faq-l,
#faq-r {
	width: 334px;
}
#faq-l ul {
	border-bottom: 1px dotted #d9d9d9;
	padding-top: 7px;
	padding-bottom: 7px;
}
#faq-l ul a {
	display: block;
	font-weight: bold;
	background: url(../img/bullet-arrow-blue.gif) no-repeat 328px center;
}
#faq-l ul a:hover {
	color: #d46e2b;
	text-decoration: none;
}
#faq-l ul a:hover {
	background: url(../img/bullet-arrow-orange.gif) no-repeat right center;
}
#faq-l ul a.selected {
	color: #d46e2b;
	text-decoration: none;
	background: url(../img/bullet-arrow-orange.gif) no-repeat right center;
}
#faq-l ul.first {
	padding-top: 0;
}
/* @end */

/* @group Contact */
#contact-l,
#contact-r {
	width: 334px;
}
#contact-l {
	padding-top: 197px;
	background: url(../img/img-contact-mainc1.jpg) no-repeat;
}
#contact-l ul {
	padding-bottom: 20px;
}
table {
	margin-top: 15px;
}
tr {
	display: block;
	width: 300px;
	height: 29px;
}
td {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 107px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #505050;
}
input {
	width: 160px;
}
td.formbtn {
	width: 51px;
	margin: 0;
	padding-left: 107px;
}
.inputButton {
	width: 51px;
	background-image: url(../img/img-formbtn-submit.gif);
	height: 21px;
	border-width: 0;
	border-style: none;
	display: block;
	cursor: pointer;
}
/* @end */

/* @group Terms of Use */
#terms {
	padding-top: 20px;
}
#terms ul {
	float: left;
}
#terms li {
	padding-top: 10px;
	padding-bottom: 5px;
	width: 325px;
	padding-right: 20px;
}
#terms #filler {
	height: 200px;
	clear: left;
}


/* @end */

/* @end */

#content-bottom {
	width: 960px;
	height: 5px;
	background: url(../img/img-content-bottom.png) no-repeat;
}

/* @group Footer */
#footer {
	display: block;
	/*delete comment out upon subutility on
	border-top: 1px solid #d6d6d6;*/
	padding-top: 10px;
}
#footer a {
	color: #7c7c7c;
}
#footer a:hover,
#footer a:active {
	color: #000000;
}
#footer p {
	width: 450px;
	padding-left: 20px;
	float: left;
	color: #7c7c7c;
}
#footer img {
	padding-top: 4px;
	float: right;
	padding-right: 20px;
}
/* @end */

.divs {
	position: absolute;
	left: -1000px;
	top: -1000px;
}