@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Lucida Handwriting';
	src: url('fonts/lucida-handwriting-italic.eot');
	src: local('☺'), url('fonts/lucida-handwriting-italic.woff') format('woff'), url('fonts/lucida-handwriting-italic.ttf') format('truetype'), url('fonts/lucida-handwriting-italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

	*{
		margin:0;
		padding:0;
		outline:none;
	}

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote,
address, img, fieldset, form, label, legend,
table, tr, th, td, article, aside, ul, li,
footer, header, nav, section,
	{
		padding:0px;
		border:0;
		margin:0px;
		height: 100%;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
	}

body {
		margin:0 auto;
		font-size:12px;
		color:#535353;
		background-color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		/*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	}
		
h1, h2, h3, h4, h5, h6 {
		margin:0px;
		padding:0px;
		font-weight:normal;
	}
a {
    color: inherit;
	outline:none;
	border:none;
}
input::-ms-clear {
    display: none;
}
.clear{
		clear:both;
		height:0px;
		}
#wrapper{
		margin:0 auto;
		width:1000px;
		}
#header{
		margin:0 auto;
		padding:25px 0px;
		width:1000px;
		}
#logo{
		float:left;
		position: relative;
		z-index: 999;
		}
#logoRight{
		float:right;
		position: relative;
		z-index: 999;
		}
#logoRight span.call_us{
		color:#000;
		text-align:right;
		padding-top:10px;
		font-size:14px;
		font-weight:bold; 
		line-height:20px;
		float:right;
		margin-right:5px;
		}
#logoRight span.call_skype{
		color:#990000;
		text-align:right;
		font-size:14px;
		font-weight:bold; 
		line-height:20px;
		float:right;
		padding-top:10px;
		}
#logoRight span.call_skype img{
		float:left;
		}
#logoRight span.header_email{
		color:#000;
		text-align:right;
		font-size:14px;
		font-weight:bold;
		clear:both;
		display:block;
		}
#logoRight span.header_email a{
		color:#000;
		text-decoration:none;
		}
#logoRight span.header_email a:hover{
		color:#000;
		text-decoration:underline;
		}
.social{
		/*padding-bottom:25px;*/
		float: right;
		}
.social a {
		float: left;
		margin-left: 3px;
		width:32px;
		height:32px;
}
.social a img{
		float:left;
		border:0px;
		width:100%;
		height:100%;
		}
#menu, #menu ul {
		list-style: none;
		background-color:#4f4f4f;
		font-size:12px;
		font-weight:bold; 
		width:1001px; margin-right:-1px;
		}
#menu {
		margin:20px 0px 0px 0px;
		float:left;
		}
#menu ul{
		list-style-type:none;
		}	
#menu:before,
#menu:after {
		content: "";
		display: table;
		}
#menu:after {
		clear: both;
		}
#menu li {
		float: left;
		position: relative;
		font-size:13px;
		line-height:20px;
		margin-right:0px; 
		/*border-right:1px solid #fff;	*/
		}
#menu li a {
		float: left;
		color:#fff;
		padding:15px 17px 15px 16px;
		text-decoration: none;
		}
#menu li:hover > a {
		color:#d5d5d5;
		background-color:#2a2b88;
		}
*html #menu li a:hover { /* IE6 only */
		color:#fff;
		background-color:#2a2b88;
		}
#menu li a.current { /* IE6 only */
		color:#fff;
		background-color:#2a2b88;
		}
.border{
		border:0px; 
		border-right:0px;
		}
#menu ul {
		margin:0px;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 45px;
		text-transform:uppercase; 
		width:260px;
		background-color:#fff;
		left: 0;
		z-index: 9999;    
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
		}
#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
		}
#menu ul ul {
		top: 0; 
		width:200px;
		margin: 0 0 0 0px;
		_margin: 0; /*IE6 only*/
		}
#menu ul li {
		float: none;
		display: block;
		border: 0; margin-right:-5px;
		_line-height: 0; /*IE6 only*/ 
		}
#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
		}
#menu ul a {    
		padding: 10px;
		width: 240px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap; 
		float: none;
		text-transform:uppercase;
		padding:12px 10px;
		}
#menu ul a img{
		float:left;
		padding-right:7px;
		margin-top:-4px;
		}
#menu ul a:hover {
		text-decoration:none;
		}
#menu li ul{
		padding:0px;
		}
#menu ul li ul{
		background-color:#fff;
		}
#menu ul li a{
		background:none;
		color:#404142;
		}
#menu ul li a:hover{
		background-color:#77c57e;
		color:#fff; 
		text-decoration:none;
		}
#menu ul li a.current{
		background-color:#77c57e;
		color:#fff; 
		text-decoration:none;
		}
#menu ul li ul li a{
		background:none;
		}
#menu ul li ul li a:hover{
		background:none;
		}
#slider{
		clear:both;
		margin:0;
		}	
#slider img{
		width:100%;
		}
#welcome{
		margin:25px 0px 10px 0px;
		padding-bottom:10px;
		/*border-bottom:3px solid #e2e2e2;*/
		}
