* { margin: 0; padding: 0; }

html { height: 100%; }
body { height: 100%; }

body {
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, Sans-Serif ;
	font-size: 80%;
	background: #1c1c1c url(../../_img/bg_repeat.gif) left top repeat-x;
	color: #FFF;
}
	
	h2 {
		color: #00bfff;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0.5em 0;
	}
	
	p {
		margin: 0 0 1em 0;
		line-height: 1.75em;
	}
	
	a {
		color: #FA8E19;
	}
		a:hover {
			text-decoration: none;
		}
	
	div#page {
		width: 940px;
		margin: 0 auto;
		background: #494448 url(../../_img/page_repeat.gif) left top repeat-y;
		min-height: 100%;
		_height: 100%;
	}
		div#header {
			height: 393px;
			background: url(../../_img/header.gif) left top no-repeat;
			position: relative;
		}
			div#header p#logo {
				position: absolute;
				left:35px ;
				top:5px;
			}
				div#header p#logo a {
					display: block;
					width: 181px;
					height: 83px;
				}
					div#header p#logo a span {
						position: absolute;
						left: -5001px;
					}
			div#header p#pop_product {
				position: absolute;
				right: 55px;
				top:16px;
			}
				div#header p#pop_product a {
					display: block;
					width: 214px;
					height: 38px;
					
					background:url(../../_img/pop.gif) left top no-repeat;
				}
					div#header p#pop_product a span {
						position: absolute;
						left: -5001px;
					}
			div#header h1 {
				position: absolute;
				left: -5001px;
			}
		div#content {
			float: left;
			width: 600px;
			margin: -105px 0 0 40px;
			display: inline;
		}
		div#sidebar {
			float: right;
			width: 193px;
			margin: -110px 40px 0 0;
			padding: 10px;
			border: 1px solid #3c383b;
			background: #565155;
			font-size: 0.85em;
			position: relative;
			z-index: 5;
			display: inline;
		}
			div#sidebar h2 {
				color: #FFF;
				font-size: 1em;
				margin: 0 0 0.75em 0;
				padding:8px 0 0 0;
				border-top:2px solid #886d42;
			}
			div#sidebar p {
				color: #b8b8b8;
				line-height: 1.5em;
				margin: 0;
			}
		div#footer {
			height: 40px;
			background:url(../../_img/footer_bg.gif) left top no-repeat;
			position:absolute;
			bottom: 0;
			width: 860px;
			text-align: right;
			padding:20px 80px 0 0;
			font-size: 0.8em;
			color: #9a9799;
		}


div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
					




