@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}
 
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image: url(../images/background_copy.jpg);
background-position: center;
background-repeat:no-repeat;
background-color: #ad8c61;
padding:0;
margin:0;
}

#container {
width:900px;
height: 900px;
padding:0;
margin:auto;
/*border:2px solid #000066; */
}

/* HEADER LOGO */
#header{
background-repeat:no-repeat;
background-image: url(../images/logo.gif);
background-position: center;
height: 300px;
width: 900px;
margin:auto;
}

/* NAVIGATION */
#nav{
width:700px;
padding-top:250px;
float:right;
height: 42px;
}
 .menu ul{
padding:0;
margin:0;
list-style-type:none;
list-style:none;
display:inline;
float: left;
}
 .menu li{
padding-right:10px;
margin:0 0 0 0;
height:42px;
list-style-type:none;
list-style:none;
display:inline;
float:right;
}
 span{
display:none;
}
 #home a{
background: url(../images/homebtn.png);
width:84px;
height:43px;
display:block;
}
 #digital a{
background:url(../images/digitalbtn.png);
width:158px;
height:43px;
display:block;
}
 #hoop a{
background:url(../images/hoopsbtn.png);
width:135px;
height:43px;
display:block;
}
 #connect a{
background:url(../images/connectbtn.png);
width:112px;
height:43px;
display:block;
}
/* NAVIGATION END*/


.content_box {
width:900px;
float:left;
margin:auto;

}
 
.flashbanner{
	background-image:url(../images/flashbanner1.png);
	background-repeat:no-repeat;
width:900px;
height:270px;
border:thick;
}
 
.flashbanner h3{
color: #5C5741;
font-family: Impact;
font-size: 24px;
font-weight: normal;
float: right;
padding-top: 20px;
padding-right: 20px;
 
}

.content_digital{
background: url(../images/digitalbox.png);
background-repeat: no-repeat;
width:300px;
height:300px;

float: left;
}
 
.content_digital p {
font-family: Verdana;
color: #A09484;
font-size: 11px;
padding-left: 20px;
margin-right: 30px;
padding-top: 65px;
}
 
.content_hoops {
background:url(../images/hoopsbox.png);
background-repeat:no-repeat;
width:300px;
height:300px;
float: left;
}
 
.content_hoops p {
font-family: Verdana;
color: #A09484;
font-size: 11px;
padding-left: 25px;
margin-right: 30px;
padding-top: 65px;

}

.content_connect {
background: url(../images/connectbox.png);
background-repeat:no-repeat;
width:300px;
height:300px;
float: left;
}

.content_connect p{
font-family: Verdana;
color: #A09484;
font-size: 11px;
padding-left: 20px;
margin-right: 30px;
padding-top: 65px;
}
/* CONTENT BOX END*/

/* FOOTER*/
#footer {
height:50px;
width: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
background-color:#2F2519;
clear:both;
}
 
#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #EAE5CF;
margin: auto;
text-align: center;
padding-top: 20px;
}