/** REGULAR SCREEN STYLE **/

/* reset all elements */
* 
{
    margin: 0;
    padding: 0;
	font-weight: normal;
	font-style: normal;
}

/* base elements */
body 
{
	font-size: 14px;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	background: #D6D5D5;
	color: #606060;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

img
{
	border: 0;
}


a:link 
{ 
	color: #4C8D00;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited 
{ 
	color: #4C8D00;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover, a:active 
{ 
	color: #437C00;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* specific elements */		
#wrapper 
{
    margin: 10px auto;
    width: 620px;    
    background: #D6D5D5;
}

#header
{
    width: 620px;
	height: 110px;

	background: #F8F8F8 url('../images/header_background.png') no-repeat;
}

#content
{
	padding: 0 8px 0 8px;
    width: 604px;    
    background: #F8F8F8 url('../images/content_background.png') repeat-y;
}

#content p
{
	margin: 15px 0 15px 0;
}

#content .section
{
	margin: 24px;
	font-size: 12px;
}

#content ul
{
	margin: 24px;
}

#content ol
{
	margin: 24px;
	margin-bottom: 0;
}

#content p.code
{
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	font-family: "Courier New", Courier, serif;
	background: #E8E7E7;
	border-top: 1px solid #C6C5C5;
	border-bottom: 1px solid #C6C5C5;color: #555555;
}

#content pre.code 
{
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	font-family: "Courier New", Courier, serif;
	background: #E8E7E7;
	border-top: 1px solid #C6C5C5;
	border-bottom: 1px solid #C6C5C5;
}

.quote_box
{
	height: 65px;
	width: 564px;
	padding-top: 20px;
	background: url('../images/testimonial.png') 0 10px no-repeat;
}

.quote
{
	text-align: center;
	padding: 0 40px 0 50px;
}

#content p.screenshots
{
	text-align: center;
}

#content p.screenshots a 
{
	border: none;
}

#content p.screenshots a img
{
	padding: 1px; 
	border: 1px solid #BBBBBB;
}

#content p.screenshots a:hover img
{
	padding: 1px; 
	border: 1px solid #94CD1B;
}

#content .download
{
	display: block;
	margin: 30px auto 0 auto;
	width: 270px;
	height: 70px;
	text-align: center;
	font-size: 11px;
}

#content .download a.button_big
{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 52px;
	width: 270px;
	height: 52px;
	background: #F8F8F8 url('../images/button_big.png') no-repeat;
	border: none;
	color: #808080;
	font-weight: bold;
	text-decoration: none; 
}

#content h2
{
	margin: 0;
	padding: 0 8px 0 24px;
	font-size: 11px;
	height: 28px;
	background: #F8F8F8 url('../images/content_h2_background.png') no-repeat;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}

#content .paragraph_icon
{
	float: left; 
	padding: 1px 10px 0px 0px;
}

#footer
{
    width: 620px;
	height: 22px;

	background: #F8F8F8 url('../images/footer_background.png') no-repeat;
}

.powered_by
{
	font-size: 11px; 
	text-align: center;
	color: #222222;
}

.powered_by a
{
	color: #437C00;
}

.clear
{
	clear: both;
}

.print_only
{
	display: none;
}
