/* CSS Document */
html {
	background:url(../grfx/backgrounds/background.jpg) repeat-x #f5fafe;
	background-position: top center;
}

body {
	background:url(../grfx/backgrounds/footer.jpg) repeat-x ;
	background-position: bottom center;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
}

#container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	height: 150px;
}

	#logo {
		float: left;
		width: 340px;
	}

	#login {
		float: right;
		margin-right: 50px;
		width: 600px;
		font-size: 11px;
		text-align: right;
		/*margin-top: 10px;*/
                /*border:solid 1px;*/
                height:115px;
	}
                .user{
                        padding-top:15px;
                }

                .lost-password{
                        font-size:10px;
                }

		.login-input {
			font-size: 14px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			color: #5f5f5f;
			margin-top: -4px;
		}

			.login-input input {
				border: 1px solid #95daeb;
				color: #5f5f5f;
			}

			.login-btn {
				background:url(../grfx/login-btn.jpg) no-repeat;
				width: 53px;
				height: 20px;
				cursor: pointer;
				margin-left: 10px;
				border: 0 !important;
			}


		.cart {
			vertical-align: middle;
			padding-bottom: 5px;
		}

			.view-cart a {
				color: #5f5f5f;
			}

			.view-cart a:hover {
				color: #fff;
			}

