/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
	list-style-type:none;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70.5%;
    height: 100%;
}

body
{
    font-size: 1.1em;
    color: #323232;
    height: 100%;
    background: #fff url(images/top-shadow.gif) repeat-x;
}

a
{
	color: #ff9900;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


h1, h2, #sidebar h3{
    font-size: 1.8em;
    font-weight: normal;
    color: #323232;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #cacaca;
}

h3{
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 0px 15px;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #cacaca;
    color: #323232;
}

h4{
    font-size: 1.4em;
    font-weight: normal;
	padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    color: #323232;
}

table{padding: 0 0 15px 0;}

th, td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(images/shadow-back.gif) repeat-x left bottom;
}


/******************* main text area elements *******************/

a.button {
	/* Sliding right image */
    background: transparent url('images/button_right.png') no-repeat scroll top right;
	display: block;
	float: right;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}



a.button span {
    /* Background left image */ 
    background: transparent url('images/button_left.png') no-repeat; 
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
} 



a.button:hover span{
    text-decoration:underline;
}


#text h3{
    padding: 15px 0 0 0;
}

#text p {
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

/*
#text ul, #text ol{
    padding: 0 0 15px 30px;
}
*/

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

blockquote{
    font-size: 0.9em;
    background: url(images/blockquote-middle.gif) repeat-y;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    width: 533px;
    height: 29px;
    display: block;
    background: url(images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}


/***************************** layout divs *******************/

#wrapper{
    width: 945px;
    margin: 0 auto -80px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
	padding: 30px 15px 0 20px;
}

#logo{
	width: 320px;
	float: left;
}
#basket{
	width: 330px;
	float: right;
	height: 40px;
	margin-top: 15px;
	margin-right: 10px;
	font: bold Arial, Helvetica, sans-serif;
	text-align: right;
}

span.freephone {
	font-size: 150%;
	font-weight: bold;
}

#text{
	width: 630px;
	float: left;
	margin: 0 0 40px 15px;
	padding: 0;
}


/********************** main horizontal menu ***************/

#mainmenu{
    float: right;
    list-style: none;
    position: relative; top: 13px; right: 6px;
    z-index: 1;
}

#mainmenu li{
    float: left;
    width: 120px;
    height: 35px;
    background: url(images/mainmenu-back.gif);
}

#mainmenu li a{
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(images/mainmenu-back.gif);
	display: block;
	width: 120px;
	height: 25px;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    
}

#mainmenu li a:hover {
    text-decoration: none;
    background: url(images/mainmenu-back-hover.gif);
    height: 20px;
    padding: 15px 0 0 0;
}

#mainmenu li a.current {
	text-decoration: none;
	background: url(images/mainmenu-back-current.gif);
	height: 20px;
	padding: 15px 0 0 0;
}

#mainmenu li a:hover.current {
	text-decoration: underline;
}


/******************* headers with slogan and header for inner pages **********************/

.panel{
    width: 945px;
    height: 250px;
    background: url(images/banner-home-01.jpg);
}

.panel p, .panel h1, .panel h2 {
	text-indent: -9000px;
	border-style: none;
}

#first{
	background: url(images/home-banner/step-1.jpg) no-repeat;
}
#second{
	background: url(images/home-banner/step-2.jpg) no-repeat;
}
#third{
	background: url(images/home-banner/step-3.jpg);
}

.panel-inner{
    width: 945px;
    height: 200px;
    background: url(images/banner-inner.jpg);
}

.panel .show-next-banner{width: 20px; height: 100px; display: block; float: right; position: relative; top: 130px;}

.panel .viewDemo {
	display: block;
	top: 30px;
	left: 620px;
	position: relative;
}

.panel .requestDemo {
	display: block;
	top: 40px;
	left: 620px;
	position: relative;
}

.panel .buyNow {
	display: block;
	top: 50px;
	left: 620px;
	position: relative;
}

.slogan{
    width: 450px;
    padding: 65px 0 0 350px;
}

.slogan p{
	color: #555;
	line-height: 1.5;
	padding: 10px 0 15px 0;
}

.slogan h1{
	color: #000000;
	font: 2.1em Arial, sans-serif;
	border-style: none;
}


