div.clearing {
	clear: both;
}

.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}

body {
	font: 10px/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(../images/bg-header.jpg) repeat-x center top;
	color: #666;
}


#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

img {
	display: block;
}

em {
	font-style: italic;
}

a {
	color: #00bbe4;
	text-decoration: none;
}

a:hover {
	color: #00bbe4;
	text-decoration: underline;
}



/* @group contactForm */

table#countrySelect, table#countrySelect tr, table#countrySelect td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border: 0;
}
table#countrySelect {
	margin-bottom: 15px;
	height: 40px;
}
table#countrySelect td {
	margin-bottom: 20px;
	height: 20px;
}
#countrySelect #fldShowCountryOffice {
	width: 340px;
}
table#countrySelect td {
	margin-bottom: 20px;
	height: 20px;
}



.jpFrmError {
	/* background: #FFCCCC; */
	border: 2px solid #008DAB !important;
}
#jpFrmMessage {
	background: #008DAB;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	display: none;
}


#frmContact {
	margin: 10px 0px 0px 0px;
	background: #e8f5f9 url(../images/formtop.jpg) no-repeat;
}
#frmContactInner {
	padding: 40px 20px;
	background: url(../images/formbottom.jpg) bottom left no-repeat;
}

.frmCol1 {
	width: 232px;
	float: left;
	display: inline;
}
.frmCol2 {
	width: 217px;
	float: right;
	display: inline;
}

#frmContact td, #frmContact th {
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	border: 0px;
	vertical-align: top;
}
.frmCol1 th {
	width: 80px;
	padding-right: 2px;
}
.frmCol2 th {
	width: 65px;
	padding-right: 2px;
}

#frmContact label {
	display: block;
	padding-top: .3em;
}

#frmContact input, #frmContact textarea, #frmContact select {
	width: 152px;
	border: 1px solid #aaa;
	height: 18px;
	margin: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
#frmContact select {
	height: 22px;
}
#frmContact .frmCol1 textarea {
	height: 80px;
}
#frmContact .frmCol2 textarea {
	height: 292px;
}
#frmContact .frmCol2 button {
	width: 71px;
	background-color: #008dab;
	color: #fff;
	border: 0;
}


/* @end */

/* @group header and flags */

#header {
	width: 980px;
	height: 125px;
	position: relative;
	z-index: 2;
}

#homeIcon {
	position: absolute;
	top: 64px;
	left: 301px;
	height: 20px;
	width: 30px;
	background: url(../images/homeicon.jpg) no-repeat;
	text-indent: -5000px;
}

#homeIcon a {
	display: block;
	height: 20px;
	width: 30px;
	background: url(../images/homeicon.jpg) no-repeat;
	text-indent: -5000px;
}

#header h1, #header h2 {
	position: absolute;
	top: 30px;
	height: 109px;
	font-size: 0.1em;
}

#header h1 a, #header h2 a {
	display: block;
	height: 100%;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	width: 189px;
	height: 69px;
	left: 0;
	text-indent: -5000px;
}


#header ul {
	position: absolute;
	top: 4px;
	right: 235px;
	height: 24px;
	font-size: 1.2em;
	font-weight: bold;
}

#header li {
	float: left;
	margin-right: 5px;
	color: #3bd5ee;
	padding-right: 5px;
	border-right: 1px solid #3bd5ee;
}

#header li.last {
	float: left;
	margin-right: 0;
	color: #3bd5ee;
	padding-right: 0;
	border-right: none;
}

#header li.first {
	float: left;
	margin-right: 10px;
	color: #3bd5ee;
	padding-right: 0;
	border-right: none;
}

#header li a {
	display: block;
	color: #3bd5ee;
}

#header li a:hover {
	color: #fff;
	text-decoration: none;
}

#header li a.on {
	color: #fff;
	text-decoration: underline;
}


#flagEng a {
	background: url(../images/flag_uk.gif) no-repeat;
	opacity: 0.2;
}

#flagSpa a {
	background: url(../images/flag_spain.gif) no-repeat;
	opacity: 0.2;
}

#flagGer a {
	background: url(../images/flag_ger.gif) no-repeat;
	opacity: 0.2;
}

#flagFra a {
	background: url(../images/flag_fra.gif) no-repeat;
	opacity: 0.2;
}

#flagIta a {
	background: url(../images/flag_ita.gif) no-repeat;
	opacity: 0.2;
}

#flagEng a:hover, #flagSpa a:hover, #flagGer a:hover, #flagFra a:hover, #flagIta a:hover {
	opacity: 1 !important;
}

#flagEng a.on, #flagSpa a.on, #flagGer a.on, #flagFra a.on, #flagIta a.on {
	opacity: 1 !important;
}

/* @end */


/* @group navbar */

div#navbar {
	width: 980px;
	height: 37px;
	/*overflow: hidden;*/
	display: block;
	clear: both;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

