body {
	margin:0px;
	background: url(Images/main_bg.jpg) no-repeat center top;
	font: normal 11px Tahoma, Arial;
	color: #676767;
}
#container{
	width:721px;
	margin-left:auto;
	margin-right:auto;
}
.top{
	display:block;
	height:77px;
	vertical-align: middle;
}
	.top img{
		margin-top:7px;
	}
	.top div{
	margin-top:5px;
	float:right;
	width:120px;
	height:39px;
	background: url(Images/basket_icon.gif) no-repeat left center;
	padding-left:50px;
	padding-top:30px;
	}	
#left{
	width:514px;
	float:left;
}
#right{
	width:206px;
	float:right;
}
.search{
	display:block;
	height:30px;
	background: url(Images/search_bg.jpg) repeat-x left top;
	text-align:right;
	background-color:#00CCFF
	
}
	.search form{
		padding:0px;margin:0px;padding-top:4px;
		padding-right:4px;
		
	}
		
	.search input {
		vertical-align:middle;
	}	
.search_field{
	border:1px solid #3c524f;
	width:127px;
	height:15px;
	background: url(Images/field_bg.gif) no-repeat left top;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding:0px;
	margin:0px;
	padding-top:2px;
	padding-left:3px;
	
	}	
.banner{
	margin-top:2px;
}
.title{
	display:block;
	height:21px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: url(Images/title_bg.jpg) no-repeat left top;
	margin-top:2px;
	padding-top:9px;
	padding-left:10px;	
}	

.top_nav{
	display:block;
	height:176px;
	padding:1px;
	border: 1px solid #80949a;
}
	.nav_buttons{
		border-bottom:1px solid #80949a
	}
	
.industry_nav{
	display:block;
	margin-top:1px;
	list-style: url(Images/bullet.gif) outside;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #80949a;
	border-right: 1px solid #80949a;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #80949a;
}
	.industry_nav a{
		color: #666666;
		text-decoration: none;
		display:block;
		line-height:22px;
		padding-left:30px;
		background: url(Images/bullet.gif) no-repeat 17px center;
	}
	.industry_nav a:hover{
	background: #cff1ff;		
	}
.boxes{
	margin-top:3px;
}
#footer{
	display:block;
	color: #999999;
	text-decoration: none;
	background: url(Images/footer_bg.gif) no-repeat right top;
	height:30px;
	clear:both;
	margin-top:5px;
	padding-top:10px;
	font-size: 10px;
}
	#footer p{
		float:right;
		padding:0px;
		margin:0px;
	}
	#footer a{
	font-weight: bold;
	color: #08A3E5;
	text-decoration: none;		
	}
	#footer a:hover{
	color:#FF6600;
	text-decoration: underline;		
	}
.content{
	padding-top:5px;
	width:510px;
}
	.content div{
	background-color:#f3f3f3;
	padding:5px;
	display:block;
	color:#666666;
	border: 1px solid #c1c1c1;
	font-size: 10px;
	background-image: url(Images/prod_bg.gif);
	background-repeat: repeat-y;
	background-position: 2px top;
	padding-left:15px;
	height:85px;
	clear:both;
	
	}
	.content div a{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;		
	}	

	
	.content input, textarea{
	border:1px solid #CCCCCC;
	background: url(Images/field_bg.gif) no-repeat left top;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma, Arial;
	}
	
body.contact-form	.content div{
	background-color: none;
	padding:0;
	display:block;
	color:#666666;
	border: none;
	font-size: 10px;
	background: none;
	height:auto;
	}
	
/* heading styles */

h1{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding:0px;
	margin:0px;
	
}	
em{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
#pager{
	display:block;
	height:15px;
}
a.pagerlink,a.pagerlink:active,a.pagerlink:visited{
	text-decoration: underline;
	font-weight: bold;
}

.productgrid {
	border-collapse: collapse;
}
.productgrid td {
	margin: 8px;
	text-align: center;
}
.productgrid th {
	padding: 4px;
	background-color: #888888;
	color: #ffffff;
}
#basketform th, .baskettotal {
	background-color: #A7DDF5;
}

#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
    color: #222222;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border: 10px solid #FFFFFF;
    display: none;
}

#popup-box-content p {
	line-height: 20px;
}

#popup-box h1 {
    margin: 0 0 10px 0;
}

#popup-box button {
    padding: 10px;
    border: 1px solid #333;
}