@charset "utf-8";
/* CSS Document */
body { background:url('../images/home/splash.jpg') no-repeat top center #660000; }

/******************************
   Nav
******************************/	
#header .nav ul li a:hover, #header .nav ul li a.on { text-decoration:none; background:url('../images/home/nav-bg.gif') no-repeat right top; }
#header .nav ul li a:hover span, #header .nav ul li a.on span { background:url('../images/home/nav-left-cap.gif') no-repeat left top; }

/******************************
   Inner
******************************/	
.inner { overflow:hidden; }

	/******************************
	   Left
	******************************/	
	.inner .left { float:left; width:370px; margin:40px 0 0 0; color:#ffffff; }
		.inner .left img { margin:0 0 24px; }		
		.inner .left h3 { margin:0 0 18px; font-size:17px; color:#ffffff; font-weight:normal; }
		.inner .left p { margin:0 0 18px; font-size:1.1em; }
		.inner .left a { color:#00bbf1; }		
			
		
	/******************************
	   Right
	******************************/	
	.inner .right { float:right; width:613px; margin:0 25px 0 0; }
		.inner .right .recent-work { width:613px; height:434px; padding:40px 0 0; background:url('../images/home/recent-work-bg.gif'); }
			.inner .right .recent-work .button-panel { text-align:center; margin:0 0 18px; }
				.inner .right .recent-work .button-panel a { color:#cccccc; text-transform:uppercase; font-weight:bold; font-family:Arial, Helvetica, sans-serif; outline:none; }			
					.inner .right .recent-work .button-panel a:hover { color:#ffcc00; text-decoration:none; } 	
					.inner .right .recent-work .button-panel a.prev { margin:0 20px 0 0; }
					.inner .right .recent-work .button-panel a.next { margin:0 0 0 20px; }	
					
			.inner .right .recent-work .mycarousel { margin:0 0 0 50px; }