div#navbar ul {
	height: 37px;
	padding: 0px;
	background: url(../images/navbar_lightblue.gif) no-repeat;
	position: relative;
	display: block;
	margin: 0;
	z-index: 1;
}

#navbar li {
	list-style: none;
	top: 0px;
	position: absolute;
	padding: 0;
	margin: 0;
}

#navbar li, #navbar a {
	height: 37px;
	display: block;
}

#navbar a {
	text-indent: -5000px;
	text-decoration: none;
}

#nb1 {
	left: 0;
	width: 36px;
}
#nb2 {
	left: 36px;
	width: 115px;
}
#nb3 {
	left: 151px;
	width: 108px;
}
#nb4 {
	left: 259px;
	width: 181px;
}
#nb5 {
	left: 440px;
	width: 168px;
}
#nb6 {
	left: 608px;
	width: 152px;
}
#nb7 {
	left: 760px;
	width: 94px;
}

#nb8 {
	left: 854px;
	width: 126px;
}

#nb1 a:hover, #nb1.on a,
#nb1:hover a, #nb1.hover a {
	background: url(../images/navbar_lightblue.gif) 0px -37px;
}
#nb2 a:hover, #nb2.on a,
#nb2:hover a, #nb2.hover a {
	background: url(../images/navbar_lightblue.gif) -36px -37px;
}
#nb3 a:hover, #nb3.on a,
#nb3:hover a, #nb3.hover a {
	background: url(../images/navbar_lightblue.gif) -151px -37px;
}
#nb4 a:hover, #nb4.on a,
#nb4:hover a, #nb4.hover a {
	background: url(../images/navbar_lightblue.gif) -259px -37px;
}
#nb5 a:hover, #nb5.on a,
#nb5:hover a, #nb5.hover a {
	background: url(../images/navbar_lightblue.gif) -440px -37px;
}

#nb6 a:hover, #nb6.on a,
#nb6:hover a, #nb6.hover a {
	background: url(../images/navbar_lightblue.gif) -608px -37px;
}
#nb7 a:hover, #nb7.on a,
#nb7:hover a, #nb7.hover a {
	background: url(../images/navbar_lightblue.gif) -760px -37px;
}

#nb8 a:hover, #nb8.on a,
#nb8:hover a, #nb8.hover a {
	background: url(../images/navbar_lightblue.gif) -854px -37px;
}


/* @end */

/* submenu */


#navbar .submenu {
	padding: 0 8px 8px 0;
	position: absolute;
	top: 37px;
	left: 0px;
	display: none;
}

#navbar li:hover .submenu, #navbar li.hover .submenu {
	display: block;
}


#navbar .submenu ul,
body.purple #navbar .submenu ul,
body.orange #navbar .submenu ul,
body.lightBlue #navbar .submenu ul,
body.darkBlue #navbar .submenu ul,
body.gray #navbar .submenu ul,
body.green #navbar .submenu ul,
body.red #navbar .submenu ul {
	background: #c0c0c0 url(../images/liul-bg.jpg) top left repeat-x;
}

#navbar .submenu ul, #navbar .submenu li, #navbar .submenu a {
	background: none;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#navbar .submenu li {
	background: url(../images/blank.gif);
	height: 1%;
	width: auto;
	text-align: center;
}

#navbar .submenu a {
	color: #fff;
	text-indent: 0px;
	font-size: 1.1em;
	line-height: 25px;
	white-space: nowrap;

	height: 1%;
	display: block;

	border-top: 1px solid #fff;
	padding: 0 5px;
	background: #003966;
}
#navbar .submenu a:hover {
	color: #fff;
	background-color: #00abd6 !important;
}



.ss, .sw, .ee, .se, .ne {
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 0px;
}
.ss {
	margin: 0px 8px;
	background: url(../images/ss.png) repeat-x;
}
.sw {
	bottom: 0px;
	left: 0px;
	background: url(../images/sw.png) no-repeat;
}
.ee {
	top: 8px;
	right: 0px;
	background: url(../images/ee.png) no-repeat;
}
.se {
	bottom: 0px;
	right: 0px;
	background: url(../images/se.png) no-repeat;
}
.ne {
	top: 0px;
	right: 0px;
	background: url(../images/ne.png) no-repeat;
}


/* @end */



/* @group rightcol */

#rightCol {
	margin-top: 25px;
	width: 197px;
	float: left;
	font-size: 1.1em;
	display: inline;
	position: relative;
}

#rightCol #corner {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 15px;
	right: 2px;
	background-image: url(../images/rightcolcorner.jpg);
}


.flashBlock {
  	height: 177px;
	padding-right: 25px;
	padding-left: 25px;
	background: url(../images/flashblock.jpg) no-repeat 0 bottom;
	color: #fff;
}

.flashPosition {
	position: relative;
	top: 23px;
	/* margin-top: 23px; */
}

