/**** Top Feature ******/

#top
{
	width: 1000px;
	padding-bottom: 20px;
	height: 485px;
	background-image: url('/image/border3c.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#topimage
{
	float: left;
	width: 485px;
	height: 485px;
	background-image: url('/image/apple4.jpg');
	background-repeat: no-repeat;
	padding-right: 30px;
}

.caseimage
{
	padding-left: 150px;
	padding-top: 77px;
}

#toptext
{
	float: left;
	width: 465px;
}

#componentlist
{
	width: 470px;
	padding: 5px;
	padding-left: 25px;
}

.components
{
	width: 400px;
	list-style: none;
	
}

.bold
{
	font-weight: bold;
}

/*****Detailed Specification Section******/


#specs
{
	position: relative;
	width: 1000px;
}

.columnleft
{
	float: left;
	width: 485px;
	padding-right: 10px;
}

.columnright
{
	float: right;
	width: 485px;
	padding-left: 10px;
}

.row
{
	min-height: 250px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url('/image/border3d.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.item
{
	width: 500px;
	height: 450;
}

.itemimage
{
	width: 200px;
	padding: 25px;
}

.itemtext
{
	padding-right: 15px;
	padding-left: 15px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


