* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-decoration: none;
	color: #848286;
	outline: none;
}

body {
	text-align: center;
}

h2 a:hover,
h3 a:hover,
p a:hover,
li a:hover {
	text-decoration: underline;
}

#main {
	margin: auto;
	width: 980px;
	text-align: left;
}

#access-bar {
	display: none;
}

/* header */
#header #logo a {
	text-indent: -9999px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 134px;
	height: 69px;
	margin: 20px 0px 25px 0px;
}

/* language */
#language-box {
	float: right;
	margin: 40px 0px 0px 0px;
	width: 248px;
}

#language-box p {
	margin: 2px 7px 2px 0px;
	float: left;
}

#language-box p strong {
	color: #5796c1;
}

#language li#choose-language {
	background: #fff url(../images/bgLanguageArrow.png) no-repeat top right;
	border: 1px solid #ababab;
	width: 11em;
	height: 14px;
	cursor: pointer;
	padding: 2px 0px 0px 3px;
}

#language {
	line-height: 1.0;
	float: left;
	margin-bottom: 1em;
}

#language ul {
	border: 1px solid #ababab;
	position: absolute;
	top: -999em;
	width: 11.32em; /* left offset of submenus need to match (see below) */
	/*display: none;*/
	z-index: 150;
}

#language ul li {
	width: 100%;
}

#language li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#language li {
	float: left;
	position: relative;
	z-index: 150;
}

#language a {
	padding: 5px 5px 5px 26px;
	text-decoration:none;
	position: relative;
	z-index: 150;
	background: #fff;
	display: block;
	background-image: url(../images/flags.gif);
	background-repeat: no-repeat;
}

#language li span {
	padding: 0px 5px 0px 26px;
	text-decoration:none;
	position: relative;
	z-index: 150;
	display: block;
	background-image: url(../images/flags.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px -3px;
	background-position: 0px -117px;
}
#language a#lang-gb {background-position: 0px 5px;}
#language a#lang-sp {background-position: 0px -52px;}
#language a#lang-de {background-position: 0px -152px;}
#language a#lang-fr {background-position: 0px -172px;}
#language a#lang-it {background-position: 0px -112px;}

#language a:hover {
	color: #fff;
	background-color: #5796c1;
}

#language li:hover ul,
#language li.sfHover ul {
	left: 0;
	margin: 0px 0px 0px -1px;
	top: 1.45em; /* match top ul list item height */
	z-index: 999;
}

/*** DEMO SKIN ***/
#language li:hover, #language li.sfHover,
#language a:focus, #language a:hover, #language a:active {
	outline: 0;
}

/*** arrows **/
#language a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#language ul .sf-sub-indicator { background-position: -10px 0; }
#language ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#language ul a:focus > .sf-sub-indicator,
#language ul a:hover > .sf-sub-indicator,
#language ul a:active > .sf-sub-indicator,
#language ul li:hover > a > .sf-sub-indicator,
#language ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	z-index: 999;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* language */

#header #nav {
	clear: both;
	background: url(../images/bgMenuEnd.png) no-repeat top right;
	z-index: 100;
	position: relative;
	height: 25px;
}

#header #nav li {
	display: inline;
	float: left;
	position: relative;
}

#header #nav li a {
	float: left;
	text-indent: -9999px;
	height: 25px;
	background-image: url(../images/bgMenu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header #nav li#item-home a {
	width: 77px;
}

#header #nav li#item-home ul {
	background: url(../images/bgSubMenu.png) no-repeat top left;
}

#header #nav li#item-home a:hover {
	background-position: 0px -25px;
}

#header #nav li#item-home a.active {
	background-position: 0px -50px;
}

#header #nav li#item-why a {
	background-position: -77px 0px;
	width: 121px;
}

#header #nav li#item-why a:hover {
	background-position: -77px -25px;
}

#header #nav li#item-why-colt a {
	background-position: -198px 0px;
	width: 156px;
}

#header #nav li#item-why-colt a:hover {
	background-position: -198px -25px;
}

