/*------------------------------------------
	Bip App Page
------------------------------------------*/

body {
	background: #333333;
	background-image:url(../img/background-gradient-dark_01.png);
	background-repeat: repeat-x;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
/*     color: gray; */
}

.wrap{
    text-align: left;
    margin: 0 auto;
    width: 800px;
    padding: 0px;
    min-width: 800px;
    clear: both;
}

a:link {color:#c9c9c9;}    /* unvisited link */
a:visited {color:#c9c9c9;} /* visited link */
a:hover {color:#f2f2f2;}   /* mouse over link */
a:active {color:#f2f2f2;}  /* selected link */

#head-links ul {
	float: right;
	margin-right: 20px;
	list-style: none;
}

#head-links ul li {
	float: left;
	text-align: center;
	
}

#head-links ul li a {
	display: block;
	width: 75px;
	text-decoration: none;
    text-shadow: #000000 0 1px 0;
}

#content-main {
	padding-top: 75px;
}

#phone {
	float: left;
	margin-left: 50px;
}


#content-box {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	width: 336px;
	height: 462px;
	background-image: url(../img/gradient-box_01.png);
	background-repeat: no-repeat;
}

#content-box h2 {
	padding-top: 10px;
	padding-left: 42px;
	color: #cccccc;
	font-size: 20px;
    text-shadow: #000000 0 1px 0;
}

#content-box p {
	padding-bottom: 5px;
	padding-left: 42px;
	padding-right: 40px;
	color: #a1a1a1;
/*     text-shadow: #000000 0 1px 0; */

}

#content-box a:link {color:#b2b2b2;}    /* unvisited link */
#content-box a:visited {color:#b2b2b2;} /* visited link */
#content-box a:hover {color:#ffffff;}   /* mouse over link */
#content-box a:active {color:#fffff;}  /* selected link */

a#link-appstore {
	display: block;
	margin-top: 15px;
	width: 143px;
	height: 50px;
	margin-left: 42px;
	background-image: url(../img/link-appstore-go_04.png);
	background-position-y: 0px;
	background-repeat: no-repeat;
}

a#link-appstore:hover {background-position-y: -50px}

/*------------------------------------------
	ColorDev Support Page
------------------------------------------*/

#support-frame {
	width:406px;
	height: 242px;
	margin-top: 230px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../img/gradient-box-wide_04.png);
	background-repeat: no-repeat;
}

#here-to-help {
	padding-top: 60px;
	text-align:center;
	color: #242424;
     text-shadow: #b2b2b2 0 1px 0;
}

/*
#here-to-help p {
	color: #2b2b2b;	
}
*/

#email-link {
	display: block;
	padding-top: 10px;

}


