/* CSS Document */

img{
	border:none;
}
a{
	color:#666666;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#333333;
}
p{
	margin:0;
	padding:8px 0;
}
.left{
	float:left;
}

.right{
	float: right;
}
.clear{
clear:both;
}

h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
}
.txt-white{
	color:#FFFFFF;
}
.txt-blue{
	color:#0075CC;
}
.txt-red{
	color: #FF0000;
}
.list td{
	border-bottom:solid 1px #CCCCCC;
}
.pdf{
}
/*Layout*/

#container{
	margin:auto;
	width:980px;
	background:url(images/container-bg.jpg) no-repeat right -38px;
}
#header1{
	height:68px;
}

#logo{
	float:left;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:15px;
}
#top-links{
	float:right;
	margin-top:15px;
/*	width:240px;*/
}
#top-links li{
	display:inline;
}
#top-links li a{
	color:#FFFFFF;
	background:url(images/icons.gif) no-repeat;
	padding:5px 10px 5px 22px;
	display:block;
	float: left;
}
.top-links{
	background:#000000;
}
.top-links .box{
	width:980px;
	margin:auto;
	color:#fff;
	padding:5px 0;
	text-align:right;
}
.top-links .box a{
	color:#FFF;
}
.top-links .box a:hover{
	color:#ccc;
}
#top-links li a:hover{
	color: #FF9900;

}
#top-contacts{
	height:22px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	float:right;
/*	padding-left:222px;*/
	padding-top:42px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#top-contacts a{
	color:#000;
}
#top-contacts a:hover{
	color: #0F9AC9;
}
#top-contacts .phone-no{
	line-height:18px;
	padding:1px 5px 5px 32px;
	background:url(images/top-contact-bg1.gif) no-repeat;
	float:left;
	color:#FFFFFF;
}
#top-contacts .rq{
	background:url(images/top-contact-bg.gif) no-repeat right;
	padding:3px 32px 5px 5px;
	float:left;
}
#top-links a.contact-us{
	background:url(images/icons.gif) no-repeat 0 -31px;

}
#top-links a.sitemap{
	background:url(images/icons.gif) no-repeat 0 -63px;

}
#main-menu{
	background:url(images/menu-bg.jpg) no-repeat;
	margin-top:10px;
	height:36px;
	padding-left:25px;
	
}
#main-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main-menu  li {
	margin:0;
	padding:0;
	float:left;
	display:block;
	background: url(images/seprator.jpg) no-repeat right ;
}
.ddsmoothmenu li.last{
	background:none;
}
#main-menu  li a {
	display:block;
	float:left;
	padding:10px 50px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#main-menu  li a:hover {
	background: url(images/menu-hover.jpg) repeat-x;
}
#header{
}
#header-inner{
	height:170px;
	background:url(images/header-bg.jpg) no-repeat left top;

}
#header-inner-left{
	float:left;
	width:600px;

}
#header-inner-right .head1{
	font-size:30px;
	color:#0075CC;
	font-weight:bold;
}
#header-inner-right .head2{
	padding-top:20px;
	font-size:25px;
}
#header-inner-right{
	float:right;
	width:350px;
	padding-top:35px;
	padding-right:15px;
	text-align:right;
}
#content{
}
.gray-box{
	margin-top:5px;
}
.gray-box h2{
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0 0 0px 0;
}
.gray-box h1{
	font-size:12px;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-right:10px;
}

.gray-box-top{
	background:url(images/graybox-top.jpg) no-repeat ;
	padding-top:8px;
}
.gray-box-content{
	background:url(images/graybox-bg.jpg) no-repeat  bottom;
	padding:3px 10px 10px 10px;
}
.gray-box .left-col{
	float:left;
	width:690px;
}
.gray-box .right-col{
	float: right;
	width:271px;
	font-weight:bold;
	padding-top:10px;
}
#product-box{
	margin-top:5px;
}
#product-box h2{
	color:#fff ;
	font-size:18px;
	font-weight:bold;
}
#product-box-top{
	background:url(images/product-box-top.jpg) no-repeat left top;
	padding: 5px 15px;
}
#product-box-content{
	background:url(images/product-box-bg.jpg) no-repeat bottom left;
	padding:10px 10px 20px 10px;
}
.product{
	float:left;
	width:160px;
	background:url(images/product-seprator.jpg) no-repeat right;
	padding-right:12px;
	margin-left:10px;
	
}

