@charset "utf-8";
/* CSS Document */
html , body{width:100%;}

html {}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	line-height:18px;
}

/* CORRECTION START HERE */
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
}
p { 
	margin:0;
	padding:0; 
	line-height:18px; 
}
input {
	border:none;
}
img {
	border:none;
}
a { 
	color:#000;
	text-decoration:none;
	outline:none;
}

.clearfix { display: inline-block; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.float-left{float:left;}
.float-right{float:right;}	
.clear { clear:both }
/* CORRECTION END HERE */

/*CONTAINER START HERE*/
#conatiner {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border-top:15px solid #db1044;
	border-bottom:22px solid #db1044;
}



/*WRAPPER START HERE*/
.wrapper {
	width:96%;
	margin:0 auto;
	background:url(../images/container-bg.png) 0 0 repeat-x;
}
.wrapper-main{
	margin:0 auto; 
	width:1000px;}
/*HEADER START HERE*/
#header {
	margin:0px auto 0;
	padding:60px 0 0 0;
	border:0px solid red;
}
/* HEADER LEFT PANEL START HERE*/
	.header-left-panel{float:left;
	width:855px;}
		#header .alwaysbuying-logo{
			float:left;
			margin:27px 0 0 80px ; 
			}
		#header .flags{
			margin:48px 25px 0 0px;
			float:right;
			}
/* NAVIGATION START HERE*/
#nav {
	text-align:center;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:26px 10px 3px 20px;
	float:right;
}
/*IPHONE ONLY*/
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.header-left-panel{float:left; width:850px;}
	#header .flags{
			margin:48px 0 0 75px;
			float:left;
			}
	#nav {
	border:0px solid red;
	margin:26px 0 3px 100px;
}
}
/*IPHONE ONLY*/

	#nav a {
		color:#565656;
		text-decoration:none;
	}
	#nav li {
		float:left;
		display:block;
		margin:0 0 0 0px;
		background:url(../images/menu-divider.png) 0 center no-repeat;
		line-height:32px;
		padding:0 20px;
	}
		#nav li:first-child {
			background:none;
			padding-left:0;
			margin-left:0px;
		}
		#nav li a:hover, #nav .active a { color:#db1044; }
/* NAVIGATION END HERE*/
/* HEADER LEFT PANEL END HERE*/
#header .logo {
	float:right;
}
	#header .header-right-panel{}
	#header .header-right-panel .slogan {
		padding:88px 0 0 0;
		height:32px;
		}
	#header .header-right-panel img {
		float:left;	
		}

/* BANNER START HERE */
.banner {
	text-align:center;
	/*background:#212325 url(images/banner-bg.png) center 0 no-repeat;*/
	margin-top:0px;
	position:relative;
}
	.prev-nxt {
		z-index:99;
		position:absolute;
		height:48px;
		width:48px;
		top:140px;
		background:url(../images/nxt-prev-arrow.png) no-repeat 0px 0;
	}
	.prev-btn{
		left:-24px;
		background-position: 0px 0;
		}
	.nxt-btn {
		right:-24px;
		background-position: -52px 0;
		}
/* BANNER END HERE */
/*HEADER END HERE*/
/*CONTENT START HERE*/
#content {
	margin:0px auto 0;
	padding:13px 0 0 0;
	color:#4d4d4e;
	position:relative;
	background:#fff;
	min-height:720px;
}
 
	#content .panels .panel-heading{
		background:url(../images/tab-haeding-left.png) -5px 0 no-repeat;
		height:66px;
		position:relative;
		padding-left:0px;
		min-width:200px;
		}
	#content .panels .panel-heading h2{
		background:url(../images/tab-haeding-right.png) right 0 no-repeat;
		height:47px;
		position:absolute;
		font-size:26px;
		font-weight:normal;
		color:#fff;
		left:23px;
		padding:19px 60px 0 25px; 
		} 
	#content .panels .panel-heading .padding-right100{padding-right:100px;}

	#content .panels .pannels-box{margin:-20px 0 0 0;}
	#content .panels .leftbar-img{ margin:48px 0 0 10px; }
	#content .panels .description{padding:0 30px 0 0;}
	#content .panels .description { font-size:18px;
		 line-height:24px;
		 padding-bottom:32px;
		 background:url(../images/description-bg.png) 0 bottom no-repeat;
		 color:#454546; }
	#content .panels .description p{ 
		 line-height:24px;}	 
 	
/*PANEL 1 END HERE */

