/* Global/General Styles */
/*@charset "utf-8";*/

body {
    font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
    color:#fff;
	text-align:center;
    border:none;
	line-height: normal;
	border:none;
	background-repeat:repeat-x;
	background-color:#fff;
	background-image: url(/images/short_bg.png);
}


h1 {
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
    font-size:26px;
    font-weight:bold;
    color:#af0531;
    text-align:left;
    margin-top: 0;
	padding-right:20px;
}

h1.pink {
	color:#c43c96;
}

h1.mint {
	color:#00b2b0;
}

h1.red {
	color:#ee352a;
}

h1.yellow {
	color:#fdb813;
}

h1.blue {
	color:#527d98;
}

h1.green {
	color:#00ac5c;
}

h2 {
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#af0531;
    text-align:left;
}

h2.pink {
	font-size:12px;
	color:#c43c96;
}

h2.small {
	font-size:12px;
	color:#AF0531;
}
	
h2.large{
	font-size:14px;
	color:#AF0531;
	line-height:5px;
}

p {
	color:#999;
	font-size:14px;
	line-height: normal;
	text-align:left;
}

li {
	float:left;
	margin: 0px auto;
}


ul { 
    padding: 0px;
}

img {
  border-style: none;
}

#more {
	float:left;
    border-style: none;
}

#break {
	clear:both;
	border: 2px solid #E6E7E8;
	margin-bottom:10px;
}

.submit {
	background-color:#EDD5AC;
    background-image:url(/images/submit.png);
    background-repeat:no-repeat;
    width:150px;
    height:50px;
    border:none;
    cursor:pointer;
}

/*	header */
#top{
	background-image: url(/images/header.png);
	background-repeat:no-repeat;
	width:900px;
	height:131px;
	margin: 0px auto;
    padding: 0px;}	
	
#topbg{
	width:100%;
	height:200px;
	background-image:url(/images/header_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	margin: 0px auto;
    padding: 0px;}	

#logo{
	float:left;
	background-image: url("/images/solutions6.png");
	background-repeat:no-repeat;
	width:195px;
	height:73px;
	margin-top:27px;
	margin-right:100px;}

#space {
	float:left;
	width:260px;
	height:131px;
}

#search{
	float: left;
  font-size: 11px;
	background: transparent;
	width: 280px;
	margin-top: 18px;
	margin-left: 10px;
  padding: 0;
  padding-top: 0.15em;
  height: 22px;
  border: 0px;
	color: white;
}

#searchgo{
	float: left;
	margin-top: 17px;
	margin-left: 9px;
	margin-bottom: 10px;
}

#advancedsearch {
	float: left;
	padding-left: 230px;
}
	
/* Navigation */
#navbg {
	float: left;
    text-align: left;
    width: 900px;
    height: 50px;
    margin: 0px auto;
    line-height: 50px;
}

.nav {
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    width: 900px;
    height: auto;
    margin: 0px auto;
    list-style: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	padding-left: 0;
	text-decoration: none;
	height: 50px;
}

.nav li {
	display: inline;
	padding: 0 ;
	/*border-right:#CCC 1px solid;*/
	height: 50px;
}

.nav li.nav-separator {
	width: 1px;
	background-color: #D0D0D0;
	height: 25px;
	margin-top: 13px;
	border-right: 1px solid #F7F7F7;
}

.nav a {
	padding: 0 12px;
	display:block;
}

.nav a:link {
    color: #888888;
    text-decoration: none;
}

.nav a:visited {
	color: #888888;
	text-decoration:none;
}

.nav a:hover {
	color:#888888;
}

.nav li.current a {
	color:#af0531;
	text-decoration:none;
}
	
/* Content area */	

#container {
	width: 910px;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	color: #888;
}

#moreinfo {
	float: left;
	width: 300px;
	margin-right: 10px;
}
	
#productcatalogue {
	float:left;
	width:591px;
}

.showcase {
	position: relative;
	height:300px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	overflow: hidden;
}

