﻿BODY 
{
	font-family: Times New Roman;
}

H1
{
	font-size: 2.25em;
}

A IMG
{
	border: none;
}

DIV.rounderCorners
{
	margin-bottom: 10px;
}
DIV.rounderCorners DIV.line1,
DIV.rounderCorners DIV.line2,
DIV.rounderCorners DIV.line3,
DIV.rounderCorners DIV.line4,
DIV.rounderCorners DIV.line5,
DIV.rounderCorners DIV.content
{
	background-color: #f4f3f0;
}
DIV.rounderCorners DIV.line1,
DIV.rounderCorners DIV.line2,
DIV.rounderCorners DIV.line3,
DIV.rounderCorners DIV.line4,
DIV.rounderCorners DIV.line5
{
	height: 1px;
}

DIV.rounderCorners DIV.content
{
	padding: 10px 20px 10px 20px;
}

DIV.rounderCorners DIV.line1
{
	margin: 0px 5px;
}
DIV.rounderCorners DIV.line2
{
	margin: 0px 3px;
}
DIV.rounderCorners DIV.line3
{
	margin: 0px 2px;
}
DIV.rounderCorners DIV.line4
{
	margin: 0px 1px;
}
DIV.rounderCorners DIV.line5
{
	margin: 0px 1px;
}
   
DIV.header 
{
	margin-bottom: 30px;
}
DIV.header IMG
{
	float: left;
	margin-right: 10px;
}
DIV.header H1
{
	margin-bottom: 2px;
}
DIV.header P
{
	margin-top: 2px;
	margin-bottom: 2px;
}  

DIV.menu
{
	margin-bottom: 30px;
}
DIV.menu UL 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
DIV.menu UL UL LI
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: larger;
	
}
DIV.menu UL UL LI.selected
{
	font-weight: bold;
}
DIV.pageContent
{
} 

UL.screenshotList 
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
UL.screenshotList LI
{
	float: left;
	width: 270px;
	height: 340px;
	margin-right: 30px;
	margin-bottom: 30px;
	//margin-bottom: 50px;
}

P.download
{
	background-image: url(../Images/download.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 60px;
	display: block;
}
P.download A,
P.download A:link,
P.download A:visited,
P.download A:hover
{
	color: #FFFFFF;
	font-size: x-large;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
}

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}
/* End hide from IE-mac */
