/* CSS Document */

body {
	/*font-family: Verdana, Georgia, Arial;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1c4164;
	padding: 0px;
	margin: 0px;
	background: #00c9fb url(images/bg.jpg) fixed repeat-x;
	background-position: center top;
	line-height: 14px;
}

#message_box { 
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background-image: url(images/notice_bg.jpg);
	   background-repeat: repeat-x;
	   padding:5px;
       border-bottom:1px solid #CCCCCC;
       text-align:center; 
	   font-size: 12px;
       width:99.2%;
	   margin-bottom: 5px;
	   color: #FFF;
      }

* {
	outline: none;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:18px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style:none;
}

li {
	display: list-item;
	margin-left: 15px;
	padding: 0px;
}

li.tech_li {
	display: list-item;
	margin-left: 15px;
	padding: 0px;
}

a:link, a:visited {
	color: #e20026;
	text-decoration: none;
}

a:hover {
	color: #1c4164;
}

a.rev:link, a.rev:visited {
	color: #1c4164;
	text-decoration: none;
}

a.rev:hover {
	color: #e20026;
}

a img {
	border: none;
	text-decoration: none;
}

a { outline: 0 none; }


#spacer {
	background-image: url(images/spacer.gif);
	background-position: left top;
	clear: both;
}

.spacers {
	background-image: url(images/spacer.gif);
	background-position: left top;
	clear: both;
}

form {
	padding: 0;
	margin: 0;	
}

.para {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.para_1 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.msg {
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px dotted #FF9900;
	font-weight: bold;
	float: left;
	width: 350px;
}

.error {
	width: 350px;
	float: left;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bold_red_text {
	font-size: 13px;
	color: #e20026;
	font-weight: bold;
}

.blue_text { /* red text for page titles */
	color: #1c4164;
}

.blue_text_bold { /* red text for page titles */
	color: #1c4164;
	font-weight: bold;
}

.grey_text {
	color: #87888a;
}

.grey_bold_text {
	color: #87888a;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 3px;
}

.small_grey_text {
	color: #87888a;
	font-size: 11px;
	font-weight: normal;
}
.file_size_text {
	color: #87888a;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.dark_grey_text {
	color: #4b4b4d;
}

.dark_grey_bold_text {
	color: #4b4b4d;
	font-weight: bold;
	padding-bottom: 3px;
}

.dark_small_grey_text {
	color: #4b4b4d;
	font-size: 11px;
	font-weight: normal;
}

.red_text { /* red text for page titles */
	color: #e20026;
}

.red_bold_text { /* red text for page titles */
	color: #e20026;
	font-weight: bold;
}

.bold_text { /* red text for page titles */
	color: #fff;
	font-weight: bold;
}

.page_title { /* red text for page titles */
	color: #e20026;
}

