body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6e6e6e;
	margin: 0;
	padding: 0;
	background-image: url('../grfx/body_background_metal_tiled.jpg');
	background-position:center; 
}

#wrapper
{
	width: 934px;
	margin: 0 auto;
	padding: 0px 7px;
	background: url(../grfx/backgrounds/bg_wrapper.gif) repeat-y;
}

	#header
	{
		width: 934px;
		overflow: hidden;
		margin: 0 auto;
		background: #000000;
		position: relative;
	}
	
		#header img
		{
			float: left;
		}
	
		#flash
		{
			float: left;
			margin-top: 12px;
			width: 250px;
		}
		
		#socialnetwork {
			position: absolute;
			top: 91px;
			right: 13px;
			margin-top: 0px;
		}
		
		#creditcards {
			float: left;
		}

		#header #phone {
			float: left;
			padding-left: 35px;
			width: 330px;
		}

		#header #phone .phone_number {
			margin-bottom: 10px;
			margin-left: 0.5em;
			font-size: 36px;
			line-height: 36px;
			color: #ffffff;
		}
		
			*:first-child+html #creditcards {
				position: relative;
				float: left;
				top: 0;
				margin-top: -5px;
			}
			
			* html #creditcards {
				position: relative;
				float: left;
				top: 0;
				margin-top: -5px;
			}
	
	#cart_info
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 920px;
		margin: 0px auto;
		padding-top: 15px;
		padding-right: 14px;
		font-size: 0.92em;
		color: #FFFFFF;
		text-align: right;
	}
	
		#cart_info a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#cart_info a:hover
		{
			text-decoration: underline;
		}
	
	#navigation
	{
		width: 934px;
		height: 25px;
		margin: 0 auto;
		background: url(../grfx/nav/bg_nav.gif) repeat-x;
	}
	
	#col_left
	{
		width: 209px;
		float: left;
		background: #e0e0e0;
	}
	
		#search
		{
			width: 190px;
			margin: 0 auto;
		}
		
			#search .searchbox
			{
				width: 113px;
				height: 17px;
				border: 1px solid #cccccc;
				margin: 0;
				padding: 3px;
				margin-bottom: 6px;
				margin-top: 9px;
				font-size: 0.92em;
			}
			
			#search .btn
			{
				width: 65px;
				height: 24px;
				background: url(../grfx/search_btn.gif) no-repeat;
				border: none;
				padding: 0;
				margin: 0;
				padding-bottom: 5px;
				margin-top: 9px;
				margin-bottom: 6px;
				vertical-align: bottom;
			}	
		
			#search select
			{
				width: 187px;
				height: 23px;	
				font-size: 0.92em;
				padding: 3px;
				margin-bottom: 6px;	
			}
			
	
	#col_right
	{
		width: 725px;
		float: left;
		line-height: 1.67em;
	}
	
		/* featured prodcuts and product listings view */
	
		#featured_products
		{
			width: 690px;
			margin: 0 auto;
			margin-top: 8px;
			padding-bottom: 14px;
			border-bottom: 1px solid #edecec;
			clear: both;
		}
		
		#products_table
		{
			width: 684px;
		}
		
			#products_table img {
				border: solid 2px #6e6e6e !important;
			}
	
			.product
			{
				width: 146px;
				float: left;
				font-size: 1.17em;
				color: #000000;
				text-align: center;
			}
			
				.product_image
				{
					width: 146px;
					height: 155px;
					clear: both;
					text-align: center;
					vertical-align: middle;
					padding-top: 10px;
				}
				
				.product_text
				{
					text-align: center;
					vertical-align: top;
				}
                
                #featured_price{ font-size: 85% }
				
					.product_name
					{
						color: #a4a3a3;
					}
					
					.product a
					{
						font-size: 0.86em;
						color: #000000;
					}
					
					.product a:hover
					{
						text-decoration: none;
					}
				
				.product_bottom_spacer
				{
					height: 40px;
					display: block;
				}
			
			/* index page styles */
				
			#content
			{
				width: 90%;
				float: left;
				padding-top: 27px;
				padding-left: 29px;
			}			
				
				#content_buttons
				{
					width: 187px;
					float: left;
					padding-top: 60px;
					padding-left: 8px;
				}
				
					#content_buttons img
					{
						padding-bottom: 20px;
					}	
					
			/* internal page styles */		
			
			#content_int
			{
				width: 669px;
				float: left;
				padding: 27px 0px 27px 28px;
			}			
			
				/* detail product view */	
					
				.breadcrumbs
				{
					font-weight: bold;
					color: #595959;
					padding-bottom: 19px;
				}
				
				.product_div
				{
					width: 30px;
					height: 232px;
					float: left;
					background: url(../grfx/product_div.gif) center repeat-y;
				}
				
				.listing_spacer
				{
					padding-right: 25px;
					background: url(../grfx/product_div_listing.gif) top right repeat-y;
				}		
				
				#prim_image
				{
					width: 353px;
					float: left;
					margin-right: 47px;
				}
				
				#detail_product_info
				{
					width: 260px;
					float: right;
				}
				
					.detail_type select
					{
						width: 250px;
						margin-bottom: 30px;
					}
					
					.detail_colour select
					{
						width: 250px;
					}
					
					.detail_size
					{
						margin-top: 20px;
					}
				
					.detail_name
					{
						padding-top: 12px;
					}
				
					.detail_price
					{
						font-size: 1.67em;
						color: #595959;
						margin-bottom: 0.5em;
					}	
					
					.measure-frame
					{
						height: 32px;
					}
					
					.measure-frame .left
					{
						width: 90px;
						display: block;
						float: left;
						font-size: 1.17em;
						font-weight: bold;
						color: #595959;
					}	
					
					.btn_buynow
					{
						width: 92px;
						height: 30px;
						background: url(../grfx/btn_buynow.gif) no-repeat;
						border: none;
						padding: 0;
						margin: 0;
						display: block;
						clear: both;
						margin: 20px 0px;
                        cursor:pointer;
					}
                    .btn_mini_buynow
					{
						width: 49px;
						height: 44px;
						background: url(../grfx/btn_mini_buynow.gif) no-repeat;
						border: none;
						padding: 0;
						margin: 8px 0 0 0;
						display: block;
						clear: both;
						cursor:pointer;
					}
					.btn_requestquote
					{
						width: 145px;
						height: 30px;
						background: url(../grfx/btn_request_quote.jpg) no-repeat;
						border: none;
						padding: 0;
						margin: 0;
						display: block;
						clear: both;
						margin: 20px 0px;
                        cursor:pointer;
					}

					.btn_email_page
					{
						width: 100px;
						height: 29px;
						background: url(../grfx/btn_email.gif) no-repeat;
						border: none;
						padding: 0;
						margin: 0;
						margin: 20px 0px;
                        cursor:pointer;
					}

                    .btn_print_page
					{
						width: 100px;
						height: 29px;
						background: url(../grfx/btn_print.gif) no-repeat;
						border: none;
						padding: 0;
						margin: 0;
						margin: 20px 0px;
                        cursor:pointer;
					}
					
				/* cart summary and delivery details */
				
				#cart
				{
					width: 684px;
				}
				
				#cart th, .checkout th
				{
					background-color: #000000;
					color: #FFFFFF;
					font-weight: bold;
					padding: 3px;
				}
				
				#cart td, .checkout td
				{
					text-align: left;
					padding: 5px;
					vertical-align:top;	
				}
				
				.summary
				{
					text-align: right;
					padding: 10px;
				}
				
				#delivery
				{
					width: 684px;
				}
				
				#delivery td
				{
					background-color: #000000;
					color: #FFFFFF;
					font-weight: bold;
					padding: 3px 10px;
				}	
				
				#delivery #postage
				{
					text-align: right;
				}
				
				.free_delivery
				{
					margin: 0;
					padding: 0;
				}
				
				.small_text
				{
					font-size: 0.69em;
				}
				
				.btn_cart
				{
					text-align: right;
					padding-right: 10px;
				}				
	
#footer
{
	width: 810px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	font-size: 0.75em;
	color: #bcbcbb;
	padding: 45px 51px 0px 87px;
	background: url(../grfx/backgrounds/bg_footer.gif) no-repeat;
}

	#footer a
	{
		color: #bcbcbb;
		padding-right: 2px;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}	
	
	
#product_group_table
{
    width: 684px;
    border-collapse:collapse;



}

#product_group_table td{
    border-bottom: 1px solid darkgray;
    border-top: 1px solid darkgray;
    font-size: 10px;
padding-left:5px;
}
#product_group_table th{
    background-color: lightgray;
    //background: url(../grfx/backgrounds/bg_col_left_heading.gif) repeat-x;
    color: black;
    font-size: 12px;
}
	
#product_group_table .product_group_image
{
    max-height: 50px;
}