#welcomeLeft{
		float:left;
		width:675px;
		}
#welcomeLeft h1{
		background-color:#e2e2e2;
		width:645px;
		font-size:24px;
		color:#7f7f7f;
		padding:10px;
		}
#welcomeLeft ul{
		padding-top:25px;
		list-style-type:none;
		margin-left:-50px;
		}
#welcomeLeft li{
		float:left;
		width:300px;
		margin-left:50px;
		}
#welcomeLeft h2{
		font-size:20px;
		width:300px;
		color:#333333;
		border-bottom:1px solid #333333;
		padding-bottom:7px;
		margin-bottom:7px;
		}
#welcomeLeft p{
		width:300px;
		line-height:18px;
		font-size:13px;
		}
#welcomeLeft span{
		text-align:right;
		color:#666666;
		float:right;
		font-size:13px;
		font-weight:bold; 
		}
#welcomeLeft span a{
		color:#666666;
		text-decoration:none;
		line-height: 22px;
		float:left;
		}
#welcomeLeft span a:hover{
		color:#990000;
		text-decoration:underline;
		}
#welcomeLeft span img{
		float:right;
		margin:0px 0px 0px 5px;
		border:0px;
		}
#welcomeLeft h5{
		font-size:24px;
		color:#990000;
		font-weight:bold; 
		padding-top:7px;
		float:right;
		}
#welcomeRight{
		float:left;
		margin-left:50px;
		width:275px;
		background-color:#e2e2e2;
		}
#welcomeRight span.call_me_title{
		font-size:26px; 
		font-weight:bold;
		color:#d60000;
		text-align:center;
		padding:15px;
		display: block;
		}
#welcomeRight input{
		margin:0px 0px 10px 20px;
		padding-left:5px;
		height:26px;
		}
.input1{
		float:left;
		width:225px;
		border:1px solid #000;
		}
.input2{
		float:left;
		width:224px; 
		border:1px solid #000;
		/*border-right:1px;*/
		}
.code{
		float:left;
		/*border:1px solid #000;
		border-left:0px;*/
		}
#welcomeRight span.reload_callme_back{
		text-align:right;
		font-size:11px;
		background-color:#fff;
		clear:both;
		padding:3px;
		margin:0px 20px 15px 155px;
        display: block;
		}
#welcomeRight span.reload_callme_back a{
		color:#000;
		text-decoration:none;
		}
#welcomeRight span.reload_callme_back a:hover{
		color:#000;
		text-decoration:underline;
		}
#welcomeRight h5{
		background-color:#fe0000;
		color:#fff;
		font-size:18px;
		text-align:center;
		padding:2px 0px;
		}
#welcomeRight h5 img{
		float:right;
		border:0px;
		}
#welcomeRight h5 a{
		color:#fff;
		text-decoration:none;
		}
#welcomeRight h5 a:hover{
		color:#fff;
		text-decoration:underline;
		}
#welcomeRSG{
		margin:35px 0px 10px 0px;
		padding-bottom:10px;
		}
#welcomeRSGLeft{
		float:left;
		width:675px;
		}
#welcomeRSGLeft ul{
		list-style-type:none;
		margin-left:-50px;
		}
#welcomeRSGLeft li{
		float:left;
		width:300px;
		margin-left:50px;
		padding-bottom:25px;
		}
#welcomeRSGLeft li img{
		float:left;
		border:4px solid #e2e2e2;
		margin-right:5px;
		}
#welcomeRSGLeft li h3 a{
		color:#990000;
		font-size:16px; 
		/*margin-left:110px;*/
		text-decoration:none;
		display: inline-block;
		width:195px;
		padding-bottom:5px;
		border-bottom:1px solid #c7c7c7;
		}
#welcomeRSGLeft li p{
		padding:8px 0px;
		font-size:12px;
		line-height:17px;
		}
#welcomeRSGLeft li p a{
		color:#333333;
		text-decoration:underline;
		}
#welcomeRSGLeft li p a:hover{
		color:#990000;
		text-decoration:underline;
		}
#welcomeRSGRight{
		float:right;
		margin-left:20px;
		width:275px;
		/*border-left:5px solid #e2e2e2;*/
		padding-left:25px;
		}
#welcomeRSGRight ul{
		list-style-type:none;
		float: right;
		}
#welcomeRSGRight li{
		padding-bottom:20px;
		}
#welcomeRSGRight li img{	
		border:0px;
		}
#quick{
		clear:both;
        /*background-image:url(images/quickBg.jpg);*/
		background-repeat:no-repeat;
		height:340px;
		position:relative;
		}
#quickContact{
		margin-left:340px;
		background-image:url(../images/quickBgImage.png);
		background-repeat:repeat;
		width:304px;
		padding:10px 15px 5px 15px;
		position:absolute;
		z-index:10;
		top:0;
		left:0;
		}
#quick:hover #quickContact {
    background-color: rgba(0,0,0,0.9);
    background-image: none;
}
#quickContact span.quick_contact{
		color:#fff;
		width:285px;
		text-transform:uppercase;
		border-bottom:2px solid #fff;
		padding-bottom:3px;
		margin-bottom:10px;
		font-size: 18px;
		display: block;
		}
