<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* reset css */
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,
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;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
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;
}

/*CSS general*/
a, a:visited{
	color:#008CCF;
	text-decoration:none;
}

 a:hover{
	color:#FF6600;
}
p{
	margin:0 0 10px 0;
}
/* CSS for Body */
body {
	background-color: #ebebeb;
  	background-attachment: fixed;
	background-image: url(/images/bg-body.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper{
	width:940px;
	padding:0 29px;
	border:1px #ddd solid;
	border-top:none;
	margin:auto;
	position:relative;
	background-color:#FFF;
}

/*CSS for Header*/
header{
	width:100%;
}
.top-header{
	width:100%;
	height:30px;
	position:relative;
	display:none;
}
#logo-nav{
	width:100%;
	height:100px;
}
#logo-holder{
	width:200px;
	height:60px;
	position:absolute;
	margin-left:0;
	margin-top:20px;
}
nav{
	position:absolute;
	margin-left:200px;
	margin-top:60px;
	width:740px;
	text-align:right;
}
#nav-holder{

}
#nav-holder li{
	display: inline;
	padding:0 20px;
	background-image: url(/images/separator-navigation.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav-holder li:last-child{
	padding-right:0;
	background-image:none;
}
#nav-holder li a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
	font-size:0.87em;
}
#nav-holder li a:hover{
	color:#20a939;
}

/*CSS for Banner*/
#banner-holder{
	height:200px;
	width:940px;
}

/*CSS for Body */
#body-main {
	margin:10px -10px;
	line-height:1.4em;
}
#body-main .homepage-column{	
	display: inline-block;
	*display: inline;
	zoom: 1;
	width:236px;
/*	margin:0 6px 0 10px;
*/
	vertical-align:top;
}
h1.header-home{
	color:#008CCF;
	font-size:0.87em;
	font-weight:bold;
	margin-left:10px;
}
.homepage-column-content{
	margin: 10px 0;
	font-size: 0.75em;
	background-image: url(/images/border-homepage-column.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:162px;
	padding:0 6px 0 10px;	


}
.first-homepage-column{
	background:none !important;
}

/*CSS for Demo reel
*/
.homepage-demo-reel{
	height:60px;
	font-weight:bold;
	line-height:1.4em;
}
.homepage-demo-reel img{
	float:left;
	margin-right:10px;
}
.homepage-demo-reel span{
	color:#999;
	font-weight:normal;
	display:block;
}
/*CSS for contact us*/
.homepage-column-contact-us p{
	margin-bottom:10px;
}

/*CSS for Footer
*/
#copy-right-holder{
	height:18px;
	background-color:#006699;
	text-align:center;
	color:#FFF;
	margin:20px -29px;
	font-size:0.75em;
	padding-top:5px;
}
#footer-links{
	text-align:center;
	margin:20px 0;
	color:#CCC;
}
#footer-links a, #footer-links a:visited{
	font-size:0.75em;
}


</pre></body></html>