body    {
    background-color: #1a1f26;
    background-image:url('../img/bar.png');
    background-repeat:repeat-x;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    }
    
table   {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px    ;
    border-collapse: collapse;
    }
    
a:link      {color: #ffffff; text-decoration: none;}
a:visited   {color: #ffffff; text-decoration: none;}
a:active    {color: #ffffff; text-decoration: none;}
a:hover     {color: #ffffff; text-decoration: none;}


#backlight  {
    background-image:url('../img/backlight1.png');
    background-repeat:no-repeat;
    background-position:top center;
    height:125px
    }

#menu   {
    font-family:"Helvetica";
    position: absolute;
    right: 15px;
    left: 280px;
    top: 28px;
    font-size:  21px;
    text-shadow: #000000 0px 1px 2px;
    white-space: nowrap;
    font-weight:bold;
    }
#menu   a:link      {color: #FFFFFF; text-decoration: none}
#menu   a:visited   {color: #FFFFFF; text-decoration: none}
#menu   a:active    {color: #FFFFFF; text-decoration: none}
#menu   a:hover     {color: #ffae00; text-decoration: none;}

#logo   {
	position: absolute;
	left: 15px;
	top: 12px;
    }

#msep   {
	margin-right: 25px;
    margin-left: 25px;
}

#description    {
        top:125px;
        background-image:url('../img/backlight2.png');
        background-position:top center;
        background-repeat:no-repeat;
    }

#iphone {
        background-image:url('../img/iphone4.png');
        background-repeat:no-repeat;
        width:  330px;
        height: 650px;
    }

#iphone_land {
        margin-top: 20px;
        margin-left: 132px;
        background-image:url('../img/iphone4_land.png');
        background-repeat:no-repeat;
        width:  759px;
        height: 435px;
    }

#ipad {
        background-image:url('../img/iPad.png');
        background-repeat:no-repeat;
        width:  537px;
        height: 700px;
    }

    
        
#scr    {
        top:  99px;
        margin-left: 27px;
        position: relative;
        }
        
#scr_land    {
        top:  35px;
        margin-left: 139px;
        position: relative;
        }

#scr_ipad    {
        top:  61px;
        margin-left: 89px;
        position: relative;
        }

        

#blink  {
        top:  0px;
        margin-left: 142px;
        position: absolute;
        }
        
#blink_land  {
        top:  -5px;
        margin-left: -6px;
        position: absolute;
        }        
        
        
#title    { 
    font-family:"Helvetica";
    font-size:  50px;
    text-shadow: #000000 0px 2px 2px;
    white-space: nowrap;
    color: #FFFFFF;
        }
        
#title2    { 
    font-family:"Helvetica";
    font-size:  50px;
    text-shadow: #000000 0px 2px 2px;
    white-space: nowrap;
    color: #656e7d;
    display:    inline;
    font-weight:lighter;
        }
        
#appstore   {
        margin-top: 30px;
        margin-left: -5px; 
        }

#appstore_land   {
        margin-top: 25px;
        margin-right: 137px; 
        }


#price    {
    margin-top: -60px;
    margin-left: 250px;   
    font-family:"Helvetica";
    font-size:  24px;
    text-shadow: #000000 1px 1px 1px;
    white-space: nowrap;
    color: #FFFFFF;
        }
#price2    {
    font-family:"Helvetica";
    font-size:  24px;
    text-shadow: #000000 1px 1px 1px;
    white-space: nowrap;
    color: #828ea3;
    display:    inline;
        }
        
#price_land    {
    margin-top: -57px;
    margin-left: 250px;   
    font-family:"Helvetica";
    font-size:  24px;
    text-shadow: #000000 1px 1px 1px;
    white-space: nowrap;
    color: #FFFFFF;
        }
       
#desc   {

        margin-left: 10px;
        margin-right: 10px;
        margin-top: 60px;
        margin-bottom: 30px;
        font-family:"Helvetica";
        font-size:  18px;
        text-shadow: #000000 -1px -1px 1px;
        color: #FFFFFF;
        text-align:justify;
    }

#desc_land   {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 60px;
        margin-bottom: 30px;
        font-family:"Helvetica";
        font-size:  18px;
        text-shadow: #000000 -1px -1px 1px;
        color: #FFFFFF;
        text-align:justify;
    }

#note   {
        font-family:"Helvetica";
        font-size:  14px;
        text-shadow: #000000 -1px -1px 1px;
        color: #bcc9da;
        text-align:justify;
        line-height:125%;
    }

#features   {
        width: 142px;
        height: 142px;
        background-position:center;
        background-repeat:no-repeat;
}