.colouredContainer, .colouredContainerGrey {
	min-height: 120px;
	height: auto !important;
  	height: 120px;
	padding: 15px;
	color: #fff;
	padding-bottom: 20px;
	margin-top: 15px;
	background: url(../images/colouredcontainer.jpg) 0 bottom;
}

.colouredContainer p {
	margin-bottom: 0;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.colouredContainerGrey {
	color: #666;
}

.colouredContainerGrey img {
	margin-bottom: 10px;
}



.colouredContainer h5, .colouredContainerGrey h5 {
	text-shadow: #999 0 1px 2px;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
}

.colouredContainer ul {
	padding: 0;
	margin: 0;
	margin-top: 15px;
}


.blankHead {
	text-shadow: #999 0 1px 2px;
	background: url(../images/rightCol_colour_cont_head_bg-lightblue.jpg) no-repeat;
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.4em;
	padding-top: 15px;
	padding-left: 25px;
	margin: 0px -25px 0px -25px;
	padding: 15px 25px 10px 25px;
}

#greyContainer {
	background: url(../images/rightCol_coloured_bg_grey.jpg) 0 bottom;
	color: #666;
}

#greyContainer a {
	color: #666;
	text-decoration: underline;
}

#greyContainer h5 {
	background: url(../images/rightCol_colour_cont_head_bg-grey.jpg) no-repeat;
	color: #666;
	text-shadow: #8e8e8e 0 1px 2px;
}

.widthControl {
	width: 158px;
	display: block;
	background: url(../images/rightCol_colour_cont_head_bg-lightblue-bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 10px;
}

.colouredContainerGrey .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-lightgray-bottom.jpg) no-repeat 0 bottom !important;
	color: #666;
}

#rightCol ul {
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 1.3em;
	margin-bottom: 1.3em;
}

#rightCol li {
	margin-bottom: 0.5em;
}



.sideImage {
	margin-bottom: 10px;
	width: 156px;
	margin-top: 10px;
}

.sideImage img {
	border: 3px solid #fff;
	display: block;
}
.sideImage img.borderless {
	border: 0px;
}

/* @end */

/* @group home page boxes and news */

#homeBanner {
	height: 245px;
	margin-top: 25px;
	padding: 3px;
}

#sensiqPromo {
	width: 980px;
	height: 425px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	background: url(../images/sensiq.jpg) no-repeat;
}

#homePromo {
	width: 980px;
	height: 325px;
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
	background: #f2f2f2 url(../images/homepromo.jpg) no-repeat;
}

#homePromo h2 {
	width: 227px;
	height: 92px;
	background-image: url(../images/experience.gif);
	text-indent: -5000px;
	position: absolute;
	left: 0;
	top: 20px;
}

#flvHolder {
	width: 613px;
	height: 344px;
	position: absolute;
	top: 24px;
	right: 24px;
	background-color: #000;
}

#homeFlv {
	width: 513px;
	height: 324px;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #000;
}

#sensiqPromo ul {
	position: absolute;
	top: 155px;
	left: 25px;
	border-top: 1px solid #ccc;
	font-size: 1.3em;
	width: 200px;
}

#sensiqPromoCopy p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#sensiqPromoCopy {
	position: absolute;
	top: 145px;
	left: 25px;
	font-size: 1.2em;
	width: 285px;
}

#homePromoCopy {
	position: absolute;
	top: 140px;
	left: 0px;
	font-size: 1.2em;
	width: 400px;
}

#discoverSensiq {
	position: absolute;
	left: 25px;
	top: 340px;
	width: 164px;
	height: 39px;
	text-indent: -5000px;
}

#sensiqMainCopy {
	width:596px;
	padding: 25px;
	float: left;
	position: relative;
	font-size: 1.2em;
	min-height: 330px;
}

#sensiqMainCopy {
	width:596px;
	padding: 25px;
	float: left;
	position: relative;
	font-size: 1.2em;
	min-height: 330px;
}

#keyFacts {
	float: right;
	width: 180px;
	padding:10px;
	background-color: #92107c;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.2em;
}

#keyFacts h5 {
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 5px;
	font-weight: bold;
}

#keyFacts ul {
	padding-left: 15px;
}

#keyFacts li {
	margin-bottom: 8px;
	list-style-type: disc;
}

#laptopScroll {
	width: 263px;
	height: 162px;
	background: url(../images/laptop.png) no-repeat;
}

#discoverSensiq a {
	display: block;
	width: 164px;
	height: 39px;
	background: url(../images/discoversensiq-en.jpg) no-repeat;
}

#discoverSensiq a:hover {
	background: url(../images/discoversensiq-en.jpg) no-repeat 0 -39px;
}

#sensiqPromo li a {
	color: #666;
}

#sensiqPromo li a:hover {
	color: #94107d;
}

