@charset "UTF-8";
/* CSS Document */

body{
	margin:20px;
	/*background-image:url(../images/bk.gif);*/
	background:url(../images/top-bk-bk.jpg) 50% top no-repeat;
	background-repeat:repeat-x;
	/*background-color:#e3e3e1;*/
	background-color:#e3e3e1;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#555555;
	font-weight:bold;
	margin:0px;
}

#wrapper{
	margin:0 auto 0 auto;
	width:888px;
}

#header{
	width:854px;
	background-image:url(../images/top2.gif);
	background-repeat:no-repeat;
	float:left;
	height:78px;
}

#menu{
	background-image:url(../images/menu-bk.gif);
	background-repeat:no-repeat;
	float:left;
	height:37px;
	width:854px;
}

#logo{
	margin:0 0 0 50px;
}

#middle{
	
	width:854px;
	height:163px;
	float:left;
}


#middletext{
	margin:85px 0 0 150px;
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

#container{
	background-color:#e3e3e1;
	background-image:url(../images/container-bk.gif);
	background-repeat:repeat-y;
	width:854px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	height:644px;
}



#flash{
	width:268px;
	height:240px;
	margin:63px 0 0 505px;
}
#flash2{
	width:268px;
	height:240px;
	margin:73px 0 0 507px;
}

#bodywht{
	background-color:#FFF;
	width:734px;
	background-image:url(../images/topcurve-bk.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:10px 0 0 60px;
	line-height:20px;
	color:#333333;
	float:left;
}

/*=======================
    LEFT COLUMN
=======================*/
#address{
	width:705px;
	background-image:url(../images/line-home-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 0 0 80px;
	color:#2f4576;
	font-weight:bold;
	text-align:center;
	height:30px;
}
#leftcol{
	width:390px;
	padding:10px 0 0 0;
	float:left;
	line-height:22px;
	margin:0 0 0 80px;
}

#leftcol a:link, #leftcol a:active, #leftcol a:visited{
	color:#375189;
}

#leftcol a:hover{
	text-decoration:none;
	color:#375189;
}



/*=======================
    RIGHT COLUMN
=======================*/

#rightcol{
	width:285px;
	padding:20px 0px 0 35px;
	float:left;
	line-height:20px;
}

#rightcol a:link, #rightcol a:active, #rightcol a:visited{
	color:#333333;
	text-decoration:underline;
}
#rightcol a:hover{
	color:#2f4576;
	text-decoration:none;
}

#testimonies{
	width:267px;
	height:210px;
	background-image:url(../images/testimonial-bk.gif);
	background-repeat:no-repeat;
	padding:30px 0 0 0;
}

#test-flash{
	margin:5px 0 0 5px;
}

#featured-clients{
	width:267px;
	height:118px;
	background-image:url(../images/featclients-bk.gif);
	background-repeat:no-repeat;
	margin:20px 0 0 0;
}
#gallery{
	width:267px;
	height:118px;
	background-image:url(../images/gallery-bk.gif);
	background-repeat:no-repeat;
	margin:20px 0 0 0;
}

/*====================
    FOOTER
====================*/

#footer{
	width:705px;
	height:9px;
	background-color:#FFF;
	padding:15px;
	float:left;
	margin:10px 0 20px 60px;
}

#footer li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style:none;
	padding:0 5px 0 5px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#333;
}


	