#quickContact span.field_label{
		float:left;
		width:65px;
		color:#bababa;
		font-size:14px;
		margin-right:10px;
		padding-top:3px;
		margin-bottom:5px;
		}
#quickContact input{
		float:left;
		background:none;
		border:1px solid #bababa;
		padding-left:4px;
		color:#fff;
		}
#quickContact textarea{
		width:204px;
		height:75px;
		background:none;
		border:1px solid #bababa;
		}
#quickContact ul{
		list-style-type:none;
		}
#quickContact li{
		clear:both;
		padding-bottom:10px;
		}
.input3{
		width:200px;
		height:21px;
		}
.input4{
		float:left;
		width:200px; 
		border:1px solid #bababa;
		border-right:0px;
		height:21px;
		}
.code2{
		/*float:left;
		border:1px solid #bababa;
		border-left:0px;*/
		}
#quickContact span.reload_footer{
		clear:both;
		text-align:right;
		color:#00ccff;
		font-size:11px;
		margin-right:10px;
		display: block;
		}
#quickContact span.reload_footer a{
		color:#00ccff;
		text-decoration:underline;
		}
#quickContact span.reload_footer a:hover{
		color:#00ccff;
		text-decoration:none;
		}
.sendEnquiry{
		margin:0px 0px 0px 0px;
		}
.sendEnquiry img{
		border:0px;
		border :none;
		}
#bottom{
		clear:both;
		margin:25px 0px;
		background-color:#f8f8f8;
		border:4px solid #e2e2e2;
		padding:15px;
		}
#bottomLeft{
		float:left;
		width:440px;
		}
#bottomRight{
		float:left;
		width:500px;
		margin-left:20px; 
		}
#bottomLeft ul{
		list-style-type:none;
		float:left;
		width:200px;
		margin-left:20px;
		}
#bottomLeft li{
		padding-bottom:5px;
		}
#bottomLeft li h4{
		font-weight:bold;
		font-size:12px;
		color:#636363;
		border-bottom:1px solid #636363;
		padding-bottom:2px;
		margin-bottom:5px;
		width:180px;
		}
#bottomLeft li img{
		border:0px;
		}
#bottomLeft li a{
		color:#999999;
		font-size:12px;
		text-decoration:none;
		}
#bottomLeft li a:hover{
		color:#999999;
		text-decoration:underline;
		}
#bottomLeft h4{
		font-weight:bold;
		font-size:12px;
		color:#636363;
		clear:both;
		}
#bottomLeft h6{
		margin:0px;
		}
#bottomLeft h6 img{
		float:left;
		}
#indexGallery{
		margin:0px;
		}
#indexGallery ul{
		list-style-type:none;
		/*width:450px; 
		margin-left:0px; 
		padding-left:0px;*/
		}
#indexGallery li{
		float:left;
		}
#bottomRight ul {
		float: left;
		list-style-type: none;
		/*margin-left: 10px;*/
		padding-right: 30px;
		width: 220px;
}
#bottomRight ul ul {
		margin-left: 0;
		padding:0;
		width:100%;
}
#bottomRight li{
		padding-bottom:5px;
		}
#bottomRight li h4{
		font-weight:bold;
		font-size:12px;
		color:#636363;
		border-bottom:1px solid #636363;
		padding-bottom:2px;
		margin-bottom:5px;
		width:200px;
		}
#bottomRight li img{
		padding:10px 0px;
		border:0px;
		}
#bottomRight li p{
		font-size:11px;
		color:#636363;
		padding-bottom:15px;
		width:200px;
        word-wrap: break-word;
		}
#bottomRight li p a{
		color:#636363;
		text-decoration:none;
		}
#bottomRight li p a:hover{
		color:#636363;
		text-decoration:underline;
		}
#bottomRight li h5{
		color:#0000ff;
		padding-bottom:25px;
		font-size:11px;
		}
#bottomRight li h5 a{
		color:#0000ff;
		text-decoration:none;
		}
#bottomRight li h5 a:hover{
		color:#0000ff;
		text-decoration:underline;
		}
#bottomRight span.more_customers{
		color:#666666;
		font-size:11px;
		font-weight:bold;
		width:175px;
		}
#bottomRight span.more_customers a{
		color:#990000;
		text-decoration:none;
		display:inline-block
		}
#bottomRight span.more_customers a:hover{
		color:#990000;
		text-decoration:underline;
		}
#bottomRight span.more_customers img{
		float:right;
		margin:-12px 0px 0px 3px;
		}
#bottomRight li p span{
		/*color:#0000ff;*/
		padding-bottom:25px;
		font-size:11px;
		}
#bottomRight li p span a{
		color:#0000ff;
		text-decoration:none;
		}
#bottomRight li p span a:hover{
		color:#0000ff;
		text-decoration:underline;
		}
.socialBottom{
		margin:0px;
		}
.socialBottom img{
		float:left;
		margin-right:4px;
		border:0px;
		}