.showcase a.leader {
	position: absolute;
	bottom: 0;
	border-top-right-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	color: #FFF;
	background-color: #AF0531;
	height: 35px;
	line-height: 35px;
	padding: 0 40px 0 10px;
	text-decoration: none;
	font-size: 1.4em;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	font-weight: bold;
	background-image: url("images/bg-gradient-red.png");
}

.showcase a.leader .arrow-right {
	display: inline-block;
	height: 12px;
	width: 15px;
	margin-left: 5px;
	background-image: url("images/icon-arrow-right.png");
	background-repeat: no-repeat;
}

.showcase .preview {
	display: block;
	height: 100%;
	width: 100%;
}

.showcase .preview img {
	display: block;
	height: 100%;
	width: 100%;
}

/* <!-- product page --> */
  
#crumbtrail{
	float:left;
	text-align:right;
	font-size:10px;
	padding-left:400px;
	}
#box
{
  float: left;
  /*border-top: 1px dashed #e0e0e0;
  border-right: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  border-left: 1px dashed #e0e0e0;*/
  width: 160px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#s{
	clear:both;
	width:10px;
	height:20px;
	}
#box h2{
	font-size:16px;
  	margin-top: 0;
	font-family:"Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#af0531;
}
#box h3{
	text-align:right;
	font-size:12px;
  	margin-top: 0;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#888;
	font-style:italic;
	font-weight:normal;
}
#box h4{
	font-size:12px;
  	margin-top: 0;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#af0531;
}
#box ul
{
  margin: 0 0 0 14px;
  color: #000;
}

#box ul, .box li
{
  list-style-type: disc;
}
#box p{
	color:#888888;
	font-size:11px;}
a#featured
{
	text-decoration: none;
	float: left;
}
.featuredcontainer .featuredlabel{
	background-image:url(/images/home/featured.png);
	background-repeat:no-repeat;
	width:115px;
	height:50px;}
#imagearea{
	background-repeat:no-repeat;
	width:970px;
	height:474px;
}
#selectableimagearea{
	float:left;
	width:970px;
	height:107px;
	margin: 0 auto;
	padding:0px;
}
#selectableimagearea2{
	float:left;
	width:970px;
	height:45px;
	margin: 0 auto;
	padding:0px;
}

#content{
	background-image: url(/images/container_bg.png);
	background-repeat: repeat-y;
	width:935px; 
	height:auto;
	float:left;
	text-align:left;
	padding:15px;
	}
#width{
	float:left;
	width:900px;
	height:auto;
	margin-bottom:10px;}
#width p{
	color:#999;
	font-style:italic;
	font-size:12px;}
#productarea
{
  float: left;
  border: 1px solid #e0e0e0;
  width: 425px;
  height:140px;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#888;
}
  
#productarea a
{	color:#AF0531;
font-weight:bold;
text-decoration:none;}

#productarea a:hover
{	color:#AF0531;
text-decoration:underline;}
#image{
	float:left;
	width:169px;
	height:200px;
	}
#image a{
	color:#AF0531;
	text-decoration:none;
	}
#image a:hover{
	color:#AF0531;
	text-decoration:underline;
	}

#image2
{
  float: left;
  width: 256px;
}

#productarea h1{
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
    font-size:26px;
    font-weight:bold;
    color:#af0531;
    text-align:left;
    margin-top: 0;
	}
#productarea h1.pink {
	color:#c43c96;}
#productarea h1.mint {
	color:#00b2b0;}
#productarea h1.red {
	color:#ee352a;}
#productarea h1.yellow {
	color:#fdb813;}
#productarea h1.blue {
	color:#527d98;}
#productarea h1.green {
	color:#00ac5c;}
#productarea p{
	color:888;}		
