/*  
-----------------------------------------
general
-----------------------------------------
*/

html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0;
	font: 80%/1.3 arial, helvetica, sans-serif;
	background: #fff;
	color: #333;
	text-align: center;
}

a:link { color: #54206d; }
a:visited { }
a:hover { }
a:active { }
h1, h2, h3, h4, h5, p, ul, ol {
	margin-top: 0;
	margin-left: 14px;
}

h2
{
	margin: 0 0 .5em;
	font-size: 150%;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
}

h3
{
	font-size: 120%;
	color: #777;
	text-transform: uppercase;
}

blockquote
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ddd;
}

blockquote p { margin: 0 0 .5em; }

blockquote p.source
{
	margin: 0;
	text-align: right;
	font-size: 90%;
	color: #777;
}

blockquote p.source2
{
	margin: 0;
	text-align: left;
	font-size: 90%;
	color: #777;
}

dl { margin: 1em 0; }

dt
{
	font-weight: bold;
	font-size: 120%;
}

dd
{
	margin: 0 0 1em;
	padding: 0;
}

img { border: none; }
form { margin: 1em 0; }

fieldset
{
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em;
	margin: 1em 0;
}

legend { font-weight: bold; }

form div
{
	clear: left;
	padding-top: 1em;
}

label.float-label
{
	float: left;
	width: 17em;
}

/*  
-----------------------------------------
container
-----------------------------------------
*/

#container
{
	text-align: left;
	width: 870px;
	margin: 0 auto;
	background: url(../images/back-container.gif) no-repeat;
}

/*  
-----------------------------------------
header
-----------------------------------------
*/

#header h1
{
	margin: 0;
	padding: 25px 0 5px 30px;
}

#header p
{
	position: absolute;
	left: -500em;
}

/*  
-----------------------------------------
mainnav
-----------------------------------------
*/

#mainnav h2
{
	position: absolute;
	left: -500em;
}

#mainnav ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 860px;
	border-left: 1px solid #ccc;
}

#mainnav li
{
	list-style-type: none;
	display: inline;
}

#mainnav li a
{
	float: left;
	padding: 3px 10px;
	border-right: 1px solid #ccc;
	text-decoration: none;
}

#mainnav li.active a { background: #ddd; }

/*  
-----------------------------------------
banner
-----------------------------------------
*/

#banner
{
	clear: left;
	width: 870px;
	height: 120px;
	background: url(../images/banner01.jpg) no-repeat;
}

#section01 #banner { background: url(../images/banner_about.jpg) no-repeat; }
#section02 #banner { background: url(../images/banner_hdmi.jpg) no-repeat; }
#section03 #banner { background: url(../images/banner_video.jpg) no-repeat; }
#section04 #banner { background: url(../images/banner_audio.jpg) no-repeat; }
#section05 #banner { background: url(../images/banner_digital.jpg) no-repeat; }
#section06 #banner { background: url(../images/banner_ir.jpg) no-repeat; }
#section07 #banner { background: url(../images/banner_accessories.jpg) no-repeat; }
#section08 #banner { background: url(../images/banner_specials.jpg) no-repeat; }

/*  
-----------------------------------------
subnav
-----------------------------------------
*/

#subnav
{
	float: left;
	width: 185px;
	margin: 0 20px 0 0;
	padding: 15px 0 15px 15px;
	background: url(../images/back-column1.jpg) no-repeat;
}

#subnav h2
{
	position: absolute;
	left: -500em;
}

#subnav ul
{
	margin: 0;
	padding: 0 15px 0 0;
}

#subnav li
{
	display: inline;
	list-style-type: none;
}

#subnav li a
{
	display: block;
	background: url(../images/arrow.gif) no-repeat 0 .3em;
	padding: 0 0 0 12px;
	margin: 0 0 8px;
}

