html,body
{
    margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;

    background-color : #282828;
    color : #ffffff;
    font : 10px arial,helvetica,sans-serif; /* dont forget paragraph settings */
	background-image: url(../images/holding/bg.jpg);
	background-repeat: repeat-x;
}

p.clear
{
    clear: both;
    margin : 1px 0 1px 0;
}

p.line
{
	border-bottom : 1px solid #ffffff;
	clear: both;
    margin : 10px 0 10px 0;
}

em
{
	color : #5fc578;
	font : 10px arial,helvetica,sans-serif; 
}

div.right
{
	float : right;
	
}


/* Tables */

table.one
{
	table-layout: absolute;
	width: 900px;
	font-family: arial,helvetica,sans-serif;
	border-width: 0px 0px 0px 0px;
}

/* End of Tables */

/* Div Boxes */

#logo
{
left:130px;
width:900px;
position:absolute;
top:0px;
}

#currenthome
{
color: #5fc578;
position:absolute;
top:135px;
left:997px;
}

#currentcontact
{
color: #5fc578;
position:absolute;
top:135px;
left:989px;
}


#header
{
top:165px;
height:600px;
left:130px;
position:absolute;
width:900px;
z-index:3;
}

#indexcontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/container.jpg);
background-repeat:no-repeat;
position:absolute;
top:450px;
width:900px;
z-index:3;

}

#contactcontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/container.jpg);
background-repeat:no-repeat;
position:absolute;
top:450px;
width:900px;
z-index:3;
}

#newscontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/container.jpg);
background-repeat:no-repeat;
position:absolute;
top:450px;
width:900px;
z-index:3;
}

#mediacontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/container.jpg);
background-repeat:no-repeat;
position:absolute;
top:450px;
width:900px;
z-index:3;
}

#aboutcontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/container.jpg);
background-repeat:no-repeat;
position:absolute;
top:450px;
width:900px;
z-index:3;
}

#footer
{
left:130px;
height:75px;
background-color:#282828;
width:900px;
border-top : 1px solid #505050;
}

#navmenu 
{ 
left: 131px;
background-image: url(../images/holding/menu.png);
background-repeat:no-repeat;
position:absolute;
height:100px;
width:900px;
top:125px;
}


ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li 
{
display:inline
}

/* End of Div Boxes */



/* Link states */

a.default
{
float:left;
text-align: left;
width:7.65em;
text-decoration:none;
color:#ffffff;
padding:1.0em 0.1em;
}

a.default:hover
{
float:left;
width:7.65em;
text-decoration:none;
color:#5fc578;
padding:1.0em 0.1em;
}
	
a
{
	float:none;
	width:0.0em;
	text-decoration:none;
	color:#8a8a8a;
	padding:0.0em 0.0em;
}

a:hover
{
	float:none;
	width:0.0em;
	padding:0.0em 0.0em;
	text-decoration:none;
	color:#5fc578;
}

/* End of Link states */ 

/* Classes */	

.grey
{
	color: #9d9d9d;
}

.red
{
	color: #c5a198;
}
	
/* End of Classes */




/* Imagehover */ 

a#captured 
{
	background-image : url('../images/footer/captured.png');
	width : 52px;
	height : 23px;
	margin-left: 0px;
	float:left;
	padding:1.0em 0.1em;
}

a#youtube
{
    background-image: url('../images/footer/youtube.png');
	width : 103px;
	height : 23px;
	margin-left: 70px;
		float:left;
	padding:1.0em 0.1em;
}

a#myspace
{
    background-image: url('../images/footer/myspace.png');
	width : 152px;
	height : 22px;
	margin-left: 85px;
		float:left;
	padding:1.0em 0.1em;
}

a#twitter
{
    background-image: url('../images/footer/twitter.png');
	width : 129px;
	height : 13px;
	margin-left: 90px;
		float:left;
	padding:1.0em 0.1em;
}

a#facebook
{
    background-image: url('../images/footer/facebook.png');
	width : 125px;
	height : 8px;
	margin-left: 85px;
	float:left;
	padding:1.0em 0.1em;
}

a#radioflyer
{
    background-image: url('../images/banners/radio_flyer.jpg');
	width : 342px;
	height : 103px;
	float:left;
	padding:1.0em 0.1em;
}

a.imagehover 
{
	display: block;
	font-size: 9px;
	background-position: bottom;
	background-repeat: none;
	
}
      
a.imagehover:hover 
{
    background-position: top;
}

/* End of Imagehover */



/* Classes */	

.default
{
	font : 10px arial,helvetica,sans-serif;
	text-align:center;
	color:#505050;
}

/* End of Classes */



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* End of SLIMBOX */
