body
{
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	min-width: 900px;
}

form
{
	margin: 0;
}

img
{
	border: 0;
}

#header 
{
	padding: 0 0 0 0px; 
}

#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#navdivider { padding: 0 50px; }
#content { padding: 0px 0px 0px 0px; }
#footer { padding: 0 20px; margin: 0 50px; }

#header div, #content, #navdivider div, #footer, #paradigm-feature .feature-contents {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative;}

/* header */
#header
{
	height: 40px;
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #A1A6B1;
	background: url( "../Images/NavBack2.png" ) top repeat-x;
}

#header h1
{
	margin: 0;
	padding: 4px 0px 0px 0px;
}

#header h1 img
{
	float: left;
	padding: 0 0 0 0px;
	margin: 0px 0 0 20px;
	font-weight: bold;
	color: #7f7c45;
}

#header ul
{
	float: right;
	padding: 0;
	margin: 0px 35px 0px 0px;
	list-style: none;
}

#header li
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 85%;
}

#header ul a:link, #header ul a:visited
{
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #EFEFCC;
	height: 16px;
}

#ignored
{
}

#header ul li a:hover
{
	background: #EF9A01;
	color: #EFEFCC;
	text-decoration: underline;
}



/* footer */
#footer
{
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #000;
	padding: 50px 50px;	
	text-align: center;
}

#footer a
{
	color: #000;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a:hover
{
 color: #EF9A01;
 text-decoration: underline;
 font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer .copyright
{
	color: #000;
	margin-top: 20px;
	text-decoration: none;
	font-family: arial;
	font-size: 60%;
	border: none;
}

/* navdivider */
#navdivider
{
	margin: 0 auto;
	width: 900px;
	height: 7px;
	background: #F7F8F8 url( "../Images/NavDiv2.png" ) repeat-x; /* repeat-x;*/
	color: #FFFFFF;
}

/** content **/
#content {
	background: #fff;
}

/*front page*/

div.frontpage{
	width: 1000px;
	margin: 20px auto 0px auto;
}

div.frontpageLeft
{
	float:left;
	width: 350px;
	padding: 0px;
	font-family: Helvetica,Arial,Sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #666666;
	margin: 40px 0px 0px 90px;
}

div.frontpageRight
{
	width: 510px;
	float: right;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#downloadDemoFP
{
	width: 246px;
	height: 71px;
	display: block;
	margin: 30px 0px 0px 15px;
	border: none;
	cursor: pointer;
	background: url(http://www.perceptionresearchsystems.com/Images/DownloadButton.png) no-repeat;
}

/*features*/
div.features 
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 500px;
}


div.features table
{
	margin: 0 auto;
}

div.features table td 
{
	padding: 10px 10px 0px 0px;
}

div.features h1
{
	padding-top: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	
}

div.features h1 a 
{
	color: #000;
	text-decoration: none;
}

div.features h1 a:hover
 {
	color: #EF9A01;
	text-decoration: underline;
}

div.W
{
	width: 789px;
	height: 85px;
	display: block;
	margin-top: 30px;
	background: url(../Images/WhosUsingIt.png ) no-repeat;
}

div.W a
{
	width: 789px;
	height: 85px;
	display: block;
	background: url(../Images/WhosUsingIt.png ) no-repeat;
}

div.W a:hover
{
	width: 789px;
	height: 85px;
	display: block;
	background: url(../Images/WhosUsingItRollover.png ) no-repeat;
}

/*tour*/
div.tour
{
	width: 840px;
	margin: 0 auto;
    background-color: #fff;
	padding: 10px;
	clear: both;
}

div.menu
{
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

div.tour a
{
	font-family: verdana;
	color: #33411A;
	text-decoration: underline;
}

div.tour a:hover
{
	font-family:verdana;
	color: #EF9A01;
	text-decoration: underline;
}

div.tour h1 {
	margin-bottom: 5px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

div.tour p
{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

div.tour strong
{
	color: green;
	font-family: verdana;
	font-size: 12px;
}

div.title
{
	width: 950px;
	margin: 20px auto 10px auto;
	background-color:#FFFFCC;
	border-top: thin solid #ef9a01;
	border-bottom: thin solid #ef9a01;
	padding: 20px;
	
	font-size: 24px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}


div.screenshot{

	margin: 35px auto;
	width: 820px;
	border-bottom: 2px solid #666;
}

div.tourdownload {
	background-color:#FFFFCC;
	border-top: thin solid #ef9a01;
	border-bottom: thin solid #ef9a01;
	padding: 20px;
	margin: 20px 0px 0px 0px;
	font-size: 24px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}



/*products*/
#products
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#products h2
{
	border-bottom: 2px dotted #6da229;
	
	margin: 15px 20px 0px 0px;
	font-size: 18px;
}

#products p
{
	
	font-size: 16px;
	
}

#products a
{
	text-decoration: none;
	color: black;
	font-size: 16px;
}

#products a:hover
{
	text-decoration: underline;
	color: black;
	font-size: 16px;
}


/*
div.CRIE
{
	width: 282px;;
	height: 186px;
	display: block;
	background: url(../Images/CRIE.png ) no-repeat;
}

div.CRIE a
{
	width: 282px;;
	height: 186px;
	display: block;
	background: url(../Images/CRIERollover.png ) 0 -250px no-repeat;
}

div.CRIE a:hover
{
	background: url(../Images/CRIERollover.png ) top left no-repeat;
}*/

