/* reset and setup */
html
{
	font-size: 100.01%;
}

html, body
{
	margin: 0;
	padding: 0;
}

/* basics */

body
{
	margin-bottom: 40px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;  /* this method enables text resizing in IE */
	color: #333333;
	background-color: #FDFDFD;  /* reduce brightness */
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 2.4em;
	color: #663399;
	line-height: 22px;
}

h2
{
	margin: 0 0 0 0.7em;
	font-size: 2em;
	color: #CCCC99;
	letter-spacing: -0.03em;
	line-height: 22px;
}

p
{
	font-size: 1em;
	margin: 0.33em 0 1em 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

form
{
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

input
{
	margin: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0.75em;
}

input#username, input#password
{
	width: 120px;
}


button
{
	margin: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.opening
{
	margin-top: 2em;
}

.purpletext{color: #663399; 	font-weight: bold;}

dl
{
	font-size: 1em;
	letter-spacing: -0.03em;
}

dt
{
	color: #663399;
	font-weight: bold;
}

dd
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1.1em;
}

.refText
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom:0;
}

ul
{
	font-size: 1em;
	list-style-type: square;
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{	
 	color: #666666;
}

.append_arrow:after
{
	content: "\0020\00BB"; /* append right-angle quote mark at end of anchor */
}

a img
{
	border: none;
}

img
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
 	color: #FDFDFD;
}

ul.key_points
{
	font-size: 1em;
	line-height: 1.03em;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
}

ul.key_points li
{
	margin-top: 1px;
	padding-left: 25px;
	padding-bottom: 10px;
}


/* page header */

.line_top01
{
	background: transparent url(../images/top_bg01.gif) repeat-x bottom;
}

.line_top02
{
	background: #A992C2 url(../images/top_bg02.gif) repeat-x;
}


/* page footer */

.line_bottom
{
	background: #663398 url(../images/bottom_bar.gif) repeat-x;
}

.dot
{
	color:#999999;
}

#footer
{
	padding-top: 10px;
}

#footer a
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;		
}

#footer a:link
{
	text-decoration: none;
}

#footer a:visited
{
	text-decoration: none;
}

#footer a:hover
{
 	color: #4F2777;
	text-decoration: underline;
}

#footer a:active
{
 	color: #4F2777;
	text-decoration: underline;
}


/* Home (default) page */

#home h1
{
	color: #FDFDFD;
}

#home h2
{
	color: #663399;
}

#home .bg_left
{
	background: #6D3D94 url(../images/home_bg_left.gif) no-repeat;
}

#home .bg_right
{
	background: #C0BE8C url(../images/home_bg_right.gif) no-repeat;
}

#home ul.key_points
{
	color: #666666;	
}

#home ul.key_points li
{
	background: url(../images/asterisk01.gif) left top no-repeat;
}


/* About page */

#about .bg_left
{
	background: #C9C795 url(../images/about_bg_left.gif) no-repeat;
}

#about .bg_right
{
	background: #6D3D94 url(../images/about_bg_right.gif) no-repeat;
}

#about ul.collapse
{
	margin-left: 0.7em;
	padding-left: 0.7em;
}

#about ul.key_points
{
	color: #FDFDFD;
}

#about ul.key_points li
{
	padding-bottom: 25px;
	background: url(../images/asterisk02.gif) left top no-repeat;
}


/* Features popup page */

body#features
{
	margin: 15px;
	background-color: #CFCF9D;
}

#features .light_bg
{
	background-color: #E9EAC0;
}

#features .dark_bg
{
	background-color: #CFCF9D;
}

#features .table_border
{
	border: 2px solid #999965;
}

#features .left_cell
{
	font-size: 1em;
	border-right: 2px solid #999965;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

#features .right_cell
{
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}


/* Demo page */

#demo .bg_both
{
	background: #C9C795 url(../images/demo_bg.gif) no-repeat;
}

#demo ul
{
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: none;
}

#demo ul li
{
	margin-bottom: 1em;
}

#demo ul li ul
{
	font-size: 1em;
}

#demo ul li ul li
{
	margin-bottom: 0.2em;
}


/* Contact page */

#contact .bg_left
{
	background: #C9C795 url(../images/about_bg_left.gif) no-repeat;
}

#contact .bg_right
{
	background: #C9C795 url(../images/home_bg_right.gif) no-repeat;  /* re-use home page image */
}


/* Referalls */
#referalls .bg_both
{
	background: #C9C795 url(../images/demo_bg.gif) no-repeat;  /* re-use demo page image */
}
.padding{padding: 0px 15px 15px 0px;}

/* Login */
#login .bg_both
{
	background: #C9C795 url(../images/demo_bg.gif) no-repeat;  /* re-use demo page image */
}


.purpleBg {color:#ffffff; font-size:11px; text-decoration: underline;}
.purpleBg:hover {color:#ffffff; font-size:11px; text-decoration: none;}