
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ color:inherit;}


/*News CSS */

#page {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
	
}

.ticker {
	width: 940px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding-bottom:5px;
	padding-top:5px;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
	
}

.ticker li {
	padding-left:15px;
	
}


#bigpic {width:900px; height:250px; }
#bigpic img { display:block; margin:0 auto; width: 900px; height:250px; }

#thumbs {height:100px; width:275px; clear:both; display:block;}
#thumbs ul li {height:100px;width:275px;display: inline; padding:0px 0px 0px 0px; margin:0px 0px 0px 28px;}
#thumbs ul li img {border:1px solid #ccc;}
#thumbs ul li img:hover {cursor:pointer;border:1px solid #ddd;}


/* Logo CSS*/
.qitem {
	width:126px;
	height:126px;	
	border:4px solid #bcbcbc;	
	margin:5px 5px 5px 0;
	background:url(../images/clients/bg.gif) no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

 .caption {
		position:absolute;
		margin:0 auto;
		padding:45px 0px 0px 0px;
		z-index:0;
		color:#ccc;
		display:block;
		font-size:12px;
		color:#FFFFFF;
		line-height:18px;
		font-weight:bold;
	}
		
		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* 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; 
}

.clear {
	clear:both;	
}



   /* --- Container configuration ---------------------------------------------------------- */
         .viewport {
            float: left;
            height: 150px;
            margin: 0 0px 0px 0;
            overflow: hidden;
            position: relative;
            width: 210px;
        }

      
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
            position: relative;
        }

        .viewport a img {
            height: 150px;
            left:0px;
            position: relative;
            top: 0px;
            width: 210px;
        }

        /* --- Label configuration -------------------------------------------------------------- */
       .viewport a span {
            display: none;
            font-size: 1.2em;
            font-weight: bold;
            height: 100%;
            padding-top:50px;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
        }
            .viewport a span em {
                display: block;
                font-size: 0.65em;
                font-weight: normal;
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background-color: rgba(15, 15, 15, 0.6);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
                color: #ccc;
            }