/******************* left sidebar **********************/

#sidebar{
	width: 260px;
	float: right;
	padding-right: 25px;
}

#sidebar p, #sidebar ul{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
    font-size: 0.9em;
}


#text ul, #sidebar ul {
    list-style-image: url(images/tick.gif);
    padding: 0 0 15px 25px;
}

#sidebar  ul  li, #text ul li{padding: 0 0 5px 5px;}


#sidebar img.labelstation-demo a {
	border-style: none;
}


#sidebar img.gallery {
    float: left;
    padding: 3px;
    border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}



#sidebar strong{
    text-transform: uppercase;
}

#sidebar #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#sidebar #sidemenu li a{
    color: #798263;
}

/******************* footer *****************************/

.push{height: 80px;}

#footer{height: 80px;}

#footer{
    background: #E3E2E3 url(images/footer-shadow.gif) repeat-x;
}

#footer p{
	width: 300px;
	margin: 0 auto;
	padding: 40px 0 0 15px;
	font-size: 0.9em;
	text-align: center;
}


/**************** contact form **************************/

input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(images/contact-send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: white;
	font-weight: bold;
}


/**************** scrolling effect **********************/
.panel-inner{
	width: 945px;
	height: 200px;
	background: url(images/banner-inner.jpg);
}



#slider {
  width: 945px;
  position: relative;
}

.scroll {
  height: 250px;
  width: 945px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  margin: 0 0 20px 0;
  z-index: 0;
}

.scrollContainer div.panel {
  width: 945px;
  height: 250px;
  z-index: 0;
}

ul#industry li.healthsafety, ul#industry li.electronics, ul#industry li.electrical, ul#industry li.datacomms   {text-indent: -9000px;display: block;margin: 0px;padding: 0px;overflow: hidden;}


ul#industry li a:hover {margin: 0; padding:0;}
ul#industry li.healthsafety a {background: url(images/health-safety.jpg) no-repeat;height: 53px;width: 212px;display: block;margin-bottom: 2px;}
ul#industry li.healthsafety a:hover {background: url(images/health-safety.jpg) no-repeat 0px -53px;}
ul#industry li.electronics a {background: url(images/electronics.jpg) no-repeat;height: 53px;width: 212px;display: block;margin-bottom: 2px;}
ul#industry li.electronics a:hover {background: url(images/electronics.jpg) no-repeat 0px -53px;}
ul#industry li.electrical a {background: url(images/electrical.jpg) no-repeat;display: block;width: 212px;height: 53px; margin-bottom: 2px;}
ul#industry li.electrical a:hover {	background: url(images/electrical.jpg) no-repeat 0px -53px;}
ul#industry li.datacomms a {background: url(images/datacomms.jpg) no-repeat;display: block;width: 212px;height: 53px;}
ul#industry li.datacomms a:hover {	background: url(images/datacomms.jpg) no-repeat 0px -53px;}

.imgfloatLeft {	padding: 5px 15px 10px 3px;float: left;}

.imgfloatRight {float: right;padding: 5px 3px 10px 15px;}

/* Product image display */
.productContainer {
	width: 610px;
}

.product-img-box {
	width: 195px;
	float: left;
}
.product-img-box .more-images ul {margin: 0px;padding: 0px;}
.product-img-box .more-images li {
	float:left;
}
.product-img-box img{padding: 3px;  border: 1px solid #DEDFDE; vertical-align: middle; margin: 0 10px 10px 0;}


/* Product info display */

.product-info-box {
	float:right;
	width:380px;
}

.product-info-box li {
	padding: 2px 0px 2px 20px;
}

.product-info-box li.last {
	margin-top: 10px;
}

.productPrice {
	font-size: 2.4em;
}

.stock {
	font-weight: bold;
	color: #339900;
}

.add-to-cart-box {
	margin:10px 0;
	border:1px solid #eee;
	background-color:#f8f8f8;
	padding:10px 0px 10px 22px;
	text-align:left;
}

.learnMore a {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background: url(images/indent_task.png) no-repeat left 3px;
}

.learnMore a:hover {
	background: url(images/indent_task.png) no-repeat left -14px;
	color: #0066CC;
}
