/* CSS Document by Arve */


body {
	background:url(../gfx/bgBody.jpg) #FEF2F4 repeat-x;}
	

/* BG TOP  
------------------------------------------------------------------*/
#bgTop {
	width:924px; 
	margin:0 auto;
	background-image:url(../gfx/bgTop.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:7px;}


/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container { 
	width:922px; 
	margin:0 auto;
	padding:0;
	border-left:1px solid #E0DEDF;
	border-right:1px solid #E0DEDF;
	background-image:url(../gfx/bgContainer.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#FFFFFF;}


/* HEADER 
------------------------------------------------------------------*/
#header2 {
	height:120px;
	padding:15px;
	position:relative;}
	
#header2 .right { /* shopping basket */
	position:absolute;
	right:0px;
	top:80px;
	font-size:11px;
	padding:5px 0 0 15px;
	background:url(../gfx/bgMenu.jpg) no-repeat;
	width:191px;
	height:25px;}
	
#header2 .right a:link,
#header2 .right a:visited {
	color:#313131;
	text-decoration:underline;}
	
	
#header2 .line { /* menu & search */
	height: 29px;
	border:1px solid #E0DEDF;
	background-color:#F7F7F7;
	position:relative;}
	
#header2 .search {
	position:absolute;
	right:10px;
	top:3px;}
	

	
/* LEFT
------------------------------------------------------------------ */
#left {
	float:left;
	width:189px;
	padding:0;
	margin:0 12px 0 12px;}


/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	width:470px;
	float:left;
	padding:0px 0px 5px 0px;}
	
	
/* RIGHT
------------------------------------------------------------------ */
#right {
	width:180px;
	padding:0 10px 0 15px;
	float:left;
	line-height:150%;}
	

/* FOOTER (outside the #container)
------------------------------------------------------------------ */
#footer {
	width:924px;
	background:url(../gfx/bgFooter.jpg) top center no-repeat;
	margin:0 auto;
	color:#999999;
	font-size:80%;
	height:25px;
	xpadding:10px;
	text-align:center;}
	
#footer .text {
	padding-top:5px;}
	
#footer a:link,
#footer a:visited {
	color:#999999;
	text-decoration:none;}
	

/* BOX
------------------------------------------------------------------*/	
.box {	
	background:url(../gfx/boxContent.gif) repeat-y;
	width:188px;}

.box .header2 {
	background:url(../gfx/boxHeader.jpg) no-repeat;
	height:24px;}
	
.box .header2 h4 {
	padding:6px 4px 2px 10px;
	margin:0;
	color:#000000;}
	
.box .content {
	padding:5px 0 5px 10px;}

.box .footer {
	background:url(../gfx/boxFooter.gif) no-repeat bottom;
	height:11px;}
	
	
/* MISC. FRONTPAGE
------------------------------------------------------------------*/	
#frontpage .heading {
	background-image:url(../gfx/headingMenuAlt2.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:230px;}
	
#frontpage .heading h3{
	padding:3px 0 3px 10px;
	color:#000000;
	margin:0;
	font-size:100%;}
	
#frontpage .boxContent { /* used in bottom of frontpage */
	padding:5px 10px 5px 10px;
	border:1px solid #CDCDCD;
	margin-top:3px;
	line-height:150%;}

#frontpage .column1 { /* also used with the news */
	float:left;
	width:225px;
	margin-right:10px;}
	
#frontpage .column2 {/* also used with the news */
	float:left;
	width:225px}


/* NEWS
------------------------------------------------------------------*/	

.header2 {
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding:2px 8px;
	margin:0 0 10px 0;}

#news {}

#news .thumbnail {
	float:left;
	text-align:center;
	border:1px solid #CDCDCD; 
	overflow:hidden;}
	
#news .content { /* heading & ingress */
	float:left;
	width:430px;
	margin:3px 0 20px 0;}
	
#news h2 { /* heading */
	margin:0;
	padding:3px 0 3px 0;
	font-size:100%;}
	
#news h2 a:link,
#news h2 a:visited { 
	color:#000000;
	text-decoration:none;}
	
#news .date { /* heading */
	color:#999999;
	font-size:90%}
	
#news .readMore a:link,
#news .readMore a:visited { 
	color:#94C83E;}
	
.newsArchive {
	float:right;}
.newsArchive a:link,
.newsArchive a:visited{
	white-space:nowrap;
	color:#94C83E;}

#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
	