#sensiqPromo li a.on {
	color: #94107d;
	padding-left: 10px;
	background: url(../images/sensiq-arrow.gif) no-repeat 0 4px;
}

#sensiqPromo h2, #sensiqPromo h3 {
	text-indent: -5000px;
	font-size: 0.1em;
	line-height: 1px;
}

#sensiqPromo ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#homeBanner img {
	display: none;
}

#homeNews {
	/*width: 974px;*/
	/*width: 954px;*/
	margin: 0px 3px;
	height: 60px;
	overflow: hidden;
	font-size: 1.2em;
	/*
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	*/
}

.space {
	padding-left: 10px;
	padding-right: 10px;
}

.spacing {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal !important;
	font-style: normal !important;
}

/*#homeNews p {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}*/



#homeNews h4 span.smaller {
	font-weight: normal;
}

#homeNews ul {
	margin-top: 18px;
}


#homeNews li {
	float: left;
	height: 1.44em;
	line-height: 1.44em;
}


#homeBottom {
	background: url(../images/bg-homebottom.jpg) 0 top;
	float: left;
	width: 980px;
}

#homeBottom2 {
	background: url(../images/bg-homebottom2.jpg) 0 top;
	float: left;
	width: 980px;
}

#homeBottomCorner {
	width: 980px;
  height:20px;
  float: left;
	background: url(../images/bg-homebottom-bottom.jpg) no-repeat 0 top;
}

#homeBottomCorner2 {
	width: 980px;
  height:20px;
  float: left;
	background: url(../images/bg-homebottom-bottom2.jpg) no-repeat 0 top;
}

#blogButton {
	width: 275px;
	text-indent: -5000px;
	height: 50px;
	background: url(../images/blogbutton.jpg) no-repeat;
}
#blogButtonNew {
	position: absolute;
	top: 45px;
	right: 0;
	text-indent: -5000px;
	height: 50px;
}


#blogButton  a {
	display: block;
	width: 275px;
	height:40px;
	background: url(../images/blogbutton.jpg) no-repeat;
}
#blogButtonNew  a {
	display: block;
	width: 143px;
	height:43px;
	background: url(../images/blogbuttonNew.png) no-repeat;
}


#newsBlock {
	float: left;
	padding: 25px;
	width: 263px;
	margin-right: 20px;
	float: left;
	color: #666;
	position: relative;
	font-size: 1.2em;
	display: inline;
}

#newsArea {
	width: 263px;
	color: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.newsStory {
	float: left;
	border-bottom: 1px solid #999;
	width: 263px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #333;
	position: relative;
}

.newsStory.last {
	border-bottom: none;
}

.newsStory a.view {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 18px;
	height: 18px;
	text-indent: -5000px;
	background: url(../images/a-viewmore.png) no-repeat;
}

.newsStory strong {
	font-size: 1.1em;
}

.newsStory a {
	text-decoration: none;
	color: #666 !important;
}

.newsStory a:hover {
	text-decoration: none;
	color: #333 !important;
}

.newsStory p {
	margin-bottom: 0;
	color: #666;
	width: 220px;
	}

#introText {
	min-height: 144px;
	padding-bottom: 1px;
	margin-bottom: 12px;
	background: url(../images/introtext-main.jpg) no-repeat 0 bottom;
	position: relative;
	color: #fff;
	font-size: 1.2em;
}

#introTextNew {
	float: left;
	width: 263px;
	padding: 25px;
	margin-right: 20px;
	position: relative;
	font-size: 1.2em;
	color: #666;
	display: inline;
}

#imageGallery {
	float: left;
	width: 273px;
	padding: 25px;
	padding-right: 15px;
	margin-right: 20px;
	padding-top: 15px;
	position: relative;
	font-size: 1.2em;
	display: inline;
	color: #666;
	min-height: 330px;
}

#imageGallery h5 {
	font-size: 1.4em;
	text-shadow: #fff 1px 1px 1px;
	padding-bottom: 30px;
}

#imageScroll {
	position: absolute;
	left: 50px;
	top: 85px;
	width: 205px;
	height: 325px;
	overflow: hidden;
}

#imageScroll img {
/*	display: block;*/
	margin-bottom: 20px;
}

#introTextSensiqCopy {
	height: 220px;
	padding-right: 10px;
	overflow: auto;
}



#introTextSensiq h4 {
	font-size: 1.6em;
	color: #95107d;
	margin-bottom: 20px;
}

#sensiqMainCopy h4 {
	font-size: 1.6em;
	color: #95107d;
	margin-bottom: 20px;
}

#introTextNew h4 {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #002d5e;
}

#introTextNew a {
	color: #002d5e;
}

#internetText a {
	color: #00abd6;
}


#internetText h4 {
	font-size: 1.6em;
	color: #00abd6;
	margin-bottom: 20px;
}

