@charset "utf-8";

/* Comman definitions (begin) */
	
	html, body,
	div, span, p,
	img, object,
	h1, h2, h3, h4, h5, h6,
	a, em, strong, sub, sup, del, ins,
	dl, dt, dd, ol, ul, li,
	form, fieldset, legend, label,
	table, caption, tbody, tfoot, thead, tr, th, td, col, colgroup,
	blockquote, q,
	abbr, dfn, address, cite, kbd, samp,
	code, var,
	/* is not encouraged (begin) */
	b, i, big, small, tt,
	acronym, pre,
	/* is not encouraged (end) */
	/* deprecated (begin) */
	applet, basefont, font, center,
	frame, frameset, iframe, noframes, isindex,
	strike, u, s, dir, nobr
	/* deprecated (end ) */
	{
		font-size: 100%;
		
		margin: 0;
		padding: 0;
		
		vertical-align: baseline;
		
		border: 0;
		outline: 0;
		background: transparent;
	}
	
	body
	{
		line-height: 1;
	}
	
	ol, ul
	{
		list-style: none;
	}
	
	blockquote, q
	{
		quotes: none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: '';
		content: none;
	}
	
	a
	{
		text-decoration: underline;
	}
	
	ins
	{
		text-decoration: none;
	}
	
	del
	{
		text-decoration: line-through;
	}
	
	table
	{
		empty-cells: show;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	input, textarea
	{
		font-size: 100%;
		
		margin: 0;
		padding: 0;
	}
	
	address
	{
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		
		text-decoration: none;
	}
	
/* Comman definitions (end) */


/* Additional definitions (begin) */
	
	html, body
	{
		width: 100%;
	}
	
	body
	{
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		
		color: #000;
		background-color: #f3bd48;
	}
	
	a
	{
		color: #663300;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
/* Additional definitions (end) */


/* Wrapper (begin) */
	
	table.b-wrapper
	{
		width: 971px;
		margin: 0 auto;
		
		background-image: url('./img/header.jpg');
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	/* Header (begin) */
		
		/* Top links (begin) */
			
			table.b-wrapper td.b-top-links
			{
				width: 971px;
				height: 381px;
				
				text-align: right;
				vertical-align: top;
			}
			
			table.b-wrapper td.b-top-links a.rss img
			{
				margin: 19px 21px;
			}
			
		/* Top links (end) */
		
	/* Header (end) */
	
	/* Sidebar (begin) */
		
		table.b-wrapper td.b-sidebar
		{
			width: 205px;
			padding-top: 13px;
			
			vertical-align: top;
		}
		
		table.b-wrapper td.b-sidebar hr
		{
			width: auto;
			height: 1px;
			margin-bottom: 15px;
			
			border: 0;
			background-color: #fff;
		}
		
		/* Main menu (begin) */
			
			table.b-wrapper td.b-sidebar ul.b-menu
			{
				margin-left: 20px;
				margin-bottom: 5px;
				
				list-style-position: inside;
				list-style-image: url('./img/pointer_menu.png');
			}
			
			table.b-wrapper td.b-sidebar ul.b-menu li,
			table.b-wrapper td.b-sidebar ul.b-menu li a
			{
				font-size: 12px;
				
				line-height: 21px;
				text-decoration: none;
				text-transform: uppercase;
				
				color: #993300;
			}
			
		/* Main menu (end) */
		
		/* Ad box (begin) */
			
			table.b-wrapper td.b-sidebar div.b-ad-box
			{
				padding-bottom: 5px;
			}
			
			table.b-wrapper td.b-sidebar div.b-ad-box div
			{
				margin-bottom: 10px;
			}
			
		/* Ad box (end) */
		
		/* Footer (begin) */
			
			.b-footer {
				text-align: center;
			}
			
			table.b-wrapper td.b-sidebar div.b-footer span.counter img
			{
				margin-bottom: 3px;
				margin-right: 3px;
			}
			
			table.b-wrapper td.b-sidebar div.b-footer span.copyright
			{
				display: block;
				
				padding: 17px 0;
				
				color: #fff;
			}
			
		/* Footer (begin) */
		
		/* Search bar (begin) */
			
			table.b-wrapper td.b-sidebar form.b-searchbar
			{
				margin-left: 12px;
				margin-bottom: 25px;
			}
			
			table.b-wrapper td.b-sidebar form.b-searchbar input.text
			{
				width: 130px;
				height: 16px;
				
				color: #000;
				border: 1px solid #a9a9a9;
				background-color: #fff;
			}
			
			table.b-wrapper td.b-sidebar form.b-searchbar input.submit
			{
				font-family: Tahoma, sans-serif;
				font-size: 12px;
				
				cursor: pointer;
				
				text-transform: uppercase;
				
				color: #fff;
				border: 0;
				background-color: transparent;
			}
			
		/* Search bar (end) */
		
		/* Content box (begin) */
			
			table.b-wrapper td.b-sidebar div.b-content-box
			{
				padding-top: 5px;
				padding-right: 12px;
				padding-bottom: 30px;
				padding-left: 12px;
				margin-top: 5px;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box h2
			{
				font-family: Tahoma, sans-serif;
				font-size: 17px;
				font-weight: normal;
				
				padding-bottom: 10px;
				
				text-transform: uppercase;
				
				color: #fff;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box p
			{
				padding-bottom: 18px;
			}
			
			/* Gallery (begin) */
				
				table.b-wrapper td.b-sidebar div.b-content-box.b-gallery
				{
					background-image: url('./img/gallery_bg.png');
					background-repeat: repeat-x;
					background-position: left bottom;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box.b-gallery a
				{
					color: #000;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box table.b-gallery
				{
					width: 100%;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box table.b-gallery td
				{
					padding-bottom: 7px;
					
					text-align: center;
					vertical-align: middle;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box table.b-gallery td.first
				{
					text-align: left;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box table.b-gallery td.last
				{
					text-align: right;
				}
				
				table.b-wrapper td.b-sidebar div.b-content-box table.b-gallery img
				{
					border: 2px solid #cc6600;
				}
				
			/* Gallery (end) */
			
			/* Popular (begin) */
				
				table.b-wrapper td.b-sidebar div.b-content-box.b-popular
				{
					background-image: url('./img/popular_bg.png');
					background-repeat: repeat-x;
					background-position: left bottom;
				}
				
			/* Popular (end) */
			
		/* Content box (begin) */
		
	/* Sidebar (end) */
	
	/* Content (begin) */
		
		table.b-wrapper td.b-content
		{
			padding-top: 13px;
			
			vertical-align: top;
		}
		
		/* Submenu (begin) */
			
			table.b-wrapper td.b-content div.b-submenu
			{
				width: auto;
				height: 17px;
				padding-right: 12px;
				padding-bottom: 5px;
				padding-left: 12px;
				margin-right: 14px;
				margin-left: 14px;
				
				border-bottom: 1px solid #fff;
				background-color: #f2ab32;
			}
			
			table.b-wrapper td.b-content div.b-submenu table
			{
				width: 100%;
				height: 100%;
				
			}
			
			table.b-wrapper td.b-content div.b-submenu table td
			{
				text-align: center;
				vertical-align: bottom;
			}
			
			table.b-wrapper td.b-content div.b-submenu table td.first
			{
				text-align: left;
			}
			
			table.b-wrapper td.b-content div.b-submenu table td.last
			{
				text-align: right;
			}
			
			table.b-wrapper td.b-content div.b-submenu table td,
			table.b-wrapper td.b-content div.b-submenu table td a
			{
				font-size: 12px;
				
				text-decoration: none;
				text-transform: uppercase;
				
				color: #fff;
			}
			
		/* Submenu (end) */
		
		/* Content box (begin) */
			
			table.b-wrapper td.b-content div.b-content-box
			{
				padding-top: 5px;
				padding-right: 12px;
				padding-bottom: 30px;
				padding-left: 12px;
				margin-top: 5px;
				margin-right: 14px;
				margin-left: 14px;
			}
			
			table.b-wrapper td.b-content div.b-content-box h1
			{
				font-size: 18px;
				font-weight: bold;
				
				padding-top: 10px;
				padding-bottom: 20px;
			}
			
			table.b-wrapper td.b-content div.b-content-box h2
			{
				font-family: Tahoma, sans-serif;
				font-size: 18px;
				font-weight: normal;
				
				padding-bottom: 10px;
				
				text-transform: uppercase;
				
				color: #fff;
			}
			
			table.b-wrapper td.b-content div.b-content-box p
			{
				padding-bottom: 18px;
				
				line-height: 150%;
			}
			
			/* Text area (begin) */
				
				table.b-wrapper td.b-content div.b-content-box.b-text
				{
					padding-top: 15px;
					margin-top: 0;
					
					background-color: #f2ab32;
				}
				
			/* Text area (begin) */
			
			/* Sale box (begin) */
				
				table.b-wrapper td.b-content div.b-content-box.b-sale
				{
					margin-top: 30px;
					
					background-image: url('./img/sale_bg.png');
					background-repeat: repeat-x;
					background-position: left bottom;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale
				{
					width: 100%;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale td
				{
					color: #fff;
				}
				
				.thumb{
					margin-top: 3px;
					margin-bottom: 3px;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale td a.thumb
				{
					display: block;
					float: left;
					overflow: hidden;
					
					width: 75px;
					height: 75px;
					
					margin-top: 3px;
					margin-bottom: 2px;
					margin-right: 10px;
					
					border: 1px solid #663300;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale td h3,
				table.b-wrapper td.b-content div.b-content-box table.b-sale td h3 a
				{
					font-family: Tahoma, sans-serif;
					font-size: 12px;
					font-weight: normal;
					
					margin-bottom: 2px;
					
					color: #663300;
				}
				
			/* Sale box (end) */
			
		/* Content box (end) */
		
	/* Content (end) */
	
/* Wrapper (end) */


.google_line{
	width: 100%;
	height: 20px;
	margin-left: 15px;
}
