a:link {text-decoration: none; color: #0060F0;}
a:visited {text-decoration: none;color: #3586FF;}
a:active {text-decoration: none; color: #0060F0;}
a:hover {text-decoration: underline; color: #0060F0;}

a.newsheadline:link {text-decoration: none; color:red}
a.newsheadline:visited {text-decoration: none;color:red;}
a.newsheadline:active {text-decoration: none; color:red;}
a.newsheadline:hover {text-decoration: underline; color:red;}

body{
	margin-top:0px;
	margin-left:0px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}

td, div, span, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#navbar{

	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:171px;
	height:29px;
	padding-left:5px;
}

#navlinks{
	position:absolute;
	left:0px;
	padding-left:5px;
	top:5px;
	width:537px;
	font-weight:bold;
	height:23px;
}

#sidebar{
	padding-left:4px;
	width:137px;
}

.navheader{
	font-size:12px;
	font-weight:bold;
}

.navsub{
	font-size:10px;
	font-weight:bold;
}

#navicons{
	position:absolute;
	left:139px;
	top:40px;
	width:350px;
}

#toplinks{
	position:absolute;
	left:495px;
	width:280px;
	top:45px;
}

#news{
	position:absolute;
	left:490px;
	width:280px;
	top:65px;
}

.newsheadline{
	font-size:18px;
	color:red;
	font-weight:bold;
	vertical-align:top;
}

.headline_sm{
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
}

#footer{
	font-size:10px;
	bottom:0px;
	position:relative;
	width:100%;
	text-align:center;

}
#container{
	position:relative;
	height:100%;
	min-height:100%;
	width:770px;
	background-image:url(../images/sunburst.png);
	background-repeat:no-repeat;
}

#news_trail{
	position:absolute;
	top:700px;
	left:137px;
	width:630px;
}

#main_content{
	position:absolute;
	width:610px;
	left:155px;
	top:85px;
}

#crumb_trail{
	position:absolute;
	top:30px;
	left:190px;
	width:540px;
}

.shop_product{
	background-color:#ADD2FF;
}

h1.shop_product{
	font-size:14px;
	font-weight:bold;
	line-height:90%;
}

.small{
	font-size:8px;
}


.price_ex{
	font-weight:bold;
	font-size:14px;
}

.price_inc{
	font-weight:bold;
	color:red;
	font-size:14px;
}

.buynow{
	background-color:#097DFF;
	font-weight:bold;
	color:#ffffff;
	border-top:1px solid #399BFF;
	border-left:1px solid #399BFF;
	border-bottom:1px solid #0058B2;
	border-right:1px solid#0058B2;
	position:relative;
	right:-2px;
	bottom:-3px;
}