.more_arrow {
	width: 5px;
	height: 9px !important;
	float: left;
	background-image: url(images/more_arrow.png);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.main_modal_wrapper {
	width: 400px;
	min-height: 250px !important;
	float: left;
}

.social_network__wrapper {
	width: 400px;
	min-height: 150px !important;
	float: left;
}

.social_icon {
	width: 190px;
	float: left;
	padding: 5px;
}

a.white_text:link, a.white_text:visited {
	color: #fff;
	text-decoration: none;
}

a.white_text:hover {
	color: #CCC;
}

a.white_bold_text:link, a.white_bold_text:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.white_bold_text:hover {
	color: #e20026;
	font-weight: bold;
}

a.blue_text:link {
	color: #1c4164;
	text-decoration: none;
}

a.blue_text:visited {
	color: #1c4164;
}

a.blue_text:hover {
	color: #e20026;
}

a.grey_text:link {
	color: #87888a;
	text-decoration: none;
	font-size: 10px;	
	font-weight: normal;
}

a.grey_text:visited {
	color: #87888a;	
	font-weight: normal;
}

a.grey_text:hover {
	color: #1c4164;
}

a.dark_grey_text:link {
	color: #4b4b4d;
	text-decoration: none;
	font-size: 10px;	
	font-weight: normal;
}
a.dark_grey_text:visited {
	color: #4b4b4d;	
	font-weight: normal;
}

a.dark_grey_text:hover {
	color: #1c4164;
}

a.blue_bold_text:link, a.blue_bold_text:visited {
	color: #1c4164;
	text-decoration: none;
	font-weight: bold;
}

a.blue_bold_text:hover {
	color: #e20026;
}

a.white_text_alt:link, a.white_text_alt:visited {
	color: #fff;
	text-decoration: none;
}

a.white_text_alt:hover {
	color: #82dbf8;
}

a.red_bold_text:link {
	color: #e20026;
	text-decoration: none;
}
a.red_bold_text:visited {
	color: #e20026;	
}

a.red_bold_text:hover {
	color: #1c4164;
}

.page_title_underline {
	width: 100%;
	float: left;
	border-bottom: 2px solid #dbdcdc;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

ul.arrow {
	padding-left: 5px;
	margin-left: 10px;
	background-image: url(images/more_arrow.png);
	background-repeat: no-repeat;
}

ul.square {
	list-style: square;
	padding-left: 5px;
	margin-left: 10px;
}

ul.cross {
	list-style-image: url(images/li_cross.png);
	padding-left: 5px; 
	margin-left: 10px;
}

ul.tech_bullet {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style:none;
	list-style-type: square;
}

.email_popUp {
	width: 650px;
	min-height: 350px;
	float: left;
}

.reserve_popUp {
	width: 400px;
	min-height: 350px;
	float: left;
}

.error_text_bold {
	color: #e20026;
	font-weight: bold; 
}

/* Main frame background & wrapper */
#wrapper {
	width: 1015px;
	margin-left: auto;
	margin-right: auto;
}

#frame {	
	width: 945px;
	float: left;
	min-height: 650px !important;
	background-image: url(images/frame.png);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
}

/* splash page style */
#frame_splash {	
	width: 945px;
	float: left;
	min-height: 550px !important;
	background-image: url(images/frame.png);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
}

#splash_wrapper {
	width: 775px;
	float: left;
	min-height: 545px !important;
	background-image: url(images/splash_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 85px;
	padding-right: 85px;
	padding-bottom: 10px;
}

#splash_wrapper_notice {
	width: 920px;
	float: left;
	min-height: 545px !important;
	background-image: url(images/splash_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 35px;
	padding-right:35px;
	padding-bottom: 10px;
}

#splash_footer {
	background-image:url(images/splash_footer.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width:1015px;
	height:70px;
	float: left;
}

#lower_nav {
	width: 1015px;
	float: left;
	color: #FFF;
	text-align: center;
}

a.lower_nav:link, a.lower_nav:visited {
	color: #FFF;
	text-decoration: none;
}

a.lower_nav:hover {
	color: #e20026;
	text-decoration: none;
}

#splash_logo {
	width: 775px;
	float: left;
	margin-top: 30px;
}

#web_add {
	width: 775px;
	float: left;
	margin-top: 20px;
	padding-bottom:24px;
	color: #bbbcbe;
	font-size: 26px;
	font-weight: bold;
}

#web_add_notice {
	width: 775px;
	float: left;
	margin-top: 20px;
	padding-bottom:2px;
	color: #bbbcbe;
	font-size: 26px;
	font-weight: bold;
}

#web_add_under {
	width: 775px;
	float: left;
	margin-top: 20px;
	padding-bottom:4px;
	color: #bbbcbe;
	font-size: 26px;
	font-weight: bold;
}

#splash_para {
	line-height:18px;
	font-weight:bold;
	color:#4b5457;
}

a.web_add_text:link {
	color: #bbbcbe;
	text-decoration: none;
}

