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

body {
	margin:10px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#eee;
		
}

#page {
	width:960px;
	margin:0 auto;
	padding:0;
	
}

#header {
	margin:10px;
	font-size:40px;
	color:#666;
	letter-spacing:10px;
}


/*----- fancy ass menu bar --------*/

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:46%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* Menu font */
   font-size:124%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 30px;
   padding:0;
   float:left;
   position:relative;
   left:30%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   letter-spacing:5px;
   line-height:1em;
   background:#eee;
   text-decoration:none;
   color:#666;
     
}
#centeredmenu ul li.active a {
   color:#666;
   background:#eee;
   text-decoration:underline;
}
#centeredmenu ul li a:hover {
   background:#eee; /* Top menu items background colour */
   color: #666;
   text-decoration:underline;
   
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#eee; /* Top menu items background colour */
   color:#666;
   text-decoration:none;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */   
   position:absolute;
   letter-spacing:3px;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:12em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   color:#666;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#666;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#eee; /* Sub menu items background colour */
   color:#666;
   text-decoration:underline;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}







/*------ Navigation -----*/

#nav {
	margin:10px 12px 0 10px;
	width:202px;
	float:left;
}

#nav-top {
	margin:0 0 40px 0;
	width:202px;
	float:left;
}

#nav-bot {
	margin:0px;
	width:202px;
	float:left;
}

.nav-links {
	margin:0;
	padding:0;
	line-height:17px;
}

.nav-links ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}


.nav-links li {
	padding:0;
}


/* -------- Large Image Containers ----- */

#portfolio {
	margin:40px 0 0 160px;
	width: 726px;
	float:left;
	text-align:right;
}

#images {
	margin:0 0 20px 0;
	width:726px;
	height:479px;
}

#im-arrow-left {
	margin:440px 0 0 0;
	padding:20px 0 0 0;
	width: 40px;
	height:19px;
	float:left;
	font-size:16pt;
}

#large-images {
	margin:0px;
	width: 646px;
	height:479px;
	float:left;
	text-align:left;
	letter-spacing:2px;
	line-height:15px;
	
}

#im-arrow-right {
	margin:440px 0 0 0;
	padding:20px 0 0 0;
	width:40px;
	text-align:right;
	height:19px;
	float:left;
	font-size:16pt;
}

/*--- Thumbnails Container ---*/

#thumbnails {
	margin:0 0 10px 0;
	width:726px;
	height:80px;
}

#th-arrow-left {
	margin:0px;
	width:40px;
	height:80px;
	float:left;
	
}

#all-thumbnails {
	margin:0px;
	width:646px;
	height:80px;
	float:left;
}

#th-arrow-right {
	margin:0px;
	width:40px;
	height:80px;
	float:left;
	
}

/*-- footer ------*/

#footer {
	margin:10px;
	height:20px;
	clear:both;
}

/* --- link styles ---- */

/* -- regular link --- */

a:link, a:visited {
	text-decoration:none;
	color:#666;
}

a:hover, a:active {
	text-decoration:none;
	color:#666;
}


/*---- main link on ---  */

.nav-on a:link, .nav-on a:visited {
	color:#CC0000;
	text-decoration:none;
	margin:0;
}

.nov-on a:hover, .nav-on a:active {
	color:#000;
	text-decoration:none;
	margin:0;
}


/* ---- sub link on indented ----- */


.nav-indent-on a:link, .nav-indent-on a:visited {
	color:#CC0000;
	text-decoration:none;
	margin:0 0 0 20px;
}

.nav-indent-on a:active, .nav-indent-on a:hover {
	color:#000;
	text-decoration:none;
	margin:0 0 0 20px;
}


/* ---- sub link off indented ------*/

.nav-indent-off a:link, .nav-indent-off a:visited {
	color:#CC0000;
	text-decoration:none;
	margin:0 0 0 20px;
}

.nav-indent-off a:hover, .nav-indent-off a:active {
	color:#666;
	text-decoration:none;
	margin:0 0 0 20px;
}


/* --- sub link activated indented ---*/

.nav-indent-active {
	color:#CC0000;
	text-decoration:none;
	margin:0 0 0 20px;
	
}


/*  ------ arrow links ------ */

.arrow-nav a:link, .arrow-nav a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#666;
	text-decoration:none;
	margin:0;
}

.arrow-nav a:hover, .arrow-nav a:active {
	color:#666666;
	text-decoration:none;
	margin:0;
}



	
	