#header #nav li#item-resource a {
	background-position: -354px 0px;
	width: 151px;
}

#header #nav li#item-resource a:hover {
	background-position: -354px -25px;
}

#header #nav li#item-contact a {
	background-position: -505px 0px;
	width: 99px;
}

#header #nav li#item-contact a:hover {
	background-position: -505px -25px;
}

#header #nav li#item-colt a {
	background-position: -604px 0px;
	width: 153px;
}

#header #nav ul {
	position: absolute;
	top: -999em;
	left: 0px;
	width: 200px;
}

#header #nav li:hover ul,
#header #nav li.sfHover ul {
	top: 19px;
	padding: 6px 0px 0px 0px;
}

#header #nav ul li {
	float: none;
}

#header #nav li ul li a {
	text-indent: 0px;
	display: block;
	width: 150px!important;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	height: 20px;
	background: #64A6CA url(../images/bgMenuArrow.gif) no-repeat 5px 10px!important;
	border-bottom: 1px dotted #9EC2D8;
	padding: 7px 10px 0px 15px;
}

#header #nav ul li a:hover {
	text-decoration: underline;
}

/* breadcrump */
#header #breadcrumb {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 18px 0px 20px 10px;
}

#header #breadcrumb p {
	font-size: 11px;
	float: left;
	margin: 0px 5px 0px 0px;
}

#header #breadcrumb ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header #breadcrumb ul li {
	list-style: none;
	/*display: inline;*/
	font-size: 11px;
	color: #484848;
	float: left;
}

#header #breadcrumb ul li.last-item {
	float: left;
	padding: 0px 4px 0px 10px;
	margin: 0px 0px 0px 4px;
	color: #484848;
	background: url(../images/bgBreadcrumb.png) no-repeat 0px 5px;
}

#header #breadcrumb ul li a {
	display: inline;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	color: #6da4c3;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/bgBreadcrumb.png) no-repeat 0px 5px;
}

#header #breadcrumb ul li ul a {
	margin: 0px 2px 0px 5px;
}

#header #breadcrumb ul li a:hover {
	color: #000;
}

#header #breadcrumb ul li a.first-item {
	background: none;
	padding: 0px;
}

#header #breadcrumb ul li ul {
	margin: 0px;
	float: left;
}

#header #breadcrumb ul li ul li ul li a.sub-sub-active {
	text-decoration: none;
	color: #A1006B;
}
/* end breadcrump */

/* content */
#content #col-left {
	float: left;
	display: inline;
	width: 650px;
	margin: 0px 10px 0px 0px;
}

#content #col-left #header-image {
	float: left;
}

#content #col-left #header-image img {
	float: left;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

#content #col-left h1 {
	font-size: 22px;
	font-weight: normal;
	color: #006d76;
	margin: 21px 13px 5px 13px;
	float: left;
	width: 100%;
	display: block;
}

#content #col-left h2 {
	margin: 12px 13px 0px;
	color: #006d76;
	font-size: 14px;
}

#content #col-left h3 {
	color: #006d76;
	font-size: 12px;
	margin: 12px 13px 0px 13px;
}

#content #col-left dl {
	margin: 0px 0px 12px 30px;
}

#content #col-left dl dt {
	font-size: 14px;
	color: #006d76;
	font-weight: bold;
	margin: 12px 0px 3px 0px;
}

#content #col-left dl dd {
	margin: 0px 0px 12px 0px;
	color: #666;
	line-height: 18px;
}

#content #col-left dl dd ul {
	margin: 0px;
}

#content #col-left p {
	margin: 0px 13px 10px;
	color: #666;
	line-height: 18px;
}
#content #col-left p.single {
	margin: 10px 13px 10px 13px;
	padding-top: 10px;
	clear: both;
}

#content #col-left p.desc {
	margin: 0px 13px 12px 25px;
}

#content #col-left p.footer-note {
	font-size: 10px;
}

#content #col-left hr {
	border: none;
	/*border-bottom: 1px dotted #848286;*/
	background: url(../images/bgLine.png);
	height: 1px;
	/*background: none;*/
}