/*PANEL 2 START HERE */
/*#content .panels .panel-heading .padding-right60{
	padding-right:60px;
	}*/
	#content .panels .panel-heading .dot-bdr{
		background:url(../images/dot-bdr.png) 0 0 no-repeat;
		width:545px;
		margin:26px 58px 0 0px;
		float:right}	
	.meets{margin:25px 0 0 10px;}	
	#content .panels a{text-decoration:underline; color:#db1044;}
/*PANEL 2 END HERE */

#content .dot-bdr2{
	background:url(../images/dot-bdr.png) 0 0 no-repeat;
	width:545px;
	height:1px;
	margin:26px 0 0 30px;
	float:left}	
/*LEFT PANNEL FOR WHY US, START HERE */
.left-panel{border:0px solid red;}
.left-panel-bot-img{position:absolute; bottom:0; left:0;}

/*LEFT PANNEL FOR WHY US, :: END HERE */
/*RIGHT PANNEL FOR WHY US, :: START HERE */
.right-panel{
	float:right;
	width:650px;
	margin-right:25px;
	padding-bottom:60px;}
.note{ color:#DB1044;}


/*RIGHT PANNEL FOR WHY US, :: END HERE */

/*CONTENT : INDUSTRY UPDATE :: START HERE*/

#content .panels .description2 { font-size:18px;
	 line-height:24px;
	 width:265px;
	 padding:0 30px 32px 0;
	 background:url(../images/description-bg.png) 0 bottom no-repeat;
	 color:#454546; }

#content .panels .description2 a{ 
	 line-height:24px;
	 color:#454546; 
	 text-decoration:none;}	 

#content .panels .description2 ul{margin-top:22px;}
	#content .panels .description2 li{
		list-style:none; 
		line-height:30px;}
	w365{
		width:365px;
		}
	.pera-list{margin:10px 0;}
	.pera-list li{list-style:none;}
	#content h4{ color:#d71529;
		font-size:18px;
		line-height:20px;
		padding:0 0 5px 0;
		font-weight:normal;
		}
	#content h5{ color:#d71529;
		font-size:13px;
		padding:5px 0;
		font-weight:normal;
		}	
	.margin-top65{margin-top:65px;}
	.margin-top70{margin-top:70px;}	
	.width365{width:370px;}
/*CONTENT : WHY US :: END HERE*/

/*INNER PAGES: ABOUT QUEENLAN */
.right-panel-abt-quunlnd{
	float:right;
	width:650px;
	padding-bottom:20px;}
.about-qld-bg{background:#fff url(../images/about-qld-bg.png) 0 bottom no-repeat !important;}

.left-panel p{ 
	width:220px;
	font-size:18px;
	word-spacing:6px;
	margin:0px 0 0 48px;	}
.area-info{ 
	color:#d7162b;
	margin:25px 0 0 50px;
	font-size:12px;
	width:220px;
	}
#content .dot-bdr3{
	background:url(../images/dot-bdr.png) 0 0 no-repeat;
	width:545px;
	height:1px;
	margin:80px 0 0 30px;
	float:left}
.left-panel-bot-img{margin-left:10px;}	
.abt-quenland-li ul{margin:0; padding:0;}
.abt-quenland-li ul li{
	background:url(../images/list-bg.jpg) 0 8px no-repeat;
	padding-left:12px;
	margin:20px 0 0 0;
	}
.abt-quenland-li ul li:first-child{margin:0;}	
/* CONTENT END HERE */