#newsBlock h4 {
	font-size: 1.6em;
	color: #666;
	margin-bottom: 20px;
}

#internetText {
	float: left;
	width: 264px;
	padding: 25px;
	position: relative;
	color: #666;
	font-size: 1.2em;
}

#boxesHolder {
	width: 100%;
	background: url(../images/boxes-bg.gif) no-repeat 0 0;
}

#introText h3 {
	padding: 0px 20px 7px;
	font-size: 1.5em;
	line-height: 1.1em;
}

#introText p {
	padding: 0 20px;
	line-height: 1.3em;
}

#introTextTop {
	width: 685px;
	height: 20px;
	background: url(../images/introtext-top.jpg) no-repeat;
	display: block;
}

#homeColTwo {
	float: left;
	width: 685px;
	position: relative;
}

#bottomLinks {
	width: 685px;
	height: 37px;
	float: left;
	background: url(../images/bottom-links.jpg) no-repeat;
	position: relative;
}

#bottomLinks a {
	font-size: 1.1em;
	display: block;
	width: 200px;
}


a.boxBottomLink1, a.boxBottomLink2, a.boxBottomLink3 {
	position: absolute;
	left: 15px;
	text-decoration: none;
	top: 13px;
}

#bottomLinks a.boxBottomLink1 {
	color: #052d60;
}

#bottomLinks a.boxBottomLink2 {
	color: #00b2d2;
	left: 243px;
}

#bottomLinks a.boxBottomLink3 {
	color: #5c1b4b;
	left: 476px;
}

/* #bottomLinks a.internetWorld {
	position: absolute;
	left: 15px;
	color: #5c1b4b;
	text-decoration: none;
	top: 13px;
}

#bottomLinks a.entertainmentWorld {
	position: absolute;
	left: 243px;
	color: #e8831b;
	top: 13px;
	text-decoration: none;
}

#bottomLinks a.displays {
	position: absolute;
	left: 476px;
	top: 13px;
	color: #666;
	text-decoration: none;
} */

div.boxBottom {
	width: 220px;
	display: inline;
	position: relative;
	float: left;
	min-height:237px;
	height:auto !important;
	height:237px;
}

div.boxBottom p {
	margin-bottom: 0;
}

div.boxBottom p strong {
	font-weight: bold;
	color: #ed6f00;
}

div.boxBottom img {
	margin: 54px 0 10px 12px;
}

#boxInternet, #boxEntertainment, #boxBranding {
	width: 220px;
	float: left;
	margin-right: 12px;
	display: inline;
	background: #d9d9d9 url(../images/boxes-new.jpg) no-repeat 0 top;
	position: relative;
}

div.boxBottom h4 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 19px 15px 0 15px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
}

#boxBottom1, #boxBottom2 {

	margin-right: 12px;
}

#boxBottom1 h4 {
	color: #052d60;
}

#boxBottom2 h4 {
	color: #00b2d2;
}

#boxBottom3 h4 {
	color: #3f1d38;
}

#boxInternet h4, #boxEntertainment h4, #boxBranding h4 {
	height: 56px;
	width: 100%;
	background: url(../images/h4s.gif) no-repeat;
}


div.boxBottom p, #boxInternet p, #boxEntertainment p, #boxBranding p {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 168px;
	padding-right: 15px;
	padding-bottom: 0;
}

#singleSolution {
	width: 386px;
	float: left;
	margin-right: 8px;
	display: inline;
	color: #fff;
}

#singleSolution h3 {
	padding: 15px;
	padding-bottom: 15px;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: bold;
}

#singleSolution p {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5em;
	font-size: 1.3em;
}

#boxInternet img, #boxEntertainment img, #boxBranding img {

}

#boxInternet h3, #boxEntertainment h3, #boxBranding h3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	padding-top: 15px;
	font-weight: bold;
	line-height: 1.2em;
}

#boxInternet h3 span.smaller, #boxEntertainment h3 span.smaller, #boxBranding h3 span.smaller {
	font-weight: normal;
}

#boxBranding {
	margin-right: 0px;
}


#boxInternet p.view, #boxEntertainment p.view, #boxBranding p.view {
	position: absolute;
	bottom: 20px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#boxInternet p.view a, #boxEntertainment p.view a, #boxBranding p.view a {
	padding-right: 25px;
	display: inline-block;
}

#boxInternet p.view a {
	background: url(../images/a_internet.gif) no-repeat right;
	color: #5c1b4b;
}

#boxEntertainment p.view a {
	background: url(../images/a_entertainment.gif) no-repeat right;
	color: #e8831b;
}

#boxBranding p.view a {
	background: url(../images/a_branding.gif) no-repeat right;
	color: #666;
}

/* @end */

/* @group leftcol */

#leftCol {
	width: 208px;
	float: left;
	margin-left: -10px;
	margin-top: 25px;
}

#leftCol img,
#rightCol img.rhs-top-image {
	padding-top: 3px;
}

