

/* -- defaults -- */
html {
	
}
body {
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}





/* -- frame -- */
#frame {
	width: 876px;
}
#frame td {
	font: 12px arial;
	text-align: left;
	vertical-align: top;
}
#frame .header {
	height: 152px;
	background-image: url(multicms/images/header_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#frame .mainmenu {
	height: 19px;
}
#frame .spacer-h {
	height: 15px;
	line-height: 15px;
}
#frame .content {
	height: 400px;
	background-image: url(multicms/images/content_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#frame .content-footer {
	height: 55px;
	background-image: url(multicms/images/content_footer_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .footer {
	height: 130px;
	background-image: url(multicms/images/footer_bg.gif);
	background-position: 325px 5px;
	background-repeat: no-repeat;
}





/* -- HEADER -- */

/* -- logo -- */
#logo {
	width: 156px;
	height: 94px;
	float: left;
	display: inline;
	margin: 30px 0px 0px 34px;
		/*border: solid 1px #000;*/
}
#logo img {
	width: 156px;
	height: 94px;
	border: none;
}

/* -- topmenu -- */
#topmenu {
	width: 500px;
	font: bold 11px arial;
	text-transform: uppercase;
	text-align: right;
	float: right;
	display: inline;
	padding: 5px 0px;
	margin: 0px;
		/*border: solid 1px #000;*/
}
#topmenu a {
	color: #bababb;
	text-decoration: none;
	padding: 5px 0px;
}
#topmenu a:hover {
	background-image: url(multicms/images/topmenu_link_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #808ebd;
}




/* -- mainmenu -- */
#mainmenu {
	/*border: solid 1px #FFF;*/
	/*
	position: relative;
	z-index: 500;
	*/
}




/* -- CONTENT  -- */

/* -- content-wrapper -- */
#content-wrapper {
	background-image: url(multicms/images/content_tbl_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#content-wrapper td {
	color: #5e5e5e;
}
#content-wrapper .clm-left-top {
	height: 7px;
	background-image: url(multicms/images/content_left_top_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height: 7px;
}
#content-wrapper .spacer-v {
	width: 12px;
	background-image: url(multicms/images/content_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#content-wrapper .clm-right-top {
	height: 7px;
	background-image: url(multicms/images/content_right_top_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height: 7px;
}
#content-wrapper .clm-left-left {
	width: 5px;
	background-image: url(multicms/images/content_left_left_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content-wrapper .clm-left-content {
	width: 208px;
	background: #FFF;
}
#content-wrapper .clm-left-right {
	width: 5px;
	background-image: url(multicms/images/content_left_right_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#content-wrapper .clm-right-left {
	width: 5px;
	background-image: url(multicms/images/content_right_left_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content-wrapper .clm-right-content {
	width: 608px;
	background: #FFF;
}
/*
#content-wrapper .clm-right-content p {
	padding: 0px;
	margin: 0px;
}
*/
#content-wrapper .clm-right-right {
	width: 5px;
	background-image: url(multicms/images/content_right_right_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#content-wrapper .clm-left-btm {
	height: 13px;
	background-image: url(multicms/images/content_left_btm_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 13px;
}
#content-wrapper .clm-right-btm {
	height: 13px;
	background-image: url(multicms/images/content_right_btm_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 13px;
}


/* -- clm-left -- */
#clm-left {
	overflow: hidden;
}
#clm-left h1 {
	height: 30px;
	background-image: url(multicms/images/content_left_heading_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: bold 15px arial;
	color: #2c3c70;
	text-align: right;
	line-height: 30px;
	border: solid #dedede;
	border-width: 1px 0px;
	padding: 0px 10px;
	margin: 0px
}
/*
#clm-left h1:first-child {
	height: 25px;
	line-height: 25px;
	border-width: 0px 0px 1px 0px;
}
*/
#clm-left-wrapper {
	margin: -5px 0px 0px 0px;
		/*border: dashed 1px #000;*/
}




/* -- content -- */
#content {
	width: 608px;
	margin: 0px 0px -100px 0px;
}
#content .spacer-h-top {
	height: 25px;
}
#content .heading {
	width: 608px;
	height: 62px;
	background: #4f65a7;
	background-position: right center;
	background-repeat: no-repeat;
	border: solid #dedede;
	border-width: 1px 0px;
}
#content .heading h1 {
	font: 20px arial;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	top: 40px;
	left: 10px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
}
#content .spacer-h {
	height: 10px;
	line-height: 10px;
}
#content .content-text {
	width: 363px;
	height: 520px;
	background-image: url(multicms/images/dot_lightblue_bg_v.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px 10px;
}
#content .sidepanel {
	width: 205px;
	padding: 0px 10px 100px 10px;
}
#content .sidepanel .spacer-h {
	
}
#content .freequote {
	height: 120px;
}
#content a {
	color: #fe3400;
}
#content a:hover {
	color: #4e63a7;
}


