/* BODY */

@charset "UTF-8";

@font-face	{
			font-family:CenturyG;
			src: url('centurygothic.TTF');
			}
			

body	{
		font-family:CenturyG, Verdana, Geneva, sans-serif;		
		background-color: #d9d9d9;
		margin: 0px;
		margin-top: 60px;
		padding: 0px;
		cursor: default;
		overflow:scroll;
		overflow-x: hidden;
		z-index: 0;	
		max-width: 1280px;
		}

body a	{text-decoration: none; color: #333; border: 0px; outline: none;}
		
img#logo 	{
			width: 270px;
			float: left;
			margin-left: 360px;
			}

/*-----MENU----- */

div#menu	{
			font-size: 21px;
			line-height: 44px;
			text-align:left;
			text-transform:uppercase;
			letter-spacing: 1px;
			float: left;
			margin-left: 45px;
			margin-top: -26px;

			}

div#menu a:hover{color:#aaa;}

div#icons {
				float: left;
				margin-top: 54px;
				margin-left: 86px;
				}
				
div#icons img {
				margin-top: 3px;
				height: 36px;
				}							

div#icons img:hover {opacity: .4;}

div#slab {
			margin-left: 45px; 
			margin-top: 30px;
			margin-bottom: 30px;
			padding-bottom: 0px;
			float: left; 
			clear:both; 
			}

div#slab img {width: 1215px; height: auto;} 


/*-----STORE-----*/

div#goods	{
			clear: both;
			float: left;
			overflow: hidden;
			margin-left: 320px;
			}

div#goods img	{
			
			width: 270px;
			height: auto;
			border: 0px;
			border-radius: 6px;
			margin-left: 5px;
			margin-top: 5px;
}

div#goods div.thumb {	float: left; 
						clear: both;
						width: 280px;
						height: 280px;
						margin-left: 35px;
						margin-bottom: 45px;
						padding: 0px;
						overflow: hidden;
						border-bottom: solid 1px black;
						border-radius: 6px;
						box-shadow: 3px 3px 3px 1px #c6c6c6;
						moz-box-shadow: 3px 3px 3px 1px #c6c6c6;
						webkit-box-shadow: 3px 3px 3px 1px #c6c6c6;
						}

div#goods div.item_desc	{
			float: left;
			margin-left: 40px;
			margin-top: 60px;
			font-size: 15px;
			line-height: 30px;
			}

div#goods div.item_desc span.item_wood	{
			text-transform: uppercase;
			letter-spacing: 1px;
			}
			
div#goods div.item_link {	
									border-radius: 6px;
									border-right: solid 2px black;
									border-bottom: solid 1px black;
									padding: 3px 36px;
									font-size: 12px;
									text-align: center;
									text-transform: uppercase;
									letter-spacing: 1px;
									color: #333333;
									float: left;
									margin-top: 60px;
									background-color: white;
									}	
									
div#goods div.item_link:hover {
								background-color: #cccccc;
}									

div#goods div.sold {pointer-events: none;}

div#goods img#store_slab{	float: left;
							width: 525px; 
							margin-top: 30px;
							margin-left: 40px;
							margin-bottom: 45px;
							}

/*-----FOOTER ETC-----*/

div#footer	{
		color: #999999;
		font-size: 9px;
		clear: both;
		float: left;
		margin-top: 300px;
		margin-left: 360px;
		padding-bottom: 30px;}

@media only screen and (max-width:1170px) {

div#footer {
	margin-left: 45px;
	max-width: 75%;}

div#goods	{
			margin-left: 5px;
			}

img#logo {margin-left: 45px; width: 270px; height: auto;}

body	{width:  1000px;}

div#slab img {width: 585px;} 
