/*

red #e21b1e
yellow #f5e303
blue #61c4e3
green #c4d000
pink #ff00af

*/

/* real styles  */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }

body {
	text-align: center;
	background-color:#404040;
	}

body, h1, h2, h3, h4, p, ul, li, dt, dl, dd, form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

/* //////////////////////////////////////  */
/* page structure  */
#container-header {
	background: url(images/border-top.gif) bottom repeat-x;
	text-align: left;
	padding-bottom: 10px;
	}

#container-content-home {
	margin: 0 auto;
	text-align: left;
	background: black url( images/home.jpg ) center no-repeat;
	}

#container-content-home h1, #container-content-home strong {
    color:#ff00af;
}

#container-content-faq {
	margin: 0 auto;
	text-align: left;
	background: black url(images/faq.jpg) center no-repeat;
	}

#container-content-faq h2, #container-content-faq strong {
    color:#f5e303;
}



#container-content-terms {
	margin: 0 auto;
	text-align: left;
	background: black url(images/terms.jpg) center no-repeat;
	}

#container-content-terms h2, #container-content-terms strong {
    color:#61c4e3;
}

#container-content-contact {
	margin: 0 auto;
	text-align: left;
	background: black url( images/contact.jpg ) center no-repeat;
	}

#container-content-contact h2, #container-content-contact strong {
    color:#66cc00;
}


/* //////////////////////////////////////  */

#header {
	padding-top: 10px;
	background-image: url(images/header-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	}

#header ul {
	padding-bottom: 3px;
	margin: 0;
	}

#header li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 11px;
	}

#header a {
    color: white;
    font-weight: bold;
	text-decoration: none;
	}


#greenlink strong {
	font-weight: bold;
    color: #66FF00;
    text-decoration: none;
}

#bluelink strong {
	font-weight: bold;
    color: #61c4e3;
    text-decoration: none;
}

#pinklink strong {
	font-weight: bold;
    color: #ff00af;
    text-decoration: none;
}

#yellowlink strong {
	font-weight: bold;
    color: #f5e303;
    text-decoration: none;
}



/* //////////////////////////////////////  */

#content {
	margin: 0 auto;
	width: 900px;
	padding: 20px 0;
	min-height: 370px;
    color: white;
    }

h1 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 24px;
    }

h2 {
	font-size: 16px;
    }

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 14px;
	}

#content a {
	color: white;
	border-bottom: none;
    text-decoration: none;
    }

#content a:hover {
	text-decoration: underline;
	}

#leftnav
{
    float: left;
    width: 200px;
	height: 376px;
    margin-left: 20px;
    padding: 1px;
	background: url(images/phone.gif) no-repeat;
}

#iphone-screen
{
    width: 100px;
	height: 250px;
}

#content-column
{
    margin-left: 250px;
    padding: 1px;
    max-width: 400px;
    height:400px;
    background: transparent ;
}

/* footer */
#footer {
	margin: 0 auto;
	/*width: 830px;*/
	text-align:left;
	padding-bottom: 100px;
	padding-right:20px;
	}
#footer ul {
	margin: 0;
	}
#footer li {
	list-style-type: none;
	display: inline;
	font-size: 9px;
	color: #999;
	}

#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#container-footer {
	margin: 0 auto;
	text-align: left;
	background: url(images/border-bottom.gif) top repeat-x;
	padding-top: 12px;
	}