 /**************************
* BEGIN GLOBAL STYLES
*************************/
html, body {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #474747;
}

body {
	background-color: #f7f7f7;
	background-image: url(/public/images/hrd-bk-main.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


#headerbk {
	background: url(/public/images/hdr-bk.png) no-repeat;
	width: 780px;
	height: 466px;
	margin: 0 auto;
	padding-left: 6px;
}

span.houdini {
	visibility: hidden;
	display: none;
}

.hr {
	clear: both;
	width: 100%;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #f3f3f3;
	margin-top: 10px;
	margin-bottom: 15px;
}
.clear {
	clear:both;
}

.do1 {
	background: url(/public/images/do1.png) 0 0 no-repeat;
	height: 10px;
	width: 16px;
	float: right;
	margin: 2px 0 0 3px;
}
.red {
	color:#f00;
}
/**************************
* END GLOBAL STYLES
*************************/

/**************************
* BEGIN LAYOUT STYLES
*************************/

#parent {
	background-color: #fff;
	width: 762px;
	margin: 0 auto;
	display: block; 
	position: absolute; 
	min-height: 100%;
}

#header {
	background-color: red;
	background: url(/public/images/top-bar.jpg) 0 0 repeat-x;
	overflow: hidden;
	height: 136px;
	
}

div#header a.logo {
	background: url(/public/images/logo.jpg) 0 0 no-repeat;
	width: 292px;
	height: 63px;
	float: left;
	margin: 46px 0 27px 23px;
}

#subscribe {
	float:right;
	margin: 46px 20px 0 0;
}
#subscribe input.image {
	padding-top: 3px;
}

/**************************
* BEGIN NAV STYLES
*************************/

#nav {
	background: url(/public/images/nav/nav-bk.png) 0 0 repeat-x;
	height: 30px;
}


div#nav li {
	height: 30px;
	float: left;
}


div#nav a.home {
	background: url(/public/images/nav/home-btn.png) 0 0 no-repeat;
	height: 30px;
	width: 55px;
	display:block;
}

div#nav a.compu {
	background: url(/public/images/nav/compu-btn.png) 0 0 no-repeat;
	height: 30px;
	width: 104px;
	display:block;
}

div#nav a.lcd {
	background: url(/public/images/nav/lcdtvs-btn.png) 0 0 no-repeat;
	height: 30px;
	width: 77px;
	display:block;
}

div#nav a.photo {
	background: url(/public/images/nav/photo-btn.png) 0 0 no-repeat;
	height: 30px;
	width: 100px;
	display:block;
}

div#nav a.peripherals {
	background: url(/public/images/nav/peripherals-btn.png) 0 0 no-repeat;
	height: 30px;
	width: 72px;
	display:block;
}

div#nav li.sale a {
	background: url(/public/images/nav/sale-btn.jpg) 0 0 no-repeat;
	height: 30px;
	width: 55px;
	display: block;
}

div#nav a:hover, div#nav a.current {
		background-position: 0 -30px;
}

div#nav .search {
	height: 30px;
	overflow: hidden;
}

div.search .field,#subscribe input.text {
	margin: 5px 0 5px 40px;
	padding: 3px 0 3px 4px;
	float: left;
	height: 12px;
	width: 137px;
	border: 1px solid #8eadc6;
	font-size: 10px;
}

#subscribe input.text {
	margin:3px 0 0 0;
	width: 145px;
}

div.search .submit {
	margin: 5px 16px 5px 0;
	float: right;
	background: url(/public/images/search-btn.jpg) 0 0 no-repeat;
	border: none;
	width: 55px;
	height: 20px;

}

#logout {
	float:right;
}

#navadmin {
	background: url(/public/images/nav/nav-bk.png) 0 0 repeat-x;
	height: 30px;
}

#navadmin li {
	height: 30px;
	float: left;
}
#navadmin li a {

	color:#fff;
	font-size: 14px;
	text-decoration:none;
	display:block;
	padding: 8px;
}

/**************************
* END STYLES
*************************/


#promo {
	background: url(/public/images/promo-bk.jpg) 0 0 repeat-x;
	height: 230px;
}

#content {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

#footer {
	overflow: hidden;
	font-size: 10px;
	color: #fff;
	background: url(/public/images/ftr-bk.jpg) 0 0 repeat-x;
	height: 30px;
	position: absolute; 
	display: block; 
	bottom: 0;
	width: 762px;
}

div#footer .copyright {
	line-height: 15px;
	margin: 6px 0 0 15px;
	float: left;
}

div#footer .footnav {
	line-height: 15px;
	margin-right: 15px;
	float: right;
}

div.footnav ul {
		margin-top: 6px;
}

div.footnav li {
	float: left;
}

div.footnav span.pipe {
	font-size: 10px;
	margin: 0 4px;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}

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

div.do1 a {
	width: 16px;
	height: 10px;
}
/**************************
* END LAYOUT STYLES
*************************/

/**************************
* BEGIN MISC STYLES
*************************/

.nofloat {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0;
	line-height: 0px;
	content: ".";
	border: none;
	margin: 0;
	padding: 0;
}

/**************************
* END MISC STYLES
*************************/

#redbar {
	border-top:1px solid #FF7070;
	border-bottom:1px solid #FF7070;
	background:#ffc7c7 url(/lib/img/att.gif) no-repeat 6px 5px;
	color:#790000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
}
#bluebar {
	border-top:1px solid #7cc7e4;
	border-bottom:1px solid #7cc7e4;
	background:#daeff8 url(/lib/img/ok.gif) no-repeat 6px 5px;
	color:#001179;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
}
#redbar p,#bluebar p {
	margin: 0 0 0 42px;
	padding-bottom: 10px;
}
#redbar a {
	color:#790000;
	text-decoration:none;
	padding-left: 20px;
}
#redbar a.ok {
	background:url(/lib/img/tick.png) no-repeat;
}
#redbar a.notok {
	background:url(/lib/img/cross.png) no-repeat;
}
#login {
	width: 200px;
	margin: 50px auto 0;
}
#login div {
	margin-bottom: 10px;
}
#login label {
	padding-bottom: 5px;
	display:block;
}
#login input {
	border: 1px solid #8EADC6;
	padding: 3px;
}

/**************************
* 404 STYLES
*************************/

#errorcontain {
	width: 300px;
	margin: 100px auto;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #efefef;
}

div#errorcontain h1 {
	color:#70B700;
	font-size:24px;
	padding-bottom: 10px;
}

#errorimg {
	background: url(/lib/img/404warning.jpg) 0 0 no-repeat;
	width: 75px;
	height: 75px;
	float: left;
}

#errortxt {
	float: left;
	width: 215px;
	line-height: 18px;
	margin: 7px 0 0 10px;
}

/**************************
* END 404 STYLES
*************************/