body {
	background: #999fb0;
	background-image:url('images/backgroundtile.jpg');
	font-family: Helvetica Neue, Helvetica;
}

img {
	border:0px;
}

#content {
	width: 850px;
	margin: 30px auto 10px auto;
}

#mainbody {
	background: white;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 820px;
	margin-left: 3px;
	padding: 15px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

#navbar {
	background: url('images/navbarback.png') no-repeat;
	height: 46px;
	width: 856px;
	text-align: right;
}

#navbar p {
	padding: 18px;
	text-transform: uppercase;
	font-family: helvetica;
	font-size: 9pt;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

#navbar p a {
	margin-right: 20px;
	margin-left: 5px;
	text-decoration: none;
	color: #fff;
}

#navbar p a.selected {
	color: #92c8e4;
}

#navbar p a:hover {
	color: #92c8e4;
}

#footer p{
	font-family: Helvetica Neue;
	color: #4c4f59;
	margin-top: 7px;
	font-size: 10pt;
	text-align: center;
	text-shadow: 0px 1px rgba(256,256,256,0.5);
}

#appbar {
	background:url('images/software/appbar.png'); 
	width:100%; 
	height:23px; 
	margin-left:3px; 
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

#appbar ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
}

#appbar li{
	font-size: 11px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	color:#d5d2d2;
	float:left;
	list-style: none;
	margin-top:3px;
	margin-right:20px;
}

#appbar li a {
	color:#d5d2d2;
	text-decoration: none;
}

#appbar li a:hover {
	color:#c1bfbf;
}

#appbar li img{
	float:left;
	margin-right:5px;
}

.mainimage {
	margin-left:3px; 
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6); 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	width:850px; 
	height:421px;
}

th {
	background: #3f4757;
	color: #a4a8af;
	font-family: Helvetica Neue;
	font-weight: normal;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	font-size: 11pt;
	padding: 5px;
}

td {
	padding:5px 15px;
	font-size: 9pt;
}

tr.row1 {
	background: #fff;
}

tr.row2 {
	background: #edf6fb;
}

table {
	border-collapse: collapse;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom: 5px solid #3f4757;
	margin-bottom: 0px;
}

p {
	font-size: 13px;
	font-weight: lighter;
	line-height: 19px;
	margin: 5px 10px 5px 3px;
	padding: 3px;
}

h1 {
	font-family: Helvetica Neue;
	font-size: 18px;
	color: #3d3d3d;
	padding: 3px;
	margin: 3px;
	text-shadow: 0px 1px rgba(256,256,256,0.5);
}

h2 {
	font-family: Helvetica Neue;
	font-size: 16px;
	color: #3d3d3d;
	padding: 3px;
	margin: 3px;
}

h3 {
	font-family: Helvetica Neue;
	font-weight: normal;
	color: #3d3d3d;
	font-size: 14px;
	padding: 1px;
	margin: 3px;
}

h4 {
	font-family: Helvetica Neue;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	margin: 3px;
}

h5 {
	font-family: Helvetica Neue;
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
	margin: 3px;
	margin-top:0px;
}

h6 {
	font-family: Helvetica Neue;
	font-weight: normal;
	font-size: 9px;
	padding: 3px;
	margin: 3px;
}

ul {
	margin:0px;
	padding:0px;
	padding-left:20px
}

li {
	margin-bottom:3px;
	padding:0px;
	font-size: 13px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #529ec6;
}

a:hover {
	color: #92c8e4;
}

div.tableaction, a.tableaction {
	background: #3f4757;
	padding: 3px 5px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	color: #a4a8af;
	font-size: 10pt;
}

