* {margin: 0px; padding: 0px; border: 0px;}

body{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF url(images/body.jpg) repeat-x scroll left top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
width:900px;
min-width:900px;
color: #666666;
}

/*======================= Layout ========================*/

#contentfloatholder {
	position:absolute;
	left:50%;
	width:900px;
	min-width:900px;
	margin-top:10px;
	margin-left:-450px;
	padding:10px;
	border:0px dashed #ccc;
	background-color:#ffffff;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

#header {
	position:relative;
	height:240px;
	width:100%;
}

#header, #footer {
clear: both; 
}

#footer {
line-height:20px;
color:#666666;
font-size:11px;
}

#content {
width:100%;
margin-top:5em;
}
	.content_left {
	float:left;
	width:370px;
	padding:10px;
	}
	.content_right {
	float:right;
	width:350px;
	padding:25px;
	}

.spacer { clear:both;}
.float_left {float:left; }
.float_right {float:right; }

.row_grey {
	background-color:#f4f4f4;
	padding:10px;
}
	.row_grey img{ padding:10px;}

.row_white {
	background-color:#ffffff;
	padding:10px;
}
.bkg_gradient{
	background:url(images/bkg_gradient.gif) no-repeat bottom #FFFFFF;
	padding:10px;
}
div.hr {
	height: 1px;
	background: #ffffff url(images/dash.gif) repeat-x scroll left;
}
	div.hr hr {display: none;}

#button a { background-image:url(images/button_free_download.gif);}
#button a:hover{ background-image:url(images/button_free_download_over.gif);}

#playlist img{
border:solid #cccccc 1px;
padding:1px;
}
	#playlist #button img{border:0px;}

.col {
color:#25221D;
float:left;
font-size:11px;
padding-right:25px;
width:240px; 
}

.last_col {
padding-right:10px;
width:350px;
border-left:thin dotted #CCCCCC;
float:left;
}
.corp_inner {
overflow:hidden;
padding-bottom:3px;
line-height: 15px;
}
 .ringtone {
 background-image:url(images/itouchmusic/itm_ringtone_bkg.jpg);
 background-repeat:no-repeat;
 border:1px solid #cccccc;
 padding:5px;
 width:115px;
 height:115px;
 float:left;
 }

/*===============text styles======================*/

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:normal;
color:#4c9adc;
text-transform:uppercase;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}


h2{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:normal;
color:#666666;
text-transform:uppercase;
padding-bottom:10px;
}

p {
text-align:justify;
padding:10px;
}

#sitemap{
list-style:none;
padding-left:50px;
width:350px;
}
	#sitemap li ul li a{
		padding-left:70px;
		list-style:none;
	}	
	#sitemap li ul{
		list-style:none;
	}							

#footer a {
font-size:11px;
color:#4c9adc;
font-weight:normal;
}
	#footer a:hover{color:#666666;}
	#footer p { line-height 15px; }
.footerH { padding-bottom:0; }

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c9adc;
	font-weight:bold;
} 
	a:hover{color:#666666;}

.text_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}

.text_small{
	font-size: 9px;
	color: #4c9adc;
	line-height: 12px;
}

ul {
padding-left:50px;
}

/*======================= MENU ========================*/

#menu {
padding:0px;
text-transform: uppercase;
color: #333333;
height:2em;
text-align:left;
border-bottom:1px solid #cccccc;
width:900px;
}

#menu ul {
float:left;
margin:0px;
padding:0px;
list-style:none;
width:180px;
}

#menu a, #menu h2 {
font: bold 11px arial, helvetica, sans-serif;
text-decoration: none;
color: #333333;
display: block;
margin:0px;
height:2em;
}

#menu h2 {
text-transform: uppercase;
}

#menu a {
margin: 0px;
padding: 10px 0px 0px 20px;
background-image:url(images/pointer.gif);
background-repeat:no-repeat;
background-position:left;
}

#menu a:hover {
height:2em;
color:#990000;
background-image:url(images/pointer.gif);
background-repeat:no-repeat;
background-position:left;
}

#menu ul ul a:hover {
height:2em;
color:#990000;
background:#eeeeee;
background-image:url(images/pointer.gif);
background-repeat:no-repeat;
background-position:left;
}

#menu ul ul {
padding-left:5px;
position: absolute;
margin: 0px;
top:2.1em;
width:17em;
color:#333333;
background-image:url(images/menu_bkg.png);
background-repeat:repeat-y;

border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}

#menu #last_menu ul ul {
padding-left:5px;
position: absolute;
margin:0px;
left:-2.5em;
top:2.1em;
width:17em;
color:#333333;
background-image:url(images/menu_bkg.png);
background-repeat:repeat-y;
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}

#menu ul ul ul{
top:10px;
position:absolute;
margin: 0px;
left: 100%;
width: 17em;
color: #333333;
border:1px solid #cccccc;

}


#menu li {
position:relative;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul
{
display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
display: block;
}