/* -- customer highlight wrapper -- */
#customer-highlight-wrapper {
	/*border: dashed 1px #000;*/
}

/* -- freequote -- */
#freequote {
	width: 210px;
	height: 100px;
	background-image: url(multicms/images/freequote_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*border: solid 1px #000;*/
	position: relative;
	left: 399px;
	top: 4px;
}
#freequote a {
	background: #fe400f;
	font: bold 12px arial;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	float: left;
	display: block;
}
#freequote a:hover {
	background: #2c3c70;
}

/* -- content-index -- */
#content-index {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#content-index h1 {
	font: bold 14px arial;
	color: #2c3c70;
	padding: 0px;
	margin: 0px;
}
#content-index .slideshow {
	height: 202px;
}
#content-index .content-text {
	padding: 10px;
}
#content-index .content-text .line {
	height: 20px;
	background-image: url(multicms/images/dot_lightblue_bg_h.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 20px;
}
#content-index .events {
	width: 170px;
	height: 200px;
	background-image: url(multicms/images/dot_lightblue_bg_v.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px 10px;
}
#content-index .news {
	width: 170px;
	background-image: url(multicms/images/dot_lightblue_bg_v.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px 10px;
}
#content-index .featured-product {
	width: 268px;
	padding: 0px 10px;
}
#content-index a {
	color: #fe3400;
}
#content-index a:hover {
	color: #4e63a7;
}
/*
#content-index p {
	padding: 0px;
	margin: 0px;
}
*/


/* -- FEATURES & HIGHLIGHTS -- */

/* -- customer-highlight -- */	
#customer-highlight {
	/*font: 11px arial;*/
	margin: 5px 10px;
		/*border: solid 1px #000;*/
}
#customer-highlight .img {
	width: 70px;
	height: 47px;
	margin: 0px 0px 5px 10px;
	float: right;
	display: inline;
}
#customer-highlight a.moreinfo {
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: 100% 51%;
	background-repeat: no-repeat;
	color: #fe3400;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}

/* -- whitepaper-highlight -- */
#whitepaper-highlight {
	/*font: 11px arial;*/
	margin: 5px 10px;
		/*border: solid 1px #000;*/
}
#whitepaper-highlight .img {
	width: 65px;
	height: 84px;
	margin: 0px 0px 5px 10px;
	float: right;
	display: inline;
}
#whitepaper-highlight a.moreinfo {
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fe3400;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}

/* -- quiz-highlight -- */
#quiz-highlight {
	/*font: 11px arial;*/
	margin: 5px 10px;
		/*border: solid 1px #000;*/
}
#quiz-highlight img {
	width: 70px;
	height: 62px;
	margin: 10px 0px 5px 15px;
	float: right;
	display: inline;
}
#quiz-highlight a.moreinfo {
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fe3400;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}

/* -- solution-featured -- */
#solution-featured {
	/*font: 11px arial;*/
	margin: 5px 0px;
		/*border: solid 1px #000;*/
}
#solution-featured .img {
	width: 70px;
	height: 47px;
	margin: 0px 0px 5px 10px;
	float: right;
	display: inline;
}
#solution-featured a.moreinfo {
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fe3400;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}










/* -- SHORTLISTS -- */

/* -- shortlist-events -- */
#shortlist-events {
	width: 170px;
		/*border: solid 1px #000;*/
}
#shortlist-events div {
	text-align: left;
}
#shortlist-events .title {
	
}
#shortlist-events .title a {
	color: #fe3400;
	text-decoration: none;
}
#shortlist-events .title a:hover {
	color: #000;
}
#shortlist-events .title .arrow {
	width: 15px;
	height: 15px;
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
		/*border: solid 1px #000;*/
}
#shortlist-events .date {
	
}
#shortlist-events .spacer-h {
	height: 5px;
	line-height: 5px;
}

