@charset "windows-1251";
@import url("ui.accordion.css");
@import url("jquery.lightbox-0.5.css");
@import url("content.css");

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: #fff;
}

#container {
	min-width: 1000px;
	_width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : "100%");
	overflow: hidden;
}

#header {
	width: 100%;
	height: 235px;
	overflow: hidden;
	border-bottom: solid #f26b31 2px;
}

#brands {
	width: 100%;
	height: 45px;
	//padding-right: 5px;
	//overflow: hidden;
}

#sony {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/sony.jpg) center center no-repeat;
}

#apple {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/apple.jpg) center center no-repeat;
}

#toshiba {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/toshiba.jpg) center center no-repeat;
}

#dell {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/dell.jpg) center center no-repeat;
}

#hp {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/hp.jpg) center center no-repeat;
}

#ibm {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/ibm.jpg) center center no-repeat;
}

#asus {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/asus.jpg) center center no-repeat;
}

#acer {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/acer.jpg) center center no-repeat;
}

#fujitsu {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/fujitsu.jpg) center center no-repeat;
}

#samsung {
	float: left;
	width: 10%;
	height: 45px;
	background: url(../images/samsung.jpg) center center no-repeat;
}

#nkk {
	width: 100%;
	height: 230px;
}

#nkk a {
	text-decoration: none;
}

#logo {
	float: left;
	width: 253px;
	height: 179px;
	background: url(../images/logo.jpg) 20px top no-repeat;
	cursor: pointer;
}

#free {
	float: right;
	width: 354px;
	height: 334px;
	background: url(../images/free3.jpg) left top no-repeat;
}
/*
#free span {
	float: right;
	margin: 10px 20px 0 0;
}

#free small {
	font-size: 20px;
	color: #f37438;
}

#free strong {
	font-size: 32px;
	color: #f37438;
}
*/
#free form {
	position: absolute;
	margin-top: 161px;
	display: block;
	width: 354px;
}

#free .text {
	width: 151px;
	height: 18px;
	border: solid #d2d2d2 1px;
	background: #f3f3f3;
	vertical-align: middle;
	font-size: 12px;
	color: #665;
	font-weight: bold;
	padding: 1px 5px 0 5px;
	margin-left: 3px;
	margin-right: 20px;
}

#free .submit {
	width: 148px;
	height: 22px;
	padding-bottom: 4px;
	background: url(../images/submit.jpg) no-repeat;
	vertical-align: middle;
	font-size: 14px;
	color: #665;
	font-weight: bold;
}

#hard {
	height: 185px;
	background: url(../images/hard.jpg) center center no-repeat;
	margin: 0px 334px 0 213px;
}

#leftCol {
	float: left;
	width: 220px;
	_margin-right: -3px;
	padding: 0 10px;
}

#leftAccordion {
	width: 220px;
}

#leftBanner {
	width: 220px;
	height: 400px;
	margin-top: 20px;
	background: #efefef;
}

#rightCol {
	float: right;
	width: 150px;
	_margin-left: -3px;
	padding: 0 10px;
}

#rightAccordion {
	width: 150px;
}

#rightBanner {
	width: 150px;
	height: 400px;
	margin-top: 20px;
	background: #efefef;
}

#centerCol {
	margin: 0 170px 0 240px;
	_margin: 0 167px 0 237px;
	padding: 0 10px;
}

#title {
	height: 30px;
	overflow: hidden;
}
#leftTitle {
	width: 10px;
	height: 30px;
	background: url(/images/leftTitle.jpg) no-repeat;
	float: left;
	_margin-right: -3px;
}
#rightTitle {
	width: 9px;
	height: 30px;
	background: url(/images/rightTitle.jpg) no-repeat;
	float: right;
	_margin-left: -3px;
}
#middleTitle {
	margin: 0 auto;
	height: 30px;
	background: url(/images/middleTitle.jpg) repeat-x;
	padding-top: 10px;
	text-transform: uppercase;
}
#middleTitle h1 {
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#content {
	padding: 8px 5px;
	zoom: 1;
}

#footer {
	clear: both;
	width: 100%;
	border-top: solid #f26b31 2px;
	background: #ffebe2;
}

#footertext {
	padding: 5px 10px;
}

#footertext p, #footertext a {
	color: #000;
	font-size: 12px;
}

#sert img, #resp img {
	margin: 5px 20px;
}

.space-7px {
	margin-bottom: 7px;
}