/* Basic Element Formatting ------------------------------------------------------------- */

@import url("global.css");


html {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	background-color: #009933;
	background-image: url(/images/site-bg.gif);
	background-repeat: repeat-x;
	color: #515151;
}

#top-bar {
	background-image: url(/images/top-bar.gif);
	background-repeat: no-repeat;
	height: 42px;
	}
	#top-bar #top-bar-customer {
		margin-left: 80px;
		margin-top: 14px;
		float: left;
		line-height: 24px;
		width: 140px;
		}
		#top-bar #top-bar-customer a {
			font-size: 12px;
			color: #fff;
			margin-right: 7px;
			}
		#top-bar #top-bar-customer a:hover {
			text-decoration: underline;
			}
	#top-bar #mini-cart {
		font-size: 11px;
		float: left;
		margin-left: 60px;
		line-height: 30px;
		margin-top: 11px;
		color: #fff;
		}
		#top-bar #mini-cart a {
			color: #c3dae2;
			text-transform: uppercase;
			font-weight: bold;
			}
		#top-bar #mini-cart a:hover {
			text-decoration: underline;
			}
	#top-bar #top-tel {
		color: #fff;
		float: right;
		margin-top: 7px;
		margin-right: 330px;
		font-size: 22px;
		height: 22px;
		}
		#top-bar #top-tel span {
			color: #fff;
			display: block;
			float: left;
			height: 22px;
			line-height:22px;
			padding-right: 10px;
			font-size: 12px;
			}
			
	
	#top-menu ul {
		float: left;
		width: 620px;
		margin-left: 85px;
		height: 32px;
		font-size: 14px;
		}
		#top-menu ul li {
			float: left;
			margin-right: 5px;
			}
			#top-menu ul li a {
				line-height: 32px;
				color: #fff;
				display: block;
				float: left;
				height: 32px;
				padding-left: 10px;
				}
			#top-menu ul li a span {
				line-height: 32px;
				display: block;
				height: 32px;
				padding-right: 10px;
				}
			#top-menu ul li a:hover,
			#top-menu ul li .sel
			 {
				background-image: url(/images/menu-hover-left.gif);
				background-repeat: no-repeat;
				text-decoration: none !important;
				background-position: left bottom;
				}
			#top-menu ul li a:hover span,
			#top-menu ul li .sel span {
				background-image: url(/images/menu-hover-right.gif);
				background-position: right bottom;
				background-repeat: no-repeat;
				}
	#top-menu #search-area {
		float: left;
		padding: 0px;
		height: 32px;
		margin-left: 29px;
		overflow: hidden;
		}
		#top-menu #search-area input {
			border: none;
			background: none;
			float:left;
			height: 30px;
			padding-left: 10px;
			margin: 0px;
			width: 171px;
			color: #666666;
			font-size: 12px;
			background-image: url(/images/search-bg.gif);
			background-position: 0px 0px;
			}
			/* Safari / Firefox Fix */
			html > body	#top-menu #search-area input {
				padding-top: 10px;
				}
		#top-menu #search-area .button {
			background:none;
			padding: 0px;
			padding-top: 4px;
			padding-left: 10px;
			width: 35px;
			color: #fff;
			font-weight: bold;
			}
			html > body	#top-menu #search-area .button {
				padding-top: 2px;
				padding-left: 7px;
				}
#main-content-top {
	height: 11px;
	background-image: url(/images/main-content-top.gif);
	}
	
#main-content {
	background-image: url(/images/main-content-middle.gif);
	}
	#main-content .breadcrumb {
		font-size: 12px;
		padding-top: 10px;
		margin-bottom: 10px;
		color: #009900;
		}
		#main-content .breadcrumb a {
		color: #009900;
			}
		#main-content .breadcrumb a:hover{
			color: #009933;
			}
		
	#main-content #main-content-inner {
		width: 610px;
		margin-left: 92px;
		}
		#main-content #main-content-inner p {
			margin-bottom: 15px;
			line-height: 18px;
			}
		#main-content #main-content-inner  ul li{
			float: left;
			padding-left:5px;
			padding-right:5px;
	}

			
