/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000;
	font-size:.85em;
	line-height:1.2em;
	margin:0 0 25px 0;
	background-color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

a { color:#000000; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- layout settings ----------------------- */

.no-border { border:0; }

.input-field {
	color:#fff;
	font-size:14px;
	padding-left:5px;
	border:1px solid #000;
	background-color:#6c080b;
}

.comments {
	color:#fff;
	width:200px;
	height:100px;
	font-size:14px;
	padding-left:5px;
	border:1px solid #000;
	background-color:#6c080b;
}

.img-logo {
	position:absolute;
	top:-62px;
	left:50%;
	margin-left:-109px;
}

.img-logo-fix {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-109px;
}

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.yellow-box {
	position:relative;
	top:0;
	left:0;
	color:#000;
	padding:15px;
	background-color:#fa8e29;
}

.red-box {
	position:relative;
	top:0;
	left:0;
	padding:15px;
	background-color:#982c29;
}

.large-image {
	border:3px solid black;
}

#tv {
	width: 400px;
	height: 455px;
	background-image: url(/images/img_tv.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_tv.png");
}

#dvd {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_dvd.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_dvd.png");
}

#bluray {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_blu_ray.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_blu_ray.png");
}

#flip {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_flip.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_flip.png");
}

#fifty {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_fifty.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_fifty.png");
}

#ipod {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_ipod.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_ipod.png");
}

#camera {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_camera.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_camera.png");
}


#dc {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_dc.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_dc.png");
}

#sss {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_sss.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_sss.png");
}

#psp {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_psp.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_psp.png");
}

#gps {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_gps.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_gps.png");
}

#wii {
	width: 400px;
	height: 421px;
	background-image: url(/images/img_wii.png);
	background-repeat: no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/img_wii.png");
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	width:100%;
	height:auto;
	background-color:#c76a25;
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(images/bg_nav-x-yellow.gif);
}

/* ---- start nav id settings ------------------------ */

#nav {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:62px;
	margin:0 auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	margin:0 auto;
	padding:48px 0 48px 0;
	background-repeat:no-repeat;
	background-image:url(images/bg_content-yellow.jpg);
}

/* ---- start left content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:203px;
	height:auto;
	background-repeat:repeat-y;
	padding:20px 15px 20px 15px;
	background-image:url(images/bg_sidebar-yellow.gif);
}

/* ---- end left content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:764px;
	height:auto;
	margin:0 auto;
	padding-top:25px;
}

/* ---- end main content settings ---------------- */

/* ---- start right content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:203px;
	height:auto;
	background-repeat:repeat-y;
	padding:20px 15px 20px 15px;
	background-image:url(images/bg_sidebar-yellow.gif);
}

/* ---- end right content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:100%;
	height:25px;
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(images/bg_footer-x-yellow.gif);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */

#nav a {
	position:relative;
	float:left;
	height:62px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav-blk.gif);
}

#nav img {
	position:relative;
	float:left;
	width:226px;
	height:62px;
}

a#nav_01 {
	width:62px;
	background-position:0 0;
}

a:hover#nav_01 {
	background-position: 0 -62px;
}

.active_01 {
	background-position: 0 -62px !important;
}

a#nav_02 {
	width:62px;
	background-position:-62px 0;
}

a:hover#nav_02 {
	background-position:-62px -62px;
}

.active_02 {
	background-position:-62px -62px !important;
}

a#nav_03 {
	width:64px;
	background-position:-124px 0;
}

a:hover#nav_03 {
	background-position:-124px -62px;
}

.active_03 {
	background-position:-124px -62px !important;
}

a#nav_04 {
	width:101px;
	background-position:-188px 0;
}

a:hover#nav_04 {
	background-position:-188px -62px;
}

.active_04 {
	background-position:-188px -62px !important;
}

a#nav_05 {
	width:64px;
	background-position:-289px 0;
}

a:hover#nav_05 {
	background-position:-289px -62px;
}

.active_05 {
	background-position:-289px -62px !important;
}

a#nav_06 {
	width:44px;
	background-position:-579px 0;
}

a:hover#nav_06 {
	background-position:-579px -62px;
}

.active_06 {
	background-position:-579px -62px !important;
}

a#nav_07 {
	width:71px;
	background-position:-623px 0;
}

a:hover#nav_07 {
	background-position:-623px -62px;
}

.active_07 {
	background-position:-623px -62px !important;
}

a#nav_08 {
	width:72px;
	background-position:-694px 0;
}

a:hover#nav_08 {
	background-position:-694px -62px;
}

.active_08 {
	background-position:-694px -62px !important;
}

a#nav_09 {
	width:96px;
	background-position:-766px 0;
}

a:hover#nav_09 {
	background-position:-766px -62px;
}

.active_09 {
	background-position:-766px -62px !important;
}

a#nav_10 {
	width:85px;
	background-position:-862px 0;
}

a:hover#nav_10 {
	background-position:-862px -62px;
}

.active_10 {
	background-position:-862px -62px !important;
}

/* ---- layer settings -------------------------- */

#hidden-layers {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin-top:15px;
}

#L1, #L2, #L3, #L4 {
	position:absolute;
	top:0;
	left:0;
	width:764px;
	height:auto;
	margin:0 auto;
	visibility:hidden;
}

.show {
	position:relative !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
