@charset "UTF-8";
/* CSS Document */

#Wrapper {
	margin: auto;
	width: 700px;
	z-index: 0;
	padding: 0;
}

#Nav {
	float: left;
	width: 700px;
	height: 55px;
}
#Main {
	float: left;
	width: 700px;
	position: relative;
}
.colLeft {
	padding: 10px;
	float: left;
	width: 400px;
}
#Main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 10px;
}
.colLeft li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.colLeft ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#Tag {
	float: left;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 48px;
	padding-left: 20px;
}
#Footer {
	float: left;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	position: relative;
}
#Banner {
	float: left;
	width: 700px;
	height: 116px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/apple-services-BG.png);
	background-repeat: repeat-x;
	background-position: top;
}
.colRight {
	padding: 10px;
	float: right;
	width: 250px;
	position: relative;
}
.phoneBox {
	float: right;
	height: 65px;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.serviceHdr {
	float: right;
	width: 250px;
	background-image: url(/images/Apple-Service-Hdr.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
}
.serviceBox {
	float: right;
	width: 250px;
	background-color: #048d18;
}
.serviceBox li {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.serviceBox a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.serviceBox ul {
	margin: 0px;
	padding: 0px;
}