#section-block {
	background-color: #f1f1f1;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	}
#section-block ul li{
			float: left;
			padding-left:5px;
			padding-right:5px;
	}
.section-content ul li{
			float: left;
			padding-left:5px;
			padding-right:5px;
	}
		
	
	#section-block #search-top {
		margin-left: 10px;
		float: left;
		width: 410px;
		font-size: 11px;
		}
	#section-block select {
		width: 135px; /* AG */
		}
	
				

	
	
#main-content-footer {
	height: 71px;
	background-image: url(/images/main-content-footer.gif);
	color: #fff;
	margin-bottom: 20px;
	font-size: 12px; /* alex */
	}
	#main-content-footer p {
		padding-top: 40px;
		margin-left: 36px;
		margin-right: 36px;
		text-align: center;
		}
		#main-content-footer p a {
			color: #fff;
			}
		#main-content-footer p .sel {
			color: #CCCCCC;
			text-decoration: underline;
			}
		
	
#main-footer {
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(/images/footer-top.gif);
	background-repeat: no-repeat;
	margin-left: 36px;
	margin-right: 36px;
	padding: 20px;
	padding-left: 30px;
	padding-right: 55px;
	color: #125579;
	}
	#main-footer #FooterLinksDiv {
		float: left;
		}
		#main-footer #FooterLinksDiv a {
			font-size: 11px;
			color: #125579;
			}
	#main-footer #copyright {
		float: right;
		text-align: right;
		font-size: 11px;
		line-height: 20px;
		}
		#main-footer #copyright a {
			font-size: 11px;
			color: #125579;
			}


/* Right Column ------------------------------------------------------------- */

#right-column {
	float: right;
	margin-right: 87px;         
	width: 181px;
}
	#right-column #right-menu-top {
		height: 13px;
		background-image: url(/images/right-menu-top.gif);
		}
	#right-column #right-menu-bottom {
		height: 13px;
		background-image: url(/images/right-menu-bottom.gif);
		}
	#right-column #rightmenu {
		background-color: #fff;
		padding-left: 17px;
		padding-top: 10px;
		padding-bottom: 10px;
		}
		#right-column #rightmenu #rightmenu-top {
			margin-top: 10px;
			}
			#right-column #rightmenu #rightmenu-top li {
			color: #0C7436;
				}
			#right-column #rightmenu #rightmenu-top li a {
				color: #0C7436;
				font-size: 14px;
				}
		#right-column #rightmenu #rightmenu-top .rightmenu-sub {
			padding-left: 15px;
			margin-bottom: 10px;
			}
			#right-column #rightmenu #rightmenu-top .rightmenu-sub li {
				color: #009933;
				}
				#right-column #rightmenu #rightmenu-top .rightmenu-sub li a {
					font-size: 12px;
					color: #009933;
					}
				#right-column #rightmenu #rightmenu-top .rightmenu-sub li a:hover,
				#right-column #rightmenu #rightmenu-top .rightmenu-sub li .sel {
					text-decoration: underline;
					color: #009900;
					}
	#right-column .right-menu-box {
		margin-top: 10px;
		}
		#right-column .right-menu-box .right-menu-box-top {
			background-image: url(/images/right-box-top.gif);
			text-align: center;
			color: #c11970;
			font-size: 18px;
			line-height: 57px;
			background-repeat:no-repeat;
			background-color:#FFFFFF;
			}
		#right-column .right-menu-box .right-menu-box-content {
			border-left: 0px solid #d8d8d8;
			border-right: 0px solid #d8d8d8;
			text-align: center;
			background-image: url(/images/right-box-bottom2.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			}
		#right-column .right-menu-box .right-menu-box-content .ProductListMain {

			}
			#right-column .right-menu-box .right-menu-box-content .ProductListMain div {
				padding: 5px;
				padding-left: 10px;
				padding-right: 10px;
				}			
			#right-column .right-menu-box .right-menu-box-content .ProductListMain div a {
				color: #404040;
				word-wrap: break-word;
				}	
			#right-column .right-menu-box .right-menu-box-content .ProductListMain div img {
				border: 1px solid #d8d8d8;
				}		
				
				
	
			
		#right-column .right-menu-box .right-menu-box-bottom {
			background-image: url(/images/right-box-bottom1.gif);
			height: 15px;
			}



