@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: #cc9999;
		background-color: #5a2c34;
		background-image: url('./img/footer_bg.png');
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	
	a
	{
		color: #fbc496;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
/* Additional definitions (end) */


/* Wrapper (begin) */
	
	table.b-wrapper
	{
		width: 997px;
		margin: 0 auto;
		
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		background-image: url('./img/header.jpg');
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	/* Header (begin) */
		
		table.b-wrapper td.b-logo
		{
			width: 315px;
			height: 454px;
		}
		
		/* Top links (begin) */
			
			table.b-wrapper td.b-top-links
			{
				height: 40px;
				
				text-align: right;
				vertical-align: middle;
			}
			
			table.b-wrapper td.b-top-links a.rss
			{
				padding-top: 2px;
				padding-right: 20px;
				padding-bottom: 1px;
				padding-left: 24px;
				
				line-height: 18px;
				
				color: #fff;
				background-image: url('./img/ico_rss.png');
				background-repeat: no-repeat;
				background-position: left top;
			}
			
		/* Top links (end) */
		
		/* Main menu (begin) */
			
			table.b-wrapper td.b-menu
			{
				height: 345px;
				padding-right: 20px;
				
				text-align: right;
				vertical-align: middle;
			}
			
			table.b-wrapper td.b-menu ul li,
			table.b-wrapper td.b-menu ul li a
			{
				font-family: "Times New Roman", serif;
				font-size: 14px;
				
				line-height: 21px;
				text-decoration: none;
				text-transform: uppercase;
				
				color: #fff;
			}
			
			table.b-wrapper td.b-menu ul li a:hover
			{
				color: #f9a968;
			}
			
		/* Main menu (end) */
		
		/* Submenu (begin) */
			
			table.b-wrapper td.b-submenu
			{
				height: 25px;
				padding-right: 20px;
				padding-left: 12px;
				
				vertical-align: middle;
			}
			
			table.b-wrapper td.b-submenu table
			{
				width: 100%;
				height: 100%;
			}
			
			table.b-wrapper td.b-submenu table td
			{
				text-align: center;
			}
			
			table.b-wrapper td.b-submenu table td.first
			{
				text-align: left;
			}
			
			table.b-wrapper td.b-submenu table td.last
			{
				text-align: right;
			}
			
			table.b-wrapper td.b-submenu table td,
			table.b-wrapper td.b-submenu table td a
			{
				font-family: "Times New Roman", serif;
				font-size: 12px;
				
				text-transform: uppercase;
				
				color: #fff;
			}
			
		/* Submenu (end) */
		
		/* Ad line (begin) */
			
			table.b-wrapper td.b-ad-line
			{
				padding-right: 20px;
				
				vertical-align: middle;
			}
			
			table.b-wrapper td.b-ad-line table
			{
				width: 100%;
				height: 100%;
			}
			
			table.b-wrapper td.b-ad-line table td
			{
				width: 20%;
				
				text-align: center;
			}
			
			table.b-wrapper td.b-ad-line table td.first
			{
				text-align: left;
			}
			
			table.b-wrapper td.b-ad-line table td.last
			{
				text-align: right;
			}
			
			table.b-wrapper td.b-ad-line table td,
			table.b-wrapper td.b-ad-line table td a
			{
				color: #fff;
			}
			
			table.b-wrapper td.b-ad-line table td.first a
			{
				font-weight: bold;
				
				padding: 0 1ex;
				
				color: #5a2c34;
				background-color: #fff;
			}
			
		/* Ad line (end) */
		
	/* Header (end) */
	
	/* Sidebar (begin) */
		
		table.b-wrapper td.b-sidebar
		{
			padding-left: 15px;
			
			vertical-align: top;
		}
		
		/* Search bar (begin) */
			
			table.b-wrapper td.b-sidebar form.b-searchbar
			{
				width: 224px;
				height: 45px;
				padding-top: 27px;
				padding-left: 44px;
				margin-top: 14px;
				
				background-image: url('./img/searchbar_bg.png');
				background-repeat: no-repeat;
				background-position: center top;
			}
			
			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: "Times New Roman", 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: 14px;
				padding-right: 40px;
				padding-bottom: 2px;
				padding-left: 18px;
				
				background-image: url('./img/separator_small.png');
				background-repeat: no-repeat;
				background-position: left bottom;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box h2
			{
				font-family: "Times New Roman", serif;
				font-size: 18px;
				font-weight: normal;
				
				padding-left: 22px;
				padding-bottom: 18px;
				
				text-transform: uppercase;
				
				color: #fff;
				background-image: url('./img/pointer_h2.png');
				background-repeat: no-repeat;
				background-position: left top;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box p
			{
				padding-bottom: 18px;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box li
			{
				padding-bottom: 0.5em;
			}
			
			table.b-wrapper td.b-sidebar div.b-content-box h3
			{
				font-size: 12px;
				font-weight: bold;
				
				margin-bottom: 10px;
			}
			
		/* Content box (begin) */
		
		/* Ad box (begin) */
			
			table.b-wrapper td.b-sidebar div.b-ad-box
			{
				padding-top: 14px;
				padding-left: 7px;
			}
			
		/* Ad box (end) */
		
	/* Sidebar (end) */
	
	/* Content (begin) */
		
		table.b-wrapper td.b-content
		{
			vertical-align: top;
		}
		
		/* Content box (begin) */
			
			table.b-wrapper td.b-content div.b-content-box
			{
				margin-top: 14px;
				padding-right: 10px;
				padding-bottom: 2px;
				padding-left: 5px;
				
				background-image: url('./img/separator_big.png');
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			
			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: "Times New Roman", serif;
				font-size: 18px;
				font-weight: normal;
				
				padding-left: 22px;
				padding-bottom: 14px;
				
				text-transform: uppercase;
				
				color: #fff;
				background-image: url('./img/pointer_h2.png');
				background-repeat: no-repeat;
				background-position: left top;
			}
			
			table.b-wrapper td.b-content div.b-content-box p
			{
				padding-bottom: 18px;
			}
			
			/* News (begin) */
				
				table.b-wrapper td.b-content div.b-content-box div.post img.thumb
				{
					float: left;
					
					padding-top: 5px;
					padding-right: 10px;
					padding-bottom: 10px;
				}
				
				.clearfloat
				{
					clear: both;
				}
				
				.clearfloat:after
				{
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
				}
				
			/* News (end) */
			
			/* Gallery (begin) */
				
				table.b-wrapper td.b-content div.b-content-box table.b-gallery
				{
					width: 100%;
					margin-bottom: 14px;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-gallery img
				{
					border: 2px solid #f7c494;
				}
				
				table.b-wrapper td.b-content div.b-content-box.gallery div
				{
					float: left;
					
					width: 150px;
					height: 130px;
					margin-right: 20px;
					margin-bottom: 10px;
				}
				
				table.b-wrapper td.b-content div.b-content-box.gallery div div
				{
					float: none;
				}
				
				table.b-wrapper td.b-content div.b-content-box.gallery img
				{
					float: left;
					
					margin-right: 10px;
					margin-bottom: 10px;
					
					border: 2px solid #f7c494;
				}
				
			/* Gallery (end) */
			
			/* Sale box (begin) */
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale
				{
					width: 100%;
					margin-bottom: 14px;
					margin-right: 35px;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale td
				{
					padding-right: 50px;
				}
				
				table.b-wrapper td.b-content div.b-content-box table.b-sale td a.thumb
				{
					float: left;
					
					margin-bottom: 10px;
					margin-right: 10px;
					
					border: 1px solid #f7c494;
				}
				
				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;
					
					color: #fff;
				}
				
			/* Sale box (end) */
			
		/* Content box (end) */
		
	/* Content (end) */
	
	/* Footer (begin) */
		
		table.b-wrapper tr.b-footer td
		{
			height: 79px;
			
			vertical-align: middle;
			
			color: #fff;
		}
		
		table.b-wrapper tr.b-footer td.copyright
		{
			padding-left: 30px;
		}
		
	/* Footer (begin) */
	
/* Wrapper (end) */

