body {
	background: url(../images/bg_index.jpg) repeat-x #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

body#inside {
	background: url(../images/bg_inside.gif) repeat-x #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #5597c1;
}

a:hover {
	text-decoration: none;
	color: #6ebdef;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
}

a img {
	border: 0;
}

.flashtextFix {
	margin: 0;
	padding: 0;
}

/******* HEADER *******/

div#header {
	padding: 0;
	height: 108px;
	background: url(../images/img_header_bg.jpg) left no-repeat;
	margin: 0 auto;
	width: 950px;
}

div#header div#navButtons {
	height: 37px;
	padding: 54px 0px 0px 411px;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 37px;
	display: block;
}


/******* NAV *******/


a#navHome {
	width: 55px;
	background: url(../images/nav_home.gif);
	background-repeat: no-repeat;
}

a#navHome:hover {
	background-position: -55px 0;
}

a#navAboutus {
	width: 78px;
	background: url(../images/nav_aboutus.gif);
	background-repeat: no-repeat;
}

a#navAboutus:hover {
	background-position: -78px 0;
}

a#navNews {
	width: 56px;
	background: url(../images/nav_news.gif);
	background-repeat: no-repeat;
}

a#navNews:hover {
	background-position: -56px 0;
}

a#navProducts {
	width: 68px;
	background: url(../images/nav_products.gif);
	background-repeat: no-repeat;
}

a#navProducts:hover {
	background-position: -68px 0;
}

a#navSupport {
	width: 132px;
	background: url(../images/nav_support.gif);
	background-repeat: no-repeat;
}

a#navSupport:hover {
	background-position: -132px 0;
}

a#navFaqs {
	width: 54px;
	background: url(../images/nav_faqs.gif);
	background-repeat: no-repeat;
}

a#navFaqs:hover {
	background-position: -54px 0;
}

a#navContact {
	width: 90px;
	background: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
}

a#navContact:hover {
	background-position: -96px 0;
}

/******* FOOTER *******/

div#footer {
	padding: 20px 0 0 10px;
	margin: 0 auto;
	width: 950px;
	height: 35px;
	color: #a5a8ae;
	font-size: 10px;
}

div#footerLeft {
	width: 560px;
	padding: 8px 0 0 24px;
	float: left;
}

div#footerRight {
	width: 144px;
	padding: 23px 0 0 0;
	float: right;
}

span.footerLinks {
	color: #808990;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

span.footerLinks a{
	color: #808990;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

span.footerLinks a:hover {
	color: #99a6b1;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

span.blissLinks {
	color: #a5a8ae;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

span.blissLinks a{
	color: #a5a8ae;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

span.blissLinks a:hover {
	color: #bdc1c9;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

div#footerRight img {
	position: relative;
}


/******* HOME *******/

div#content {
	padding: 0;
	margin: 0 auto;
	width: 950px;
}

div#columnLeft {
	padding: 0;
	float: left;
	width: 342px;
}

div#integrate {
	margin: 0;
	padding: 15px 0 0 27px;
	width: 280px;
}

div#columnMiddle {
	padding: 15px 20px 80px 20px;
	float: left;
	background: url(../images/bg_column_middle.gif) top no-repeat #dae8f1;
	width: 303px;
}

div#introText {
	padding: 0;
	height: 200px;
}


div#columnRight {
	padding: 0;
	float: left;
	width: 265px;
}


ul.homeList {
	list-style-image: url(../images/li_arrow.gif);
	list-style-position: outside;
	margin: 0;
	width: 200px;
	padding: 5px 0 0 34px;
}


ul.homeList li {
	padding: 0px 0 0 0;
	margin: 8px 0px;
	line-height: 15px;
	font-size: 11px;
	color: #6f6f6f;
}

div#integrateLogos {
	text-align: center;
}

/******* NEWS *******/

ul.newsArticle {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

ul.newsArticle li {
	margin: 0;
	padding: 5px 0 0 0;
}

/******* HOME - NEWS *******/

ul.homeNews {
	margin: 0;
	padding: 15px 0 0 27px;
	list-style: none;
}

ul.homeNews li {
	margin: 0;
	padding: 5px 0 0 0;
}


h1.newsTitle {
	color: #4f6b7e;
	font-size: 16px;
	margin: 0 0 0px 0;
	padding: 0;
	font-weight: bold;
}

div.newsDate {
	font-size: 11px;
	color: #323232;
	padding: 3px 0 5px 0;
	line-height: 17px;
	margin: 0;
}

div.newsContent {
	font-size: 11px;
	padding: 0px 20px 8px 0;
	line-height: 15px;
	margin: 0;
	color: #6f6f6f;	
}

/******* FLASH *******/

div#flashBanner {
	padding: 0;
	height: 273px;
	background: url(../images/img_banner.jpg) left no-repeat;
	margin: 0 auto;
	width: 950px;
}

/******* INSIDE *******/

div#insideBanner {
	padding: 0;
	height: 158px;
	margin: 0 auto;
	width: 950px;
}

div#columnInsideLeft {
	padding: 12px 30px 40px 60px;
	background: url(../images/bg_column_insideleft.gif) left;
	background-color: #e5eff6;
	float: left;
	width: 513px;
}

div#columnInsideRight {
	padding: 12px 20px 0 30px;
	background-color: #ffffff;
	float: left;
	width: 297px;
}

ul.insideList {
	list-style-image: url(../images/li_inside_arrow.gif);
	list-style-position: outside;
	color: #545557;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 12px;
}


ul.insideList li {
	padding: 0px 0 0 0;
	margin: 1px 0;
	color: #555555;
}

ul.quicklinksList {
	list-style-image: url(../images/li_arrow.gif);
	list-style-position: outside;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 12px;
}


ul.quicklinksList li{
	padding: 0 0 0 0;
	margin: 8px 0px;
	line-height: 15px;
	font-size: 11px;
	color: #6f6f6f;
}

div#integrateInside {
	margin: 0;
	padding: 15px 0 0 0;
}

div.detailText {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
