@charset "iso-8859-1";
/* CSS Document */


body {
	margin:0px;
	background-color: #000000;
	font-family:imagination, arial, sans-serif;
	font-size:12px;
	color:#FFF;
}

a:link {
	color: #535353;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #535353;
}
a:hover {
	text-decoration:underline;
	color: #535353;
}
a:active {
	text-decoration: none;
	color: #535353;
}

/**************************************************************************************************************************/


ul, li, dl, dt, dd
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul
{
	clear:both;
	
}
ul p{
	display:none;
	width:150px;
	line-height:16px;
}

li
{
	display: inline;
	float: left;
	width:150px;
	margin:5px;
	padding:5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #161d1f;
}

.centerContent{
	text-align:center;
}

h1
{
	font-weight:normal;
	font-size:24px;
	
}
h2
{
	
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

h3
{
	
	font-size:12px;
	font-weight:normal;
}


dl
{
	margin-top:5px;
	background-color:#161d1f;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0;
}

dt
{
	font-weight:bold;
	margin-bottom:5px;
	font-size:10px;
}

dd
{
	color:#999;
	padding-left: -1px;
	margin-left: 15px;
	display: list-item;
	list-style-position:outside;
	list-style-type:square;
	font-size:10px;
}

.readmore
{
 cursor:pointer;
}
/**************************************************************************************************************************************************************/

#content
{
	width:600px;
	
}


#topContent
{
	width:100%;
	padding-top:20px;
}

#phonecontent
{
	width:1040px;
	margin: 0px auto;
}

#footer
{
	clear:both;
	width:1024px;
	margin: 0px auto;
	padding:10px;
	background-color:#161d1f;
}

#footerContent
{
	margin-top:4px;
	margin-bottom:-4px;
	height:21px;
	color:#535353;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#share
{
	float:left;
}
#leagel
{
	margin-left:20px;
}

#copywrite
{
	margin-left:35px;
	float:right;
}