/* Random Stuff ------------------------------------------------------------- */

.clearfix {
	width: 1px;
	height: 11px;
	margin:0px;
	padding:0px;
	clear: left;
}
.clearboth {
	width: 1px;
	height: 1px;
	margin:0px;
	padding:0px;
	clear: both;
}

.banner {
	width: 586px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 22px;
	color: #fff;
}
	.pink {
		background-image: url(/images/pink-banner.gif);
		}
	.blue {
		background-image: url(/images/blue-banner.gif);
		}
.formproductlistname{
	width: 100%;
	text-align: center;
}
.ProductListMain1{
	float: left;
	width: 50%;
	padding-top:25px;
	text-align: center;
}
.formproductlistbutton{
	padding-top: 50px;
}
.formproductlist{
	float: left;
}
.formproductlistprice{
	display: inline;
}
.formproductlistimg{
	float: left;
}

.specialscontainer{
	height: 100%;
}
.delivery{
background-image:url('/images/interlinklogo.gif');
background-repeat:no-repeat;
background-position:top right;
width:100px;
height:100px;
float:right
}
.interlink{
width:400px;
height:120px;
}		
.top-banner-left {
width:73px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: 0px; 
MARGIN-LEFT: 0px; 
BORDER-LEFT-WIDTH: 0px; 
MARGIN-RIGHT: 0px; 
LEFT: 0px
}

.top-banner-middle {
width:168px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: 0px; 
MARGIN-LEFT: -5px; 
BORDER-LEFT-WIDTH: -5px; 
MARGIN-RIGHT: -10px; 
LEFT: 0px
}

.top-banner-right {
width:760px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: -10px; 
MARGIN-LEFT: 0px; 
BORDER-LEFT-WIDTH: -10px; 
MARGIN-RIGHT: 0px; 
LEFT: 0px
}

.banner-left {
width:73px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: 0px; 
MARGIN-LEFT: 0px; 
BORDER-LEFT-WIDTH: 0px; 
MARGIN-RIGHT: 0px; 
LEFT: 0px
}

.banner-middle {
width:168px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: 0px; 
MARGIN-LEFT: -5px; 
BORDER-LEFT-WIDTH: -5px; 
MARGIN-RIGHT: -10px; 
LEFT: 0px
}

.banner-right {
width:760px;
height:171px;
margin:0px;
padding:0px;
border:0px;
offset:0px;
display:inline;
BORDER-RIGHT-WIDTH: -10px; 
MARGIN-LEFT: 0px; 
BORDER-LEFT-WIDTH: -10px; 
MARGIN-RIGHT: 0px; 
LEFT: 0px
}

.tr1{
margin:0;
padding:0;
border:none;
}
.table1{
margin:0;
padding:0;
border:none;
}

body {

margin:0;
padding:0;
border:none;
}.top-banner #table1 #tr1 #top-banner-left {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-banner #table1 #tr1 #top-banner-middle #banner-middle {
	margin: -2px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-banner #table1 #tr1 #top-banner-right #banner-right {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-banner #table1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-banner #table1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-banner {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top-menu {
	background-image: url(/images/menu-bg.gif);
	background-repeat: no-repeat;
	height: 32px;	
	}