#footer{
		clear:both;
		margin-top:15px;
		background-color:#4f4f4f;
		padding:15px;
		margin-bottom:10px;
		}
#footerContent{
		float:left;
		width:640px;
		}
#footerContentRight{
		float:right;
		background-color:#4f4f4f;
		margin-top:40px;
		}
#footerContentRight ul{
		list-style-type:none;
		}
#footerContentRight li{
		float:left;
		}
#footerContentRight li img{
		border:0px;
		}
#footerContent ul{
		list-style-type:none;
		}
#footerContent li{
		float:left;
		padding:0px 7px;
		border-right:2px solid #839494;
		}
#footerContent li a{
		text-decoration:none;
		color:#f8f8f8;
		}
#footerContent li a:hover{
		text-decoration:underline;
		color:#f8f8f8;
		}
#footerContent p{
		color:#878787;
		clear:both;
		line-height:14px;
		font-size:11px;
		padding:10px 0px;
		}
#footerContent p a{
		text-decoration:none;
		color:#878787;
		}
#footerContent p a:hover{
		text-decoration:underline;
		color:#f8f8f8;
		}
#footerContent span.copyrights{
		color:#878787;
		font-size:11px;
		}
#footerContent span.copyrights a{
		color:#f8f8f8;
		text-decoration:none;
		}
#footerContent span.copyrights a:hover{
		color:#f8f8f8;
		text-decoration:underline;
		}
#footerContent span.copyrights span{
		color:#f8f8f8;
		font-weight:bold;
		}
#contactContent{
		margin:0px;
		padding-bottom:30px;
		}
.vticker ul li {
        height: 150px;
}
.contactContentHead{
		background-color:#e2e2e2;
		width:980px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:22px;
		color:#7f7f7f;
		padding:10px;
		margin-bottom:10px;
		}
#contactContent ul{
		margin:15px 0px;
		list-style-type:none;
		}
#contactContent li{
		float:left;
		width:285px;
		}
#contactContent li span.contact_sub_head{
		font-weight:bold;
		font-size:16px;
		color:#636363;
		border-bottom:1px solid #636363;
		padding-bottom:5px;
		margin-bottom:5px;
		padding-top:15px;
		width:280px;
		display:block;
		}
#contactContent li span.online_quote{
		font-weight:bold;
		font-size:16px;
		color:#ae1128;
		border-bottom:1px solid #636363;
		padding-bottom:5px;
		margin-bottom:10px;
		padding-top:15px;
		width:280px;
		display:block;
		}
#contactContent li span.online_quote a{
		color:#ae1128;
		text-decoration:none;
}
#contactContent li p{
		line-height:18px;
		font-size:12px;
		padding-bottom:25px;
		}
#contactContent li img {
		display: inline-block;
		position: relative;
		top: 5px;
		}
#contactContent li span.contact_address{
		font-size:13px;
		padding-top:20px;
		display:block;
		}
#contactContent li span.contact_address span{
		font-weight:bold;
		}
#contactContent li span.contact_address span img{	
		float:left;
		margin-right:5px;
		}
#contactContent li span.contact_address a{
		color:#000;
		text-decoration:none;
		}
#contactContent li span.contact_address a:hover{
		color:#000;
		text-decoration:underline;
		}
.contactPhone{
		color:#26ade3;
		font-size:12px;
		font-weight:bold; 
		line-height:20px;
		padding-top:3px;
		}
.contactPhone img{
		float:left;
		margin-left:-3px;
		}
#contactContent li span.field_lable{
		padding:7px 0px 5px 0px;
		font-size:11px;
        display: block;
		}
#contactContent li input{
		border:1px solid #000;
		}
#contactContent li textarea{
		width:272px;
		height:50px;
		border:1px solid #000;
		padding-left: 3px;
		}
#contactContent li input[type='image'] {
		border:none;
		width: 275px;
}
.code3{
		/*float:left;
		margin-top:10px;
		border:1px solid #000;
		border-left:0px;*/
		}
.input6{
		width:272px;
		height:26px;
		float:left;
		padding-left:3px;
		margin-top:10px;
		}
.refresh{
		font-size:11px;
		text-align:right;
		padding:8px 8px 15px 0px;
		clear:both;
		}
.refresh a{
		color:#1f66ce;
		text-decoration:underline;
		}
.refresh a:hover{
		color:#1f66ce;
		text-decoration:none;
		}
.sendEnquiry2{
		margin:0px 0px 0px 2px;
		}
.sendEnquiry2 img{
		border:0px;
		}
.contactInput1{
		width:272px;
		height:22px;
		padding-left:3px;
		}
.middleContact{
 		border-left:4px solid #e9e9e9;
		border-right:4px solid #e9e9e9;
		padding:0px 30px 35px 35px;
		margin:0px 35px;
		}
#product{
		margin:15px 0px;
		}
#product ul{
		list-style-type:none;
		}
#product li{
		float:left;
		}
#product li img{
		border:0px;
		}
#productContent{
		margin:0px;
		padding-bottom:30px;
		}