#subnav li li a
{
	list-style-type: none;
	background: url(../images/arrow2.gif) no-repeat 15px .4em;
	padding: 0 0 0 24px;
	margin: 0 0 8px;
}

/*  
-----------------------------------------
content
-----------------------------------------
*/

#content
{
	float: left;
	width: 610px;
	padding: 15px;
	background: url(../images/back-column2.jpg) no-repeat;
}

#content ul
{
	margin: 1em 0;
	padding: 0;
}

#content ul li
{
	list-style-type: none;
	padding: 0 0 0 15px;
	background: url(../images/arrow2.gif) no-repeat 0 .4em;
}

.section1
{
	float: left;
	width: 295px;
	margin: 0 20px 0 0;
}

.section2
{
	float: left;
	width: 295px;
}

.section1 div, .section2 div
{
	float: left;
	width: 295px;
	clear: left;
	padding: 0 0 20px;
}

.section1 h3, .section2 h3
{
	margin: 0 0 0 90px;
	font-size: 100%;
}

.section1 div img, .section2 div img { float: left; }
.section1 p, .section2 p { margin: 0 0 0 90px; }

#content .section1 ul, #content .section2 ul
{
	margin: .5em 0 0 90px;
	padding: 0;
}

#content .section1 ul li, #content .section2 ul li
{
	list-style-type: none;
	padding: 0 0 0 10px;
	background: url(../images/arrow2.gif) no-repeat 0 .4em;
}

#content .item
{
	float: left;
	width: 610px;
	clear: left;
	border-bottom: 2px solid #ddd;
	padding: 0 0 1em;
	margin: 0 0 2em;
}

#content .item .item2
{
	float: left;
	width: 300px;
}

#content .item .item3
{
	float: right;
	width: 290px;
}

#content .item .item3 img { width: 290px; }
#content .item form div { margin: 0 0 .5em; }

/*  
-----------------------------------------
footer
-----------------------------------------
*/

#footer
{
	clear: both;
	font-size: 90%;
	color: #777;
	text-align: right;
	padding: 30px 130px 30px 0;
	background: url(../images/footer.jpg) no-repeat 749px 0;
}

/*  
-----------------------------------------
lightbox styles
-----------------------------------------
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



#tab_pages
{
	clear: both;
	font-size: 90%;
	color: #777;
	text-align: right;
	padding: 0px 16px 0px 0px;
 }
 
 /*  
-----------------------------------------
home-banner
-----------------------------------------
*/

#home-banner
{
	clear: left;
	width: 870px;
	height: 220px;
	background: url(../images/banner.jpg) no-repeat;
}

/*  
-----------------------------------------
home-content
-----------------------------------------
*/

#home-content
{
	float: left;
	width: 640px;
	margin-right: 20px;
}

#home-content .col
{
	float: left;
	width: 185px;
	margin: 0 20px 0 0;
	padding: 15px 0 15px 15px;
	background: url(../images/back-column1.jpg) no-repeat;
}

#home-content .col h2
{
	margin: 0 0 .3em;
	width: 170px;
	font-size: 125%;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
}

#home-content .col p
{
	margin: 0 0 .3em;
	width: 170px;
}

#home-content .nomargin { margin: 0; }

#home-content .col p.more a
{
	background: url(../images/arrow.gif) no-repeat 0 .3em;
	padding: 0 0 0 12px;
}

#home-content .col p.more a span
{
	position: absolute;
	left: -500em;
}

/*  
-----------------------------------------
home-feature
-----------------------------------------
*/

#home-feature
{
	float: left;
	width: 185px;
	background: url(../images/back-column1.jpg) no-repeat;
	padding: 15px 0 15px 15px;
}

#home-feature h2
{
	margin: 0 0 .3em;
	width: 170px;
	font-size: 125%;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
}

#home-feature h3
{
	margin: 0;
	font-size: 100%;
	width: 170px;
}

#home-feature p
{
	margin: 0 0 .5em;
	width: 170px;
}

