body
{
	font-family:Arial;
	font-size:14px;
	color:#333333;
	background-color:#E5E5E3;
	text-shadow:1px 1px 1px #CCCCCC;
	margin:0px;
}

.container
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

.header
{
	padding:8px;
	font-size:60px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #555555;
	height:90px;
	box-shadow:0px 1px 3px #777777;
	-moz-box-shadow:0px 1px 3px #777777;
	-webkit-box-shadow:0px 1px 3px #777777;

	
	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(1, rgb(200,200,200)),
    	color-stop(0, rgb(230,230,230))
    	
	);
	background:-moz-linear-gradient(
    	center bottom,
	rgb(230,230,230) 0%,
    	rgb(200,200,200) 100%
    	
	);
	
}

.header a
{
	color:#EEEEEE;
	text-decoration:none;
	float:left;
}

.header a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.topad
{
	float:left;
	width:728;
	margin-left:8px;
}
.main
{
	margin:8px;
}

.menu
{
	display:block;
	color:#FFFFFF;
	height:24px;
	margin:0px;
	padding:0px;
	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
	color-stop(0, rgb(160,160,160)),  
	color-stop(0.5, rgb(190,190,190)),  	
	color-stop(1, rgb(220,220,220))
    	
    	
	);
	background:-moz-linear-gradient(
    	center bottom,
	rgb(160,160,160) 0%,
    	rgb(190,190,190) 50%,
	rgb(220,220,220) 100%
    	
	);

	box-shadow:0px 1px 3px #777777;
	-moz-box-shadow:0px 1px 3px #777777;
	-webkit-box-shadow:0px 1px 3px #777777;
}
.menu li
{
	
	padding:8px;
	display:inline;
	
}

.menu li a
{
	
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	
}

.menu li:hover
{
	padding:4px 8px;
	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
	color-stop(0, rgb(60,60,60)),  
	color-stop(0.5, rgb(90,90,90)),  	
	color-stop(1, rgb(120,120,120))
    	
    	
	);
	background:-moz-linear-gradient(
    	center bottom,
	rgb(60,60,60) 0%,
    	rgb(90,90,90) 50%,
	rgb(120,120,120) 100%
    	
	);
	
}

h1
{
	color:#444444;
	text-shadow:1px 1px 4px #999999;
	display:inline;
}

h2
{
	color:#444444;
	text-shadow:1px 1px 4px #999999;
	display:inline;
}

.subtitle
{
	font-size:10px;
	font-weight:bold;	
	color:#777777;

	text-shadow:1px 1px 1px #CCCCCC;
	margin-bottom:8px;
}
.total
{
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.line
{
	border:solid 1px #AAAAAA;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-bottom:6px;
	box-shadow:1px 1px 3px #777777;
	-moz-box-shadow:1px 1px 3px #777777;
	-webkit-box-shadow:1px 1px 3px #777777;
	
	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(1, rgb(255,255,255)),
    	color-stop(0, rgb(230,230,230))
    	
	);
	background:-moz-linear-gradient(
    	center bottom,
	rgb(230,230,230) 0%,
    	rgb(255,255,255) 100%
    	
	);
	
}
.rank
{
	width:30px;
	float:left;
	text-align:right;
	font-weight:bold;
	text-align:center;
	
	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(1, rgb(220,230,255)),
    	color-stop(0, rgb(200,210,230))
    	);
	background:-moz-linear-gradient(
    	center bottom,
    	rgb(200,210,230) 0%,
	rgb(220,230,255) 100%
   	
    		
	);
	
}

.hits
{
	width:50px;
	float:left;
	text-align:center;
	margin-right:8px;	

	background:-webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(1, rgb(230,255,220)),
    	color-stop(0, rgb(210,230,200))    	
	);
	background:-moz-linear-gradient(
    	center bottom,
    	rgb(210,230,200) 0%,
	rgb(230,255,220) 100%
   	
    		
	);
	

}
.client
{
	width:600px;
			
}
.client_description
{
	margin-bottom:8px;
}
hr
{
	height:1px;
	border:none;
	color:#AAAAAA;
	background-color:#AAAAAA;
}
