/* CSS Document */

body{
	zoom: 60%;
	}
	
/* CSS Document */

/* global stuff */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {  
	    margin:0; 
	    padding:0;
	} 

	fieldset,img {  
	    border:0; 
	} 

h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:600;
	} 
	
h1{
	color:#da5a00;
	font-size:130%;
	margin:0;
	padding:10px 0 5px 0;
	}
	
h2{
	color:#da5a00;
	padding:0;
	margin:0;
	}
	
p{
	margin:5px 0;
	padding:0;
	}
	
ul.advantages{
	list-style-type:none;
	margin:0;
	padding:10px 0;
	}
	
ul.advantages li{
	padding:0 0 5px 0;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
body {
	font-size:69%;  /*renders 11px */ 
 	font-family:Arial, Helvetica, sans-serif;
	background:#939598;
	} 
	
a:link, a:visited{
	text-decoration:none;
	color:#da5a00;
	}
	
a:hover, a:active, a:focus, a.current, a.current:link, a.current:visited{
	color:#000000;
	text-decoration:none;
	}
	
#demo2 {font-size:100%;} /*renders 15px */  
#demo3 {font-size:107%;} /*renders 16px */ 
#demo4 {font-size:122%;} /*renders 17px */ 
#demo5 {font-size:136%;} /*renders 19px */ /* CSS Document */

#mainContainer{
	width:940px;
	margin:10px auto;
	}

#menuContainer{
	width:100%;
	float:left;
	background:#6d6e71;
	}
	
#menu{
	float:left;
	background:#000;
	width:705px;
	}
	
#menu ul, #menu ul li, ul#submenu, ul#submenu li{
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
#menu ul li{
	padding:6px 0;
	margin:0 0 0 5px;
	}
	
#menu ul li a, #menu ul li a:visited{
	display:block;
	color:#fff;
	padding-left:20px;	
	background:url(../images/spot.jpg) -20px center no-repeat;	
	}
	
#menu ul li a.current, #menu ul li a.current:visited{
	color:#fff;
	background:url(../images/spot.jpg) 5px center no-repeat;
	}
	
#menu ul li a:active, #menu ul li a:focus, #menu ul li a:hover{
	color:#da5a00;
	background:url(../images/spot.jpg) 5px center no-repeat;
	}
	
#menu ul li.login{
	float:right;
	margin-right:25px;
	}
	
#menu ul li.login a:active, #menu ul li.login a:focus, #menu ul li.login a:hover{
	background-image:none;
	}
	
ul#submenu{	margin:0 0 0 20px; display:inline;}
	
ul#submenu li{
	padding:6px 0;
	margin:0 5px 0 5px;
	}	
	
ul#submenu li a, ul#submenu li a:visited{ 
	color:#939598;
	display:block;	
	}
	
ul#submenu li a.current, ul#submenu li a.current:visited{	color:#fff;	}
	
ul#submenu li a:active, ul#submenu li a:focus, ul#submenu li a:hover{	color:#fff;	}
	
#belt{
	width:940px;
	margin:0 auto;
	background:#ffce00;
	position:relative;
	}
	
#beltLeft{
	background:url(../images/stripes.gif) top left repeat-x #bdbec1;
	width:50%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	min-height:250px;
	height:100%;
	z-index:5;
	}
	
#middle{
	width:940px;
	float:left;
	background:url(../images/bgHome3.jpg) top center repeat-y;
	}
	
.quarter{
	width:235px;
	float:left;
	}
	
.middleSection{
	width:470px;
	float:left;
	position:relative;
	min-height:250px;
	}
	
.middleSection img, .middleleft{
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	}
	
.middleSection h1{	color:#000;	}
	
ul.stages{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul.stages li{	margin:10px 0 0 10px;	}
	
ul.stages li.one{	list-style-image:url(../images/spot1.jpg);		}
ul.stages li.two{	list-style-image:url(../images/spot2.jpg);		}
ul.stages li.three{	list-style-image:url(../images/spot3.jpg);		}
ul.stages li.four{	list-style-image:url(../images/spot4.jpg);		}

.innards{ padding:0 10px; }
	
.freeTrial {
	float:left;
	height:93px;
	width:100%;
	color:#fff;
	}
.quickTour{
	float:left;
	height:157px;
	width:100%;
	color:#fff;
	padding-top: 4px;
	background-color: #fece00;
	}
	
.freeTrial a.button, .freeTrial a.button:visited, .quickTour a.button, .quickTour a.button:visited{
	display:block;
	width:165px;
	height:34px;
	color:#000;
	font-size:130%;
	padding:10px 0 0 0;
	text-align:center;
	margin:10px 0 0 34px;
	}
	
.freeTrial a.button, .freeTrial a.button:visited{	background:url(../images/buttonYellow.jpg) top left no-repeat;	}
	
.quickTour a.button, .quickTour a.button:visited{	background:url(../images/buttonOrange.jpg) top left no-repeat;	}
.freeTrial div { text-align: center; }  /* added by al */
.freeTrial a.button:hover, .freeTrial a.button:active, .freeTrial a.button:focus, .quickTour a.button:hover, .quickTour a.button:active, .quicktour a.button:focus{	color:#fff;	}
	
/*container for everything below middle section*/
#container{
	width:940px;
	margin:0 auto 10px auto;
	}
	
/*section below the middles with slogan and top of logo*/
#titlebar{
	background:url(../images/Ptop.jpg) bottom right no-repeat #6D6E71;
	width:100%;
	float:left;
	min-height:60px;
	}
	
#titlebar h1{
	color:#fff;
	font-size:150%;
	padding:20px 10px;
	}
	
/*white section at the bottom*/
#otherStuff{
	width:100%;
	float:left;
	background:url(../images/Pbtm.jpg) top right no-repeat #fff;
	padding:10px 0;
	}
	
.threequarter{
	width:705px;
	background:url(../images/lines.jpg) top left repeat-y #fff;
	margin:10px 0;
	float:left;
	min-height:160px;
	}
	
ul.caseStudies{
	margin:0;
	padding:0;
	list-style-type:none;
	}