a.web_add_text:visited {
	color: #bbbcbe;	
}

a.web_add_text:hover {
	color: #1c4164;	
}

#sis_company {
	width: 775px;
	float: left;
	margin-top: 25px;
}

#sis_company_notice {
	width: 920px;
	float: left;
	margin-top: 15px;
}

.sis_company_wrapper {
	width: 155px;
	float: left;
}

.sis_company_wrapper_notice {
	width: 170px;
	float: left;
}

.sis_company_flag {
	width: 155px;
	float: left;
}

.sis_company_option {
	width: 145px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.sis_company_text {
	width: 125px;
	float: left;
	padding: 10px;
	padding-right: 20px;
	color: #87888a;
}

.sis_company_text_notice {
	width: 155px;
	float: left;
	padding: 10px;
	padding-right: 20px;
	color: #87888a;
}

/* error style */
#error {
	width: 322px;
	height: 52px;
	float: left;
	padding-left: 180px;
	padding-top: 110px;
	background-image: url(images/error_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	font-size: 12px;
}

.country_selection {
	width: 350px;
	float: left;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#error_page_txt {
	width: 775px;
	float: left;
	margin-top: 30px;
	font-size: 12px;
	margin-bottom: 30px;
}

.error_option {
	min-height: 15px;
	float: left;
	margin-right: 25px;
	padding: 5px;
	padding-left: 0px;/*
	border-bottom: 1px solid #00c8fa;*/
}

/* Account panel */
#acc_heaader {
	width: 945px;
	float: left;
	padding-top: 4px;
	padding-bottom: 0px;
	background-color: #FFF;
}

#cust_account {
	width: 280px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

#fav_prod {
	width: 230px;
	float: left;
	padding-top: 3px;
}

#sis_comps {
	width: 305px;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 40px;
}

.current_country_flag {
	width: 20px;
	float: left;
	margin-left: 140px;
}

.current_country {
	width: 140px;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
	text-align: right;
}

/* sister company up style*/
#sis_comp_flags_wrapper {
	width: 550px;
	min-height: 300px !important;
	float: left;
}

.popUp_sis_company_wrapper {
	width: 250px;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

.popUp_sis_company_flag {
	width: 75px;
	float: left;
}

.popUp_sis_company_option {
	width: 175px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

.popUp_sis_company_text {
	width: 125px;
	float: left;
	padding: 10px;
	padding-right: 20px;
	color: #87888a;
}

.country_flag {
	width: 82px;
	float: left;
	margin-left: 10px;
}

/* logo and search bar */
#header {		
	width: 945px;
	float: left;
	border-bottom: 2px solid #dbdcdc;
	padding-top: 4px;
	padding-bottom: 4px;
}

#logo {		
}

#header_contact {
}

.cntct_wrapper {
	width: 300px;
	float: left;
}

.cntct_email_1 {
	width: 300px;
	float: left;
	margin-bottom: 2px;
}
.cntct_tel {
	width: 300px;
	float: left;
}

.cntct_icon {
	width: 35px;
	float: left;
}

.cntct_txt {
	width: 200px;
	float: left;
	font-size: 11px;
	padding-top: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}

#header_search {
}


#tech_header {		
	width: 305px;
	float: left;
	padding-left: 640px;
	padding-top: 13px;
	padding-bottom: 18px;
	border-bottom: 2px solid #dbdcdc;
	background-image: url(images/tech_header_bg.gif);
	background-repeat: no-repeat;
}

/* nagivation bar */
#nav_bar {
	width: 945px;
	float: left;
	height: 28px !important;
	border-bottom: 2px solid #dbdcdc;
	background-color: #FFF;
	margin-bottom: 13px;
}

#main_nav {
	width: 660px;
	float: left;
}

#basket {
	width: 275px;
	float: left;
	text-align: right;
	height: 22px;
	padding-top: 6px;
	padding-right: 10px;
}