#ff {
        margin-left: 0px; 
    }

#finfo  {
    font-family:"Helvetica";
    font-size:  14px;
    text-shadow: #000000 0px 2px 2px;
    color: #FFFFFF; 
    text-align:center;
    }

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:360px;	width: 240px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 340px; right: -7px;
	width: 178px; height:47px;
    margin-top:-10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
    font-family:"Arial";
    font-size:  14px;
    text-shadow: #000000 0px -1px 1px;
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
    text-shadow: #000000 0px -1px 1px;  
    display: none;  
}
.paging a.active {
	font-weight: bold; 
	background: #11151d; 
	border: 1px solid #11151d;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    color: #FFFFFF;
    text-shadow: #000000 0px 2px 1px;
    display: none;
}
.paging a:hover {font-weight: bold; text-decoration: NONE; color: #FFFFFF; text-shadow: #000000 0px 2px 1px;}

#copyright   {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family:"Arial";
        font-size:  14px;
        color: #808692;
        text-align:center;
        text-shadow: #000000 0px 1px 2px;
    }
    
#info   {

        top: 17px;
        margin-bottom: 20px;
        font-family:"Arial";
        font-size:  14px;
        color: #808692;
        text-shadow: #000000 0px 1px 2px;
        position: relative;
        white-space: nowrap;


    }
    
#info   a:link      {color: #808692; text-decoration: none}
#info   a:visited   {color: #808692; text-decoration: none}
#info   a:active    {color: #808692; text-decoration: none}
#info   a:hover     {color: #ffae00; text-decoration: underline;}

#info2  {
        margin-left: 22px;
        margin-bottom: 2px;
        margin-top: 1px;
    }

#smallimage    {
    display: inline;
    vertical-align: -3px;
    margin-right: 5px;
    }

	#gallery td a:hover img {
        background-image:url('../img/border_1.png');
    background-repeat:repeat-x;
	}
    
#bottommenu{
    margin-top: 20px;
    margin-bottom: 20px;
    width:  100%;
    height: 52px;
    background-color: #13171c;
    position: relative;
    
    }
    
#desc_all   {
        margin-left: 160px;
        margin-right: 30px;
        margin-top: 31px;
        margin-bottom: 0px;
        font-family:"Helvetica","Arial";
        font-size:  18px;
        text-shadow: #000000 -1px -1px 1px;
        color: #FFFFFF;
        text-align:justify;
        position: relative;
        text-decoration: none;
    }

#title_all    { 
    text-align:left;
    position: relative;
    margin-left: 160px;
    font-family:"Helvetica","Arial";
    top: 18px;
    font-size:  38px;
    text-shadow: #000000 0px 2px 2px;
    color: #FFFFFF;
        }

#platform_news    { 
    font-family:"Helvetica";
    font-size:  38px;
    text-shadow: #000000 0px 2px 2px;
    white-space: nowrap;
    color: #656e7d;
    display:    inline;
    font-weight:lighter;
        }


#all_bg {
        margin-top: 25px;
        margin-bottom: 25px;
        background-image:url('../img/product_bg.png');
        background-repeat:no-repeat;
        width:  1024px;
        height: 158px;
    }


div.all_bg:hover{ 
        background-image:url('../img/product_bg.png');

}

    
#icon_all   {
        margin-left: 22px;
        margin-top: 22px;
}
        
#platform_title    { 
    font-family:"Helvetica";
    font-size:  50px;
    text-shadow: #000000 0px 2px 2px;
    white-space: nowrap;
    color: #FFFFFF;
        }
        
#platform_title2    { 
    font-family:"Helvetica";
    font-size:  50px;
    text-shadow: #000000 0px 2px 2px;
    white-space: nowrap;
    color: #656e7d;
    display:    inline;
    font-weight:lighter;
        }
        
#desc_contacts   {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 31px;
        margin-bottom: 0px;
        font-family:"Helvetica";
        font-size:  18px;
        text-shadow: #000000 -1px -1px 1px;
        color: #FFFFFF;
        text-align:justify;
        position: relative;
        text-decoration: none;
    }

#desc_contacts  a:link      {color: #ffe09d; text-decoration: none;}
#desc_contacts  a:visited   {color: #ffe09d; text-decoration: none;}
#desc_contacts  a:active    {color: #ffe09d; text-decoration: none;}
#desc_contacts  a:hover     {color: #ffae00; text-decoration: underline;}




#featured_main1    { 
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
        }


#featured_main2    { 
    white-space: nowrap;
    display:    inline;
        margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
        }

