@charset "iso-8859-2";
/* CSS Document */

body {
	background-color:#FFF;
}
.main {
	width:1000px;
	height:910px;
	margin:0 auto;
}
.header {
	height:185px;
	width:1000px;
	float:left;
	background-image:url(../images/newSite/header.jpg);
	background-repeat:no-repeat;
}
/*********************************************Left*********************************************/
.left {
	width:243px;
	height:679px;
	float:left;
	background-image:url(../images/newSite/left.jpg);
	background-repeat:no-repeat;
}
.left div{
	width:238px;
}
.left .home{
	height:31px;
	background-image:url(../images/newSite/btn/home1.jpg);
	background-repeat:no-repeat;
}
.left .home:hover{
	background-image:url(../images/newSite/btn/home2.jpg);
}
.left .aboutus{
	height:23px;
	background-image:url(../images/newSite/btn/aboutus1.jpg);
	background-repeat:no-repeat;
}
.left .aboutus:hover{
	background-image:url(../images/newSite/btn/aboutus2.jpg);
}
.left .service{
	height:22px;
	background-image:url(../images/newSite/btn/service1.jpg);
	background-repeat:no-repeat;
}
.left .service:hover{
	background-image:url(../images/newSite/btn/service2.jpg);
}
.left .categories{
	height:24px;
	background-image:url(../images/newSite/btn/categories1.jpg);
	background-repeat:no-repeat;
}
.left .categories:hover{
	background-image:url(../images/newSite/btn/categories2.jpg);
}
.left .technical{
	height:20px;
	background-image:url(../images/newSite/btn/technical1.jpg);
	background-repeat:no-repeat;
}
.left .technical:hover{
	background-image:url(../images/newSite/btn/technical2.jpg);
}
.left .profilio{
	height:23px;
	background-image:url(../images/newSite/btn/profilio1.jpg);
	background-repeat:no-repeat;
}
.left .profilio:hover{
	background-image:url(../images/newSite/btn/profilio2.jpg);
}
.left .contactus{
	height:23px;
	background-image:url(../images/newSite/btn/contactus1.jpg);
	background-repeat:no-repeat;
}
.left .contactus:hover{
	background-image:url(../images/newSite/btn/contactus2.jpg);
}
.left .testimonial{
	height:24px;
	background-image:url(../images/newSite/btn/testimonial1.jpg);
	background-repeat:no-repeat;
}
.left .testimonial:hover{
	background-image:url(../images/newSite/btn/testimonial2.jpg);
}
.left .download{
	height:160px;
	background-image:url(../images/newSite/btn/download2.jpg);
	background-repeat:no-repeat;
}
.left .download:hover{
	background-image:url(../images/newSite/btn/download2.jpg);
}
.left .latestwork{
	height:24px;
	background-image:url(../images/newSite/btn/latestwork1.jpg);
	background-repeat:no-repeat;
}
.left .latestwork:hover{
	background-image:url(../images/newSite/btn/latestwork2.jpg);
}

/*********************************************end Left*********************************************/
/*********************************************Right*********************************************/
.right {
	width:756px;
	height:679px;
	float:right;
}
/*********************************************end Right*********************************************/
.cleardiv {
	clear:both;
}
.footer {
	width:1000px;
	height:42px;
	font-size:12px;
	/*padding-left:130px;*/
	padding-top:10px;
	text-align:center;
	background-image:url(../images/newSite/footer.jpg);
	background-repeat:no-repeat;
}
.footer a
{
	color:#000;
	/*font-weight:bold;*/
	text-decoration:none;
}
.footer a:hover
{
	color:#0d7ab7;
	text-decoration:underline;
}