#box2
{
  float: left;
  border-top: 1px dashed #e0e0e0;
  border-right: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  border-left: 1px dashed #e0e0e0;
  width: 300px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#box2 a
{
	color:#AF0531;
	font-weight:bold;
	text-decoration:none;
}

#box2 a:hover
{	color:#AF0531;
text-decoration:underline;}

.career {
	float: left;
	border: 2px dotted #CCC;
	width: 300px;
	padding: 8px;
	margin-bottom: 10px;
}

.career .career-title {
	margin: 2px;
}

.career a {
	color: #AF0531;
	font-weight: bold;
	text-decoration: none;
}

.career a:hover {
	color: #AF0531;
	text-decoration: underline;
}

#gallery{
	float:left;
	margin-top:90px;
	width:380px;}
#areagallery{
	width:365px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 5px 0px 15px;}
	
#areagallery p{
	font-size:12px;
	color:#666;}
#areacareers{
	width:300px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 5px 0px 15px;}
	
#areacareers p{
	font-size:12px;
	color:#666;}

#areadownloads{
	width:910px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 20px 0px 15px;}
#areadownloads p a{
	color:#AF0531;
	font-size:14px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: none;
	}
	
#areadownloads p a:hover{
	color:#666;
	font-size:14px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: underline;
	}
#contactarearight{
	width:500px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 20px 0px 15px;}
#contactarearight p a{
	color:#AF0531;
	font-size:14px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: none;
	}
	
#contactarearight p a:hover{
	color:#666;
	font-size:14px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: underline;
	}
#areacontact{
	border-right: 1px solid #CCC;
	width:290px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 20px 0px 15px;}
	
#areacontact p{
	font-size:10px;
	color:#666;
	display:inline;
	line-height: 15px;
	}
#areacontact p.red{
	color:#AF0531;
	font-size:10px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;

	}
#areacontact p.red a{
	color:#AF0531;
	font-size:10px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
		text-decoration: none;
	}
#areacontact p.red a:hover{
	color:#AF0531;
	font-size:10px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: underline;
	}
#areacontact p a{
	color:#666;
	font-size:10px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
		text-decoration: none;
	}
#areacontact p a:hover{
	color:#666;
	font-size:10px;
	line-height: 15px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: underline;
	}
	
#ansell lightingright{
	width:580px;
	float:left;
	padding:0;
	height:auto;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
}
#ansell lightingright p{	
	line-height: 5px;}
	
#ansell lightingright a{
	color:#666;
	font-size:12px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: none;
	}
#ansell lightingright a:hover{
	color:#666;
	font-size:12px;
	text-align:left;
	display:inline;
	font-weight:bold;
	text-decoration: underline;
	}
	
#area1{
	float:left;
	padding:0;
	height:auto;
	margin: 0px 5px 0px 15px;
}

/*
	welcome page
*/

.welcome-page .row {
	overflow: auto;
	margin-bottom: 8px;
}

.welcome-page .row .content {
	width: 280px;
	text-align:left;
  	margin-top: 0;
	font-family: Arial, Helvetica;
	font-style: italic;
	font-weight: 100;
	padding-left: 10px;
	float: left;
}

.welcome-page .row .content p {
	font-size: 15px;
	font-weight: 100;
	color: #999;
}

.welcome-page .row .images img {
	margin-right: 4px;
}

/* row-1 */
.welcome-page .row-1 .images {
	float: left;
}

.welcome-page .row-1 .content {}

/* row-2 */
.welcome-page .row-2 .images {
	float: right;
}

.welcome-page .row-2 .content {}

/* row-3 */
.welcome-page .row-3 .images {
	float: left;
}

.welcome-page .row-3 .content {
	width: 220px;
}

	
	/* product display */
#lineleft{
	width:2px;
	height:120px;
	float:left;
  	border-left: 1px solid #e0e0e0;
  	} 
#column1{
  	padding: 8px;
	float:left;
	width:230px;
	min-height:200px;
	margin: 0px;}

#column1 p{
	text-align:left;
	font-size:12px;
  	margin-top: 0;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#888;
	font-style:italic;
	font-weight:normal;}
#column1 li{

	}
#spacer{
	float:left;
	width:10px;
	height:1px;}
#column{
	float:left;
	width:173px;
	padding:0;
	height:auto;
	margin: 0px 5px 0px 5px;
	}