div.tableaction a {
	color: #a4a8af;
	font-size: 10pt;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

div.tableaction a:hover, a.tableaction:hover {
	background: #2a303e;
	color: #828892;
}

form p {
	display: table-row;
	padding: 1px;
}

label, input {
	display: table-cell;
}

label {
	padding-right: 3px;
	text-align: right;
	min-width: 150px;
	vertical-align: top;
}

.cell {
	display: table-cell;
	padding: 3px 15px;
	vertical-align: middle;
}

.row {
	display: table-row;
}

div.box {
	background: #e8e8e8;
	padding:5px;
}


div.box p {
	color: #696969;
}

div.box h5 {
	color: #696969;
	font-size:11px;
	line-height: 16px;
}

pre {
	font-family: Monaco, Courier;
	font-size:11px;
	background:#f1f1f4;
	border:1px solid #e7e7e9;
	border-left:10px solid #e7e7e9;
	margin:10px;
	padding:5px;
}

blockquote {
	font-style: italic;
	color: #3d3d3d;
	font-size:14px;
	margin:10px;
	text-indent:35px;
	line-height:25px;
	width:auto;
	background:#f8f8f8 url('images/blog/quote.png') no-repeat;
	padding-top:5px;
	border:5px solid #f8f8f8;
}

.leftbox {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.rightbox {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.frontimagesmall {
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

#fromtheblog {
	margin-top: 172px;
	height:48px;
	margin-left: 0px;
}

#fromtheblog p {
	font-family:Helvetica Neue;
	font-weight:lighter;
	margin-top:11px;
	margin-left:55px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

#fromtheblog p a {
	color:#fff;
}

#fromtheblog p a:hover {
	color: #92c8e4;
}

input.supportfield {
	-webkit-border-radius:10px; 
	border:0px; 
	height:30px; 
	margin-top:5px;
	margin-bottom:5px; 
	font-size:12px; 
	padding-left:10px;
}

input.supportbutton {
	background:url('images/support/buttonback.png'); 
	border:1px solid #cccccc; 
	height:23px; 
	-webkit-border-radius:3px; 
	-moz-border-radius: 3px;
	font-size:11px; 
	text-shadow: 0px 1px rgba(256,256,256,0.5);
}

.inset {
	margin-left:40px;
}

.postbody:first-letter {
	font-size: 40px;
	float:left;
	margin-top:8px;
	margin-right:2px;
}

.button {
	height:59px;
	float:left;
}

.button p {
	text-align: center;
	font-size:15px;
	padding-top:17px;
	padding-left:10px;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
}

.button a {
	color:#cdcdcd;
	padding:17px 7px;
	text-decoration: none;
}

.button a:hover {
	color:#ababab;
}

.button#buynow {
	background:url('images/software/buynowblack.png');
	width:149px;
}

.button#download {
	background:url('images/software/downloadblack.png');
	width:164px;
}

.button#buynowwhite {
	background:url('images/software/buynowwhite.png');
	width:149px;
}

.button#buynowwhite a, .button#downloadwhite a {
	color:#232323;
	text-shadow: 0px 1px rgba(256,256,256,0.5);
}

.button#downloadwhite {
	background:url('images/software/downloadwhite.png');
	width:164px;
}

.button#beta {
	background:url('images/software/downloadbeta.png');
	width:112px;
	padding-left:4px;
	margin-left:15px;
}

.button#beta a, .button#beta p{
	color:#333232;
	padding:6px 0px;
	text-shadow: 0px 1px rgba(256,256,256,0.5);
}

.button#beta a:hover, .button#buynowwhite a:hover, .button#downloadwhite a:hover{
	color:#404040;
}


/*Software*/

#mainappcontent {
	 -webkit-border-radius:10px; 
	 -moz-border-radius:10px; 
	 background:white; 
	 margin-top:30px; 
	 margin-left:3px; 
	 width:850px; 
	 -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	 -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	 color:#3d3d3d;
}

#mainappcontent h4 {
	font-style: italic;
}

#whatsnew {
	width:848px; 
	height:89px; 
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border:1px solid #d9d9e0;
}

