@charset "UTF-8";
/* CSS Document */

* {  margin:0;  padding:0;
 }
img {  border: none;
 }
 
/*
-------------------------------------------
TYPOGRAPHY
-------------------------------------------
*/
#content h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	padding-top: 35px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.99);
}
#content h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -8px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.99);
}
#content p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.99);
	padding-bottom: 12px;
}
.feat_list1 h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.feat_list1 h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 46px;
}
.feat_list1 p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
	padding-bottom: 12px;
	padding-left: 46px;
}
.firstcol {
	width: 222px;
	float: left;
	list-style-type: none;
}
.secondcol {
	width: 222px;
	float: right;
	list-style-type: none;
}
.video p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
	margin-top: 14px;
	padding-bottom: 14px;
}

/*
-------------------------------------------
STRUCTURE
-------------------------------------------
*/
body {
	background: #192029 url(images/texture_back.jpg) repeat-x center 0;
	background-repeat: repeat-x;
	background-color: #192029;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
#header{
	width: 960px;
	height: 111px;
}
#content{
	height: 341px;
	width: 468px;
}
#features{
	background-image: url(images/features_back.gif);
	background-repeat: repeat-x;
	margin-bottom: 24px;
	height: 455px;
}
#features_in{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer{
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	background-color: #0f1318;
}
.sidewayslogo {float:right; padding-top: 8px; }
#footer_in{
	width: 960px;
	height:80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#phone{
	height: 433px;
	width: 389px;
	position: absolute;
	left: 544px;
	top: 19px;
	background-image: url(images/iphone.png);
}
.video {
	width: 426px;
	float: left;
	margin-top: 32px;
	background-image: url(images/videoback.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.vidsize {height: 300px; width: 426px;}
.feat_list1 {
	float: right;
	width: 468px;
	margin-top: 30px;
}
.feat_list2 {}
.art_feat {
	background-image: url(images/icon_featureed.gif);
	background-repeat: no-repeat;
}
.art_cartoon {
	background-image: url(images/icon_comic.gif);
	background-repeat: no-repeat;
}
.art_tips {
	background-image: url(images/icon_tips.gif);
	background-repeat: no-repeat;
}
.art_game {
	background-image: url(images/icon_games.gif);
	background-repeat: no-repeat;
}
.art_music {
	background-image: url(images/icon_music.gif);
	background-repeat: no-repeat;
}
.art_iphone {
	background-image: url(images/icon_ipod.gif);
	background-repeat: no-repeat;
}
.art_photo {
	background-image: url(images/icon_photo.gif);
	background-repeat: no-repeat;
}
.art_travel {
	background-image: url(images/icon_travel.gif);
	background-repeat: no-repeat;
}
.art_imazing {
	background-image: url(images/icon_imazing.gif);
	background-repeat: no-repeat;
}
#footer_in p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #879db9;
	padding-top: 30px;
	padding-bottom: 30px;
}


/*
-------------------------------------------
Replacements 
-------------------------------------------
*/
#logo {
	width: 237px;
	height: 111px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	}
#logo span {
	background: url(images/tt_logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
	
/*
-------------------------------------------
float clear 
-------------------------------------------
*/
.float_clear {}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