#leftCol ul {
	margin-left: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	font: 1.1em/1.8em "Lucida Grande", "Lucida Sans Unicode";
	margin-right: 12px;
}

#leftCol li a {
	display: block;
	color: #666;
	padding-left: 10px;
	height: 1%;
}

#leftCol li a:hover {
	text-decoration: underline;
	color: #00bbe4;
}

#leftCol li.on a:hover {
	text-decoration: none;
	color: #fff !important;
}

#leftCol li.on a {
	color: #fff;
}


#leftCol li.on li a {
	background: none !important;
	color: #666;
	padding-left: 18px;
	padding-right: 2px;
}


#leftCol li {
	border-bottom: 1px solid #eee;
}
#leftCol li.on a {
	background: #1295B6 url(../images/leftnav_selected.gif) repeat-x;
}


#leftCol ul ul {
	font-size: 1em;
	border-style: none;
	margin: 3px 0 5px 0px;
}

#leftCol li li {
	border-style: none;
	line-height: 1.8em;
}

#leftCol li li.on a {
	color: #666;
}

#leftCol li li.on a:hover {
	color: #00bbe4;
	text-decoration: underline;
}

#leftCol li.on li.on a {
	background: #ddd url(../images/li_li_selected.gif) left top repeat-x !important;
}
#leftCol li.on li.on a:hover {
	text-decoration: none;
	color: #666;
}


/* @end */

/* @group centrecol */

#centreCol {
	width: 524px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	margin-top: 25px;
	font-size: 1.2em;
}

#centreCol h3 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.8em;
	line-height: 1.3em;
}


#centreCol h4 {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #269aca;
	font-weight: bold;
	clear: both;
	line-height: 1.3em;
}

#centreCol h5 {
	padding-bottom: 5px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#centreCol h5 span.smaller {
	font-weight: normal;
}

#centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_blue.gif);
	line-height: 1.4em;
	margin-bottom: 10px;
}

body.purple #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_purple.gif);
}

body.orange #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_orange.gif);
}

body.lightBlue #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_lightblue.gif);
}

body.darkBlue #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_darkblue.gif);
}

body.gray #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_gray.gif);
}

body.green #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_green.gif);
}

body.red #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_red.gif);
}

#centreCol li {
	padding-bottom: 10px;
}

.large-image {
	width: 524px;
	margin-bottom: 5px;
}

.imageBlockSemi {
	margin-bottom: 5px;
	float: right;
	margin-left: 15px;
}

th {
	font-size: 1.2em;
	font-weight: bold;
}

td {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}

td, th {
	padding: 5px;
}

#centreCol table {
	width: 100%;
}

table.contact td, table.hotellier td {
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}


table.contact {
	width: 524px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

table.hotellier {
	width: 524px;
	margin-bottom: 10px;
	line-height: 1.4em;
	border-top: 1px solid #eee;
	background-color: #f5f5f5;

}

table.contact th {
	height: 20px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}



.blue {
	color: #00bbe4;
}

a.pdf {
	background: url(../images/pdf-icon.gif) no-repeat left;
	padding-left: 20px;
	display: block;
	height: 1.8em;
	line-height:2em;
}

.staffBox {
	margin-bottom: 40px;
	position: relative;
}

.staffBox img {
	margin-bottom: 40px;
	position: absolute;
	right: -10px;
	top: 25px;
}


.staffBox p {
	width: 400px;
}

/*.staffBox p.title*/

body.lightBlue #centreCol h4 {
	color: #00bbe4;
}


#centreCol h4 span.smaller {
	font-weight: normal;
}

.standOut {
	height: 1%;
	background-color: #efefef;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #ddd;
}

.logoRow {
	width: 524px;
	margin-bottom: 10px;
	height: 100px;
}


.logos {
	float: left;
	height: 100px;
	width: 168px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.logosEnd {
	float: left;
	height: 100px;
	width: 168px;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
}

.logos a {
	height: 100px;
	width: 168px;
	display: block;
}

.logos a:hover {
	height: 100px;
	width: 168px;
	display: block;
}

#centreCol .siteMap ul {
	margin-bottom: 15px;
	list-style-image: none !important;
	list-style-type: disc;
}

.siteMap {
	width: 240px;
	float: left;
	margin-right: 20px;
	display: inline;

}

.siteMap h4 {
	color: #666 !important;
	font-size: 1.2em;
}

.siteMap li ul {
	margin-top: 10px;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.siteMap ul ul {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	list-style-type: circle !important;
}

#releasesAd {
	border: 3px solid #ececec;
	background: #ececec url(../images/releasesad-bg.jpg) repeat-x 0 top;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 1%;
}

#releasesPic {
	width: 104px;
	height: 124px;
	float: left;
	display: inline;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	background: #ececec url(../images/releasesad-picbg.jpg) no-repeat 0 top;
}