#content #col-left ul {
	margin: 12px 13px;
}

#content #col-left ul li {
	line-height: 18px;
	padding: 0px 0px 0px 25px;
	background: url(../images/itemIconList.png) no-repeat 15px 7px;
	color: #666;
}

#content #col-left ul li strong {
	color: #006d76;
}
#content #col-left p.cta-links{
	margin-top: 15px;
}
#content #col-left p.cta-links a {
	color: #6da4c3;
	padding: 0px 22px 0px 0px;
	background: url(../images/readMoreArrow.png) no-repeat right center;
}
#content #col-left .tabs{
	margin-top: 15px;
}

#content #col-left .tabs div {
	background: url(../images/bgAreaTab.png) repeat-x;
}

#content #col-left .tabs h3 a {
	color: #75a8c5;
	padding: 3px 0px 3px 30px;
}
#content #col-left .tabs h3 span {
	color: #75a8c5;
	padding: 3px 0px 3px 30px;
}
#content #col-left .tabs p {
	margin: 2px 10px 15px 42px;
}

#content #col-left .tabs #qa h3 {
	/*margin: 10px 0px 5px 10px;*/
	padding: 3px 0px 3px 30px;
	color: #75a8c5;
}

#content #col-left .tabs #qa p {
	/*margin: 2px 0px 5px 10px;*/
}

#content #col-left .icon-pdf {
	background: url(../images/iconPdf.png) no-repeat left center;
}

#content #col-left .icon-flv {
	background: url(../images/iconFla.png) no-repeat left center;
}

#content #col-left .icon-video {
	background: url(../images/iconWmv.jpg) no-repeat left center;
}

#content #col-left .icon-ppt {
	background: url(../images/iconPpt.png) no-repeat left center;
}

#content #col-left form fieldset {
	border: none;
	float: left;
}

#content #col-left form fieldset p strong,
#content #col-left form fieldset label span {
	color: #006d76;
}

#content #col-left form fieldset label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 4px 10px;
	color: #666;
}

#content #col-left form fieldset label.error {
	width: 200px;
	text-align: left;
	margin: 4px 0px;
}

#content #col-left form fieldset input,
#content #col-left form fieldset select,
#content #col-left form fieldset textarea {
	float: left;
	color: #303030;
	border: 1px solid #adadad;
	margin: 4px 10px 4px 0px;
	width: 210px;
}

#content #col-left form fieldset textarea {
	width: 400px;
}

#content #col-left form fieldset .opt-in-boxes {
	margin: 7px 0px 0px 115px;
}

#content #col-left form fieldset .opt-in-boxes label {
	width: auto;
	margin: 2px 15px 0px 5px;
}

#content #col-left form fieldset input.radio-button {
	width: auto;
	border: none;
	margin: 3px 0px 0px 0px;
}

#content #col-left form fieldset br {
	clear: left;
}

#content #col-left form fieldset p.pseudo-label {
	margin: 0px 0px 0px 120px;
}

#content #col-left form fieldset #submit-contact {
	margin: 0px;
	background: url(../images/btSend.png) no-repeat;
	padding: 46px 0px 0px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
	clear: left;
	border: none;
	margin: 20px 0px 0px 110px;
	overflow: hidden;
	height: 23px;
	width: 48px;
}

#content #col-right {
	float: left;
	display: inline;
	width: 320px;
}

#content #col-right h3 {
	margin: 0px 10px 7px 10px;
	float: left;
	width: 100%;
	display: block;
}

#content #col-right .first-item {
	 margin: 0px 10px 7px 10px;
}

#content #col-right .first-item a {
	 margin: 0px;
}

#content #col-right h3 a {
	font-size: 14px;
	color: #006d76;
	float: left;
	width: 100%;
	display: block;
	margin: 20px 0px 0px 0px;
}

#content #col-right .get-closer-bt a {
	background: url(../images/btGetCloser.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 319px;
	height: 48px;
}

