html,body
{
	margin:0 auto;
	height:100%;
	background-image:url(../imgs/back.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#51b401;
	font-family:Tahoma;
	font-size:10px;
}

#menu
{
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	height:51px;
	background-image:url(../imgs/nav_bk.png);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Tahoma;
	color:#FFF;
	text-align:center;
	font-size:10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding-top:5px;
	z-index: 3;
}

#phones
{
	margin:0 auto;
	background-image:url(../imgs/phones.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:491px;
	height:533px;
}

#desktop
{
	margin:0 auto;
	background-image:url(../imgs/dt_screens.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:491px;
	height:533px;
}
/*#content
{
	margin:0 auto;
	background-image:url(../imgs/con.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:290px;
	height:584px;
}*/

#content
{
	margin:0 auto;
	background-image:url(../imgs/con_soon.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:290px;
	height:533px;
}

#features
{
	margin:0 auto;
	background-image:url(../imgs/con_feat.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:290px;
	height:533px;
}

#features_dt
{
	margin:0 auto;
	background-image:url(../imgs/con_feat_dt.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:290px;
	height:533px;
}

#download
{
	margin:0 auto;
	background-image:url(../imgs/download.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:855px;
	height:100px;
}

.navpad
{
	padding-left:10px;
	padding-right:10px;
}

/* Crumb Menus */
a:link
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:active
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

/* Crumb Menus */
a.menu:link
{
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:active
{
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:visited
{
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:hover
{
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}

.footer
{
	font-family:Tahoma;
	font-size:9px;
	color:#FFF;
}

.icon
{
	width:70px;
	height:71px;
	background-image:url(../imgs/icon.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#linkpad
{
	margin:0 auto;
	padding-top:60px;
	padding-left:20px;
	width:232px;
	height:108px;
}

#linkpadip
{
	margin:0 auto;
	padding-top:20px;
	padding-left:20px;
	width:232px;
	height:108px;
}

.saying
{
	background-image:url(../imgs/saying_back.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#2fb8e3;
	padding:10px;
	font-family:Tahoma;
	font-size:16px;
	color:#FFF;
	border-bottom:4px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
}


.sayingname
{
	padding:5px;
	font-family:Tahoma;
	font-size:10px;
	font-style:italic;
	color:#99D6EB;
	float:right;
}

.qoute
{
	background-color:#2fb8e3;
	padding:2px;
	font-family:Tahoma;
	font-size:12px;
	font-style:italic;
	color:#99D6EB;
}