#releasesCopy {
	width: 374px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	display: inline;
}

#releasesCopy h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

#releasesAd a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../images/releasesad-a-bg.jpg) repeat-x;
	padding: 5px;
}

#releasesAd a:hover {
	color: #666;
}

#releasesPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 116px;
}

ul.offices {
	width: 150px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 20px;
	display: inline;
	list-style-type: none;
	list-style-image: none !important;
}

/* @end */


/* @group footer */

#footerWrapper {
	margin-top: 30px;
	width: 100%;
	height: 100px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	}

#footer {
	width: 980px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	position: relative;
	background-color: #fafafa;
	font-size: 1.1em;
}

#footer p.address {
	position: absolute;
	top: 20px;
	left: 0px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #27326a;
}

#footer p.address strong {
	color: #00bbe4;
}

#footer p.contacts {
	position: absolute;
	top: 20px;
	left: 245px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #27326a;
}

#footer p.contacts a {
	color: #27326a;
}

#footer .content p.copyright {
	font-weight: bold;
	color: #999;
	position: absolute;
	top: 20px;
	right: 0;
}

#footer .content a {
	color: #999;
	font-size: 1em;
}

/* @end */

/* @group top10 */

#accordion h4 {
	background: url(../images/bg_filmheaders.gif) repeat-x right;
	line-height: 2em;
	height: 30px;
	font-size: 1.3em;
	color: #666 !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0 !important;
	padding: 0 !important;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
}

body.gray #accordion h4, body.green #accordion h4, body.lightBlue #accordion h4, body.darkBlue #accordion h4, body.red #accordion h4, body.orange #accordion h4, body.purple #accordion h4 {
	text-indent: 15px;
}

#accordion h4.releases {
	text-indent: 0 !important;
}

.playTrailer {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.playTrailer a.view {
	position: absolute;
	left: 163px;
	bottom: 65px;
	background: url(../images/play.png) no-repeat;
	width: 125px;
	height: 125px;
	text-indent: -5000px;
	cursor: pointer;
}

.moviePoster {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#accordion h4.hover {
	cursor: pointer;
	background: url(../images/bg_filmheaders_hover.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4.active {

}

#accordion h4.no1 {
	font-size: 1.4em;
	height: 40px;
	line-height: 2.4em;
	font-weight: bold;
}

#accordion h4.no1, #accordion h4.no2, #accordion h4.no3, #accordion h4.no4, #accordion h4.no5, #accordion h4.no6, #accordion h4.no7, #accordion h4.no8, #accordion h4.no9, #accordion h4.no10 {
	text-indent: 0 !important;
}

#accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize.gif) repeat-x right;
	color: #fff !important;
}

body.gray #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.green #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.lightBlue #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.darkBlue #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.red #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.orange #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.purple #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4.active.hover {
	background: url(../images/bg_filmheaders_hover_minimize.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4 span.position {
	color: #fff;
	background: url(../images/number_span_bg.gif) repeat-x;
	height: 30px;
	float: left;
	width: 30px;
	margin-right: 10px;
	text-align: center;
}

#accordion h4.no1 span.position {
	height: 40px;
	width: 30px;
}


#accordion div.data {
	padding-bottom: 20px;
	width: 100%;
}

#accordion div.dataInner {
	background: url(../images/bg_filminfo.gif) no-repeat 0 bottom;
	padding: 10px 40px 20px 34px;
	margin: 0px;
	height: 1%;
}

body.gray div.data p strong {
	width: 450px;
	display: block;
	font-size: 1.1em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	padding-top: 10px;
}

#accordion div.moviePoster {
	float: right;
	margin-left: 10px;
}

#accordion a.close {
	background: url(../images/close_device_blue.gif) no-repeat right center;
	height: 15px;
	padding-right: 20px;
	display: inline-block;
	margin-top: 10px;
	line-height: 1.2em;
	font-size: 1.2em;
}


/* @end */


#extranet-login {
	position: absolute;
	top: 0px;
	right: 0;
	height: 25px;
	width: 225px;
	z-index: 2;
	line-height: 1.2em;
}
#extranet-login h3 {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 2;
	text-indent: 5px;
}
#extranet-login h3 a {
	width: 225px;
	height: 19px;
	background-color: #0179a5;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding-top: 6px;
	font-weight: bold;
	background-image: url(../images/login.gif);
}
#extranet-login h3 a:hover {
	background-position: -150px -50px;
}
#extranet-login ul {
	position: static;
	width: auto;
	height: auto;
	text-indent: 0;
}
#extranet-login li {
	float: none;
	width: auto;
	height: auto;
}
#extranet-login-form {
	width: 100%;
	height: 152px;
	overflow: hidden;
}
#extranet-login-form form {
	display: block;
	width: 100%;
	height: 152px;
	background: url(../images/extranet-login/background.png) 0 0 no-repeat;
}

