html {overflow-y: scroll;}

* :focus { outline: 0; }

body {background-color: #333333; margin:0 0 0 0; background-image:url(../images/black-back.gif); background-repeat:repeat-x; background-position:top center;}

td {font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:16px;
	color: #ffffff;
	}

A:link, A:visited {font-family: Verdana, Arial, sans-serif; color: #74a8ff; text-decoration: none;}
A:hover {font-family: Verdana, Arial, sans-serif; color: #ffffff; text-decoration: underline;}

.topnav {font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #ABABAB;
	}

a.topnav:link {color: #ABABAB; text-decoration: none;}
a.topnav:visited {color: #ABABAB; text-decoration: none;}
a.topnav:hover {color: #ffffff; text-decoration: none;}

.title {font-family:Verdana, Arial, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
line-height: 22px;
color: #7A68D5;
	}
	
.sidenav {font-family: Trade Gothic, Verdana, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #ffffff;
line-height: 20px;
	}

a.sidenav:link {color: #f9d200; text-decoration: none;}
a.sidenav:visited {color: #f9d200; text-decoration: none;}
a.sidenav:hover {color: #ffffff; text-decoration: none;}


.menunav {font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #ffffff;
line-height: 14px;
display: block;
	}

a.menunav:link {color: #ffffff; text-decoration: none; font-weight:normal;}
a.menunav:visited {color: #ffffff; text-decoration: none; font-weight:normal;}
a.menunav:hover {color: #ffffff; text-decoration: none; font-weight:normal;}


.maincontent {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
line-height: 14px;
color: #ffffff;
	}

a.maincontent:link {color: #DB8531; text-decoration: none;}
a.maincontent:visited {color: #DB8531; text-decoration: none;}
a.maincontent:hover {color: #F8B32D; text-decoration: none;}

.activetitle {font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #333333;
	}

.quotation {font-family: Georgia, Times, serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 22px;
color: #ffffff;
	}

.footer {font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #929292;
	}

a.footer:link {color: #ffffff; text-decoration: none;}
a.footer:visited {color: #ffffff; text-decoration: none;}
a.footer:hover {color: #ffffff; text-decoration: underline;}

.portfolio {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #ABABAB;
line-height: 12px;
display: block;
width: 100%;
	}

a.portfolio:link {color: #ABABAB; text-decoration: none; font-size: 10px;}
a.portfolio:visited {color: #ABABAB; text-decoration: none; font-size: 10px;}
a.portfolio:hover {color: #ffffff; text-decoration: none; font-size: 10px;}

.thumbnail {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #8D8D8D;
line-height: 12px;
display: block;
width: 100%;
	}

a.thumbnail:link {color: #8D8D8D; text-decoration: none; font-size: 10px;}
a.thumbnail:visited {color: #8D8D8D; text-decoration: none; font-size: 10px;}
a.thumbnail:hover {color: #ffffff; text-decoration: none; font-size: 10px;}

.portpic img{
border: 1px solid #5C5634;
}

.portpic:hover img{
border: 1px solid #5C5634;
}

.portpic:hover{
color: #5C5634;
}

.projecttitle {font-family: Verdana, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
color: #ffffff;
	}

	
	
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-controlNav a {
display:none;
}

.nivo-controlNav {
display:none;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:650px;
    height:400px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
	float:left;
	background:url(../images/slideshow1.jpg) no-repeat;
}

#slider {
	position:absolute;
    width:650px;
    height:400px;
    margin-left:0px;
	background:url(../images/loading_new.png) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


.nivo-directionNav a {
	display:block;
	width:33px;
	height:33px;
	background:url(../images/blankspc.gif) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-33px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


