* {
	margin:0;
	padding: 0;
}
#container {
	width: 960px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat: repeat-x;
	background-color: #E4E55D;
	
}
#header {
	background-image: url(images/header_logo.png);
	height: 137px;
	width: 960px;
}
#header h1 a {
	display: block;
	height: 125px;
	width: 350px;
	text-indent: -9999px;
}
#nav {
	background-image: url(images/web_print_video.png);
	height: 75px;
	width: 960px;
}

#nav ul li {
	display: inline;
}
#nav ul li a {
	width: 960px;
	height: 75px;
	display: block;
	float: left;
	text-indent: -999px;
}
#nav ul li#nav_web a {
	width:  164px;
	margin-left: 357px;
	background-image: url(images/web.png);
}
#dabout #nav ul li#nav_web {
	width:  164px;
	margin-left: 357px;
	background-image: url(images/web_on.png);
}
#nav ul li#nav_print a {
	width: 195px;
	background-image: url(images/print.png);
}

#nav ul li#nav_video a {
	width: 244px;
	background-image: url(images/video.png);
}
#nav ul li#nav_web a:hover{
	background-image:url(images/web_over.png);
	background-repeat: no-repeat;
}
#nav ul li#nav_print a:hover {
	background-image:url(images/print_over.png);
	background-repeat: no-repeat;
}
#nav ul li#nav_video a:hover {
	background-image:url(images/video_over.png);
	background-repeat: no-repeat;
}
#dweb #nav ul li#nav_web a{
	background-image: url(images/web_on.png);	
}
#dprint #nav ul li#nav_print a{
	background-image: url(images/print_on.png);	
}
#dvideo #nav ul li#nav_video a{
	background-image: url(images/video_on.png);	
}
	
#nav_2 {
	background-image: url(images/N_nave_back.png);
	height: 71px;
	width: 960px;
}
#nav_2 ul li {
	display: inline;
}

#nav_2 ul li a {
	width: 960px;
	height: 71px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#nav_2 ul li#nav2_about a {
	width: 121px;
	background-image:url(images/nabou.png);
	margin-left: 278px;
		
}
#dabout #nav_2 ul li#nav2_about a{
	background-image: url(images/nabout_on.png);	
}
#nav_2 ul li#nav2_work a {
	width: 104px;
	background-image:url(images/nwork.png);
}
#dwork #nav_2 ul li#nav2_work a{
	background-image: url(images/nwork_on.png);	
}
#nav_2 ul li#nav2_contact a {
	width: 144px;
	background-image:url(images/ncontact.png);
}
#dcontact #nav_2 ul li#nav2_contact a{
	background-image: url(images/ncontact_on.png);	
}
#nav_2 ul li#nav2_resume a {
	width: 139px;
	background-image:url(images/nresume.png);
}
#dresume #nav_2 ul li#nav2_resume a{
	background-image: url(images/nresume_on.png);	
}

#nav_2 ul li#nav2_blog a {
	width: 174px;
	background-image:url(images/nblog.png);
}
#nav_2 ul li#nav2_about a:hover {
	background-image:url(images/nabout_over.png);
	background-repeat: no-repeat;
}
#nav_2 ul li#nav2_work a:hover {
	background-image:url(images/nwork_over.png);
	background-repeat: no-repeat;
}
#nav_2 ul li#nav2_resume a:hover {
	background-image:url(images/nresume_over.png);
	background-repeat: no-repeat;
}
#nav_2 ul li#nav2_contact a:hover {
	background-image:url(images/ncontact_over.png);
	background-repeat: no-repeat;
}

#nav_2 ul li#nav2_blog a:hover {
	background-image:url(images/nblog_over.png);
	background-repeat: no-repeat;
}


#footer {
	height: 69px;
	width: 962px;	
}
#content {
	background-image: url(images/H_1.png);
	height: 414px;
	width: 960px;
}

#footer ul li {
	display: block;
	list-style-type: none;
}
#footer ul li a {
	width: 960px;
	height: 71px;
	display: block;
	text-decoration: none;
	float: left;
	text-indent: -9999px;
}
#footer ul li#frecent a {
	width: 960px;
	height: 69px;
	background-image:url(images/recent.png);
	background-repeat: no-repeat;
}
#footer ul li#frecent a:hover, #footer ul li#recent a:active {
	background-image:url(images/recent_over.png);
	background-repeat: no-repeat;
}
#footer ul li#flook a {
	width: 960px;
	height: 78px;
	background-image:url(images/look_up.png);
	background-repeat: no-repeat;
}
#footer ul li#flook a:hover, #footer ul li#flook a:active {
	background-image:url(images/look_over.png);
	background-repeat: no-repeat;
}
/*	Invisible left hotspot--this is the CSS for slider */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels 
	and if there is room the will grow and occupy 15% 
	of the scrollable area (30% combined). Adjust it 
	to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/*	There is a big background image and it's used 
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#content_about {
	background-image: url(images/about_bk.png);
	background-repeat: no-repeat;
	height: 515px;
	background-attachment: scroll;
	background-color: #EE1E3D;
}
.words_box {
	margin-left: 350px;
	margin-right: 50px;
	padding-top: 50px;
}
.how {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
}
.bodytext {
	font-size: 15px;
	line-height: 23px;
}
.words_resume {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.dates {
	font-size: 18px;
	font-weight: bolder;
	color: #030;
	display: block;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #903;
}
.button {
	width: 120px;
}

label {
	font-size: 16px;
	font-weight: bolder;
}
input {
	font-size: 14px;
	display: block;
	width: 450px;
}
textarea {
	display: block;
	width: 450px;
}
#content_home {
	background-image: url(images/content_home.png);
	height: 303px;
	width: 960px;
}

#slider_wrapper{padding-bottom: 30px;}

#slider_2 {

	/* You MUST specify the width and height */
	width: 800px;
	height: 450px;
	position:relative;	
	overflow:hidden;
	left: 50px;
	top: 25px;
}

#slider {

	/* You MUST specify the width and height */
	width: 960px;
	height: 303px;
	position:relative;	
	overflow:hidden;
	left: 50px;
	top: 25px;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */

	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	

	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;

	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;

	}
	


.clear {
	clear:both;	
}


#buttons {
	margin-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#buttons a{color:#000;}
#video_1 {
	margin: 0 auto;
	width: 800px;
}
#video_2 {
	margin: 0 auto;
	width: 800px;
}
#video_3 {
	margin: 0 auto;
	width: 800px;
}

