html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,li{
	list-style:none;
}

.bullet{
	list-style:url(../images/bulllet.png);
}

a{
	text-decoration:none;
	color:inherit;
}

h1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	font-style:italic;
	color:#0082c8;
}

h3 {font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#666;
font-weight:bold;
}

h4 {font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#666;
font-weight:bold;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
  	line-height: 24px;
	margin:0 auto;
	background:#fff;
	overflow-x:hidden;
}

#header{
	height:auto;
	margin-bottom:5px;
	margin-top:5px;
}

#header-contents{
	width:1100px;
	height:auto;
	margin:0 auto;
}

#logo{
	background:url(../images/logo.jpg) no-repeat;
	width:707px;
	height:80px;
}

#cssmenu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#wrapper{
	width:1100px;
	margin:0 auto;
	background:#000;
	height:auto;
}

#wrapper-contents{
	width:1100px;
	height:auto;
	float:left;
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-align:justify;
	background:#fff;
}

.contents{
	width:1100px;
	height:auto;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
	line-height:22px;
}

/*.contents_left {
	width:620px;
	height:auto;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	float:left;
}*/

.contents_left {
	width:640px;
	height:auto;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	float:left;
	padding-right:20px;
}

/*.contents_right {
	width:400px;
	height:auto;
	margin-top:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	text-align:justify;
}*/

.contents_right {
	width:400px;
	height:auto;
	margin-top:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	text-align:justify;
}


.brands img{
	width:200px;
	height:auto;
	float:left;
	margin:20px 0 0 85px;
}

.product1{
	background:url(../images/hospitals.png) no-repeat;
	width:300px;
	margin:10px 10px 10px 10px;
	padding-top:215px;
	padding-right:45px;
	float:left;
	border-right:1px dotted #999;
}

.product2{
	background:url(../images/industries.png) no-repeat;
	width:300px;
	margin:10px 10px 10px 20px;
	padding-top:215px;
	padding-right:45px;
	float:left;
	border-right:1px dotted #999;
}

.product3{
	background:url(../images/banking.png) no-repeat;
	width:300px;
	margin:10px 10px 10px 20px;
	padding-top:215px;
	float:left;
}

/*.readmore{
	width:100px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#f65020;
	float:right;
	padding-top:20px;
}*/

.readmore{
	float:right;
	top: 270px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
/*	border: 8px solid rgba(255,255,255,0.8);*/
	border: 4px solid rgba(3,161,221,0.8);
	padding: 1px 5px 0px;
	font-size: 12px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}

#footer{
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
	background:#343434;
}

#footer-contents{
	width:1100px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding-top:10px;
	text-align:center;
	margin:0 auto;
}

#footer-contents a{
	color:#999;
}

.footer-links{
	width:100px;
	height:auto;
	float:left;
	text-align:left;
	margin-left:20px;
}

.footer-products{
	width:170px;
	height:300px;
	float:left;
	text-align:left;
	margin-left:60px;
	padding-right:20px;
}

.footer-contactus{
	width:260px;
	height:300px;
	float:left;
	margin-left:60px;
	padding-right:10px;
	text-align:left;
}

.footer-enquiry{
	width:170px;
	height:auto;
	float:left;
	margin-left:50px;
	text-align:left;
}

#v-line{
		float:left;
		width:30px;
		margin-top:50px;
		height:150px;
		border-right:1px dotted #565555;
}

.footer-title {font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#fff;
font-weight:300;
font-style:italic;
margin-bottom:5px;
}

.style3{
	font-weight:bold;
}

.tech-spec li{
	line-height:25px;
	border-bottom:1px solid #999;
	width:600px;
}

.tech-spec span{
	padding-left:100px;
}

.tech-border{
	border-bottom:1px solid #999; 
	width:600px;
}
	/*k*/
	/*.greyArial11px {
    color: #555555;
    font-family: Arial;
    font-size: 11px;
}*/
	
	/*k*/
	
	
.footer-contactus ul li {
    color:white;
}