.checkout_basket_icon {
	width: 20px;
	float: left;
	margin-left: 115px;
}

.checkout_basket_login {
	width: 140px;
	float: left;
}

.checkout_basket_icon_login {
	width: 20px;
	float: left;
	margin-left: 115px;
}

.checkout_basket {
	width: 140px;
	float: left;
}

img.bg {
    position:absolute;
    top:0px;
    left:0px;
}

/* search function */
#search-wrap input {
	width: 274px; 
	font-size: 14px;
	color: #999;
	padding: 6px; 
	border: solid 1px #999999;
	background: url(images/search_icon.png);
  	background-repeat:no-repeat;
	padding-left: 25px;	
}

#results {
	width: 305px; 
	border: solid 1px #DEDEDE;
	border-top: 0px;
	display: none;
	position: absolute;	
	background-color: #FFF;
	z-index: 99999999;
}

#results ul, #results li {
	padding: 0; 
	margin: 0; 
	border: 0; 
	list-style: none;
	z-index: 3000; /* help prevent submenu from being hiden behind other content */
}

#results li {
	border-top: solid 1px #DEDEDE;
}

#results li a {
	display: block; 
	padding: 3px;
	text-decoration: none; 
	color: #000000; 
	font-weight:bold;
	font-size: 11px;
	z-index: 3000; /* help prevent submenu from being hiden behind other content */
}

#results li a small {
	display: block; 
	text-decoration: none; 
	color: #999999; 
	font-weight: normal;
}

#results li a:hover {
	background: #FFFFCC;
}

#results ul {
	padding: 6px;
	padding-top: 0px;
	z-index: 3000; /* help prevent submenu from being hiden behind other content */
}

/* home page rotating banner */
.rotator {
    /*background-color:#1c4164;*/
	background-image: url(../slider/images/loading.gif);
	background-repeat: no-repeat;
    width:619px;
    height:314px;
    margin:0px auto;
    position:relative;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:3px solid #1c4164;
    overflow:hidden;
   /*-moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;*/
}

.rotator ul {
	list-style:none;
	position:absolute;
	left:-60px;
	top:-4px;
	margin-top:6px;
	z-index:500;
}
.rotator ul li {
    display:block;
    float:left;
    clear:both;
    width:260px;
}
.rotator ul li a {
    width: 160px;
    float:right;
    clear:both;
    padding-left:40px;
    text-decoration:none;
    display:block;
    height:40px;
    line-height:40px;
    background-color:#222;
    margin:1px 20px 1px 0px;
    opacity:0.8;
    color:#FFF;
    font-size:14px;/*
    border:2px solid #000;
    border-left:none;*/
    outline:none;
    /*text-shadow:-1px 1px 1px #1c4164;*/
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
	letter-spacing: 1px;
}
.rotator ul li a:hover {
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading {
    position:absolute;
    top:0px;
    right:0px;
    width:300px;
}
.rotator .heading h1 {
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:10px;
	line-height: 50px;
}

.rotator .description {
    width: 280px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
	padding-top: 0px;
    background-color: #222;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0.8;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
	font-size: 14px;
	line-height: 18px;
}
.rotator .description p {
    text-shadow: -1px 1px 1px #000;
    text-transform: none;
    letter-spacing: normal;
    line-height: 18px;
}

a.more:link, a.more:visited {
    color: #F90;
    text-decoration: none;
    text-transform: uppercase;
}
a.more:hover {
    color: #fff;
}



/* panel containing rotating banner and new products */
#banner_new_prod_panel {
	width: 945px;
	float: left;
}

#rot_banner {
	width: 625px;
	float: left;
	height: 320px !important;
	margin-right: 15px;
	z-index:10000px;
}

.ie7 #rot_banner {
	width: 625px;
	float: left;
	height: 320px !important;
	margin-right: 15px;
	z-index:-10px;
}

