/* General styles */
    body {
        background: #def3fd url(../img/s3_page_bg.jpg) repeat-x;
		font-family:  helvetica, arial, sans-serif;
		font-size: 95%;
		line-height: 150%;
		font-weight: normal;
		color: #333;

    }
/*This is the div that holds the other divs in place..*/    
   	#fixed {
	background: transparent;
	}

hr.dashed {
	border-color: #ccc -moz-use-text-color -moz-use-text-color;	
	border-style: dotted none none;
	border-width: small 0 0;
}
	
a:link, a:visited
{
	color: #55acff;
	font-weight: normal;
	text-decoration: none;
	}
a:hover, a:active
	{
	text-decoration: underline;
	}
strong, b
	{
	font-weight: normal;
	color: #246;
	}

h1, h2, h3, h4 
	{
    	font-family: Helvetica, Arial, serif;
        padding:0 0 0 10px;
    }
    h1
	{	
	font-size: 140%;
	color: #222;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding-bottom: 2px;
	padding-top: 15px;
	border-bottom: 1px dotted #ccc;
} 
h1.feature
	{	
	margin: 30px 0 5px 0;
}


h2.calc, h2.database	{
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	margin: -11px 30px 5px 0;
	padding-bottom: 2px;
	padding-top: 25px;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
h2.calc {		color: #ea5427;}
h2.database {	color: #2e7fb7;}

h2.illo1 {
	padding: 30px 0 3px 10px;
	font-size: 130%;
	display: block;
	color: #fff;
	background: url(../img/3col_bg_dark.jpg) no-repeat;
	border-bottom: 1px solid #1c80ff;

}

h2.illo2 {
	border-bottom-color: #77b3cc;
	padding: 30px 0 3px 10px;
	font-size: 130%;
	display: block;
	color: #fff;
	background: url(../img/3col_bg_light.jpg) no-repeat;
	border-bottom: 1px solid #1c80ff;


}


.calc img, .database img {
		float: top;
		padding-right: 40px;
		margin: 0px 0px -1px 0px;
}

h2
	{	
	font-size: 100%;
	color: #222;
	line-height: 110%;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
	}

	.colright h2 {
	width: 400px;
}
	
	
h2 + h1, h1 + h2 {
	padding-top: 0px;
	margin: 0px;
border-bottom: 1px dotted #eee;
}


h2 a:link, h2 a:visited
{
	font-size: 95%;
	text-decoration: none;
}

h2 a:hover, h2 a:active
{
	text-decoration: underline;
}

h3
{
	font-size: 16px;
	color: #8180c5;
	line-height: 16px;
	margin-top: 14px;
	padding-top: 20px;}

h4
{
	font-size: 14px;
	color: #004;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul
{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;

}


/*DESIGNATES WHETHER THERE IS A HARD STOP OR FLOW DOWN THE PAGE*/
.textfeature{
		font-size: 95%;
		line-height: 130%;
        border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		background: url(../img/feature_bg.jpg) bottom repeat-x ;

}
.textflow{
		font-size: 95%;
		line-height: 130%;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		background: url(../img/textflow_bg.jpg) repeat-x;
}

.multi_calc{
		font-size: 95%;
		border-left: 1px dotted orange;
		border-right: 1px dotted orange;
		background: #fff url(../img/multi_calc_bg.gif) bottom repeat-x;
}

ul.calc
{
	list-style-type: none;
	padding: 10px 20px 10px 20px;
	font-size: 100%;
	color: #000;
	line-height: 22px;
	font-weight: normal;
}

ul.calc li
{
background-image: url(../img/leaf_orange.png);
background-repeat: no-repeat;
background-position: 0em .2em;
padding: 0 10px 10px 30px;
}


.multi_database{
		border-left: 1px dotted #2e7fb7;
		border-right: 1px dotted #2e7fb7;
		background: #fff url(../img/multi_dbase_bg.gif) bottom repeat-x;
}


ul.database
{
	list-style-type: none;
	padding: 10px 20px 10px 20px;
	font-size: 100%;
	color: #000;
	line-height: 22px;
	font-weight: normal;
}

ul.database li
{
background-image: url(../img/leaf_blue.png);
background-repeat: no-repeat;
background-position: 0em .2em;
padding: 0 10px 5px 30px;
}


ul.bigger
{
	list-style-type: none;
	padding: 10px 0 0 10px;
	font-size: 100%;
	color: #000;
	line-height: 30px;
	font-weight: normal;
}

ul.bigger li
{
background-image: url(../img/leaf_large.png);
background-repeat: no-repeat;
height: 30px;
background-position: 0em;
padding-left: 30px;
}

/* paragraph styles */

p 
{
		width: 90%;
	    margin:10px 0 10px 0;
        padding:0 0 0 10px;
}
    
	.fullpage .col1 p{
        width: 465px;
        	}

/* images styles */

img {
		border: 0;
		border: none;
	}

.col1 img{
        float: right;
        margin: 10px 10px 10px 10px;
		padding: 0;
		border: 2px solid #eee;
        clear: both;
	}

.flip {
		background-image:url(../images/counter_background_empty.png);
		background-repeat:repeat-x;
		height:19px;
		font-family:'Lucida Console','Courier New',monospace; 
		font-size:18px; 
		font-weight: normal;
		letter-spacing:6px;
		padding:2px 0 0 2px;
		border:none;
}

	

