
/* @@ Basic Stuff ---------------------------------------------------------- */

*
{
	margin: 0em;
	padding: 0em;
}

body
{
	background-color: #FFFFFF;

	color: #585858 ;

	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
}

button, input
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	/*font-style: italic;*/

	letter-spacing: 0px;
}



br.clear
{
	clear: both;
}



div.pageWrapper
{
	width: 100%;
	height: 100%;

	position: relative;

/*	border: 1px #AAA solid; */
}
div.page
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;

	width: 766px;
	height: 100%;

	position: relative;

/*	border: 1px #CCC solid; */
}



div.header
{
	width: 100%;
	height: 77px;

	position: relative;

/*	border: 1px #CCC solid; */
}
div.header div.logo
{
    width: 200px;
    height: 76px;
    
    position: absolute;
    top: 0px;
    left: 0px;
    
    background: #FFFFFF url("images/logo-aces.png") no-repeat;

/*	border: 1px #CCC solid; */
}



div.contentHead
{
    width: 766px;
    height: 435px;
    
    position: relative;
    
    background: #FFFFFF url("images/content-head-bg-2.png") no-repeat;

/*	border: 1px #CCC solid; */
}
div.contentHead div.contentBoxOne
{
    width: 480px;
    height: 165px;
    
    position: absolute;
    top: 34px;
    left: 24px;

	font-size: 1.1em;
/*    border: 1px #CCC solid; */
}
div.contentHead div.contentBoxTwo
{
    width: 440px;
    height: 136px;
    
    position: absolute;
    top: 282px;
    left: 30px;

/*    border: 1px #CCC solid; */
}



div.contentBody
{   
    width: 766px;
    
    position: relative;
    
    background: #FFFFFF;

/*	border: 1px #CCC solid; */
}

div.contentBody div.cCoverageArea
{   
    width: 766px;
    height: 300px;
    
    position: relative;
    
	background: #FFFFFF url("images/coveragemap.jpg") 20px center no-repeat;
/*	background-position: 0px 0px; /*
	
/*	border: 1px #CCC solid; */
}

div.contentBody div.c1, div.c2, div.c3, div.c4
{
    margin: 5px;
    padding: 2px;
    
    width: 155px;
    height: 155px;
    
    position: relative;
    
    background: #FFFFFF;
    
    float: left;

/*    border: 1px #CCC solid; */

	text-indent: 10px;
}
div.contentBody div.c1
{
    background: #FFFFFF url("images/postpaid-bg.png") left center no-repeat;
}
div.contentBody div.c2
{
    background: #FFFFFF url("images/ready-bg.png") left center no-repeat;
}
div.contentBody div.c3
{
    width: 180px;
    background: #FFFFFF url("images/contax-bg.png") left center no-repeat;
}
div.contentBody div.c4
{
    width: 198px;
    height: 155px;
    
    background: #FFFFFF url("images/cc-bg.png") right bottom no-repeat;
}


br.clear
{
    clear: both;
}

div.footer
{
    width: 766px;
    height: 75px;
    
    position: relative;
    
    background: #FFFFFF;

/*	border: 1px #CCC solid; */
   border-top: solid 4px #CCCCCC
}
div.footer div.menu
{
    margin: 15px;
    padding: 2px;
    
    width: 500px;
    
    position: absolute;
    top: 0px;
    left: 0px;

/*    border: 1px #CCC solid; */
}
div.footer div.logo
{
    margin-top: 5px;
    
    width: 150px;
    height: 76px;
    
    position: absolute;
    top: 0px;
    right: 0px;
    
    background: #FFFFFF url("images/logo-aces-satphone.png") center no-repeat;

/*	border: 1px #CCC solid; */
}



div.textBox
{
    margin-left :auto;
    margin-right: auto;
    
    padding: 10px;
    
    font-size: 0.95em;
}