/*#new_prods {
	width: 305px;
	float: left;
	height: 320px !important;
	background-image: url(images/new_prods/_background.jpg);
	z-index: 2000; /* help prevent submenu from being hiden behind other content 
}*/


/* panel containing icons */
#icon_wrapper {
	width: 945px;
	float: left;
}

.icon_panels {
	width: 305px;
	float: left;
	margin-right: 15px;
}

.push_prod_panel {
	width: 305px;
	float: left;
}

#top_selling_products {
	width: 625px;
	float: left;
	margin-right: 15px;
}

#tech_training_course {
	width: 305px;
	height: 83px !important;
	float: left;
	background-image: url(images/hm_page/training_courses.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}

#tech_insect_id {
	width: 305px;
	height: 83px !important;
	float: left;
	background-image: url(images/hm_page/insect_id.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}

#asms_icon {
	width: 305px;
	height: 83px !important;
	float: left;
	background-image: url(images/hm_page/asms.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

#twitter_feed_icon {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/twitter_icon.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
}

#video_icon {
	width: 195px;
	height: 83px !important;
	float: left;
	background-image: url(images/hm_page/videos_icon.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 110px;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 10px;
}

#catalogue_az {
	width: 305px;
	height: 100px !important;
	float: left;
	background-image: url(images/hm_page/catalogue_a-z.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
}

#breakfast_workshops {
	width: 305px;
	height: 90px !important;
	float: left;
	background-image: url(images/hm_page/breakfast_workshops.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 5px;
}

#breakfast_meetings {
	width: 137px;
	float: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 8px;
}

#workshop_dates {
	width: 137px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 6px;
}

#workStudy_dataSheet {
	width: 305px;
	height: 90px !important;
	float: left;
	background-image: url(images/hm_page/work_study_data_sheet.jpg);
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 10px;
}

.workstudies_icon {
	width: 230px;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}

.hsd_icon {
	width: 50px;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 9px;
	font-weight: bold;
}

#speedy_ordering {
	width: 305px;
	float: left;
	margin-bottom: 7px;
}

#sales_contact {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/sales_contact.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	color: #FFF;
	margin-top: 5px;
}

#live_chat {
	width: 305px;
	height: 75px !important;
	float: left;
	background-image: url(images/hm_page/live_chat.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 15px;
	color: #FFF;
	margin-top: 3px;
}

#photo_library {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/photo_library.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 1px;
	font-weight: normal;
}

#new_businesses {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/new_businesses.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 3px;
	font-weight: normal;
	color: #FFF;
}

#tech_treatment_form {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/personal_itr.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 2px;
}

#blank_icon {
	width: 305px;
	height: 80px !important;
	float: left;
	background-image: url(images/hm_page/blank_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}

#product_icon {
	width: 305px;
	height: 178px !important;
	float: left;
	background-image: url(images/hm_page/product_icon_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 2px;
}

/* Push product style */

.push_products {
	width: 305px;
	height: 188px !important;
	float: left;
	background-image: url(images/push_prod_bg.png);
	background-repeat: repeat-x;
	margin-right: 15px;
}

#pp_wrapper {
	width: 307px;
	float: left;
	margin-right: 15px;
	min-height: 188px !important;
}

#pp_text_wrapper {
	width: 138px;
	min-height: 100px !important;
	float: left;
	padding: 10px;
}

#pp_desc {
	width: 143px;
	min-height: 100px !important;
	float: left;
	margin-bottom: 5px;
	font-weight: normal;
}

#pp_name {
	width: 143px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#pp_link {
	width: 143px;
	float: left;
}

#pp_link a:link, #pp_link a:visited {
	color: #e20026;
	text-decoration:none;
}

#pp_link a:hover {
	color: #1c4164;
	text-decoration:none;
}

.pp_image {
	width: 144px;
	float: left;
	min-height: 168px !important;
	padding-top: 20px;
}

