body {
	background: #dadada url(newindex_bg.jpg) repeat-x left top;
	margin : 0;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333;
}
a:link, a:visited {
	text-decoration : none;
	color: #333;
}
a:hover, a:active {
	text-decoration : bold;
	color : #831b1b;
}
.title_page {
	font-size : 20px;
	font-weight : bold;
}
.title {
	font-size : 23px;
	font-family : Georgia, Times New Roman, serif;
}
#loadimgs {	
	width : 0px;
	height : 0px;
	display : none;
}
#page {	
	position : absolute;
	left : 50%;
	width : 650px;
	margin-left : -325px;
	height : auto;
	margin-top: 17px;
	text-align : center;
	float: left;
}
#info {	
	position : relative;
	margin : 0px;
	padding : 0px;
	width : 650px;
	height : 130px;
	text-align : center;
	float: left;
}
#mainpage {	
	background: url(newindex_menubg.jpg) no-repeat top left;
	position : relative;
	margin : 10px 0 0 20px;
	padding : 0px;
	width : 650px;
	height : 500px;
	text-align : center;
	float: left;
}
.buttom {	
	position : relative;
	width : 180px;
	height : 200px;
	float : left;
	margin : 35px 0 0 30px;
}
#content {
	position : relative;
	width : 700px;
	height : 250px;
	margin-left : -20px;
	margin-top : 15px;
	float : left;
}
.content_inside_l {
	position : relative;
	float: left;
	margin-left : 50px;
	margin-top : 60px;
	width : 370px;
	height : 150px;
	line-height : 18px;
	text-align : left;
}
.content_inside_r {
	position : relative;
	float: left;
	margin-left : 30px;
	margin-top : 50px;
	width : 200px;
	height : 150px;
	text-align : right;
}
#content_solutions {
	background: url(content_bg1.jpg);
	position : absolute;
	left : 50%;
	top : 50%;
	width : 700px;
	height : 250px;
	margin-left : -350px;
	margin-top : -125px;
	display : none;
}
#content_design {
	background: url(content_bg2.jpg);
	position : absolute;
	left : 50%;
	top : 50%;
	width : 700px;
	height : 250px;
	margin-left : -350px;
	margin-top : -125px;
	display : none;
}
#content_ilustrations {
	background: url(content_bg3.jpg);
	position : absolute;
	left : 50%;
	top : 50%;
	width : 700px;
	height : 250px;
	margin-left : -350px;
	margin-top : -125px;
	display : none;
}