#content-wrapper {
	float: left;
	width: 1100px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

	* html #content-wrapper {
		margin-top: -3px;
	}

	#left-col {
		width: 190px;
		margin-right: 20px;
		min-height: 110px;
		height: auto !important;
		height: 110px;
		float: left;
		background:url(../grfx/backgrounds/left-bg.png) no-repeat;
		background-position: 40px 0;
		padding-left: 110px;
	}
	
	#navbg {
		width: 189px;
		margin-left: -29px;
		padding-left: 29px;
		padding-top: 1px;
		padding-bottom: 1px;
		margin-top: 1px;
		background:url(../grfx/backgrounds/navbg.jpg) no-repeat #8dd5e8;
	}
	
	

		#blw-left-col {
			margin-left: -28px;
		}

			.subscribe {
				padding-top: 5px;
			}

			.subscribe-btn span {
				display: none;
			}

				.subscribe-btn a {
					display: block;
					width: 214px;
					margin-top: -5px;
					height: 58px;
					background:url(../grfx/buttons/subscribe-btn.jpg) no-repeat;
					text-decoration: none;
				}

				.subscribe-btn a:hover {
					background-position: 0 -58px;
				}

			.wholesale-btn span {
				display: none;
			}

				.wholesale-btn a {
					display: block;
					width: 213px;
					height: 102px;
					background:url(../grfx/buttons/wholesale.png) no-repeat;
					text-decoration: none;
				}

				.wholesale-btn a:hover {
					background-position: 0 -102px;
				}

		.myForm {
			margin-top: 20px;
		}


		#search {
			width: 186px;
			/*height: 91px;*/
			margin: 0 0 -6px -1px;
			/*background:url(../grfx/backgrounds/search-bg.jpg) no-repeat;*/
                        background:url(../grfx/backgrounds/search_bg_no_border.gif) repeat-x bottom #BBE0E9;
                        border:solid 1px #5FAABF;
			padding: 15px;
                        padding-bottom:25px;
		}

			#search input {
			}

                        #search small{
                                font-size:11px;
                        }

			#search .keyword {
				width: 103px;
				border: 1px solid #dcdede;
				font-size: 11px;
				color: #787878;
				padding: 3px 3px 3px 5px;
			}

			#search .category {
				width: 184px;
				margin-top: 5px;
				font-size: 11px;
				padding: 3px;
				color: #787878;
				border: 1px solid #dcdede;
			}


			#search .advanced-search a {
				color: #60aabe;
				font-size: 11px;
				float: right;
				padding-top: 4px;
			}

				#search .advanced-search a:hover {
					color: #fff;
				}

                        #search table{
                                border-spacing:0px;
                                border-collapse:collapse;
                                width:100%;
                                margin-top:5px;
                        }

                        #search td{
                                text-align:center;
                                border:solid 1px #DCDEDE;
                        }

		#quotes {
			font-size: 12px;
			width: 160px;
			margin: 30px 0 20px 50px;
		}



	#int-content {
		width: 730px;
		float: left;

	}

		#int-text {
			margin: 8px 0 10px 0;
			padding: 25px 30px 73px 30px;
			color: #494949;
			position: relative;
			background-color: #f6fbfe;

		}

		#product-text {
			margin: 8px 0 10px 0;
			padding: 25px 30px 73px 30px;
			color: #494949;
			position: relative;
		}


		#detail-text {
			background-color: #f6fbfe;
			min-height: 400px;
			height: auto !important;
			height: 400px;
			margin: -25px -30px 14px -30px;
			padding: 10px 20px 73px 20px;
			color: #494949;
		}

		#detail-wrapper {
			float: left;
		}

			#detail-left {
				float: left;
				width: 400px;
			}

				#detail-left img {
					border: 1px solid #48a0b7;
				}

			#detail-right {
				float: left;
				width: 240px;
				margin-left: 40px;
				font-size: 13px;
				line-height: 170%;
			}

				#detail-right input {
					border: 1px solid #cccccc;
					font-color: #ccc;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 13px;
				}

				.detail-additional img {
					margin: 0 10px 0 0;
				}

			.related-products {
				padding-bottom: 20px;
				padding-top: 5px;
			}

			.related-products td {
				padding: 0 15px 0 0;
				color: #4f4f4f;
				font-size: 12px;
			}

			.related-products img {
				border: 1px solid #81bfce;
			}

			.related-products a {
				color: #d11241 !important;
			}

			.related-products a img {
				border: 1px solid #81bfce;
			}

			.rp-padding {
				padding: 5px 5px 0 5px;
			}



		.breadcrumbs {
			color: #60AABE;
		}

			*:first-child+html .breadcrumbs {
				margin-bottom: -10px;
			}

		.breadcrumbs a {
			color: #60aabe;
			text-decoration: none;
		}

			.breadcrumbs a:hover {
				text-decoration: underline;
			}

		.buy-now {
			background:url(../grfx/buttons/buy-now.jpg) no-repeat;
			width: 160px;
			height: 30px;
			display: block;
		}

			.buy-now:hover {
				cursor: pointer;
				}

		#int-height {
			min-height: 450px;
			height: auto !important;
			height: 450px;
		}

			.date {
				margin: 0;
				padding: 0;
			}

			#int-text a {
				color: #60aabe;
			}

			#int-text a:hover {
				text-decoration: none;
			}

			.int-read-more a {
				color: #60aabe;
				text-decoration: none;
			}

				.int-read-more a:hover {
					color: #cd103b !important;
				}

		#category-listing {
			color: #494949;
			position: relative;
			background:url(../grfx/divider.jpg) no-repeat #f6fbfe;
			background-position: bottom center;
			padding-bottom: 60px;

		}

			#int-banner-swirl {
				position: absolute;
				right: -100px;
				margin-top: -90px;
			}





				#int-banner-swirl img {
					border: 0;
				}

			.cat-text {
				padding: 35px 0 10px 0;
				color: #787878;
			}

			.cat-box {
				margin-left: -25px;
				text-align: left;
				width: 725px;
				margin-top: -20px;
			}


			.cat-space {
				padding: 0;
				line-height: 7px;
			}

			.category-bg {
				background:url(../grfx/backgrounds/cat-bg.jpg) no-repeat #fff;
				width: 300px !important;
				border: 1px solid #60aabe;
				padding: 5px;
				color: #496871;
                                vertical-align: top;
			}
			.category-description {
                                font-size:12px;

			}



	#listing-table {
		text-align: center;
		line-height: 120%;
		font-size: 12px;
	}

		#listing-table a {
			color: #d7154b;
		}

		#listing-table input {
			font-size: 11px;
		}
                        #listing-table input.submit_qty {
                                font-size: 10px;
                        }

		#listing-table .new img {
			padding-left: 5px;
			float: left;
		}

		#listing-table td {
			width: 115px;
			border-right: 1px dashed #c9e3ec;
			padding: 0 25px 0 25px;
		}

		.listing-name {
			color: #595858;
			font-weight: bold;
			font-size: 14px;
		}

		.listing-description {
			font-size: 11px;
		}

		.listing-price {
			color: #60aabe;
			font-size: 12px;
			font-weight: bold;
		}

		.list-breadcrumbs {
			text-align: right;
			float: right;
			color: #60aabe;
		        z-index: 1000;
		        position:relative;

		}

			.list-breadcrumbs a {
				color: #60aabe;
				text-decoration: none;
			}

				.list-breadcrumbs a:hover {
					color: #d11241 !important;
					text-decoration: underline;
				}

				.list-breadcrumbs a.active {
					color: #d11241;
				}
				.list-breadcrumbs span.normal {
					color: #000000;
				}

		.list-sort {
			float: left;
			color: #60aabe;
		}

		.list-items-limit {
		}


		#listing-table .no-border {
			border: 0 !important;
		}

		#listing-table .image-border {
			border: 1px solid #48a0b7;
		}

	#content {
		width: 730px;
		float: left;
		position: relative;
		z-index: 1;
	}

		#text {
			margin: 40px 0 50px 0;
			line-height: 140%;
		}

	#banner-swirl {
		position: absolute;
		right: -60px;
		top: 200px;
		z-index: 10;
	}



		.hmpg-product-table {
			margin: 4px 0 0 -4px;
			width: 742px;
			position: relative;
			z-index: 20;
		}

			.hmpg-product-table td {
				padding-bottom: 3px;
				text-align: center;
			}

			.hmpg-product-table img {
				border: 1px solid #48a0b7;
			}

	#cart-table {
		width: 680px;
		margin-top: 10px;
		padding: 5px;
		text-align: center;
	}

	#cart-table th {
		padding: 0 0 7px 0;
		color: #48a0b7;
		border-bottom: 1px dashed #a7cedb;
	}

	#cart-table td {
		padding: 10px 0 10px 0;
		border-bottom: 1px dashed #a7cedb;
	}

		#cart-table .cart-image img {
			border: 1px solid #48a0b7;
		}


        #shipping{
        }


        #shipping form input[type="text"], select, textarea { width:100%; }
		
	.eventstable {
		border: 1px dashed #d11242;
		border-collapse: collapse;
		margin: 10px 0 0 0;
		font-size: 13px;
		background-color: #fff;
	}
	
		.eventstable th {
			text-align: left;
			background-color: #d11242;
			color: #fff;
			padding: 5px;
		}
		
		.eventstable td {
			padding: 5px;
			border-bottom: 1px dashed #d11242;
			vertical-align: top;
		}

.contact-form {
	background-color: #c3ecf6;
	border: 1px solid #126c84;
	padding: 10px;
}

.stockisttable {
	width: 650px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px dashed #d11242;
	border-collapse: collapse;
	}
	
		.stockisttable th {
			text-align: left;
			padding: 5px;
			background-color: #d11242;
			color: #fff;
		}
		
		.stockisttable td {
			padding: 5px;
			border-bottom: 1px dashed #d11242;
			vertical-align: top;
		}


#footer {
	clear: both;
	height: 35px;
	text-align: right;
	font-size: 10px;
	color: #fff;
	padding-top: 12px;
}

	#footer a {
		color: #f0f9fd;
		text-decoration: none;
	}

	#footer .perthweb {
		vertical-align: middle;
		padding-bottom: 8px;
		padding-left: 10px;
	}