#products{
		margin:10px 0px;
		}
#products h2{
		width:993px;
		font-size:24px;
		border-bottom:5px solid #e9e9e9;
		padding-left:7px;
		padding-bottom:4px;
		margin:25px 0px;
        clear: both
		}
#products ul{
		list-style-type:none;
		margin-left:-50px;
		}
#products li{
		float:left;
		width:300px;
		margin-left:50px;
		padding-bottom:35px;
		}
#products li h3{
		border-bottom:1px solid #e9e9e9;
		color:#990000;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}
#products li h3 a {
        text-decoration: none;
        color:#990000;
}
#products li h3 img{
		float:right;
		padding-top:7px;
		border:0px;
		}
#products li span.product_code{
		margin:0px;
        display: block;
		}
#products li h4 img{
		float:left;
		border:4px solid #e9e9e9;
		margin-right:5px;
		}
#products li h4 span{
		font-weight:bold;
		color:#666666;
		font-size:11px;
		}
#products li span.product_description{
		padding-top:10px;
		font-size:11px;
        display: block;
		}
.productsHead{
		border-bottom:1px solid #e9e9e9;
		color:#990000;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}
.productsHead img{
		float:right;
		padding-top:7px;
		border:0px;
		}
.productsLeft{
		float:left;
		width:110px;
		}
.productsLeft img{
		border:4px solid #e9e9e9;
		margin-right:5px;
		}
#productsRight{
		float:left;
		width:190px;
		}
#productsRight h4{
		font-weight:bold;
		color:#666666;
		font-size:11px;
		}
#productsRight h5{
		padding-top:10px;
		font-size:11px;
		}
#terms{
		margin:10px 0px;
		}
#terms h2{
		width:993px;
		font-size:18px;
		text-transform:uppercase;
		border-bottom:2px solid #e9e9e9;
		padding-left:7px;
		padding-bottom:4px;
		margin:25px 0px 10px 0px;
		}
#terms p{
		line-height:16px;
		font-size:12px;
		padding-bottom:15px;
		}
#testimonials{
		margin:10px 0px 10px -75px;
		}
#testimonials ul{
		float:left;
		width:280px;
		color:#203348;
		padding:25px 0px;
		margin-left:75px;
		list-style-type:none;
		}
#testimonials li{
		padding-bottom:25px;
		}
#testimonials li h3{
		border-bottom:2px solid #dedede;
		color:#203348;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}
#testimonials li p{
		line-height:16px;
		font-size:13px;
		padding-bottom:10px;
		}
#testimonials li span.customer_link{
		font-weight:bold;
		font-size:12px;
        display: block;
		}
#testimonials li span.customer_link a{
		color:#ae1128;
		text-decoration:none;
		}
#testimonials li span.customer_link a:hover{
		color:#203348;
		text-decoration:underline;
		}
.testimonialsImage{
		margin:10px 0px;
		}
		
#productrange{
		margin:10px 0px 10px -75px;
		}	
#productrange ul{
		float:left;
		width:280px;
		height:auto;
		color:#203348;
		padding:25px 0px;
		margin-left:75px;
		list-style-type:none;
		}
#productrange li{
		padding-bottom:25px;
		}	
#productrange li h2{
		border-bottom:2px solid #dedede;
		color:#636363;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}
#productrange li h2 a {
		color:#ae1128;
		text-decoration:none;
		}		
#productrange li p{
		line-height:16px;
		font-size:13px;
		padding-bottom:10px;
		}
#productrange li span.customer_link{
		font-weight:bold;
		font-size:12px;
        display: block;
		}
#productrange li span.customer_link a{
		color:#203348;
		text-decoration:none;
		}
#productrange li span.customer_link a:hover{
		color:#203348;
		text-decoration:underline;
		}
.productrangeImage{
		margin:10px 0px;
		}		

.productsrangebp{
		float:left; 
		width:850px;
		}

.productsrangebp p{
		padding-top:0px; 
/*		margin-top:-10px;*/
		font-size:11px;
		text-align:left;
		}
.productsrangebp ul{
		list-style-type: disc !important;
        margin-left: 0 !important;
        color: #990000;
		}
.productsrangebp li{
		margin-bottom: 2px;
        font-size: 12px;
        line-height: 14px;
        clear: both;
        width: auto !important;
        padding-bottom: 0 !important;
        list-style: disc !important;
        margin-left: -55px !important;
        float:none !important;
		}
.productsrangebp li a {
        color: #990000;
        text-decoration: none;
}
.productsrangebp li a:hover { text-decoration: underline; color: #990000}		
		
#quickEnquiry{

		margin:0 auto;

		width:600px;

		margin-top:100px;

		}
		
#quickenquiry_button
{


width:150px;
height:30px;
margin-left:400px;
background-color:yellow;
padding:10px;
font-size:14px;
border: 5px;
position: relative;
    top: -25px;

}

#quickenquiry_button a
{
text-decoration:none;
}

#quickEnquiryContent{
		padding:15px;
		padding-right:15px;
		background-color:#fff;
		opacity:0.9;
		filter: alpha(opacity=90);
		margin:0 auto;
		width:575px;
		overflow: hidden;
		/*width:590px;*/
		}
