/*
 :: Main CSS File
 -----------------
	 + Typgraphy
	 + Layout
	 + More
 */
 
body {
	background: url(images/bg.gif) repeat-x top #e0e0e0;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
}
 
* {
	margin: 0;
	padding: 0;
}

p {
	padding: 5px 10px;
	color: #444;
	font-size: 15px;
	line-height: 1.5em;	
}
a {
	color: #225a99;
}


.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

#wrapper {
	width: 910px;
	margin: 0 auto;
}
#header {
	width: 910px;
	height: 415px;
	background: url(images/header.jpg) no-repeat top;
}
	#logo h1 { 
		color: #a7cceb;
		padding-left: 32px;
		text-shadow: 1px 1px 1px #222;
		padding-top: 17px;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		font-family: Helvetica, Arial, Sans-serif;
	}
		#logo h1 strong { color: #fff; }
#iphone {
	width: 355px;
	height: 581px;
	background: url(images/iphone.png) no-repeat top left;
	float: right;
	margin-top: -340px;
	margin-right: 20px;
	padding-top: 140px;
	padding-left: 36px;
	position: relative;
	z-index: 99999;
}
#content {
	width: 910px;
	min-height: 416px;
	background: #fff;
	margin-top: -70px;
	position: relative;
	margin-bottom: -10px;
	border: 2px dashed #eee;
   border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-box-shadow: 0 0 0 4px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
   -webkit-box-shadow: 0 0 0 4px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
   box-shadow: 0 0 0 4px #fff, 2px 1px 6px 4px rgba(10,10,0,.5);
z-index: 2;
}
#list {
	width: 460px;
	float: left;
	margin-top: -50px;
}
	#list ul { list-style: none; }
	#list ul li {
		display: block;
		padding: 10px;
		border-bottom: 1px dashed #ccc;
		padding-left: 45px;
		margin: 10px 0;
		margin-left: 40px;
	}
		#list ul li p { font-size: 17px; }
		#list ul li.list1 { background: url(images/wordpress.png) no-repeat left; }
		#list ul li.list2 { background: url(images/setup.png) no-repeat left; }
		#list ul li.list3 { background: url(images/mobile.png) no-repeat left; }
		#list ul li.list4 { background: url(images/money.png) no-repeat left; }
		#list ul li.list5 { background: url(images/optimize.png) no-repeat left; }
#footerWrapper {
	width: 100%;
	background: url(images/bg.gif) repeat-x;
	background-position:0 -200px;
	min-height: 100px;
	clear: both;
	z-index: -1;
	float: left;
	margin-top: -20px;
	padding-top: 30px;
}
#footer {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
	#footer p { color: #ccc; font-size: 14px; }
#demos {
	clear: both;
	padding: 20px 50px;
}
	#demos h1 {
		text-align: center;
		font-size: 32px;
		font-family: Helvetica, Arial, Sans-serif;
		letter-spacing: -1px;
		color: #d64040;
		text-shadow: 1px 2px 1px #fff, 1px 3px 1px #ccc;
	}
	#demos h3 {
		text-align: center;
		font-size: 21px;
		padding: 5px 0;
		font-family: Helvetica, Arial, Sans-serif;
		letter-spacing: -1px;
		color: #333;
		text-shadow: 1px 2px 1px #fff, 1px 3px 1px #ccc;
	}
	#demos a {
		float: left;
		display: block;
		margin: 1px;
	}
	#demos a img { border: none; }
#box {
   padding: 5px 10px;
   margin: 10px;
   margin-left: -10px;
   background: #fff;
   color: #333;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #eee;
   border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-box-shadow: 0 0 0 4px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
   -webkit-box-shadow: 0 0 0 4px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
   box-shadow: 0 0 0 4px #fff, 2px 1px 6px 4px rgba(10,10,0,.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
   width: 800px;
}
#innerContent {
	padding: 20px 50px;
	padding-top: 0;
	margin-top: -20px;
}
	#innerContent h1 {
		text-align: center;
		font-size: 28px;
		padding: 10px 0;
		letter-spacing: -1px;
		color: #d64040;
		font-family: Helvetica, Arial, Sans-serif;
		text-shadow: 1px 2px 1px #fff, 1px 3px 1px #ccc;
	}
.PLRBlock {
	height: 522px;
	width: 267px;
	position:fixed;
	top:30px;
	right:5px;
	z-index: 121212px;
}
#browse2 {
	width: 240px;
	height: 60px;
	margin-top: 210px;
	float: left;
	text-indent: -99999px;
}
#buynow2 {
	width: 240px;
	height: 60px;
	margin-top: 210px;
	float: left;
	text-indent: -99999px;
}
.column {
	width: 380px;
	float: left;
	padding: 10px;
}
	#innerContent .column h1 {
		text-align: left;
		font-size: 28px;
		letter-spacing: -1px;
		background: url(images/stars.png) no-repeat left;;
		color: #333;
		padding-left: 40px;
		margin-left: 10px;
		text-shadow: 1px 2px 1px #fff, 1px 3px 1px #ccc;
	}
.blockContent h3 {
	color: #202020;
	font-size: 16px;
}
.blockContent p {
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
}
.blockContentWrapper {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}

.blockContent {
	width: 230px;
	padding-right: 20px;
	float: left;
}