/*	
Title:		RoxioNow.com - Core Stylesheet
Author:		David Tang / Sonic Solutions
Author:		Cesar Fabello / Sonic Solutions
Updated:	10.21.08
Updated:	6.17.10
Notes:		Ported from Roxio.com with Edits for RoxioNow
*/

*{
	margin: 0;
	padding: 0;
}
* body{
	font-size: x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE versions */
}

body{
 font: small/1.2em Arial, Helvetica, sans-serif;
	color: #1c242a;
	margin: 0;
	padding: 0;	
	text-align: center;
	background: #1c242a url('/images/core/main-bg.gif') repeat-x top left;
}

img {
	border: none;
}

a{
	color: #197cc9;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #666;
	text-decoration: underline;
}

a:active {
	outline: none;
}





#wrapper{
 margin:0 auto;
 text-align: left; 
 width: 1124px;
	font-size:92%;
}

#top{
padding:25px 0 25px 80px;
}


#container{
	/*padding: 20px 20px 5px 20px;*/
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	width: 1124px;
	height: auto !important;
	line-height: 150%;
}


#footer {
	text-align:center;
	color: #4a5156;	
}
#footer p{
	padding:20px 0;
}





/* clearfix */
.clearfix:after {  
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	 height: 0;  
}  

.clearfix {  
	 display: inline-block;  
}  

 html[xmlns] .clearfix {  
   display: block;  
}  
  
* html .clearfix {  
	 height: 1%;  
}









