/*
By Rob Bates of Castus
----------------------------------------------------*/

@import url("content.css");
@import url("header.css");
@import url("footer.css");
@import url("shop.css");

/* MAIN LAYOUT
----------------------------------------------------*/

body {
	font-family: Arial, Sans-serif, Tahoma;
	font-size: 62.5%;
	margin: 0px;
	padding:0;
	background:#000 url(/shop/templates/main/images/bg.gif) no-repeat top fixed
}
#container {
	margin:0 auto;
	padding:0;
	width:960px;
	background:#DCEF00;
}
#content {
	width:960px;
	clear:both;
	float:left;
	margin:0 auto;
}

#leftcol{
	width:460px;
	float:left;
	clear:both;
	margin:0 10px 0 0px;
	padding:0;
}
#rightcol{
	float:right;
	width:460px;
	margin:0 10px 0 0;
	padding:0;
}
#onecol{
	width:940px;
	float:left;
	clear:both;
	margin:0 10px 0 10px;
	padding:0;
}
#footer {
	height:40px;
	padding:10px 0 50px;
	float:left;
	clear:both;
}

/* LEFT MENU
----------------------------------------------------*/
#leftmenu {
	background:#777;
}
#leftmenu ul {
}
#leftmenu li {
	margin:0;
	padding:20px;
}
#leftmenu li a{
	font-size:1.5em;
	color:#fff;
}




@font-face {
	font-family: 'BlockBertholdCondensed';
	src: url('/css/blockcffextcn-webfont.eot');
	src: local('?'),url('/css/blockcffextcn-webfont.woff') format('woff'), url('/css/blockcffextcn-webfont.ttf') format('truetype'), url('/css/blockcffextcn-webfont.svg#webfontsMAoDYhE') format('svg');
	font-weight: normal;
	font-style: normal;
}