.codecollectorpro #whatsnew {
	background:url('images/ccp/whatsnewback.jpg'); 
}

.lighthousekeeper #whatsnew {
	background:url('images/lhk/whatsnewback.jpg'); 
}

.minim #whatsnew {
	background:url('images/minim/whatsnewback.jpg'); 
}

#whatsnew h2 {
	margin:3px 0px;
}

#whatsnew p{
	padding:0px 3px;
	margin:0px;
	font-size:11px;
	line-height: 17px;
}

#changelog {
	width:850px;
}

.codecollectorpro #changelog {
	background:url('images/ccp/changelogback.jpg'); 
}

.lighthousekeeper #changelog {
	background:url('images/lhk/changelogback.png'); 
}

.minim #changelog {
	background:url('images/minim/changelogback.jpg'); 
}


#changelog p {
	font-size:11px;
	margin:0px;
	padding:0px 3px;
	color:#3d3d3d;
	text-shadow: 0px 1px rgba(256,256,256,0.7);
}

#changelog h2 {
	color:#737373;
	text-shadow: 0px 1px rgba(256,256,256,0.7);
	margin:3px 0px;
}

#reviews, #testimonials {
	width:828px; 
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border:1px solid #dfdfdf;
	padding:10px;
}

.codecollectorpro #reviews{
	background:url('images/ccp/reviewsback.jpg');
}

.lighthousekeeper #reviews{
	background:url('images/lhk/reviewsback.jpg');
}

.minim #reviews{
	background:url('images/minim/reviewsback.jpg');
}


#reviews h2, #reviews p, #testimonials h2, #testimonials p {
	color:white;
}

#reviews p, #testimonials p{
	margin-left:30px;
}





ul#sectionheader {
	background: url('images/minim/sectionleft.png'), url('images/minim/sectionright.png');
	background-repeat: no-repeat;
	background-position-x: left, right;
	padding:0px 0px 0px 0px;
	height:24px;
	width:746px;
	margin:auto;
}

ul#sectionheader li {
	list-style: none;
	float:left;
	padding:1px 13px 5px 13px;
	background: url('images/minim/sectionback.png');
	color:#636363;
	font-weight: bold;
	text-shadow: 0px 1px 1px white;
}

ul#sectionheader li a{
	color:#636363;
}

ul#sectionheader li.selected {
	background: url('images/minim/sectionbackon.png');
}

img.screenshot {
	height:150px; 
	padding:5px; 
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); 
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.3); 
	float:left; 
	margin:0px 20px;
}

div.section {
	width:761px; 
	margin:auto;
}

.show {
	display: inherit;
}

.hide {
	display: none;
}

#sections {
	height:380px;
}


ul#movieswitcher {
	background:white;
	padding:0px;
	margin:0px;
}

#movieswitcher li {
	background:#f6f6f6;
	float:left;
	width:50%;
	text-align:center;
	list-style:none;
	color:#565656;
	text-shadow:0px 1px 1px white;
}

#movieswitcher li:hover {
	background:#ebebeb;
}

#movieswitcher li.selected {
	background:#e4e4e4;
}

#movieswitcher li a, #movieswitcher li a:hover {
	color:#565656;
}


.blogimg {
	max-width:600px; 
	border:1px solid #515151; 
	-webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.5);
}


/***Design***/


#designpage {
	margin-left: -15px;
	margin-bottom: -33px;
	margin-top: -15px;
	margin-right: -15px;
}

#designcontent {
	margin: 15px 15px 25px 15px;
}

.col2 {
	float: left;
	width: 46%;
	margin-right: 4%;
}

#design #testimonials {
	background:url('images/ccp/reviewsgradient.png'), url('images/ccp/reviewsback.jpg');
	background-repeat: repeat-x, repeat;
	clear: both;
}

#design .estimate {
	background:#EEEEEE;
	padding:10px 15px;
	border-top:1px solid #CCCCCC;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