#quickEnquiryContent span.quick_enquiry{
		border-bottom:3px solid rgb(108, 108, 111);		
		color:#203348;
		font-size:20px;
		padding:5px 15px;
		text-transform:uppercase;
		margin-bottom:10px;
		padding-left:5px;
		display:block;
		}
#quickEnquiryContent ul{
		list-style-type:none;
		margin-left:-50px;
		padding-top:0px;
		}
#quickEnquiryContent li{
		float:left;
		width:255px;
		margin-left:50px;
		padding:10px 0px;
		border:0px;
		}
#quickEnquiryContent li span.field_label{
		font-size:12px;
		padding-bottom:5px;
		display:block;
		}
#quickEnquiryContent li span.field_label span{
		color:#9a0404;
		font-size:14px;
		}
#quickEnquiryContent li input{
		border:1px solid #999999;
		padding-left:4px;
		}
.quickInput{
		width:265px;
		height:22px;
		border: 0px solid rgba(128, 128, 128, 0.52);;
		}
#quickEnquiryContent li textarea{
		width:580px;
		border:1px solid #999999;
		height:75px;
		}
#enquiryCode{
		clear:both;
		padding-top:15px;
		}
#enquiryCodeLeft{
		float:left;
		}
#enquiryCodeLeft input{
		float:left;
		width:250px; 
		border:1px solid lightgray;
		/*border-right:10px;*/
		height:29px;
		padding-left:5px;
		}
.code4{
		float:left;
		border:0px solid #bababa;
		border-left:0px;
		}
#enquiryCodeLeft span.quick_enquiry_refresh{
		text-align:right;
		color:#00ccff;
		font-size:11px;
		clear:both;
		margin-right:15px;
		display:block;
		}
#enquiryCodeLeft span.quick_enquiry_refresh a{
		color:#00ccff;
		text-decoration:underline;
		}
#enquiryCodeLeft span.quick_enquiry_refresh a:hover{
		color:#00ccff;
		text-decoration:none;
		}
#enquiryCodeRight{
		margin:0px 0px 0px 10px;
		text-align:right;
		float:right;
		}
#enquiryCodeRight img{
		border:0px;
		}

#order {
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    height: 35px;
    line-height: 10px;
    padding-top: 0;
    text-align: center;
}

 #quick_enquiry_refresh_code
{
cursor:pointer;
color: #00ccff; 
margin-left:143px;

}

#product_home_page_contact_form_success_msg
{
display:none; 
color:green; 
font-size:12px; 
margin-top:0px; 
margin-left:120px; 
font-weight:bold;
width:250px;
}

#product_page_contact_form_success_msg
{
 display:none; 
 width:188px; 
 color:green; 
 font-size:12px; 
 margin-top:0px; 
 margin-left:90px; 
 font-weight:bold;
}
/* Styles for Internet Explorer 11 */
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
 #quick_enquiry_refresh_code
{
cursor:pointer;
color: #00ccff; 
left:-103px;
position:relative;
top:40px;
}
 
#submit_sendenquiry 
{
position:relative;

}




  
} /* End of Styles for Internet Explorer 11 */

/* new codes */
#slider{
		margin:15px 0px;
		}
#slider1 {
	float: left;
}
#sliderLeft{
		float:left;
		width:665px;
		min-height: 400px;
		}
#sliderRight{
		float:left;
		width:335px;
		}
#sliderLeft img{
		border:0px;
		}
#quote{
		height:430px;
		width:330px;
		background-color:#f2f2f2;
		border-left:5px solid #fff;
		}
#quoteTop{
		background-color:#1c4180;
		text-align:center;
		height:70px;
		}
#quoteTop span.get_quote_title{
		color:#fff;
		font-size:21px;
		padding-top:12px;
		display:block;
		font-family:"Lucida Handwriting", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		}
#quoteTop span.get_quote_descrip{
		color:#fff;
		font-size:12px;
		line-height:1px;
		padding:5px 0px;
		display:block;
		opacity: 0.8;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
#quoteTop span.get_quote_today{
		color:#fff;
		font-size:13px;
		display:block;
		text-decoration:underline; 
		padding-bottom: 3px;
		opacity: 0.9;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
#quoteTop span.get_quote_today a{
		text-align:center;
		color:#fff;
		text-decoration:underline;
		}
#quoteTop span.get_quote_today a:hover{
		text-align:center;
		color:#fff;
		text-decoration:none;
		}
#quote-content{
		height:1px;
		width:300px;
		background-color:#f2f2f2;
		padding:25px 15px 5px 15px; 
		background-image:url(../images/banner-arrow.jpg); 
		background-repeat:no-repeat; 
		background-position:top center;
		}
#quote-content h2{
		color:#fff;
		width:285px;
		text-transform:uppercase;
		border-bottom:2px solid #fff;
		padding-bottom:3px;
		margin-bottom:10px;
		}
