* {
margin:0;
padding:0;
}


body{
color: #4D4D4D;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

a {text-decoration:none; color:#808080;}      /* unvisited link */
a:link {text-decoration:none; color:#005880;}      /* unvisited link */
a:visited {text-decoration:none; color:#808080;} /* visited link */
a:hover {text-decoration:none; color:#cccccc;}  /* mouse over link */
a:active {text-decoration:none; color:#808080;} /* selected link */

#container {
width: 1000px;
text-align: left;
margin: 0 auto 0 auto;
background: url(imgs/back_container.gif) #FFFFFF repeat-y;
padding: 0 !important;
}

#header
{
	margin-top:5px;
margin-bottom:10px;
	height: 110px;
	background: url(../img/utocube_header.jpg) no-repeat;
}

#header h1
{
	float: left;
	font-size: 16px;
	display:inline;
	margin: 30px 0 0 20px;
	background: none;
}

#logo
{	
	float:left;
	background-color: transparent;
	background:url(../img/utocube_logo.png) no-repeat;
	height:92px;
	width:114px;
	margin:10px 0 0 30px;
}

* html #logo
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/utocube_logo.png", sizingMethod="crop");
} 
	
	



/********** Start of Top Menu (Sign in and Sign Up) *********/

#topmenu {
float: right;
margin: 30px 0px 0 0;
font: bold 12px Arial;
}

#topmenu ul {
margin: 0 90px 0 0 ;
padding: 2px;
}

#topmenu li {
display: inline;
padding:0 0 0 20px;
}

#topmenu a, #topmenu a:visited {
color: #cccccc;
text-decoration: none;
}

#topmenu a:hover, #topmenu a:visited:hover {
color: #ffffff;
}

/********** End of Top Menu (Sign in and Sign Up) *********/

/********** Start of Main Menu *********/

#link
{	
float: right;
margin: 30px 0px 0 0;
font: bold 14px Arial;
	}
	
#link ul 
{
margin: 0 320px 0 0 ;
padding: 2px;
}

#link li 
{
	display: inline;
padding:0 0 0 20px;
}

#link a, #link a:visited {
color: #FFFFFF;
text-decoration: none;
}

#link a:hover, #link a:visited:hover {
color: #CCCCCC;
}

/********** End of Main Menu *********/




/********** Start Footer *********/


#footer {
	clear:both;
	background-color:#FFF;
	text-align:center;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 165px;
	
	}
	
	

#footer .foot_txt {
	text-align: left;
	padding-top: 15px;
	font-size: 10px;
	color: #000;
	padding-left: 30px;
	width: 800px;
	float: left;
}

	


#footer_menu {
	float: left;
	display:inline ;
	margin:26px 0 0 20px;
}

#footer_menu h3
{
	font-weight:bold ;
	font-size:12px;
	color:#FFFFFF;
	}

.footlink1 {
	color: #FFF;
	text-align: left;
	float: left;	
	width: 116px;
	padding-left:10px;
}

.footlink1 li
{
	display:block ;
	list-style-type:none;
		text-decoration: none;
	line-height:20px;
		
	}

.footlink1 ul
{
	margin:0 ;
	padding-left:20px;
	}


.footlink1 a, .footlink1 a:visited {
color: #000000;
text-decoration: none;
}

.footlink1 a:hover, .footlink1 a:visited:hover {
color: #CCCCCC;
}




.footlinkLast {
	color: #FFF;
	text-align: left;
	float: left;	
	width: 100px;
}

.footlinkLast li
{
	display:block ;
		text-decoration: none;
		line-height:21px;
		
	}

.footlinkLast ul
{
	margin:0 ;
		}

.footlinkLast a, .footlinkLast a:visited {
color: #000000;
text-decoration: none;
}

.footlinkLast a:hover, .footlinkLast a:visited:hover {
color: #CCCCCC;
}



/********** End Footer *********/