#extranet-login-username,
#extranet-login-password,
#extranet-login-placeholder {
	position: absolute;
	top: 44px;
	left: 12px;
	padding: 0;
	border: 0;
	background-color: transparent;
	padding: 3px 5px;
	color: #666;
}
#extranet-login-password,
#extranet-login-placeholder {
	top: 76px;
}
#extranet-login-password {
	display: none;
}
#extranet-login-submit {
	position: absolute;
	top: 109px;
	left: 92px;
}
.extranet-login-closed #extranet-login-form {
	display: none;
}
.extranet-login-closed h3 a {
	background-position: 0 0 !important;
}
.extranet-login-closed h3 a:hover {
	background-position: 0 -50px !important;
}

div.opportunities {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

div.opportunity {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.opportunity .opp-image {
	width: 150px;
	float: left;
	margin-right: 10px;
}

div.opportunity .opp-copy {
	float: left;
	width: 360px;
}


.jp-slider-inner-container {
	position: absolute;
}

#bottomWrapper {
	width: 980px;
	min-height:400px;
	height:auto !important;
	height:400px;
	font-size: 1.2em;
	background: url(../images/bg-bottom-wrapper.gif) repeat-y;
}

#newsAndBlog {
	margin-right: 1px;
	width: 244px;
	float: left;
	min-height: 400px;
}

#newsAndBlog a, #customerSolutions a {
	background: url(../images/linkarrow.gif) no-repeat 0 1px;
	padding-left: 15px;
}

#homeBlog {
	min-height:200px;
	height:auto !important;
	height:200px;
	background-color: #f2f2f2;
	position: relative;
	border-bottom: 1px solid #fff;
}

#newsBlockhome {
	position: relative;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-color: #f2f2f2;
	margin-bottom: 1px;
}

#customerSolutions {
	margin-right: 1px;
	display: inline;
	width: 244px;
	background-color: #F2F2F2;
	float: left;
	min-height: 400px;
}

#productsHolder {
	width: 490px;
	float: left;
	min-height: 400px;
}

#prodSensiq {
	margin-bottom: 1px;
	background-color: #f2f2f2;
}

#prodGenesis {
	min-height: 200px;
	width: 162px;
	margin-right: 1px;
	display: inline;
	float: left;
	background-color: #f2f2f2;
	font-size: 0.9em;
	line-height: 1.4em;
}

#prodInternet {
	min-height: 200px;
	width: 163px;
	background-color: #f2f2f2;
	margin-right: 1px;
	display: inline;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
}

#prodDisplays {
	min-height: 200px;
	background-color: #f2f2f2;
	width: 163px;
	float: left;
	display: inline;
	font-size: 0.9em;
	line-height: 1.4em;
}

#bottomWrapper h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #013767;
	background-color: #E6E6E6;
	text-indent: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#bottomWrapper h4.image {
	padding-top: 6px;
	padding-bottom: 5px;
	margin: 0;
	padding-left: 10px;
}

#bottomWrapper #productsHolder h4 {
	color: #fff;
	background-color: #C0C0C0;
	font-size: 1.2em;
}

.prodPic {
	border-bottom: 1px solid #fff;
}

#newsBlockhome ul {
	position: absolute;
	top: 14px;
	right: 10px;
	height: 10px;
	overflow: hidden;
}

#newsBlockhome ul li {
	width: 10px;
	height: 10px;
	text-indent: -5000px;
	float: left;
	margin-left: 5px;
}


#newsBlockhome ul li a {
	width: 10px;
	height: 10px;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	background: url(../images/selector-newsblog.gif) 0 0;
}

#newsBlockhome ul li a:hover {
	background: url(../images/selector-newsblog.gif) 0 10px;
}

#homeBlog ul {
	position: absolute;
	top: 14px;
	height: 10px;
	overflow: hidden;
	right: 10px;
}

#homeBlog ul li {
	width: 10px;
	height: 10px;
	text-indent: -5000px;
	float: left;
	margin-left: 5px;
}

#homeBlog ul li a {
	width: 10px;
	height: 10px;
	display: block;
	padding: 0;
	margin: 0;
	background: url(../images/selector-newsblog.gif) 0 0;
}

#homeBlog ul li a:hover {
	background: url(../images/selector-newsblog.gif) 0 10px;
}

#caseLogo {
	padding: 8px;
}

.prodInfo {
	padding: 10px;
}

.paddedText {
	padding: 10px;
}

#paddedTextBlog {
	padding: 10px;
	height: 1%;
	background-color: #fcfdfd;
}

#paddedTextBlogBottom {
	height: 15px;
	background: #f2f2f2 url(../images/blogbubble.gif) no-repeat;
	margin-bottom: 5px;
}

#bottomWrapper h5 {
	display: block;
	color: #00bbe4;
	font-weight: bold;
}

