@charset "utf-8";
/* CSS Document */

/************************************************************************

	Site:		Actinet.co.uk



	Author:		Future Media Solutions



	Listing Order:

	==============
	
	1. UNIVERSAL STYLES
	  1A - TOP BAR
	  1B - CONTAINERS
	2. STRUCTURE
	
************************************************************************/





/***********************************************************************

	1 - UNIVERSAL STYLES

************************************************************************/

body { 

	background:#161f08;
	background-image:url('bg.gif');
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #666666;
	margin:0 auto;
	margin-bottom:0;
	padding:0;

	}
	
img{
		text-decoration:none;
		margin:0;
		padding:0;
}

p, table, td, th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #E0E0E0;
	margin-top: 0px;
}


/***  SPACING / LAYOUT ***/
sp1{
	float:left;
	width:1px;
}
	
/***********************************************************************

	1 - STRUCTURE 
	
************************************************************************/
	/******************
	
	1A - TOP BAR
	
	*******************/
	
	
#topbar{
	
	width:100%;
	height:105px;
	background-image:url('top-bg.png');
	background-position:top;
	background-repeat:repeat-x;
	}
	
	#topcontainer{
	width:760px;
	/*height:200px; /*remove*/
	margin:0 auto;
	padding:0;
	}
	
	#logoplacer{
	width:260px;
	height:105px;
	float:left;
	}
	
	#menuplacer{
	width:500px;
	height:35px;
	float:left;
	/*background-color:#993300;*/
	}
	
	#strapline{
	width:500px;
	height:70px;
	float:left;
	}
	
	.logo{
	margin-left:23px;
	border:none;
	}
	
	.straplinetext{
	float:right;
	margin-right:25px;
	margin-top:15px;
	}
	
		/******************
	
	1B - CONTAINERS
	
	*******************/
	
#container{
	width:760px;
	/*height:200px; /*remove*/
	margin:0 auto;
	padding:0;
	background-color:#5C5C3C;
	clear:both;
	}
	
#innercontainer{
	width:726px;
	/*height:200px; /*remove*/
	margin:0 auto;
	padding:0;
	background-color:#5C5C3C;
	clear:both;
	}
	
#mainimage{
	height:208px;
	width:725px;
	}

#holder{
	width:726px;
	clear:both;
}

#leftcolumn{
	width:458px;
	float:left;
	/*background-color:#0000FF;*/
	/*height:500px; /*remoce*/
}

#leftcolumnfull{
	width:726px;
	float:left; 
	min-height:700px;
	height:700px;
	/*background-color:#0000FF;*/
	/*height:500px; /*remoce*/
}

#checkoutholder{
	width:721px;
	float:left;
	min-height:800px;
	/*height:700px; /*remoce*/
	min-height:700px;
	}


#rightcolumn{
	width:248px;
	float:right;
	/*background-color:#FFFFFF;*/
	/*height:600px; /*remove*/
}

.formbg{
	width:248px;
	float:right;
	height:579px; /*remove*/
	min-height:579px;
	background-image:url('formbg.gif');
	background-position:top right;
	margin-bottom:15px;
	background-repeat:no-repeat;
}


#footer{
	height:144px;
	width:100%;
	background-image:url('footerbg.png');
	background-position:top;
	clear:both;
	background-repeat:repeat-x;
	}
	
	#footcontainer{
	width:760px;
	height:144px; 
	margin:0 auto;
	padding:0;
	}
	
		/******************
	
	1c - MAIN NAVIGATION
	
	*******************/

ul.menu {

	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.1em;
	color:#CECECA;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

ul.menu li{
	text-decoration:none;
	color:#CECECA;
		}

ul.menu li a{

	color:#CECECA;
	text-decoration:none;
	border:none;
	}

ul.menu li a:hover{

	border:none;
	color:#FFFF99;
	}

.menuitem{
	margin-left:5px;
	margin-right:9px;
	text-decoration:line-through;
	list-style:none;
}

.footerbox{
width:100px;
margin:10px;
background-color:#FF0000;
}

.product_list	{
	/*background-color:#000099;*/
	margin-top:15px;
	margin-bottom:15px;
	width:458px;
	}	
	
.top_product_list	{
	/*background-color:#000099;*/
	margin-top:15px;
	margin-bottom:15px;
	width:440px;
	}	