#quote-content span.field_lable{
		float:left;
		width:80px;
		color:#4f4f4f;
		font-size:13px;
		margin-right:10px;
		padding-top:3px;
		margin-bottom:5px;
		display:block;
		}
#quote-content span.reload_product{
		clear:both;
		text-align:right;
		color:#00ccff;
		font-size:11px;
		margin-right:10px;
		display:block;
		}
#quote-content span.reload_product a{
		color:#00ccff;
		text-decoration:underline;
		}
#quote-content span.reload_product a:hover{
		color:#00ccff;
		text-decoration:none;
		}
#quote-content input{
		float:left;
		background:none;
		border:1px solid #bababa;
		padding-left:4px;
		color:#4f4f4f;
		margin-bottom:5px;
		}
#quote-content textarea{
		width:204px;
		height:88px;
		background:none;
		border:1px solid #bababa;
		}
#quote-content ul{
		list-style-type:none;
		}
#quote-content li{
		clear:both;
		padding-bottom:10px;
		}
.input7{
		width:200px;
		height:21px;
		}
.input8{
		float:left;
		width:200px; 
		border:1px solid #bababa;
		border-right:0px;
		height:21px;
		}
.product-home-text{
		padding:20px;
		}
.product-home-text p{
		text-align:justify;
		font-size:15px;
        color:#333333;
		margin-bottom:10px;
		}
.product-home-text p a{
		color:#ae1128;
		text-decoration:underline;
		}
#phm{
		margin:25px 0px;
		float:left;
		}
#phm ul{
		list-style-type:none;
		margin-left:-50px;
		}
#phm li{
		float:left;
		width:475px;
		margin-left:50px;
		padding-bottom:35px;
		}
#phm li h2{
		border-bottom:1px solid #e9e9e9;
		color:#333333;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}
#phm li h2 img{
		float:right;
		padding-top:7px;
		border:0px;
		}
#phm li h2 a {
        color:#990000;
        text-decoration: none;
        }
#phm li h4{
		margin:0px;
		}
#phm li h4 img{
		float:left;
		border:4px solid #e9e9e9;
		margin-right:5px;
		}
#phm li h4 span{
		font-weight:bold;
		color:#666666;
		font-size:11px;
		}
#phm li p{
		padding-bottom:10px;
        color:#6B6B6B;
		font-size:14px;
		}
.productsHead2{
		border-bottom:2px solid #c7c7c7;
		color:#333333;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		}		
.productsHead3, #doors li h3.productsHead3{
		border-bottom:2px solid #c7c7c7;
		color:#000;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		line-height: 22px;
		}
.productsHead3 a {text-decoration: none;}
.productsHead2 img{
		float:right;
		padding-top:7px;
		border:0px;
		}
.productsLeft2{
		float:left;
		width:140px;
		}
.productsLeft2 img{
		border:7px solid #e2e2e2;
		margin-right:5px;
		}
.productsRight2{
		float:left; 
		width:325px;
		}
.productsRight2 h4{
		font-weight:bold;
		color:#666666;
		font-size:11px;
		}
.productsRight2 p{
		padding-top:0px; 
/*		margin-top:-10px;*/
		font-size:11px;
		text-align:left;
		}
.productsRight2 ul{
		list-style-type: disc !important;
        margin-left: 0 !important;
        color: #990000;
		}
.productsRight2 li{
        margin-bottom: 2px;
        color: #555555;
        font-size: 14px;
        line-height: 14px;
        clear: both;
        width: auto !important;
        padding-bottom: 0 !important;
        list-style: disc !important;
        margin-left: 19px !important;
        float: none !important;
		}
.productsRight2 li a {
        color: #990000;
        text-decoration: none;
}
.productsRight2 li a:hover { text-decoration: underline; color: #990000}
#thank-you{
		margin:10px 0px;
		}
.thank-left{
		width:650px;
		float:left;
		padding-right:10px;
		margin-right:10px;
		border-right:2px solid #c7c7c7;
		}
.thank-right{
		width:300px;
		float:left;
		}
.thankHead{
		border-bottom:1px solid #c7c7c7;
		color:#333333;
		font-size:18px;
		padding-bottom:5px;
		margin-bottom:10px;
		margin-top:25px;
		}
.thank-left p{
		padding-bottom:10px;
		line-height:14px;
		color:#222;
		font-size:12px;
		}
.thank-left p span{
		color:#777777;
		font-size:12px;
		}
.thank-right p{
		color:#222;
		line-height:14px;
		font-size:12px;
		clear:both;
		padding-top:10px;
		}
.thank-right p span{
		font-weight:bold;
		color:#000;
		}
.thank-right p a{
		color:#000;
		line-height:18px;
		text-decoration:none;
		}
.thank-right p a:hover{
		color:#000;
		text-decoration:underline;
		}
.thank-right span.skype_no{
		color:#26ade3;
		font-size:11px;
		font-weight:bold; 
		padding-top:0px;
        display: block;
		}
.thank-right span.skype_no img{
		float:left;
		margin-top:-2px;
		}
#doors-menu{
		margin:10px 0px;
		}