#column h2{
	font-size:20px;
	margin: 0 0 4px 6px;
}

#column h3 {
	text-align:left;
	font-size:12px;
  	margin-top: 0;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#888;
	font-style:italic;
	font-weight:normal;  
}

#column h3 a:link { 
	text-decoration: none;
  	color: #AF0531
}

#column h3 a:hover {  
	text-decoration: underline;
  	color: #AF0531
}

#column h2 a:link, 
#column h2 a:visited 
{
	text-decoration: none;
	color: #AF0531;
}


#column h2 a:link:hover, .column h2 a:visited:hover, a:visited:hover
{
  text-decoration: underline;
}

#column p {
	margin: 8px 0 0 6px;
}

#line {
	width:160px;
	float:left;
  	border-top: 1px dashed #e0e0e0;
  	padding: 4px;
}  

#line2 {
	width:270px;
	float:left;
  	border-top: 1px dashed #e0e0e0;
  	padding: 4px;
}
	
#line3 {
	width:550px;
	float:left;
  	border-top: 1px dashed #e0e0e0;
  	padding: 4px;
} 
	
#newsarea { 	
  float: left;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #e0e0e0;
  width: 425px;
  height:130px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color:#888;
  margin-right:7px;
}
  
#newsarea a {
	width: 390px;
	color:#AF0531;
	font-weight:bold;
	text-decoration:none;}

#newsarea a:hover{
	width: 390px;
	color:#AF0531;
	text-decoration:underline;}	
	
#newsarea .h1{
	width: 390px;
	color:#AF0531;
	font-weight:bold;
	text-decoration:none;}	
	
	
	
/* Footer */

#footer {	
	padding-top:15px;
	float:left;
  	width: 800px;
  	margin: 0 auto;
	font-size:11px;
}

#footer li {
	color:#000;
}
	
#footer a {
	color:#000;
	text-decoration:none;
}
	
#footer a:hover {
	text-decoration:underline;
}

#footercontainer {
	clear:both;
	width:905px;
    margin:0 auto;
	padding:0px;
    text-align: left;
	height:auto;
	border-top:#CCC solid 1px;
}
	
#footercontainer .copyright{
	margin:0px auto;
	padding-top:6px;
	color:#666; 
	text-align:left;
	text-decoration:none;
	font-size:11px;
}

#right {
	float:left;
	width:100px;
	text-align: right;
	padding-top:10px;
}

.news-article-preview {
	float: left;
	border: 1px dotted #CCC;
	border-style: dotted;
	width: 425px;
	height: 130px;
	padding: 8px;
	color:#888;
	margin-right:7px;
}

#box .news-article-preview {
	height: 100%;
	width: auto;
}

.news-article-preview-small {
	width: 140px;
	height: auto;
	margin-left: 10px;
}

.news-article-preview a {
	width: 390px;
	color:#AF0531;
	font-weight:bold;
	text-decoration:none;
}

.news-article-preview a:hover {
	width: 390px;
	color: #AF0531;
	text-decoration: underline;
}

.article-preview {
	line-height: 125%;
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 0;
}

.article-preview p {
	margin: 0;
	font-size: 11px;
}

.news-article-preview .article-title {
	color: #AF0531;
	margin:0;
	text-transform: uppercase;
	font-size: 11px;
}

.news h1 a {
	color: #AF0531;
}

.newsletter-signup {
	width: auto;
	display: block;
}

.newsletter-signup .email {
	background-color: #FFFFE6;
	border: 1px solid #DEC600;
	color: #DEC600;
	font-style: italic;
	padding: 10px;
	width: 150px;
}

.newsletter-signup .submit {
	color: #FFF;
	padding: 1px;
	text-transform: uppercase;
	background-color: #AF0531;
	border: 1px solid #720420;
	font-size: 1em;
	height: auto;
	width: auto;
	float: right;
	margin: 8px 0;
}

