/*
 *	Body
 */

body {
background:url(../images/unlimited-international-bg.jpg) no-repeat top center #000;
color:#ffffff;
font-family:sans-serif;
}

/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearer { clear: both; }
.block  { display: block; }


/* Generic IE-only Hack */
* html body {
	
}


/*
 *	Paragraph, Code, Blockquote
 */

p {
	
}

code {
	white-space				: pre;
}

blockquote {
	
}

/*
 *	Headings
 */

h1	{
	
}

h2	{
	
}

h3	{
	
}

h4	{
	
}

h5	{
	
}

h6	{
	
}

/*
 *	Lists
 */
 
ul {
	
}

ol {
	
}

li {
	
}

ul li {
	
}

ol li {
	
}

#wrapper{
margin:0 auto;
width:1030px;
background:url(../images/unlimited-international-bg.jpg) no-repeat top center #000;
}

#header{
height:100px;
text-align:center;
position:relative;
}

#header img{
margin-top:15px;
}

#header ul{
position:absolute;
display:block;
background:url(../images/nav.gif) no-repeat 0 0;
height:27px;
width:246px;
top:73px;
right:35px;
}

#header ul li{
float:left;
}

#header ul li a{
display:block;
width:123px;
height:27px;
text-indent:-999em;
overflow:hidden;
}

a#navContact{background:url(../images/nav.gif) no-repeat 0 0;}
a#navMembers{background:url(../images/nav.gif) no-repeat -123px 0;}

a#navContact:hover, .selected a#navContact{background:url(../images/nav.gif) no-repeat 0 -27px;}
a#navMembers:hover, .selected a#navMembers{background:url(../images/nav.gif) no-repeat -123px -27px;}

#content{
height:610px;
position:relative;
}

#content p{
margin:0 0 0 35px;
font-size:1.3em;
line-height:1.3em;
padding-bottom:1em;
width:400px;
}

#content p.first{
padding-top:290px;
}

#content p strong{
color:#c5c5c5;
}

#content p a{
color:#c5c5c5;
text-decoration:none;
}

#content p a:hover{
color:#c5c5c5;
text-decoration:underline;
}

#flashContent{
position:absolute;
right:0;
top:170px;
width:435px;
height:370px;
}

#footer{
padding:20px 0;
color:#c5c5c5;
font-size:1em;
line-height:1.3em;
margin-left:35px;
}

#footer p{
color:#c5c5c5;
font-size:1em;
padding-bottom:1em;
}

#footer img{
float:left;
padding:3px 10px 10px 0;
}

#footer p a{
color:#c5c5c5;
text-decoration:none;
}

#footer p a:hover{
color:#c5c5c5;
text-decoration:underline;
}

#footer h5{
color:#fff;
font-size:1em;
font-weight:normal;
}

#footer strong{
font-weight:normal;
color:#6d6e72;
}