#content #col-right p {
	margin: 0px 10px;
	font-size: 11px;
	color: #666666;
}

#content #col-right p.read-more {
	margin: 7px 10px 20px 10px;
	font-size: 11px;
	clear: left;
}

#content #col-right p.read-more a {
	color: #5696ba;
	padding: 0px 20px 0px 0px;
	background: url(../images/readMoreArrow.png) no-repeat center right;
	font-size: 11px;
	clear: left;
}

#content #col-right .pseudo-hr hr {
	display: none;
}

#content #col-right .pseudo-hr {
	display: block;
	text-indent: -9999px;
	background: url(../images/bgLine.png);
	height: 1px;
	float: left;
	width: 100%;
}

#content #col-right #video-box {
	margin: 22px 0px 17px 0px;
	padding: 0px 0px 7px 0px;
	background: #e3e3e3 url(../images/bgBottomRightBox.png) no-repeat bottom center;
	float: left;
	width: 100%;
	display: block;
}

#content #col-right #video-box.top-box {
	margin: 0px 0px 17px 0px;
}

#content #col-right #video-box p {
	margin: 10px;
	font-size: 11px;
	color: #666;
}

#content #col-right #video-box h2 {
	background: url(../images/bgTitleBar.png) no-repeat;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
}

#content #col-right #video-box .video-box {
	background: #e3e3e3;
	overflow: hidden;
}

#content #col-right #video-box .zebra {
	background: #d3d3d3;
}

#content #col-right #video-box .video-box .video-icon {
	float: left;
	padding: 10px;
	width: 100px;
	overflow: hidden;
}

#content #col-right #video-box .video-box .video-icon a img {
	border: 1px solid #000;
}

#content #col-right #video-box .video-box .video-icon a {
	margin: 0px 0px 10px 0px;
}

#content #col-right #video-box .video-box .video-desc {
	float: left;
	width: 180px;
	margin: 10px 0px 10px 0px;
}

#content #col-right #video-box .video-box .video-desc h3 {
	margin: 0px;
}

#content #col-right #video-box .video-box .video-desc h3 a {
	color: #6da4c3;
	font-size: 12px;
	margin: 0px;
}

#content #col-right #video-box .video-box .video-desc p {
	color: #666;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

#content #col-right #video-box .video-box .video-wrap {
	display: none;
}

#content #col-right form fieldset {
	border: none;
	margin: 0px 0px 0px 20px;
}

#content #col-right .country-boxes {
	display: none;
	margin: 10px 0px 0px 20px;
}

#content #col-right #IT {
	display: block;
}

#content #col-right form fieldset h2 {
	color: #006d76;
	font-size: 13px;
	margin: 0px 20px 8px 0px;
}

#content #col-right .country-boxes h3 {
	display: none;
	margin: 10px 0px 10px 20px;
}

#content #col-right .country-boxes h4 {
	margin: 5px 0px 0px 0px;
	color: #006D76;
	font-size: 11px;
}

#content #col-right .country-boxes p a {
	color: #5696BA;
}

#content #col-right .country-boxes p.address-margin {
	margin: 10px;
}
/* content */

/* footer */
#footer {
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0px;
}

#footer #back-to-top {
	text-align: right;
}

#footer #back-to-top a {
	padding: 0px 15px 0px 0px;
	background: url(../images/arrowBackToTop.png) no-repeat right center;
	color: #535456;
	text-transform: uppercase;
}

#footer #footer-info {
	float: left;
	width: 100%;
	display: block;
	background: url(../images/bgLine.png) repeat-x;
	margin: 7px 0px 0px 0px;
}

#footer #footer-info ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 7px;
}

#footer #footer-info ul li {
	display: inline;
}

#footer #footer-info ul li a {
	font-size: 11px;
	border-right: 1px solid #666;
	padding: 0px 5px;
	float: left;
}

#footer #footer-info ul li#last-item a {
	border: none;
}

#footer #footer-info p {
	margin: 10px 12px;
	float: left;
	display: block;
	width: 100%;
	font-size: 11px;
}
/* footer */