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

/* CSS for cdoubleu.com */
/* created by Chris Wood http://www.cdoubleu.com*/
/* and it validates.  BOOYAH! */

/* body */
	body { margin: 0px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background: #282828; color: #ffffff; background-image: url(../images/background.jpg); background-repeat:repeat-x; background-position:top }
	ul { list-style: none;margin: 0; padding: 0; color: #ffffff; }
	
/* LINKS */
	A:link		{ color: #24dddd; text-decoration: none; } 
	A:visited	{ color: #24dddd; text-decoration: none; } 
	A:active	{ color: #FFFFFF; text-decoration: none; } 
	A:hover		{ color: #FFFFFF; text-decoration: none; } 	

	A.white:link	{ color: #FFFFFF; text-decoration: none; } 
	A.white:visited	{ color: #FFFFFF; text-decoration: none; } 
	A.white:active	{ color: #FFFFFF; text-decoration: none; } 
	A.white:hover	{ color: #FFFFFF; text-decoration: none; } 
	
	#container { width: auto; height: auto; }
	#header { width: 960px; height: 89px; background-image:url(../images/header-bkg.jpg); background-repeat: no-repeat; position: relative; margin: 0px auto; }
	#logo { width: 433px; height: 89px; float: left; }
	#flashcontent { width:488px ; height:384px ; text-align: center; }
	#picture { width: 488px; height: 384px; position: absolute; float: right; right: 0px; }
	#picture-small { width: 488px; height: 138px;position: absolute; float: right; right: 0px; }
	#middle-container { width: 918px; padding-top: 33px; padding-left: 42px; margin: 0px auto; } 
	#work-title { width: 426px; font-size: 14px; padding-bottom: 15px; }	
	.work-title-larger { width: 426px; font-size: 16px; padding-bottom: 15px; }	
	.work-container-righht { width: 426px; padding-right: 25px; float: right; }
	.work-images { width: 426px; height: 151px; background-color: #3b3b3b; }
	.work-tabs { width: 426px; height: 40px; background-image:url(../images/tab-bkg.jpg); background-repeat: repeat-x; padding-bottom: 50px; }
	.work-tabs-container { width: 426px; height: 40px; }
	.work-tabs-left-text { width: 170px; float: left; padding-top: 12px; padding-left: 18px; position: relative; }
	.work-tabs-right-text { width: 210px; text-align: right; float: right; padding-top: 12px; padding-right: 18px; position: relative }
	.highlight { border: 0px; }
	.highlight:hover { border: 1px solid red; }
	.highlight:hover { color: red; } /* Dummy for IE bug */
	.side-bar-links { width: 443px; padding-left: 40px; padding-bottom: 10px; }
	.side-bar-text { width: 375px; padding-left: 60px; line-height: 18px; padding-bottom: 15px; }
	.split { padding-left: 40px; padding-top: 15px; padding-bottom: 15px;  }
	.split-work { padding-bottom: 30px;  }	
	#copyright {  height: 20px; color: #444444; padding-top: 30px; text-align: center; margin: 0px auto; }
	#footer-spacer { width: 960px; height: 75px; margin: 0px auto; }
	#footer { width: 960px; height: 222px; background-image: url(../images/footer-bkg.jpg); background-repeat: no-repeat; margin: 0px auto; }

	
