* { 
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}
body { 
    margin: 0px; 
    padding: 12px 0px 0px 0px;
    font-size: 14px;
    color: #303030;
	 text-align: center;

    background: white url(images/fishbone2.png) top left repeat-x;

    background: white;

}
ol.horizontal { 
    list-style: none;
    margin: 20px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    float: left;
    width: 100%;
    background-color: #d0e0e0;
}
ol.horizontal li { 
    float: left; 
    margin: 0px;
    padding: 0px;
    margin-right: 8px;
    
}

ol.horizontal li a {
    float: left;
    display: block;
    text-decoration: none; 
    color: #808080;
    font-size: 18px;
    padding: 12px 12px;
}
ol.horizontal li a:hover {    
    color: blue;
} 

a.active, a.active:hover { 
    background: #f4f4f4 ;
    color: #404040 !important;
    text-decoration: none !important;
    
}

h2.right { float: right; margin: 8px; padding: 4px;}
h2.right a {text-decoration: none; color: #303030; }

#banner { background-color: white;}

#content { 
    float: left;		
    width: 100%;
    overflow: auto;
    padding:	8px 0px 0px 8px;
    line-height: 24px;
    background: #f4f4f4;

}

h1 {margin: 12px 0px 12px 0px;}
h2 { margin: 6px 0px 6px 0px;}
h3{ text-align: center;}

#content p {	
    padding: 4px;		
    padding-right: 8px;
    
}
em {	
    color: black;
}
b { 
    font-size: 120%; 
    color: black;
	 font-weight: normal;
}
#footer {
    clear: both; 
    margin-top: 16px;
    border-top: 4px solid #ccc; 
    background-color: steelblue;
    color: white;
    font-size: 13px;
    overflow: auto;
}
#footer img {  
    padding-right: 12px; 
}

#footer p {
    padding: 6px;
}

#footer a { color: white;}

div.theme { 
    overflow: hidden;
    float: left; 
    width: 30%; 
    border: 1px solid #d0d0d0;
    padding: 4px; 
    margin: 12px 12px 6px 0px;

}
div.theme h1 { text-align: center; }
div.wide {
    clear: left;
    width: 95%;
}
#overview { padding-right: 8px; }
#documentation a { font-size: 20px; margin: 12px;}
ol{ margin: 12px 40px;}

td, th{ border-bottom: 1px solid #ccc;padding: 8px; }

#testimonials {
  padding: 8px 16px 8px 8px;
}
#testimonials blockquote {
    background: url(images/close_quotes.gif) bottom right no-repeat;				  
    padding: 0px 12px 12px 0px; 
}

div.quote {
    background: white url(images/open_quotes.gif) top left no-repeat;
   border: 1px solid #ccc;
   padding: 4px 12px 12px 28px;
	margin: 12px;
}
div.column {
   width: 49%;
   float: left;
}

#pricing ol { list-style: none; padding: 0px; margin: 0px;}
#pricing ol li { margin: 4px; width: 30%; float: left; text-align: center;}

#buynow 
{ 
		  float: right; 
		  text-align: center; 
		  margin: 4px; 
		  font-weight: bold;
		  width: 120px;
border-left: 1px dashed #ccc;
}
#buynow p 
{
font-weight: normal ; 
font-size: 12px;
padding: 0px;
margin: 0px;
}


div.right_box {
				  float: right;
				  border: 1px solid #ccc;
				  text-align: center;
				  margin: 4px;
				  width: 300px;
				  background-color: white;
				  font-size: 12px;
}
div.right_box p { 
				  text-align: left;
}

#page {
   text-align: left;
   width: 980px;
   margin-right: auto;
   margin-left: auto;
	background: white;
	overflow: hidden;

}

a.active h1 {padding: 0px; margin: 0px; font-size: 100%; font-weight: normal;}

p.download a 
{ 
border: 1px solid #ccc; 
padding: 8px; 
background: white;
}