.product h3{
	background:url(images/product-head.jpg) no-repeat;
	color:#fff;
	padding-left:10px;
	padding-top:2px;
	height:22px;
	font-size:14px;
	font-weight: bold;
}
.product img{
	padding:5px 0;
}
#home-tabs{
	float:left;
	width:704px;
}
#home-contact{
	float: right;
	width:270px;
}
#footer{
	background: #005CA1 url(images/footer.jpg) no-repeat bottom;
	padding-top:7px;
	color:#FFF;
	height:28px;
	margin-bottom:10px;
	padding-right:10px;
	padding-left:10px;

}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#FF6600;
}
.gray-box2-top{
	background:url(images/graybox2-top.jpg) no-repeat ;
	padding-top:8px;
}
.gray-box2-content{
	background:url(images/graybox2-bg.jpg) no-repeat  bottom;
	padding:3px 10px 10px 10px;
	color:#FFFFFF;
	height:110px;
}
.gray-box2-content input{
	width:130px;
}
#home-contact h4{
	font-size:18px;
	color:#000;
	padding-bottom:5px;
}

/*Inner Page*/
#inner-content{
	margin-top:15px;
}
#left-col-inner{
	float:left;
	width:224px;
}
#right-col-inner{
	float: right;
	width:710px;
	background:url(images/inner-content-bg.jpg) no-repeat;
	padding:10px 20px;
	text-align:justify;
}
#right-col-inner h1{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
	color:#0075CC;
}
#right-col-inner h2{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:8px;
	margin-bottom:8px;
}

#right-col-inner li{
	padding:3px 10px;
	margin-top:10px;
	background: #EDF5FC url(images/arrow.jpg) no-repeat 3px 7px;
}
.facilities{
}
.facilities td{
	border-bottom:solid 1px #CCCCCC;
	background:#EDF5FC;
}
.feedback input, textarea{
/*	background:url(images/input-bg.jpg) repeat-x ;
	border:solid 1px #B9D9F1;*/
	width:212px;

}
.feedback .bg{
	background:url(images/input-bg.jpg) repeat-x ;
	border:solid 1px #B9D9F1;
}
.feedback textarea{
	height:50px;
	overflow:hidden;
}
.feedback .radio{
	border:none;
	background:none;
	width:10px;
	height:10px;
}
#sitemap{
	margin-left:70px;
	margin-top:30px;
	background:url(images/map.jpg) no-repeat bottom right;
}

#sitemap ul{
	margin:0px;
	padding:0px;
}
#sitemap ul ul{
	border-left: solid 1px #000000;
	margin-left:30px;
}
#sitemap li{
	margin:0px;
	padding:0px;
	list-style:none;
	background:none;
	font-size:12px;
	margin:5px 0;
	font-weight:bold;
}
#sitemap li li{
	font-size:12px;
	padding-left:10px;
	font-weight:normal;
	border-bottom: dotted 1px #000000;
	width:100px;
}
.location{
	background:url(images/locations2.jpg) no-repeat bottom right;
}

/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}
.qitem {
	width:156px;
	height:85px;		
	margin:5px 5px 5px 0;
	background: url('images/bg.gif') no-repeat;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
	position:absolute;
	z-index:0;
	color:#FFFFFF;
	display:block;
	padding:10px 5px 0 8px;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#fff;
		}

		.qitem .caption p {
			padding:10px 0px 0 10px;
			margin:0;
		}
