
body { 
	margin: 23px 0px 0px 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;
}

a:link { 
	color: #38328E;
	text-decoration: none;
}
a:visited { 
	color: #38328E;
	text-decoration: none;
}
a:hover { 
	color: #A7A9AC;
	text-decoration: none;
}

h1 {
	margin: 80px 0px 0px 10px;
	color: #38328E;
	font-weight: 600;
	font-size: 20px;
}

p {
	margin: 20px 0px 20px 10px;
}

hr { 
	border: 0;
	width: 100%;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

.bold {
	font-weight: 600;
}

#maincontainer { 
	width: 1136px;
	margin: 0 auto;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.our-company { 
	background-image: url(../images/our-company.jpg);
}
.management-team { 
	background-image: url(../images/management-team.jpg);
}
.morsys { 
	background-image: url(../images/morsys.jpg);
}
.applications { 
	background-image: url(../images/applications.jpg);
}
.computer-gaming { 
	background-image: url(../images/computer-gaming.jpg);
}
.simulation { 
	background-image: url(../images/simulation.jpg);
}
.digital-movie-production { 
	background-image: url(../images/digital-movie-production.jpg);
}
.medical-imaging { 
	background-image: url(../images/medical-imaging.jpg);
}
.progressive-rendering { 
	background-image: url(../images/3d-progressive-rendering.jpg);
}
.contact { 
	background-image: url(../images/contact.jpg);
}

/*------------------ header -------------------*/

#topsection { 
	height: 104px;
}

/*---------------- end header -----------------*/

/*-------------- content column ---------------*/

#contentwrapper { 
	float: left;
	width: 100%;
}

#contentcolumn { 
	padding: 0px;
	margin-bottom: -23px;
	margin-left: 295px;
	border-left: 1px solid #CCC;
	min-height: 400px;
	line-height: 1.6em;
}

#contentcolumnpadding { 
	padding: 0px 20px;
}

/*------------ end content column -------------*/

/*---------------- left column ----------------*/

#columnleft { 
	padding: 0px;
	float: left;
	width: 295px;
	margin-bottom: -23px;
	margin-left: -1136px;
	border-right: 1px solid #CCC;
}

.columnleftbuffer {
	padding: 0px 23px;
}

/*-------------- end left column --------------*/

/*------------------ footer -------------------*/

#contentfooter { 
	clear: both;
	width: 841px;
	height: 23px;
	margin-left: 295px;
	color: #666;
	font-style: italic;
	text-align: center;
	padding: 0px;
}

#contentclear { 
	clear: both;
	width: 100%;
	height: 23px;
}

#footer { 
	clear: both;
	margin: 0 auto;
	width: 1136px;
	font-size: 10px;
	color: #000;
	text-align: right;
	padding: 4px 0px 20px 0px;
}

/*---------------- end footer -----------------*/
