

/* IMPORTS --------------------------------------------------------------*/


@import url("reset.css");
@import url("pnav.css");
@import url("modx.css");





/* PINGFIX --------------------------------------------------------------*/

img, div, a, input { behavior: url(../../iepngfix.htc) }



/* ANCHORS & LINKS --------------------------------------------------------------*/
a {
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
	padding:0;
	
}
a:hover {
	color:#111111;
}




/* BODY  --------------------------------------------------------------*/
 

body
{
	padding:0;
	margin:0;
	background: #676564 url(../images/bodywall.jpg) repeat; 
	color:#efefef;
	font-family: Arial, Tahoma, Lucida Grande, Helvetica, Verdana, sans-serif;
	font-size:65%;  
	line-height:1.655em;
} 
	



/* CONTAINERS AND GRIDS */






#container_wrap {width:850px; height:600px; margin:0 auto; padding:0; border:0;}



#header {width:850px; height:60px; margin:0; padding:0; background:transparent  url(../images/header.png) no-repeat;}

h1#branding {
	height:60px;
    width:500px; 
    display:block;
	background:transparent;
	margin:0 0 0 180px;
	padding:0;
	float:left;
	border:0;
}


h1#branding a {display:block; text-indent:-9000px; float:left; position:relative; width:500px; height:60px; border:0;}

.homesplash {width:850px;margin:0 auto; padding:30px 0 0 100px; border:0;}

#page {width:850px;margin:0 0 0 10px;}




.grid {
	display: inline;
	float: left;
	min-height:400px;
	width:850px;
}

 
 

#nav_column {
	width: 220px;
	border:0;
	margin:0;
	padding:0;
	float:left;	
}
 

#content_column {
	width: 570px;
	border:0;
	margin:0;
	padding:50px 0 0 0;
	float:left;	
}

#content_column_wide {
	width: 620px;
	border:0;
	margin:0;
	padding:10px 0 0 0;
	float:left;	
}

#overflow_column {
	width: 50px;
	border:0;
	margin:0;
	padding:0;
	float:left;		
}



#footer { 
width:850px; 
height:40px; 
background:transparent; 
display:block;
margin:0;
padding:0; 
}

#footer p { text-align:center; font:9px arial, helvetica, sans-serif; padding:50px 0 5px 60px; color:#efefef;}
#footer a {color:#ffffff;}	 

#footer a#top-link {
	position: relative;
	float:right;
	right: 10px;
	top: 0;
	display: block;
	background-image: url(../images/button_top.png);
	background-repeat: no-repeat;
	border: none;
	width: 22px;
	height:40px;
	padding: 0;
	text-indent:-9999px;
}


 


/* INVISIBLES --------------------------------------------------------------*/

#cc {display:none;}

#traffic {display:none;}


 
/* NAV ------------------------ */

#vnavwrap { margin:0; width:160px; height:500px; float:left; padding:80px 0 0 0;}

#vnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, tahoma, sans-serif;
}

#vnav li { margin: 0 0 22px 0; line-height:12px; }

#vnav a
{
display: block;
padding: 0px 5px;
width: 130px;
color: #000000;
background-color:transparent;
text-decoration: none;
border:0;
}

#vnav a:hover
{
color: #fff;
text-decoration: none;
}


#vnav ul li.active a  { color:#ffffff; }

#vnav ul ul li { margin: 0 0 5px 10px; }

#vnav ul ul a
{
display: block;
padding: 0 0 0 10px;
width: 180px;
color: #000000;
background:transparent; 
text-decoration: none;
}

#vnav ul ul a:hover
{
color: #fff;
text-decoration: none;
}





/* jquery tools scroller ----------------- */


#scroll {
	position:relative;
	height:570px;
	overflow:hidden;
	width:620px;
	padding:0;
}

#tools {
	width:9999em;
	position:absolute;
	height:532px;

}

.tool {
	float:left;
	width:620px;
	height:532px;
	background-repeat:no-repeat;
	background-position:0 0;
}




#thumbs {
	background:transparent;
	position:absolute;
	top:531px;
	width:640px;
	left:0;
}

.t a {
padding:0 15px 0 0;
font-size:10px;
}

.t a.active {color:#ffffff;
}

.navi {
text-align:center;
height:30px;
}







