* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	line-height:	1.4em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	text-align: center;
	background: #52006A;
	margin-bottom: 2em;
}
p {
	margin: 1em 0;
}

/* links & main nav */

#nav {
	position: absolute;
	bottom: 0;
	left: 20px;
	list-style: none;
	float: left;
}
#nav li {
	float: left;
}
#nav li a {
	text-align: center;
	color: #fff;
	padding: 0.4em 0;
	width: 100px;
	background: url(images/nav.gif) no-repeat top left;
	background-color: #D4BFDA;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	line-height:	1.1em;
}
#nav li a:hover {
	background: #9766A6 url(images/nav_hover.gif) no-repeat top left;
}
#nav li a.current, #express #express_t a, #bureau #bureau_t a, #clarity #clarity_t a {
	background: #52006A url(images/nav_current.gif) no-repeat top left;
}
a {
	color: #52006A;
}
#footer a {
	color: #fff;
}

/* interface */

#top, #main, #head, #footer {
	text-align:	left;
}
#top, #main {
	width: 560px;
	padding: 0 20px;
	margin: auto;
}
#topContainer {
	background: #fff;
}
#top {
	text-align: right;
	position: relative;
}
#logo {
	margin: 10px 0;
}
#head {
	background : #52006A url(images/content_box_top.gif) no-repeat center bottom;
	padding-bottom: 30px;
	margin-top:	-1px; /* fix for IE - 1px from bottom bug with absolute positioning */
	position:	relative;
}
#head span {
	color: #D4BFDA;
	font-size: 0.9em;
	width: 560px;
	margin: auto;
	display: block;
	padding-top: 10px;
}
#mainContainer {
	background: #ccc url(images/content_box_main.gif) repeat-y center;	
}
#main {
	background-color: #fff;
	padding-bottom: 10px;
}
#botContainer {
	background: url(images/content_box_bot.gif) no-repeat center top;
	padding-top: 40px;
}
#footer {
	font-size: 0.8em;
	color: #fff;
	width:	560px;
	margin: auto;
}

/* classes & id specific styles */

#main ul {
	margin: 1em 40px;
}
h2 {
	font-size: 1.2em;
	color: #52006A;
	margin: 1.1em 0;
	line-height: 1.2em;
}
.box {
	padding: 20px;
	border: solid 1px #ccc;
	margin: 1em 0;
	background: #fff url(images/boxGrad.png) repeat-x 0 1px;
}
.intro {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0;
}
.box h2 {
	font-size: 1.5em;
	margin-top: -10px;
}
.logo {
	margin: 0 -20px;
	padding: 0 20px;
	height: 150px;
	text-align: right;
}
.about {
	font-size: 0.9em;
	color: #333;
	line-height: 1.4em;
}
.box li {
	margin:	1em 0;
}

/* custom buttons [demo / trial] */

a.demo , a.trial {
	display: block;
	padding: 20px 0;	
	text-decoration: none;
	color: #333;
	line-height: 1.2em;
}
a.demo {
	padding-left: 100px;
	background: url(images/demo_but.png) no-repeat left center;
	margin-left: 70px;
}
a.demo:hover {
	background: url(images/demo_but_hover.png) no-repeat left center;
	color: #000;	
}
a.trial {
	padding-left: 130px;
	background: url(images/trial_but.png) no-repeat left center;
	margin-left: 70px;
}
a.trial:hover {
	background: url(images/trial_but_hover.png) no-repeat left center;
	color: #000;
}
a.back {
	text-align: center;
	display: block;
}

/* page specific styles */

.express, .expressDemo {
	background: url(images/logo_express.gif) no-repeat top left;
}
.bureau {
	background: url(images/logo_bureau.gif) no-repeat top left;
}
.clarity {
	background: url(images/logo_clarity.gif) no-repeat top left;
}
.expressDemo {
	height:	95px;
}
#bureau #head {
	background : #52006A url(images/content_box_top_bureau.gif) no-repeat center bottom;
}
#bureau #main {
	background: url(images/main_bureau.jpg) no-repeat right -20px;
}
#bureau .logo {
	height: 100px;
}
#express #head {
	background : #52006A url(images/top_express.gif) no-repeat center bottom;
}
#express #main {
	background: url(images/main_express.jpg) no-repeat 0 -20px;
}
#clarity #head {
	background : #52006A url(images/top_clarity.gif) no-repeat center bottom;
}
#clarity #main {
	background: url(images/main_clarity.jpg) no-repeat 0 -20px;
}
#clarity .logo {
	height: 100px;
}

/* contact form */

#contactForm {
/* 	margin-left:	40px; */
	font-size:	0.9em;
	line-height:	1.1em;
	/* border:	solid 1px #444; */
}
#contactForm h3 {
	color:	#52006A;
	font-size:	1.2em;
	margin:	1.1em 0;
	margin-top:	2em;
/* 	margin-left:	-40px; */
}
#contactForm p {
	margin:	0.5em 0;
}
#contactForm input {
	border: 1px solid #666;
	border-top: solid 2px #666; border-left:	solid 2px #666;
	display: block;
	width: 98%;
	margin:	0.5em 0;
	padding: 0.3em;
}
#contactForm ul {
	margin: 1em 0;
	list-style:	none;
}
#contactForm input.radio {
	display:	inline;
	border:	none; border-top:	none; border-left:	none;
	text-align:	left;
	width:	auto;
	padding:	0;
	margin:	0;
}
#contactForm input#submit {
	text-align:	center;
	width: auto;
	border:	none;
	margin:	auto;
}

/* hide box on expressDemo form */
#contactExpress #interestedIn {
	display:	none;
}