/*INNER PAGES: CONTACT US :: START HERE*/
.contct-panel{
	margin-top:-37px;
	}

	.contact-right-panel{
		float:right;
		width:650px;
		padding-right:8px;
		margin-right:15px;
		padding-bottom:60px;}	
	#content .contact-info{
		width:230px; 
		color:#4d4d4e;
		font-family: 'garamondbold';
		margin:40px 0 0 45px;
		line-height:24px;
		}
	.contact-info span{color:#d7162b;}	
		#content .panels .contact-info a{text-decoration:none; color:#4d4d4e;}
.contact-from{}
	.feild-row{margin-bottom:20px;}
	.contact-from select {
		background:url(../images/small-input-bg.png) 0 0 no-repeat;
		padding:5px;
		color:#4d4d4e;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:none; 
		outline:none; 
		width:299px; 
		height:30px;
		}
	.contact-from option { padding:2px 5px; }	
	.contact-from input[name="phone"] , 
	.contact-from input[name="mobile"] ,
	.contact-from input[name="email"],
	.contact-from input[name="first-name"] ,
	.contact-from input[name="last-name"]{
		background:url(../images/small-input-bg.png) 0 0 no-repeat;
		padding:5px;
		color:#4d4d4e;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:none; 
		outline:none; 
		width:290px; 
		height:20px;
		}
	
	/*.contact-from input[name="last-name"]{margin-left:21px;}*/
	/*.contact-from input[name="phone"] , 
	.contact-from input[name="mobile"] ,
	.contact-from input[name="email"]{
		background:url(../images/big-input-bg.png) 0 0 no-repeat;
		padding:5px;
		color:#4d4d4e;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:none;
		outline:none;
		width:614px;
		height:21px;}*/
	.contact-from textarea{
		background:url(../images/textarea-bg.png) 0 0 no-repeat;
		padding:5px;
		border:none;
		width:614px;
		margin-top:8px;
		color:#4d4d4e;
		height:179px;
		overflow:auto;
		}	
	.contact-preferd{
		width:270px;
		margin:30px 30px 0 0;
		}
		.contact-preferd label{
			float: left;
			margin:7px 10px 0 0px;
			text-align: right;
			width: 190px;
			}
		.contact-preferd input[type="radio"]{float:left; margin:10px 5px 0 0;}	
		.contact-time input[type="radio"]{float:left; margin:10px 5px 0 0;}	
	.contact-time{ width:335px; margin-top:30px;}	
		
		.contact-time label{
			float: left;
			margin:7px 10px 0 0px;
			text-align: right;
			width: 182px;
			}
		.contact-time input[name="other"]{background:url(../images/others-input-bg.png) 0 0 no-repeat;
			 border: medium none;
			height: 20px;
			margin-left: 6px;
			padding: 5px;
			margin-top:10px;
			width: 133px;
		}	
	.contact-from  input[type="button"]{
		background:url(../images/submit.png) 10px center no-repeat;
		height:33px;
		width:117px;
		margin-right:17px;
		float:right;
		cursor:pointer;
		}
	.padding-bootom0{padding-bottom:0 !important;}
	
	#msg{border: 1px solid #CCCCCC;
    	color: red;
    	float: left;
    	height: 18px;
    	margin-left: 24px;
    	padding: 6px;
    	width: 285px;
	}	
	.pref{text-align:right; padding-right:83px; margin:0;}
	.bet{text-align:right; padding-right:144px; margin:0;}
	.others{ float:left; width:184px; text-align:right;}
	.others-fe{ float:left; width:143px;}
	.left-panel-bot-img2{*bottom:-4px;}
	.forbt{*padding-bottom:45px !important;}
/*INNER PAGES: CONTACT US :: END HERE*/ 


/*CONTENT END HERE*/

/*FOOTER START HERE*/
#footer {
	color:#4e4e4e;
	text-align:center;
	margin:0 auto;
	padding:0;
	min-height:235px;
	}
	#footer a{color:#4e4e4e; text-decoration:underline;}
	#footer a:hover{color:#4e4e4e; text-decoration:none;}
	.footer-top{	
		width:96%;
		margin:0 auto;
		padding:6px 0;
		background:url(../images/container-bg.png) 0 bottom repeat-x;
		}
	#footer h3{ 
		color:#d71529;
		font-size:14px;
		line-height:14px;
		padding-bottom:5px;
		border-bottom:1px solid #b9b9b9;
		font-weight:normal;
		margin-top:15px;
	}
	/* FOOTER LINKS START HERE*/
	#footer-nav {
		text-align:center;
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		width:1000px;
		margin:0 auto;
		line-height:32px
	}		
		#footer-nav a {
			color:#565656;
			padding:0 0 0 0px;
			margin:00px;
			text-decoration:none;
		}
		#footer-nav a img{
			vertical-align:middle;
			margin:0 20px;
			} 
		#footer-nav li {
			float:left;
			display:block;
			margin:0 0 0 0px;
			background:url(../images/menu-divider.png) 0 center no-repeat;
			line-height:32px;
			padding:0 25px;
		}
			#footer-nav li:first-child {
				background:none;
				padding-left:0;
				margin-left:0px;
			}
			#footer-nav li a:hover { color:#db1044; }
		.copyrights{font-size:10px; margin-top:25px;}
		.others-link{padding-top:5px; font-weight:bold;}
/* FOOTER LINKS END HERE*/
/*FOOTER END HERE*/
/*WRAPPER END HERE*/
/*CONTAINER END HERE*/	
/* HIGH PRORITY CLASS FOR : ALL PAGES::START HERE  */
.width280{width:280px;}
.width310{width:310px;}
.width320{width:320px;}
.margintop10{margin-top:10px;}
.margintop20{margin-top:20px;}
.margintop45{margin-top:45px;}
.margin-left15{margin-left:15px;}
.margin-left25{margin-left:25px;}
.paddingbottom80{padding-bottom:80px;}
/*HIGH PRORITY CLASS FOR : ALL PAGES:: END  HERE */