/*for default.php*/
* {
	margin: 10;
	padding: 10;
	vertical-align: text-top;
	padding-bottom: 0px;
	border: 0;
}
body {
background-color: #000000;
background-image: url(home350x390.jpg);
background-repeat: no-repeat;
font-family:Arial, Helvetica, Verdana, sans-serif;
color:#ffffff;
}

/*Featured product box*/
#productContainer {
	position:absolute;
	height:auto;
	width: 543px;
	background-image: url(../images/featured-products.gif);
	background-repeat: no-repeat;
	background-position: right top;
	left: 217px;
	top: 715px;
}
/*Featured product image style*/
.productImage {
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	margin-bottom:3px;
}
#fp1 { /*last from left*/
	position:relative;
	float:right;
	top:27px;
	width:97px;
	height:auto;
}
#fp2 {
	position:relative;
	float:right;
	top:27px;
	width:97px;
	height:auto;
	margin-left:11px;
}
#fp3 {
	position:relative;
	float:right;
	top:27px;
	width:97px;
	height:auto;
	margin-left:11px;
}
#fp4 {
	position:relative;
	float:right;
	top:27px;
	width:97px;
	height:auto;
	margin-left:11px;
}
#fp5 {
	position:relative;
	float:right;
	top:27px;
	width:97px;
	height:auto;
	margin-left:11px;
}
/*featured product text*/
.featuredProducts {
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
}
.featuredProducts a {
	color: #ccc;
	text-decoration:none;
}
.featuredProducts a:hover {
	color: #b90000;
	text-decoration:none;
}
/*flag footer box*/
#flagFooter {
	position:absolute;
	top:872px;
	left:219px;
	width:530px;
	height:auto;
}
/*Flag text in footer*/
.flagtext {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	text-transform: lowercase;
}
.flagtext  a {
	color:#fff;
	text-decoration:none;
}
.flagtext  a:hover {
	color:#b90000;
}
/*Featured story image*/
#featuredStoryImage {
	position: relative;
	top:69px;
	left:223px;
	width:534px;
	height:354px;
	visibility:inherit;
	background-color: #000000;
}
/*Words featured story ...*/
.featuredText {
	color:#B90000;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
	text-transform:lowercase;
}
/*featured story text style*/
.featuredStory {
color:#ffffff;
text-transform:uppercase;
font-weight:bold;
}
/*featured story text style with uppercase*/
.featuredStoryULcase {
color:#ffffff;
text-transform:none;
font-weight:bold;
}

/*story style uppercase*/
.headlineBold {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:18pt;
	text-transform:uppercase;
}
/*story style lowercase*/
.headline {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height:18pt;
	text-transform:lowercase;
}

p {
margin-bottom:5px;
}
a {
text-decoration:none;
color:#ffffff;
}
a:hover {
text-decoration: none;
color: #ff0000;
}

header{
margin:0;
}

linetable{
width:100%;
border:1px;
border-color:#b90000;
background-color:#b90000;
}






.introtext {
color:#B90000;
background-color: #000000;
display: inline;
font-size:13px;
font-weight:normal;
line-height:normal;
}
.more {
font-size:10px;
}

/*List of Stories Box*/
#bodyBox {
	position:absolute;
	top:435px;
	left:222px;
	width:536px;
	height:273px;
}

/*Box to hold side navigation*/
#sidenavBox {
	background-image:url(../java_assets/1store.jpg);
	background-repeat:no-repeat;
	width: 120px;
	height: auto;
	position:absolute;
	top: 59px;
	left: 0px;
	text-align:center;
	z-index:500;
}
/*larger spaceing between sections in the sidenav*/
.sidenavSpace {
	margin-top:16px;
	margin-bottom:5px;
}
/*sidenav style*/
.sidenav {
	color:#fff;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:5px;
	text-transform: uppercase;
	line-height:normal;
}
/*box for top navigation*/
#topnavBox {
	width: 100%;
	height: auto;
	position:absolute;
	margin: 0px;
	padding:0px;
	left: 0px;
	top:0px;
}
/*Top nav logo*/
#topnavLogo {
	width: 220px;
	height:auto;
	top:0px;
	left:0px;
	text-align:left;
	position:absolute;
	z-index:105;
}
/*top nav boxes*/
#topnavStore {
	position:absolute;
	width: 100px;
	height:auto;
	top:35px;
	left:220px;
	text-align:left;
	z-index:105;
}
#topnavNews {
	position:absolute;
	width: 100px;
	height:auto;
	top:35px;
	left:325px;
	text-align:center;
	z-index:105;
}
#topnavDealers {
	position:absolute;
	width: 100px;
	height:auto;
	top:35px;
	left:430px;
	text-align:center;
	z-index:105;
}
#topnavHarken {
	position:absolute;
	width: 135px;
	height:auto;
	top:35px;
	left:540px;
	text-align:center;
	z-index:105;
}
#topnavLinks {
	position:absolute;
	width: 70px;
	height:auto;
	top:35px;
	left:680px;
	text-align:right;
	z-index:105;
}
/*long red line and left fade*/
#redline {
	background-color:#b90000;
	position:absolute;
	top:57px;
	height:0.1cm;
	width:100%;
	z-index:0;
	background-repeat: no-repeat;
	background-position: left;
	left: 0px;
}
/*Right red fade*/
#redlineRight {
	background-color:#b90000;
	position:absolute;
	top:55px;
	right:0px;
	height:4px;
	width:120px;
	z-index:505;
	background-image: url(../images/redfade2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*Top navigation style*/
.topnav {
	color:#fff;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
}
.topnavLeft{
	color:#fff;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 0px;
}
.topnavRight{
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 0px;
	padding-left: 20px;
}

#topNavNew {
	position:absolute;
	width: 530px;
	height:29px;
	top:20px;
	left:225px;
	z-index:505;
	padding:0;
	margin:0;
}

#tableinner {
	padding:10;
	margin:10;
	border:hidden;
}