#others {
	width: 625px;
	float: left;
	height: 90px !important;
}

.prod_push_more {
	float: left;
	width: 100%;
}

/* for main new range page */
#new_range {
	width: 540px;
	float: left;
	height: 320px !important;
	background-image: url(images/new_products_bg.jpg);
	background-repeat: no-repeat;
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

#new_range #carousel_bttns_alt {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 540px;
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

#new_range #left-but_alt {
	margin-left: 17px;
	float: left;
}

#new_range #right-but_alt {
	margin-left: 430px;
}

#new_range #title-text_alt {
	padding-top: 280px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #e20026;
	text-align: left;
}

#new_range #alt-text_alt {
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	color: #1c4164;
	text-align: left;
	padding-right: 10px;
}

#new_range  #carousel_items {
	margin-left:0px;
}

#new_range  .cloudcarousel {
	margin-top: 20px;

}

#new_range  .reflection {
	margin-top: 20px;
}


/* for main new products page */
#new_products {
	width: 540px;
	float: left;
	height: 320px !important;
	background-image: url(images/new_products_bg.jpg);
	background-repeat: no-repeat;
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

#carousel_bttns_alt {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 540px;
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

#left-but_alt {
	margin-left: 17px;
	float: left;
}

#right-but_alt {
	margin-left: 430px;
}

#title-text_alt {
	padding-top: 280px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #e20026;
	text-align: left;
}

#alt-text_alt {
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	color: #1c4164;
	text-align: left;
	padding-right: 10px;
}

/* Right panel containing new products, training course, catalogue request and sales contact details */
#right_panel {
	width: 305px;
	float: left;
}

#new_prods {
	width: 305px;
	float: left;
	height: 320px !important;
	margin-bottom: 8px;
	background-image: url(images/new_prods/_background.jpg);
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

.ie7 #new_prods {
	width: 305px;
	float: left;
	height: 320px !important;
	margin-bottom: 8px;
	background-image: url(images/new_prods/_background.jpg);
	z-index: 200000; /* help prevent submenu from being hiden behind other content */
}

#new_prods_carousel {
	color:#FFF;
	text-align:center;
}

#carousel_main_title {
	margin: 14px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#carousel_main_title a {
	color:#FFF;
}

#carousel_main_title a:link {
	color:#FFF;
}

#carousel_main_title a:visited {
	color:#FFF;
}

#carousel_main_title a:hover {
	color: #EC1000;
}

#carousel_bttns {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 305px;
	z-index: 2000; /* help prevent submenu from being hiden behind other content */
}

#left-but {
	margin-left: 17px;
	float: left;
}

#right-but {
	margin-left: 204px;
}

#title-text {
	padding-top: 184px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

/*.ie7 #carousel1 {
	margin-left:-227px;
	width:500px;
}
*/

.ie7 #carousel_main_title {
	margin-left:-292px;
}

.ie7 #carousel_bttns {
	margin-left:-305px;
}

.ie7 #alt-text {
	margin-left:-140px;
}

.ie7 #title-text {
	margin-left:-297px;
}

.ie7 #carousel_items {
	margin-left:-344px;
}

.ie7 .cloudcarousel {
	margin-left:-149px;
}

.ie7 .reflection {
	margin-left:-149px;
}

.ie6 #carousel_main_title {
	margin-left:-292px;
}

.ie6 #carousel_bttns {
	margin-left:-305px;
}

.ie6 #alt-text {
	margin-left:-140px;
}

.ie6 #title-text {
	margin-left:-297px;
}

.ie6 #carousel_items {
	margin-left:-344px;
}

.ie6 .cloudcarousel {
	margin-left:-149px;
}

.ie6 .reflection {
	margin-left:-149px;
}

.ie7 .rotator ul li a {
	margin-left:50px;
	width:236px;
}

#alt-text {
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 287px;
	font-size: 10px;
}

