/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background-image: url(../images/background.gif); /** Link to the image you created **/
background-repeat: repeat-y; /** Repeats the image vertically **/
background-position: center; /** Centers the Background image **/
}

a {
 color: #f5cc26;
 text-decoration: none;
}

a:hover {
 color: #fff;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}


#navigation {
float: right;
 width: 920px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #3a3b40;
}

/* ---------------------- Blueslate nav ---------------------- */
#slatenav{position:relative;display:block;margin-left:300px;height:52px;font-size:10px;font-weight:bold;background:transparent url(../images/nav_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;text-align:center}
#slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
#slatenav ul li a{display:block;float:left;color:#D5F1FF;text-decoration:none;padding:14px 9px 0 9px;height:45px;}
#slatenav ul li a:hover, #slatenav ul li a.current{color:#fff;background:transparent url(../images/nav_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Blueslate nav ---------------------- */

#logo {
	float: left;

}

.clear { clear: both; background: none; }

#pageTitle {
width: 910px;
 background: #3a3b40;
padding: 5px;
}

#pageTitle h1 {
font-size:14px;
 color: #fff;
margin-left: 45px;
}

#pageTitleSN {
float:left;
margin-left:760px;
font-size:10px;
line-height:11px;
font-weight:bold;
 color: #fff;
margin-top:-20px;

}

#pageTitleICON {
float:right;
margin-top:-20px;

}

#content {

 width: 920px;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

#content_contact {

	padding: 50px 50px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

#textnetfilx { 
 margin: 0 auto;
 width: 920px;
}
#leftcolumn { 
 width: 550px;
 float: left;
}
#rightcolumn { 
 float: right;
  margin: 30px 0px 10px 0px;
 width: 330px;
 display: inline;
 position: relative;
}

#iFramebox {
 width: 550px;
 margin-left: 20px;
 margin-top: 30px;
}

/* ---------------------- iframebox nav ---------------------- */
#iFrameboxNav{position:relative;display:block;margin-left:0px;height:29px;font-size:11px;font-weight:bold;background:transparent url(../images/nav_iframe_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
#iFrameboxNav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#iFrameboxNav ul li{display:block;float:left;margin:0 1px 0 0;}
#iFrameboxNav ul li a{display:block;float:left;color:#f5cc26;text-decoration:none;padding:8px 22px 0 22px;height:29px;}
#iFrameboxNav ul li a:hover, #iFrameboxNav ul li a.current{color:#fff;background:transparent url(../images/nav_iframe_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END iframebox nav ---------------------- */


iframe#ifrm { 
   font-size:14px;
background:transparent url(../images/white.gif);
     margin-left: 20px;
    width:550px;
    height:215px
    }
    

#poster {
 width: 920px;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align:center
}

#poster img { 
 padding: 2px;
}

#banner {
 width: 920px;
 background: #000;
 text-align:center
}

#banner img { 
 padding: 30px;
}



   
#footer { 
 width: 900px;
 font-size:9px;
 color: #fff;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}