@charset "utf-8";
/* CSS Document */

*			{ margin:0; padding:0; list-style:none; font-weight:normal; outline:none; }
HTML		{ overflow-y:scroll; }
BODY		{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; line-height:18px; color:#666;  }
H1			{ width:279px; height:37px; background:url(/images/digibizgroup_logo.gif) no-repeat; text-indent:-9999px; margin-bottom:35px; }
H2			{ font-weight:bold; font-size:11px; line-height:18px; text-transform:uppercase; padding:6px 0 0 0; }
P			{ margin-bottom:18px; }
A:link		{ text-decoration:none; color:#000; }
A:active	{ text-decoration:none; color:#000; }
A:visited	{ text-decoration:none; color:#000; }
A:hover		{ text-decoration:underline; color:#000; }

.wrapper			{ width:960px; margin:0 auto; }
.header				{ margin-top:120px; border-bottom:1px solid #e5e5e5; }
.header .naw		{ float:left; width:444px; padding:18px 18px 0 18px;  }
.header .naw P		{ float:left; width:222px; }
.header .naw SPAN	{ width:30px; display:block; float:left; }
.header .intro		{ margin:0 18px 0 498px; padding:18px 0; }

.mainContent		{
	padding:18px 0;
	border-bottom:1px solid #e5e5e5;
	height:290px;
	width:960px;
}
.mainContent LI		{ width:450px; height:90px; float:left; margin:0 18px 0 12px; cursor:pointer; }
.mainContent LI:hover { background:#f3f3f3; }
.mainContent LI DIV	{ width:113px; height:78px; padding:6px; background:url(/images/logo_bground.png) no-repeat; float:left; margin-right:12px; }

.footer				{ padding:6px 16px; }
.footer IMG			{ margin:0 0 0 4px; }
.footer A:link		{ text-decoration:none; color:#666; }
.footer A:active	{ text-decoration:none; color:#666; }
.footer A:visited	{ text-decoration:none; color:#666; }
.footer A:hover		{ text-decoration:none; color:#666; }

.left		{ float:left; }
.right		{ float:right; }
.clearfloat	{ clear:both; font-size:0; line-height:0; margin:0; padding:0; }

