﻿h1
{
    padding: 0 0 10px 0;
    margin: 0;
    background-repeat: no-repeat;
}
h1 span
{
    display: none;
}
h1.game
{
    width: 55px;
    height: 19px;
    background-image: url(../img/title_game.png);
}
h1.about_us
{
    width: 88px;
    height: 19px;
    background-image: url(../img/title_about_us.png);
}
h1.iphone
{
    width: 60px;
    height: 19px;
    background-image: url(../img/title_iphone.png);
}
h1.more_iphone_apps
{
    width: 162px;
    height: 23px;
    background-image: url(../img/title_more_iphone_apps.png);
}
h1.web_apps
{
    width: 89px;
    height: 23px;
    background-image: url(../img/title_web_apps.png);
}
h1.contact_us
{
    width: 98px;
    height: 19px;
    background-image: url(../img/title_contact_us.png);
}
h1.reviews
{
    width: 72px;
    height: 19px;
    background-image: url(../img/title_reviews.png);
}
h2
{
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: White;
}
h3
{
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
}
h3 a
{
	text-decoration: none;
	color: #666666;
}
h3 a:hover
{
	color: #99CC33;
}
.triple_arrow
{
    height: 24px;
    color: #99cc33;
    background: url(../img/bullet_big_triple_arrow.png) no-repeat right top;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-right: 46px;
    text-decoration: none;
}
.horizontal_line_box
{
    background: url(../img/horizontal_line.png) repeat-x left top;  
    padding-top: 10px;
}
.horizontal_line_box p
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #99cc33;   
}
.horizontal_line_box p span
{
    color: #666666;
}
.hide 
{
	display:none;
}
.clr
{
	clear: both;
}
.more
{
	display: block;
	color: #99cc33;
	font-weight: bold;
	text-decoration: none;
}
.more:hover
{
	color: #666666;
}