@charset "UTF-8";
/* CSS Document */


body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #666666;
	background-image: url(../assets/images/cc/cc-background-pattern.gif);
	/*height:100%;
	padding-top: 0px;
	margin-top: 0px;
	position:relative;*/
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 0.5em;
	line-height: 1.25em;
	text-transform: uppercase;
}
#mainContent p {
	line-height: 1.25;
	margin-bottom: .5em;
	margin-top: 0px;
}
p.buyButton {
	float: right;
	width: 155px;
	padding-top: 505px;
	padding-right: 300px;
}
#container {
	/*width: 915px;
	margin: 0 auto;*/
	text-align: left;
	background-color: rgb(229, 227, 215);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../assets/images/cc/ccTitleSm.png);
	background-repeat: no-repeat;
	background-position: 72% 18%;
	min-height: 100em;
	/*position:relative;*/
}
.lastText {
	padding-bottom: 25em;
}
#iPhoneTable {
	display: block;
	margin-left: 120px;
	padding-top: 80px;
}
#sideBar {
	float: right;
	width: 250px;
	margin-right: 140px;
	margin-left: 20px;
	height: 40em;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 200px;
	background-color: #edebe6;
}
#sideBar p  {
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.25;
	padding-top: 2px;
	padding-bottom: 1.25em;
	padding-right: 20px;
	padding-left: 20px;
	margin:0;
	background-color: #edebe6;
}
#sideBar ul  {
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.25;
	padding-top: 2px;
	padding-bottom: 1.25em;
	padding-right: 20px;
	padding-left: 20px;
	margin:0;
	background-color: #edebe6;
}
#sideBar h1{
	font-size:0.9em;
	line-height:1.25;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:0;
	background-color: #edebe6;
}
#sideBar  p.firstreview   {
	padding-top: 30px;
}
#sideBar p.lastreview {
	padding-bottom: 20px;
}
#sideBar a {
	text-decoration: none;
	color: #990000;
}
#sideBar a:hover{
	color:#CC0000;
}
#mainContent {
	margin-left: 140px;
	min-height: 800px;
	margin-top: 40px;
}
#mainContent ul li{
	margin-left:20px;
	line-height: 1.25em;
}
.topCenteredBlock {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.textCenter {
	text-align: center;
	margin: 10px, 0;
}