#doors-menu{
		margin:0 auto;
		margin-top:30px;
		width:1000px;
		}
#doors-menu ul{
		list-style-type:none; 
		padding-bottom:8px;
		border-bottom:4px solid #eaeaea;
        float: left;
        width: 100%;
		}
#doors-menu li {
		float:left;
		text-align:center;
		font-size:14px;
		margin-right:2px;
		
		}
#doors-menu li a {
        font-size: 14px;
		color:#214583;
		background-color:#eaeaea;
		padding:9px 24px 9px 24px;
		text-decoration: none;
		border:0px solid #eaeaea;
		-moz-border-top-left-radius: 10px;  
		-webkit-border-top-left-radius: 10px; 
		border-top-left-radius: 10px;
		-moz-border-top-right-radius: 10px;  
		-webkit-border-top-right-radius: 10px; 
		border-top-right-radius: 10px;
		behavior:url(border-radius.htc);	
		}
#doors-menu li a:hover{ /* IE6 only */
		color:#ffffff;
		background-color:#214583;
		}
#doors-menu li a.current { /* IE6 only */
		color:#ffffff;
		background-color:#214583;
		}
		

.product-code{
		margin:0px;
		}
.product-code-left{
		float:left;
		width:670px;
		margin-right:50px;
		padding-top:20px;
		}
.product-code-left h3{
		padding:0px 0px 10px 0px;
		color:#333333;
		font-weight:bold;
		font-size:14px;
		display:block;
		}
.product-code-left p{
		line-height:18px;
		color:#777777;
		font-size:14px;
		padding-bottom:10px;
		}
.product-code-left ul{
		margin-left:30px;
		margin-bottom:50px;
		}
.product-code-left li{
		font-size:13.5px;
		color:#333333;
		list-style-type:disc;
		line-height:18px;
		}
.product-code-right{
		float:left;
		width:275px;
		margin-bottom:25px;
		padding-top:20px;
		}
.product-code-right img{
		padding-top:5px;
		padding-bottom:15px;
		}
.door-spec{
		margin:0px;
		text-align:justify;
		}
.door-spec-left{
		float:left;
		width:550px;
		margin-right:30px;
		padding-top: 20px;
		}
.door-spec-left span.product_spec_title{
		/*padding-top:10px;*/
		color:#666666;
		font-weight:bold;
		font-size:14px;
		display:block;
		padding-bottom: 3px;
		}
.door-spec-left p{
		line-height:16px;
		color:#777777;
		font-size:13.5px;
		padding-bottom:13px;
		padding-top:0px;
		}
.door-spec-right{
		float:left;
		width:420px;
		margin-bottom:25px;
		padding-top: 20px;
		}
.door-spec-right img{
		padding-bottom:15px;
		padding-top: 5px;
		}
.hardware-right{
		float:left;
		width:420px;
		margin-bottom:25px;
		padding-top:20px;
		}
.hardware-right img{
		padding-top:5px;
		}
.glazing{	
		margin:0px;
		padding-top:20px;
		}
.glazing p{
		line-height:18px;
		color:#777777;
		font-size:14px;
		padding-bottom:15px;
		text-align:justify;
		/*padding-top:15px;*/
		}
.glazing img{
		margin:10px 0px;
		}
		
.technical{
		margin:0px;
		text-align:justify;
		}
.technical-left{
		float:left;
		width:650px;
		margin-right:25px;
		padding-top: 20px;
		}
.technical-left p{
		line-height:18px;
		color:#777777;
		font-size:12px;
		padding-bottom:15px;
		text-align:justify;
		/*padding-top:15px;*/
		}
.technical-left img{
		padding-top:10px;
		padding-bottom:15px;
		}
.technical-right{
		float:left;
		width:300px;
		padding-top: 20px;
		}
.technical-right img{
		padding-bottom:20px;
		/*padding-top:15px;*/
		}
.technical-data{
		margin:0px;
		}
.technical-data ul{
		list-style-type:none;
		margin:5px 0px 50px 20px;
		}
.technical-data li{
		padding-top:7px;
		clear:both;
		}
.technical-data-left{
		float:left;
		width:250px;
		line-height:14px;
		color:#777777;
		font-size:12px;
		}
.technical-data-right{
		float:left;
		width:250px;
		line-height:14px;
		color:#777777;
		font-size:12px;
		}		


/* Bug fixing new style */
.quickenquiry_button {
	position: relative;
	top:-25px;	
}
.quickenquiry_button a {
	margin-left:100px;
	display: inline-block;
}
.quickenquiry_button a img {
	outline: none;
	border: none;	
}

.callme_back_submit {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px 10px 4px 40px;
	background-color: #FE0000;
	color: #fff;
	font-size: 18px;
	background-image: url(../images/callBack.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	line-height: 23px;
}

.timePosted
{
color: blue;
}

.ver_quickenquiry_button {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99999;
    margin-top: -110px;
}
.move_top {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
    display: block;
    cursor: pointer;
}
#slider {
  margin: 15px 0px 0;
  border: 25px solid #e2e2e2;
  border-right: 0;
  border-left: 0;
}