.item .thincolumn
{
	width: 21%;
	border-left: 1px solid #DCDCDC;
	display: inline-block;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.item .widecolumn
{
	width: 50%;
	border-left: 1px solid #DCDCDC;
	display: inline-block;
	float: left;
}

.item .thincolumn h1
{
	color: #545454;
	font-weight: normal;
	font-size: 22px;
}

ul.filelist {
	margin-left: 16px;
}

ul.filelist li {
	float: none;
	font-size: 1em;
	list-style-type: none;
	padding: 5px;
	padding-left: 0;
}

ul.filelist li a {
	color: #AF0531;
	font-weight: bold;
	padding: 5px;
	padding-left: 25px;
	background-image: url("images/icon-file-default.png");
	background-repeat: no-repeat;
	background-position: top left;
}

ul.filelist li.type-pdf a {
	background-image: url("images/icon-file-pdf.png");
}

ul.filelist li.type-doc a {
	background-image: url("images/icon-file-doc.png");
}

ul.filelist li.type-ppt a {
	background-image: url("images/icon-file-ppt.png");
}

ul.filelist li.type-txt a {
	background-image: url("images/icon-file-txt.png");
}

ul.filelist li.type-zip a {
	background-image: url("images/icon-file-zip.png");
}

.inline-gallery {
	width: 100%;
}

.inline-gallery-thumbs {
	width: 400px;
	float: left;
	margin: 0;
}

.inline-gallery-thumbs li {
	margin: 2px;
	list-style-type: none;
	padding: 0;
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.inline-gallery-current.loading {
	opacity: 0.8;
}

.inline-gallery-current {
	float: right;
	width: 500px;
}

.cat-main {
	width: 370px;
	float: left;
}

/*
.cat-main .column {
	float:left;
	width:173px;
	padding:0;
	height:auto;
}
*/

.cat-main .cat-button {
	margin: 0px 5px 8px 5px;
	float: left;
	display: inline-block;
}

.cat-main .column h2 {
  font-size:20px;
  margin: 0 0 4px 6px;
}

.cat-main .column h3 {
	text-align:left;
	font-size:12px;
  	margin-top: 0;
	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans", sans-serif;
	color:#888;
	font-style:italic;
	font-weight:normal;  
}

.cat-main .column h3 a:link{  
	text-decoration: none;
  	color: #AF0531
}

.cat-main .column h3 a:hover {
	text-decoration: underline;
  	color: #AF0531
}

.cat-main .column h2 a:link, 
.cat-main .column h2 a:visited 
{
  text-decoration: none;
  color: #AF0531;
}

.cat-main column h2 a:link:hover, 
.column h2 a:visited:hover
{
	text-decoration: underline;
}

.cat-main .column p {
	margin: 8px 0 0 6px;
}


ul.arrow {
	list-style-type: none;
}

ul.arrow li {
	padding-left: 18px;
	display: list-item;
	width: auto;
	float: none;
	background-image: url("/images/arrow.png");
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#box.dotted,
.dotted
{
	border: 1px dotted #CFCFCF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#productarea .viewmore
{
	float: right;
	color: #808080;
	font-family: "trebuchet ms", "arial", "helvetica", sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.clear
{
	clear: both;
}

table.bordered
{
  border-collapse: collapse;
}

table.bordered td, table.bordered th
{
  border: 1px solid #e0e0e0;
  padding: 0.5em;
}

.markdown ul
{
  margin-left: 1.25em;
}

.markdown li
{
  float: none;
}

table.oddrows tr.even
{
  background-color: #f4f4f4;
}

p.pager a:link, p.pager a:visited
{
  text-decoration: none;
}

p.pager a:link
{
  color: #000;
}

p.pager a:visited
{
  color: #444;
}

p.pager a:link:hover, p.pager a:visited:hover
{
  text-decoration: underline;
}

p.pager a
{
  padding: 2px 4px;
}

p.pager a.current
{
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #ddd;
}

a.subtle:link, a.subtle:visited
{
  color: #444;
  text-decoration: none;
}

a.subtle:link:hover, a.subtle:visited:hover
{
  text-decoration: underline;
}