/* -- shortlist-news -- */
#shortlist-news {
	width: 170px;
		/*border: solid 1px #000;*/
}
#shortlist-news div {
	text-align: left;
}
#shortlist-news .title {
	
}
#shortlist-news .title a {
	color: #fe3400;
	text-decoration: none;
}
#shortlist-news .title a:hover {
	color: #000;
}
#shortlist-news .title .arrow {
	width: 15px;
	height: 15px;
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
		/*border: solid 1px #000;*/
}
#shortlist-news .intro {
	
}
#shortlist-news .spacer-h {
	height: 5px;
	line-height: 5px;
}

/* -- product-featured -- */
#product-featured {
	width: 100%;
}




/* -- FOOTER -- */

/* -- footermenu -- */
#footermenu {
	width: 450px;
	font: 11px arial;
	color: #c7c7c7;
	margin: 30px 0px 0px 0px;
	float: left;
	display: inline;
		/*/border: solid 1px #000;*/
}
#footermenu a {
	color: #9a9797;
	text-decoration: none;
}
#footermenu a:hover {
	color: #fe3400;
}

/* -- footer-tag -- */
#footer-tag {
	width: 450px;
	font: 11px arial;
	color: #bfbfbf;
	margin: 15px 0px 0px 0px;
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#footer-tag a {
	color: #bfbfbf;
	text-decoration: none;
}

/* -- footer-block -- */
#footer-block {
	width: 290px;
	height: 115px;
	background-image: url(multicms/images/footer_block_bg.gif);
	background-position: 175px 65px;
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}







/* -- SUBLINKS -- */
/* -- sublinks-wrapper -- */
#sublinks-wrapper {
	min-height: 70px;
}







/* -- forms -- */
#stdform {

}
#stdform div {
	padding: 2.5px 0px;
	clear: both;
}
#stdform p {
	width: 120px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#stdform p.text {
	padding: 0px;
}
#stdform .note {
	font: 11px arial;
}
#stdform input, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform .cb {
	border: none;
}
#stdform .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#stdform select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform option {
	margin: 0px 20px 0px 5px;
}
#stdform .order {
	width: 300px;
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 5px;
}
#stdform .btn_up {
	width: 50px;
	background-image: url(images/bg_formbtn.gif);
	background-position: 10px 0px;
	background-repeat: repeat-x;
}
#stdform fieldset {
	border: solid 1px #3B88B8;
	padding: 0px 0px 10px 0px;
}
#stdform legend {
	font: bold 11px arial;
	color: #3B88B8;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
#stdform .cb {
	border: none;
}
#stdform a {
	background: none;
}



/* -- pagination -- */
#pagination {
	text-align: center;
	margin: 0px 0px 15px 0px;
		/*border: solid 1px #000;*/
}
#pagination a {
	background: #566baf;
	font: bold 12px arial;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	border: solid 1px #566baf;
	padding: 0px 5px;
	margin: 0px 2px;
}
#pagination a:hover {
	background: none;
	color: #53514c;
	border: solid 1px #566baf;
}
#pagination a.selected {
	background: #fe400f;
	border: solid 1px #fe400f;
}
#pagination a.selected:hover {
	background: none;
}






/* -- solutions-related -- */
#solutions-related {
	font-size: 11px;
}
#solutions-heading {
	background-image: url(multicms/images/dot_h_red.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: 16px arial;
	color: #717171;
}
#solutions-heading h2 {
	background: none;
	font: bold 20px arial;
	color: #fe400f;
	padding: 0px;
	margin: 0px 0px -5px 0px;
}
#solutions-related h2 {
	background-image: url(multicms/images/dot_h_red.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: bold 15px arial;
	color: #fe400f;
}
#solutions-related b {
	color: #2c3c70;
}
#solutions-related {
	
}
#solutions-related .spacer-h {
	background-image: url(multicms/images/dot_lightblue_bg_h.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
#solutions-related a.more {
	background-image: url(multicms/images/arrow_red_right.gif);
	background-position: 100% 51%;
	background-repeat: no-repeat;
	color: #fe3400;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}
#solutions-related a.more:hover {
	
}






