/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/forms.css";

@import "lib/plugins/tabs.css";

@import "lib/plugins/header.css";

@import "lib/plugins/sidebar.css";

/* Page
-------------------------------------------------------------- */

.page {
	margin: 15px auto;
	width: 950px;
}

/* Header
-------------------------------------------------------------- */

.hiddenPic {
	display: none;
}


/* Body
-------------------------------------------------------------- */

#body {
	padding-top: 20px;
/*	border: 1px solid #b2b2b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}



/* Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 25px;
	font: 14px "Helvetica Neue", Arial, sans-serif;
}

#footer .tabs {
	width: 455px;
	margin-left: 20px;
}

#footer .tabs a {
	padding: 10px 30px 10px 0;
	color: #666;
	text-decoration: none;
}

#footer .tabs a:hover {
	color: #000;
}

#footer p.quiet {
	color: #444;
}

.quoteheader {
	padding-left: 20px;
}

#screenshotlist a img {
	margin-left: 120px;
}

#screenshotlist p {
	margin-left: 120px;
}

.wideborders {
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 25px;
}

.buttonLink a {
	font-weight: bold;
	border: 2px solid #555;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

.buttonLink a:hover {
	color: white;
	background-color: #555;
	font-weight: bold;

	border: 2px solid #555;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

.ProductTitleArea {
	
	height: 160px;
}

.screenshots {
	margin-left: 40px;
}

#comparison table {
	border:  1px solid black;
}

#comparison th {
	background-color: maroon;
	color: white;
	text-align: center;
	border:  1px solid black;
	padding: 10px 35px;
	vertical-align: middle;
}

#comparison td {
	text-align: center;
	background-color: #feedf1;
	border:  1px solid black;
	padding: 10px;
	vertical-align: middle;
}

#comparison .col1 {
	text-align: left;
}

#productsArea {
	margin-left: 200px;
	width: 300px;
	border-style: ridge;
	border-width: 2px;
	padding: 10px;
}

#productsArea img
{
	width: 64px;
	height: 64px;
	position: relative;
	top: 10px;
	padding: 5px;
}

#productsArea a {
	font-size: 14pt;
	bottom: 20px;
}

.newsArea {
	margin-left: 60px;
	padding: 5px;
}

.newsTitle h1 {
	font: italic normal 16pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 15px;
	margin-left: 175px;
}

.newsContent {
	
}

.newsContent img {
	float: left;
	padding: 20px;
}

.newsContent p {
	margin-left: 175px;
}
