/*** Fix HTML Default Styles ***/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}

img {
	border: 0;
}


/*** Index ***/

body {
	background: #333333;
	font: 0.7em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 667px;
}

.shadow_right, .shadow_left {
	position: absolute;
	top: 0;
	width: 9px;
	height: 100%;
}

.shadow_right {
	right: -9px;
	background: url("media/shadows/right.png");
}

.shadow_bottom_right, .shadow_bottom, .shadow_bottom_left {
	position: absolute;
	bottom: -9px;
	height: 9px;
}

.shadow_bottom_right {
	right: -9px;
	width: 9px;
	background: url("media/shadows/bottom_right.png");
}

.shadow_bottom {
	left: 0;
	width: 100%;
	background: url("media/shadows/bottom.png");
}

.shadow_bottom_left {
	left: -9px;
	width: 9px;
	background: url("media/shadows/bottom_left.png");
}

.shadow_left {
	left: -9px;
	background: url("media/shadows/left.png");
}

#top {
	height: 19px;
	background: url("media/top.png");
}

#header {
	height: 188px;
	background: url("media/header.jpg");
}

#header_SIDP {
	height: 188px;
	background: url("media/header_SIDP.jpg");
}

#header_LMU {
	height: 188px;
	background: url("media/header_LMU.jpg");
}

#header_TTC {
	height: 188px;
	background: url("media/header_TTC.jpg");
}

#header_XT {
	height: 188px;
	background: url("media/header_XT.jpg");
}

#header_MFU {
	height: 188px;
	background: url("media/header_MFU.jpg");
}

#header_LMU {
	height: 188px;
	background: url("media/header_LMU.jpg");
}

#version {
	position: absolute;
	top: 135px;
	width: 667px;
	font-size: 11px;
	text-align: center;
	text-shadow: white -1px 2px 1px;
	color: gray;
}


#version a {
	text-decoration: none;
	color: #D3D3D3;
}

#version a:hover {
	color: #ADD8E6;
}

#info {
	position: absolute;
}

#separator {
	height: 10px;
	background: url("media/separator.png");
}

#menu {
	height: 24px;
	background: url("media/menu/background.png");
	vertical-align: middle;
	text-align: center;
}

#menu .separator {
	background: url("media/menu/separator.jpg");
	padding: 4px 3px 3px 0;
}

#family_pack {
	position: absolute;
	top: 90px;
	left: -45px;
}

#olive {
	position: absolute;
	top: 530px;
	left: -25px;
}

#footer {
	height: 18px;
	background: url("media/footer.png");
	line-height: 19px;
	text-align: center;
	font-size: 0.5em;
	color: #555;
}

#footer a {
	text-decoration: none;
	color: #000080;
}

#footer a:hover {
	color: black;
}


/*** Home ***/

#headline_REA {
	height: 34px;
	background: url("media/headline_resizeemall.png");
}

#headline_TTC {
	height: 34px;
	background: url("media/headline_totaltunescontrol.png");
}

#headline_SIDP {
	height: 34px;
	background: url("media/headline_sidp.jpg");
}

#headline_MFU {
	height: 34px;
	background: url("media/headline_macfreewareupdate.png");
}

#headline_LMU {
	height: 34px;
	background: url("media/headline_lmu.png");
}

#headline_XT {
	height: 34px;
	background: url("media/headline_xtastes.png");
}

.content {
	padding: 10px 14px 10px 18px;
	line-height: 16px;
	color: #333;
	overflow: auto;
}

.featureTitle {
			font-weight: bold;
			color: #000;
			text-shadow: 0px 1px 0px rgba
}
		
.contentColumn {
	line-height: 14px;
	color: #333;
	overflow: auto;
	}
.contentColumn a{
text-decoration: none;
	color: #000080;

	}
.contentColumn a:hover {

	color: black;

	}

.featureColumn
	{
		float: left;
		width: 210px;
		padding-right: 10px;
		padding-left: 10px;
		color: #333;
	}

.content img {
	float: right;
	margin-left: 20px;
}

.content .highlighted {
	font-weight: bold;
}

#content1 {
	background: white url("media/content1.png") repeat-x;
}

#content2 {
	background: #EDF7FF url("media/content2.png") repeat-x;
}