/* Other CTA'S */

#lower_right_panel {
	width: 305px;
	float: left;
}

.catalogue_request {
	width: 130px;
	float: left;
	font-weight: bold;
	padding-left: 100px;
	padding-top: 15px;
	text-transform: uppercase;
}

.az_listing {
	width: 75px;
	height: 100px !important;
	float: left;
}

/*** sister company style ***/

#profile-wrapper {
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 50%;
  	height: 50%;
  	margin: auto;
}

#middlebar {
	background-color: transparent;
	padding: 5px;
	width: 190px;
	float: left;
	z-index: 99999999;
}

#middlebar .menu li {
	background: url(images/country_flags/lm.png) left top no-repeat;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#middlebar .menu li a {
	color: #1c4164;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	padding: 0 26px 0 10px;
	background: url(images/country_flags/rm.png) right top no-repeat;
	width: 200px;
}

#middlebar .menu li a:hover {
	color: #97a4b1;
}
	
#middlebar ul .submenu {
	border: solid 1px #c7c8c8;
	border-top: none;
	background: #FFFFFF;
	position: relative;
	top: 2px;
	width: 215px;
	padding: 6px 0;
	clear: both;
	z-index: 2;
	display: none;
	text-align: left;
	
}

#middlebar ul .submenu li{
	background: none;
	display: block;
	float: none;
	margin: 0 6px;
	border: 0;
	height: auto;
	line-height: normal;
}
	
#middlebar .submenu li a {
	background: none;
	display: block;
	float: none;
	padding: 3px 5px;
	margin: 0;
	border: 0;
	height: auto;color: #1c4164;
	line-height: normal;
}

#middlebar .submenu li a:hover{
	color: #97a4b1;
}

/* Free delivery bar */
#free_del {
	width: 945px;
	height: 20px;
	float:left;	
	background-color: #1c4164;
	padding: 0px 0px 6px 0px;
	margin-top: 8px;
}

#bar_text { 
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}

/* Main Footer*/

#footer_main {
	background-image:url(images/footer_main.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 3px 0px 0px 0px;
	width:1015px;
	height:93px;
	float: left;
}

#footer_content {
	background-image:url(images/footer_bckgrnd.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 945px;
	margin-top: 6px;
	margin-right: 35px;
	margin-left: 35px;
	height: 42px;
	float: left;
}

#footer_content a:link, a:visited {
	color: #687a81;
	text-decoration: none;
}

#footer_content a:hover {
	color: #e20026;
}

#footer_text { 
	text-align: center;
	color: #1c4164;
	font-size: 11.5px;
	padding: 5px 0px 0px 0px;
}

/* Cufon font embedding */

.red_footer{
	color:#e20026;
}

.gray_footer{
	color:#687a81;
}

/* lower toolbar */
div,ul,ol,li { 
	margin:0;
	padding:0;
}

ol, ul { 
	list-style:none;
}

#downhead {
  	min-width: 800px;
  	margin-top: 30px;
  	text-align: center;  
}

#downhead h2 {
  	font-size: 30px;
  	color: #555;
  	text-shadow: 2px 2px 2px #999;
}

#downhead p {
  	font-size: 20px;
  	color: #777;
  	padding: 0 50px 30px 50px; 
}

#downhead img {
  	border: 5px solid #ccc;
}

/*-- Bottom Toolbar --*/

#toolbar, #toolbarbut {
  	position: fixed; /* set fixed position for the bar */
  	bottom: 0px;
  	right: 0px;
  	z-index: 9999; /* keep the bar on top  */
  	height: 36px;
  	background: url(images/toolbar/bcktool.png);
  	/* CSS3 */
  	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  	-khtml-box-shadow: 0px 1px 10px #666;
  	-webkit-box-shadow: 0px 1px 10px #666;
  	/* CSS3 end */
	border-top: 1px solid #eee;
  	border-left: 1px solid #eee; 
  	border-right: 1px solid #eee;  
}

