body
{
	font-family: verdana,helvetica,arial,sans-serif;
	color:#000000;
	background-color:#f0f0ff;
	margin:0;
	font-size:80%;
}

img {border:0px}

h1 { font-size:2em;}
h2 { font-size:1em;}

/*------------------- LAYOUT -------------------*/


.clear { clear: both; }

.wrapper
{
	min-width: 400px;
	margin: 0 -1px;
	width: 100%;
}

.outer {
	border-left-width: 150px;  /* left column width */
	border-left-color: #9cf;   /* left column colour */
	
	background-color: #f7f7ff; /* center column colour */
	width: auto; 
	border-left-style: solid;
	border-right-style: none; }

.outer > .inner { border-bottom: 1px solid transparent; }

.inner { margin: 0; width: 100%;}



/*------------------- HEADER -------------------*/

#header {
	background-color:navy;
	width:100%;
	height:50px;
}

.container {
	width:750px;
}

#topnav {
	position:relative;
	top:30px;
	font-size:80%;
	font-weight:bold;
	float:right;
}

#topnav a {
	display:inline;
	text-decoration:none;
	border-left:1px solid #aaa;
	color:#aaa;
	padding:0 10px;
}

#topnav a:hover {
	background-color:#ddd;
	color:navy;
}

/*------------------- NAVIGATION ---------------*/

#navL{
	width:150px;
	color:blue;
	float:left;
	background-color:#9cf;
	padding:20px 0px;

	margin-left:-150px;
	position:relative;
}


#navL #navbuttons a {
	display:inline;
	padding-left:0px;
}

#navL a {
	display:block;
	padding-left:20px;
	text-decoration:none;
	font-weight:bolder;
	color:blue;
}

#navL a:hover {text-decoration:underline;}

#navL a.current {
	background-color:#f0f0ff;
	border-right:4px solid blue;
}

#navR {
	position:relative;
	width:200px;
	float:right;
	margin:5px 0px 30px 10px;
	padding:0px 0px 5px 0px;
	background-color:#ddf;
}

#navR a {
	display:block;
	text-decoration:none;
	font-weight:bolder;
	color:blue;
	background-image:url('/images/general/rightarrow.gif');
	background-repeat:no-repeat;
	background-position:center left;
	margin-left:5px;
	padding-left:10px;
}

#navR a:hover {
	text-decoration:underline;
}

/*------------------- CONTENT ------------------*/

#content{
	position:relative;
	float:left;
	width:600px;
	padding:10px 20px;
	clear:right;
	background-color:#f7f7ff;
}

#popup {
	width:500px;
	margin:10px;
}

.data img {border:1px solid black;}

/*------------------- CONTENT ------------------*/

.lightblue {
	background-color:#9cf;
}

#homepage {
	margin:20px;
	width:750px;
}
#homepagetext1 {
	position:absolute;
	top:80px;
	left:420px;
	width:330px;
}
#homepagetext2 {
	position:absolute;
	top:320px;
	left:420px;
	width:330px;
}

.rightbox {float:right; text-align:center;clear:right;border:1px solid black;margin:5px 0px 5px 10px;}
.rightbox p {font-weight:bold;padding:10px 0px;margin:0;}
.leftbox {float:left; text-align:center;clear:left;border:1px solid black;margin:5px 0px 5px 10px;}
.leftbox p {font-weight:bold;padding:10px 0px;margin:0;}

.screenshot {
	background-color:white;
	border:1px solid black;
}

.blue {color:blue}
.red {color:red}
.orange {color:orange}
.green {color:green}
.purple {color:purple}

p.moreheading {background-color:orange;color:white;font-weight:bolder;margin-bottom:5px;}

.more a{float:right;background-image:url('images/general/rightarrow.gif');background-repeat:no-repeat;background-position:center right;padding-right:10px;margin-left:10px;}
.more a{text-decoration:none;font-weight:bolder;color:navy;}
.more a:hover{text-decoration:underline;}

/*------------------- TABLES ---------------*/

table.compare {font-size:100%;margin:20px;}
table.compare tr {}
table.compare th {background-color:d0d0ff;}
table.compare td {background-color:e0e0ff;vertical-align:top;}

table.data {font-size:100%;width:100%;}
table.data tr {}
table.data th {background-color:orange;color:white;text-align:left;}
table.data td {background-color:e0e0ff;vertical-align:top;}


/*------------------- TEST ---------------*/

#test {
	
}