﻿body
{
	background-color: #e6e7e8;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

html
{
}

h1
{
	color: #049dc0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 12px 0px;
}

h2
{  
	color: #414142;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0px 12px 0px;
}

h3
{
	color: #414142;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0px 12px 0px;
}

h4
{
	color: #414142;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

p
{
	margin: 0px 0px 18px 0px;
}

.clear
{
	clear: both;
}

a:link, a:visited
{
	color: #414142;
}
a:active, a:hover
{
	color: #049dc0;
}
img
{
	border: none;
}

.emphasis
{
	color: #234959;
	font-size: 11px;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.title
{
	display: block;
}

.rightimg
{
	float: right;
	margin: 0px 0px 10px 10px;
}

/* Layout */

#container
{
	background-color: #fff;
	width: 900px;
	min-height: 600px;
	position: relative;
	margin: 50px auto 0px auto;
	padding: 0px;
}

	*html #container
	{
		height: 600px;
	}

	#header
	{
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		width: 900px;
		height: 77px;
		position: relative;
	}
	
		.logo
		{
			display: block;
			width: 200px;
			height: 64px;
			position: absolute;
			top: 12px;
			left: 30px;
		}

	#nav
	{
		width: 862px;
		height: 36px;
		position: relative;
		padding: 14px 0px 0px 38px;
		z-index: 1;
	}
	
		/* Main Nav */
		
		.RadMenu a
		{
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			float: left;
			padding: 0px 10px 0px 0px;
		}
		
		.RadMenu .rmItem .rmItem .rmText
		{
			font-size: 10px;
		}
		
		a.active
		{
			color: #049dc0;
		}
		
		.inactive
		{
		}
		
		/* Sub Nav */
		
		.listSubCategories
		{
			text-transform: uppercase;
			margin: 0px 0px 45px 0px;
			padding: 0px;
		}
			.listSubCategories a
			{
				text-decoration: none;
				display: block;
				float: left;
				padding: 0px 10px 0px 0px;
			}
			
			.listSubCategories .active a
			{
				color: #049dc0;
			}

	#maincontent
	{
		position: relative;
		padding: 0px 38px 0px 38px;
		z-index: 2;
	}
	
#footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 16px;
	position: absolute;
	bottom: 0px;
}

#wired
{
	text-decoration: none;
	width: 900px;
	display: block;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 30px;
}

/* */

#joinlist
{
	color: #049dc0;
	text-align: right;
	line-height: 12px;
	display: block;
	width: 235px;
	position: absolute;
	top: 50px;
	left: 520px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
	
	.joinimg
	{
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
	}
	
	.removeme
	{
		position: relative;
		top: -3px;
		font-size: 10px;
	}
	.removeme a:link, .removeme a:visited
	{
		color: #414142;
	}

	#joinListResult
	{
		font-size: 11px;
		color: #414142;
		position: absolute;
		top: 20px;
		left: 70px;
	}
	
.topLogin
{
	color: #414142;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	line-height: 14px;
	width: 355px;
	position: absolute;
	top: 2px;
	left: 400px;
	z-index: 100;
}

.topLogin a:link, .topLogin a:visited
{
	color: #414142;
}

.loggedinuser
{
	color: #414142;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	line-height: 14px;
	width: 355px;
	position: absolute;
	top: 2px;
	left: 400px;
	z-index: 100;
}
.logout
{
	color: #414142;
	font-size: 10px;
	margin-left: 25px;
}
.notUser
{
	color: #414142;
	font-size: 10px;
	margin-left: 0px;
}

.search
{
	width: 355px;
	position: absolute;
	top: 45px;
	left: 0px;
}

.cart
{
	color: #414142;
	font-size: 10px;
	text-align: right;
	width: 250px;
	height: 35px;
	position: absolute;
	top: 20px;
	left: 505px;
	z-index: 10;
}
	.cart a:link, .cart a:visited, .cart a:active
	{
		color: #414142;
	}

.cartInfo
{
	text-align: right;
	z-index: 50;
}
	#cartInfo img
	{
		position: relative;
		top: 5px;
	}
	
/* Homepage */

#homeimgs
{
	padding: 75px 6px 0px 6px;
}

	#homeimgs img
	{
	}

/* Login Page */

#logintable
{
	background-color: #9dc7dc;
	width: 260px;
	height: 145px;
	border: solid 1px #049dc0;
	margin: 0px 10px 10px 0px;
	float: left;
}

#registertable
{
	background-color: #9dc7dc;
	width: 260px;
	height: 145px;
	border: solid 1px #049dc0;
	margin: 0px 10px 10px 0px;
	float: left;
}

#logintable td, #logintable th, #registertable td, #registertable th
{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

#logintable h3, #registertable h3, #loginintro h3
{
	margin: 0px;
}

#loginintro
{
	width: 500px;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}

#loginintro p
{
	margin: 10px 0px 0px 0px;
}

/* Create Account Page */

#createAct_entry table
{
	width: 500px;
	margin: 0px 0px 0px 30px;
}

#createAct_entry th
{
	text-align: right;
}

/* Product listing */

.categoryimg
{
	margin: 0px;
}

.categoryintro
{
	margin: 0px;
}

.hpItem
{
	background-color: #fff;
	text-align: center;
	border: solid 1px #049dc0;
	width: 135px;
	height: 175px;
	position: relative;
	float: left;
	margin: 4px 11px 0 11px;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

.hpItem h2
{
	font-size: 12px;
}

.hpItem a:link, .hpItem a:active, .hpItem a:hover, .hpItem a:visited
{
	text-decoration: none;
}

	.hpItem .ourPrice
	{
		color: #414142;
		font-size: 14px;
	}

*html #productContainer
{
	width: 500px;
	padding: 50px 0px 0px 0px;
}

.productItem
{
	text-decoration: none;
	display: block;
	width: 240px;
	height: 155px;
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px 10px 10px 10px;
	z-index: 50;
	cursor: pointer;
}

	.productItem h2
	{
		color: #727476;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		height: 18px;
		width: 260px;
		position: absolute;
		left: 0px;
		top: 135px;
		margin: 0px;
		overflow: hidden;
	}

	.productItem a:link, .productItem a:visited, .productItem a:hover, .productItem a:active
	{
		text-decoration: none;
	}

	.productimg
	{
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	
.description
{
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 245px;
	
}
.ourPrice
{
	visibility: hidden;
	color: #414142;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 195px;
}
.lowestPrice
{
	color: #7A97A4;
	font-size: 18px;
	font-weight: bold;
}

.readmore
{
	position: absolute;
	top: 235px;
	left: 165px;
	z-index: 100;
}

.moredetails
{
	position: relative;
	top: -25px;
	float: right;
}
	.moredetails a:link, .moredetails a:visited
	{
		color: #414142;
		font-weight: bold;
		font-size: 12px;
	}
	
	.moredetails img
	{
		position: relative;
		top: 3px;
	}

#productDesc
{
	color: #466870;
}

#productDesc h1
{
	color: #414142;
	font-size: 14px;
	font-weight: normal;
}

#productDesc ul, #productDesc li
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#productDetail
{
	width: 400px;
	float: right;
	padding:0px;
}

#productDetail_buttons
{
	margin: 25px 0px 0px 0px;
}

.detailimages
{
	background-image: url(images/product_detail_bg.gif);
	background-repeat: no-repeat;
	width: 245px;
	float: left;
	position: relative;
	top: -20px;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 10px 10px;
}

.largeimg
{
	background-color: #fff;
	border: solid 1px #049dc0;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px;
	z-index: 100;
}

	.closeimg
	{
		position: relative;
		float: left;
	}

/* validation summaries */
	
.valSum
{
	float: left;
	width: 250px;
	border: solid 1px #049dc0;
	padding: 10px;
	background-color: #fff;
}
	
.valSum ul
{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.valSum li
{
	margin-left:0;
	padding-left: 0;
}

#payDiv
{
	float:left;
	width: 500px;
}

.dialogBox
{
	background-color: #fff;
	border: solid 1px #000;
	width: 350px;
	position: absolute;
	top: 50px;
	left: 75px;
	z-index: 10;
	padding: 6px;
}
.cartTotal
{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 18px 0px 18px 0px;
}

.nextDiscount
{
	color: #ff0000;
	font-weight: bold;
}

#divCartRows
{
}

#cartContainer
{
	float: left;
	z-index: 5;
}

.cartRowSep
{
	border-top: dashed 1px #000;
	padding-top: 15px;
}

#cartRelated
{
	width: 525px;
	padding: 0px;
}

#divCartRelated
{
}

#cartRelated img
{
	margin: 0px 5px 5px 0px;
}

.relatedCartItem
{
	position: relative;
	width: 115px;
	height: 125px;
	float: left;
	border: solid 1px #7A97A4;
	padding: 3px;
	margin: 3px 3px 3px 0px;
}

.relatedCartItem a:link
{
	display: block;
	width: 115px;
	height: 20px;
	overflow: hidden;
}

.relatedCartItem .lowestPrice
{
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 5px;
}

.relatedCartItem .addRelated
{
	position: absolute;
	top: 105px;
	left: -10px;
}

.relatedCartItem .relatedCartName
{
	display: block;
	width: 100px;
	height: 15px;
}

.pageListContainer h1,h2
{
	margin-bottom: 2px;
}
.readPage
{
	text-align: right;
	margin-right: 100px;
}
.readPage a:link,.readPage a:active,.readPage a:visited
{
	text-decoration: none;
	font-size: 10px;
	color: #a9a9a9;	
}

.checkoutstep
{
	width: 85px;
	height: 60px;
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}

#signupbox
{
	position: absolute;
	top: 86px;
	left: 10px;
	vertical-align: bottom;
}
.articleCatContainer
{
	float:left;
}
.articleCatContainer ul
{
	margin-left: 2px;
	padding-left: 0px;
}
.articleCatContainer li
{
	list-style-type:none;
	margin-left: 2px;
	padding-left: 0px;
	margin-top: 5px;
}
.lastUpdate
{
	font-weight:bold;
	font-size: 10px;
	font-family: Verdana;
	display: inline;
}
.pagelet
{
	visibility: hidden;
	width: 0px;
	height: 1px;
	overflow:hidden;
	position:absolute;
	
}
.showPagelet
{
	width: 250px;
	position: absolute;
	border: solid 1px #000;
	background-color: #fff;	
}
.showPagelet h1
{
	font-size: 12px;
	color:#000;
}
a.NoUnderline:link,a.NoUnderline:active,a.NoUnderline:visited
{
	text-decoration:none;
	color: #000;
}

.formtable
{
	margin: 0px 0px 0px 40px;
}

.formtable th
{
	text-align: right;
}

#wiredcart
{
	border-top: solid 2px #049dc0;
	width: 720px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}


/* Packages */

#packagesContainer
{
	float: right;
	width: 400px;
	margin: 0px 10px 0px 10px;
}
.packageItem
{
	background-color: #fff;
	width: auto;
	min-height: 100px;
	border: solid 1px #7A97A4;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
	
	*html .packageItem
	{
		height: 100px;
	}

.packageItem h3
{
	display:inline;
	font-size: 13px;
}

.packageImage
{
	float:left;
	margin: 0px 10px 5px 0px;
}

.outOfStock
{
	color: #ff0000;
	
}

	/* Request Quote */
	
.tooltipdiv
{
	position: absolute;
	top: -200px;
	left: -500px;
}
	
.requestQuote
{
}


/* Product Details */	

.selectdropdown
{
	float: left;
	margin: 10px 0px 3px 0px;
}
	
.addcartbutton
{
	height: 30px;
	position: relative;
	top: 2px;
	float: left;
	margin: 0px 0px 25px 10px;
}

.addbutton
{
	position: relative;
	top: 4px;
}

#addCartControls
{
}

.enlarge
{
}

#cartTable
{
	width: 100%;
}
#cartTable td
{
	text-align: center;	
}

.productImage
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px teal;
}

.productdescription
{
	width: 400px;
	float: right;
}

/* Navigation SubCategories */

.listSubCategories
{
    list-style-type: none;
}

.listSubCategories li
{
    display: inline;
    float: left;
}

.listSubCategories li .active
{
    background-color: Blue;
}

.listSubCategories li .inactive
{
    background-color: Transparent;
}

/* RAD MENU IN MASTER PAGE */
#qsfexWrapper
{
    background: transparent url('Images/background.gif') repeat-x 0 34px;
    
    height: 280px;
    width: 750px;
    
    position: relative;
}

#qsfexLogo
{
    background: transparent url('Images/logo.gif') no-repeat top left;
    
    width: 216px;
    height: 28px;
    
    position: absolute;
    top: 0;
    left: 0;
}

.qsfexMenu
{
    
    position: relative;
    top: 0px;
    left: 0px
}

#qsfexWrapper .qsfexMenu .rmGroup
{
    padding-bottom: 10px;
}

#qsfexWrapper .qsfexMenu .rmTemplate
{
    width: 170px;
    
    padding: 0;
    
    background: #fff;
    
    border-right: 1px solid #d9d9d9;
    margin: 10px 0 0;
    padding: 8px 16px 0;
}

#qsfexWrapper .qsfexMenu .rmGroup .rmLast
{
    border-right: 0;
}

#qsfexWrapper .rmTemplate .rmText,
#qsfexWrapper .rmTemplate .rmText span
{
    padding: 0;
}

#qsfexWrapper .rmTemplate .rmText span
{
    display: block;
}

#qsfexWrapper .rmTemplate .rmText a
{
    color: #333;
}

#qsfexWrapper .rmTemplate .rmText a img
{
    border: 0;
}

/* Buttons */

a.button:link, a.button:active, a.button:visited, a.button:hover
{
	color: #414142;
	background-color: #dbe8ef;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 3px 3px 0px;
}

	.button span
	{
		color: #41a4c5;
	}
	
	
/* Other */


.statusLabel
{
	color: #ff0000;
	font-weight: bold;
}

.volumegrid
{
	position: relative;
	top: 0px;
	left: 0px;
}

#volDisc
{
}

#tblVolDisc
{
	border: solid 1px #049dc0;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
}

#tblVolDisc th
{
	background-color:#B0C0C9;
	border: solid 1px #049dc0;
	padding: 2px 4px 2px 4px;
}

#tblVolDisc td
{
	text-align: center;
	border: solid 1px #049dc0;
	padding: 2px 4px 2px 4px;
}

.greenLabel
{
	color:Green;
	font-weight:bold;
}

.inputfield
{
	position: relative;
	top: -3px;
}

.RadEContent, .RadEContentBordered
{
	background-color: #fff;
	position:relative;
}

.geotrust
{
	position: absolute;
	top: 0px;
	left: 385px;
}

.nobullets
{
	list-style-type: none;
}

#comingSoon
{
	position: absolute;
	left: 450px;
	top: 85px;
}
