/* CSS Document */

* html {overflow:hidden;}
body {background:url(webb.jpg); background-color:#444; background-repeat:no-repeat; background-position:top left; background-attachment:fixed; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0 10px 0 10px; height:100%; overflow:auto;}



#menu {position:fixed; display:block; top:30px; left:10px; width:150px; height:200px; background:transparent;}
* html #menu {position:absolute; display:block; top:30px; left:10px; width:150px; height:200px; background:transparent;}

#menu a, #menu a:link {display:block; font-size:10px; background:url(images/red-arrow.gif) left 10px no-repeat; padding-left:10px; color:#fff; text-decoration:none; text-align:left; line-height:12px; margin-top:5px;}
#menu a:visited {display:block; color:#fff;}
#menu a:hover {color:#f00;}
#menu a:active {color:#f00;}

/*
#menu a, #menu a:link {display:block; font-size:10px; text-transform:lowercase; width:140px; height:25px; color: #FF0000; background:transparent; text-decoration:none; border:1px solid #fff; text-align:center; line-height:25px; margin-top:5px;}
#menu a:visited {display:block; width:140px; height:25px; color:#f00; background:transparent;}
#menu a:hover {color:#f00; background:#eee;}
#menu a:active {color:#f00; background:transparent;}
*/
#text {display:block; margin-left:155px; border-left:1px solid #fff; padding:10px; color:#eee; font-size:10px; line-height:16px;}

#text a {color:#fff;}
#text a:hover {color:#f00;}

#text a.jump {color:#fff; text-decoration:none; background:url(images/red-arrow.gif) left no-repeat; padding-left:10px;}
#text a.jump:hover {color:#f00;}

#recent-clients img {padding:36px 0;}



h1 {
	font-size:14px;
}

h3 {
	font-size:11px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

