/* ============================ */
/*		[S] HTML Standards		*/
/* ============================ */
body 	{ margin:0; font: 12px Verdana, Sans-serif; color: #333300; background-color: #cccc99; height:100%; }
p 	{ text-align: left; margin: 5px 0px 15px 0px; }
b 	{ font-weight: bold }
li 	{ padding: 1px 1px 1px 0px; margin: 0px 0px 0px -15px }
strong 	{ font-weight: bold }
pre { font-family: monospace; }
img { border: 0px; border-style:none; }
th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Sans-serif; font-size: 12px;
	}
h1,h2 { 
	color: #99997f; 
	font-weight: normal;
	font-size: 40px;
	font-style: italic;
	margin-top: 15px;
}

h3 { 
	color: #000000; 
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Link */
a:link			{ color: #006600; font-style: normal; text-decoration:underline; }
a:hover			{ color: #009900; font-style: none; text-decoration:underline; }
a:visited		{ color: #006600; font-style: none; text-decoration:underline; }
a:visited:hover	{ color: #009900; font-style: none; text-decoration:underline; }
/* ============================ */
/*		[E] HTML Standards		*/
/* ============================ */


#main {
	width: 796px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	position: relative;
	height:100%;
}

#wrapper {
	width: 880px;
	background: url(../images/bg-wrapper.jpg) repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
	height:100%;
}

#leftBorder {
	background: url(../images/bg-sidebar-left.jpg) no-repeat;
	width: 327px;
	height: 100%;
}

#rightBorder {
	background: url(../images/bg-sidebar-right.jpg) no-repeat;
	width: 327px;
	height: 100%;
}

#leftBorderWrapper {
	background: url(../images/bg-left-shadow.jpg) repeat-y;
	width: 327px;
	height: 100%;
	position: absolute;
	left: -327px;
}

#rightBorderWrapper {
	background: url(../images/bg-right-shadow.jpg) repeat-y;
	width: 327px;
	height: 100%;
	position: absolute;
	right: -327px;
}

#footer {
	width: 1035px;
	height: 304px;
	background: url(../images/bg-footer.jpg) no-repeat;
	position: absolute;
	left: -157px;
}

#footerText {
	position: absolute;
	right: 55px;
	top: 120px;
	font-size: 11px;
}

#footerText p {
	text-align: right;
}

#footerText a {
  text-decoration: underline;
  color: #333300;
}

#footerText a:hover {
  color: #FFFFCC;
  text-decoration: underline;
  color: #009900
}


#header {
	width: 796;
	height: 166px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#header h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#mainNav {
  height: 33px;
  border-bottom: 2px solid #666600;
  border-top: 2px solid #666600;
	background: #b2b27f;
	text-align: center;
}

#mainNav ul {
  margin: 0px;
  list-style: none;
}

#mainNav li {
  float: left;
  font-family: Helvetica;
  font-size: 12px;
  padding-right: 35px;  
}

#mainNav a {
  text-decoration: none;
  color: #333;
}

#mainNav a:hover {
  color: #FFFFCC;
}

#navShadow {
	background: url(../images/bg-nav-shadow.jpg) repeat-x;
	height: 10px;

}

#content {
	margin: 0 20px 0 20px;
	min-height: 400px;
}

#contentSamples {
	margin: 0 5px 0 20px;
	min-height: 400px;
}

#microphone {
	background: url(../images/img-microphone.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px;
	margin-top: 25px;
}

#microphone2 {
	background: url(../images/img-microphone2.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 25px;

}

#microphone3 {
	background: url(../images/img-microphone3.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 25px;
}

#film {
	background: url(../images/img-film.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 25px;
}

#lens {
	background: url(../images/img-lens.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 25px;
}

#light {
	background: url(../images/img-light.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 25px;
}

#kent {
	background: url(../images/img-kent.gif) no-repeat;
	width: 239px;
	height: 243px;
	position: absolute;
	left: -22px; 
	margin-top: 37px;
}

#lensBig {
	background: url(../images/img-lensbig.gif) no-repeat;
	width: 239px;
	height: 420px;
	position: absolute;
	left: -22px; 
	margin-top: -40px;
}



#centerTextBlock {
	width: 530px;
	float: left;
	margin-left: 25px;
}

#centerTextHome {
	width: 325px;
	float: left;
	margin-left: 25px;
}


#mission {
	width: 190px;
	float: left;
	margin-top: 270px;
	font: 18px Georgia; 
	color: #666600;
}

#missionHome {
	width: 190px;
	float: left;
	margin-top: 345px;
	font: 18px Georgia; 
	color: #666600;
}


#rightSideBar {
	float: right;
	width: 182px;
}

.rightSidebarBlock {
	background: url(../images/bg-sidebar-tan.jpg);
	margin-bottom: 20px;
}

.rightSidebarBlock a {
	float: right;
	color: #333300;
}

.rightSideBarSizer {
	margin-left: 12px;
	margin-right: 12px;
}

.rightSideBarSizerTop {
	margin-left: 12px;
	margin-right: 12px;
}

.rightSideBarSizerTop a {
	float: left;
	color: #333300;
}

.rightSideBarSizerTopImage a {
	float: none;
	color: #333300;
}

.rightSidebarBlock h3 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #333300;
	font-size: 14px;
}

#videoSamplesSidebarHeader {
	width: 182px;
	height: 40px;
	background: url(../images/sidebar-header-video-samples.jpg) no-repeat;
	margin: 0;
}

#latestClientsHeader {
	width: 182px;
	height: 40px;
	background: url(../images/sidebar-header-latest-clients.jpg) no-repeat;
	margin: 0;
}

#latestNews {
	width: 182px;
	height: 40px;
	background: url(../images/sidebar-header-news.jpg) no-repeat;
	margin: 0;
}


.hide {
	display: none;
}

.rightSidebarBottom {
	width: 182px;
	height: 50px;
	background: url(../images/sidebar-box-bottom.jpg) no-repeat bottom;
	margin: 0;
}

#subnav {
  height: 30px;
	background: #D6D78D;
	text-align: center;
}

#subnav ul {
	list-style: none;
	margin: 10px;
	padding: 7px;	
}

#subnav li {
	font-style: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 20px;
	padding: 0px;

}

#subnav a:link, #subnav a:visited {
	padding: 0px;
	color: #996600;
	text-decoration: none;
}

#subnav a:hover {
	color: #339900;
}


#videoPlayer {
	clear: both;
	width: 575px;
	height: 575px;
	background: url(../images/bg-media-player-frame.jpg) no-repeat;
	margin-left: 0px;
	float: left;
}

#chooser {
	float: right;
	width: 220px;
}
 #clients p {
 	line-height: 12px;
	padding-right: 20px;
	margin-bottom: 8px;
}