#toolbar {
  	width: 65%;
  	min-width: 700px; /* to limit the width when an excessive window resize */
  	margin: 0px auto; /* centered toolbar */
  	left: 0px;
}

#toolbarbut {/* div for the 'hide status' */
  	width: 60px;
  	height: 15px;
  	margin-right: 3%;
  	display: none;
}

span.showbar a { /* show button */
  	padding: 5px;  
  	font-size: 10px;
  	color: #989898;
}

.leftside {
  	float: left;
}

.rightside {
  	float: right;
}

/*-- Left Side --*/

ul#social li {
  	display: inline;
}

a.rss {
	display: inline-block;
	width: 104px;
	height: 35px;
	margin-left: 5px;
	background: url(images/toolbar/rss.png) no-repeat;
}

a.facebook, a.twitter, a.youtube, a.linkedIn, a.chat_icon, a.stumble {
  	display: inline-block;
  	width: 40px;
  	height: 35px;        
  	margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.youtube:hover, a.linkedIn:hover, a.chat_icon:hover, a.stumble:hover {
  	background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  	background: url(images/toolbar/facebook.png) no-repeat;
}

a.twitter {
  	background: url(images/toolbar/twitter.png) no-repeat;
}

a.youtube {
  	background: url(images/toolbar/youtube.png) no-repeat;
}

a.chat_icon {
  	background: url(images/toolbar/chat_icon.png) no-repeat;
}

a.linkedIn {
  	background: url(images/toolbar/linkedIn.png) no-repeat;
}

a.stumble {
  	background: url(images/toolbar/stumble.png) no-repeat;
}

.tip {
  	position: absolute; /* important */
  	top: -75px;
  	width: 250px;
  	height: 78px;
  	background: url(images/toolbar/tip.png) no-repeat;
  	float: left;
  	display: none;
}

/* custom distances for the icons */
#tipfacebook {
  	left: 75px; 
}

#tiptwitter {
  	left: 120px; 
}

#tipyoutube {
  	left: 165px; 
}

#tiplinkedIn {
  	left: 210px; 
}

#tipchat_icon {
  	left: 210px; 
}

#tipstumble {
  	left: 255px; 
}
.tip ul {
  	padding: 22px 0 0 25px;
}

.tip ul li {
  	display: inline;
  	padding-left: 3px;
}

.tip ul li a {
  	font-size: 18px;
  	color: #989898;
}       

.tip ul li a:hover {
  	color: #666;
}

.tip ul li small {
  	font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  	float: right;
  	border-left: 1px solid #a4a4a4;
}

span.downarr a {
  	display: block;
  	width: 36px;
  	height: 26px;
  	padding: 25px 0 0 10px;
  	background: url(images/toolbar/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
  	background: #e4e4e4;
  	border-left: 1px solid #a4a4a4;
  	padding: 10px;
}

span.menu_title a {
  	font-size: 16px;
  	line-height: 34px;
  	color: #9a9a9a;
}

.quickmenu {
  	position: absolute; /* important */
  	top: -251px;
  	right: 46px;
  	width: 260px;
  	height: 250px;
  	background: #e4e4e4;
	border-top: 1px solid #a4a4a4;
  	border-left: 1px solid #a4a4a4; 
  	border-right: 1px solid #a4a4a4;
  	/* CSS3 */
  	-moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  	-khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  	-webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  	/* CSS3 end */
  	display: none; /* important */
}

.quickmenu ul {
  	padding-top: 20px;
}

.quickmenu ul li {
  	border-bottom: 1px solid #989898;    
  	padding: 5px 10px;
  	margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  	font-size: 18px;
  	color: #989898;
  	display: block;
}

.quickmenu ul li a:hover {
  	color: #666;
}

.prod_is_desc ul {
	list-style:circle;
	margin-left:14px;
}