html, body {
	margin:0; 
	padding:0;
	width:100%; 
	height:100%; 
	overflow:hidden;
}
body {
	
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}
#scroller {
	position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
} 
#content {
	/* padding:5px 300px 20px 200px; */
	
}
#fixed {
	position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;
}
#header {
	background-image:url("furniture/topBlack.jpg");
	width:754px;
	height:112px;
	padding-left:20px;
}
#headerNav {
	float:right;
	text-align:right;
	width:500px;
	margin-right:40px;
	margin-top:16px;
	border:1px solid white;
}
#headerSearchForm {
	
	width:260px;
	height:40px;
	float:right;
}
#header form {
	background-image:url("furniture/bg_searchBox.gif");
	height:40px;
	width:260px;
}
#header form select {
	margin-top:7px;
	margin-right:10px;
	width:230px;
	/* margin-right:58px; */
}
#header form input {
	margin-top:7px;
	margin-right:58px;
}
#mainContent {
	width:754px;
	height:275px;
	/*background-image:url(furniture/mainbg_homePicture.jpg);*/
	background-image:url(furniture/homepics/Squall_model.jpg);
	padding-left:20px;
	padding-top:20px;
	overflow:hidden;
}
#mainContentMenu {
	width:138px;
	height:165px;
	line-height:0;
}
#mainContentMenu2 {
	width:138px;
	height:139px;
	line-height:100%;
	visibility:hidden;
}

#middleRow {
	background-image: url(furniture/bg_silver.jpg);
	width:774px;
	height:174px;
	padding-top:10px;
}
.promo {
	/*
float:left;
	width:242px;*/
	padding-right:12px;
	padding-left:4px;

}
.promo h1 {
	font-family:"Arial Narrow",Helvetica,Arial;
	font-size:15px;
	font-weight:bold;
	color:white;
	margin-top:21px;
	margin-bottom:2px;
}
.promo h1 a:link {
	color:white;
	text-decoration:none;
}
.promo h1 a:visited {
	color:white;
	text-decoration:none;
}
.promo h1 a:hover {
	color:#BC0B0B;
	text-decoration: none;
}
.promo h1 a:active {
	color:#F00;
	text-decoration: none;
}
.promo p {
	font-family:Helvetica,Arial;
	font-size:11px;
	color:#C5C5C5;
	margin-top:0px;
	margin-bottom:0px;
	width:112px;
}
#promo1 {
	margin-left:16px;
}
#promo2 {
	margin-left:4px;
}
#promo3 {
	margin-left:4px;
}
#blogHeader {
	margin:0;
	padding:0;
}
#textContent {
	width:772px;
	background-color:#7D7D7D;
	border:1px solid #7D7D7D;
}
#textContent p {
	color:white;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	/*
margin-left:22px;
	width:460px;
*/
	line-height:140%;
}
a:link {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#D80000;
	font-weight:bold;
	text-decoration:none;
}
.headerShop {
	color:white;
	font-size:11px;
	font-family:Helvetica,Arial,sans-serif;
}
.headerShop a:link {
	font-size:11px;
	color:#D80000;
}
.headerShop a:visited {
	font-size:11px;
	color:#D80000;
}
.headerShop a:hover {
	font-size:11px;
	color:#FFF;
}
