* {
	padding:0px;
	margin:0px;
	border:none;
}

html {
	height:100%;
	width:100%;
	overflow-y:scroll;
}

body {
	overflow:hidden;
}

.adminTools {
	list-style:none;
	border-bottom:2px dotted #bd2c16;
	border-right:2px dotted #bd2c16;
	padding:3px 10px 10px 3px;
	position:absolute;
	top:10px;
	left:10px;
	background:#fff;
}
.adminTools li {
	text-align:right;
	margin:0;
}
.adminTools li a {
	text-decoration:none;
}

#wrap {
	width:972px;
	background:#fff url(../img/body_bg.jpg) repeat-y top center;
	margin:0 auto;
}

#container {
	width:970px;
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	display:table;
	overflow:hidden;
}
#header {
	background:#bd2c16;
	height:120px;
}
#header #logo {
	margin:15px 0 0 170px;
	float:left;
}
#header #sublogo {
	margin:15px 30px 0 0;
	height:78px;
	width:120px;
	float:right;
	background-position:top left;
	background-repeat:no-repeat;
}
#header #sublogo:hover {
	background-position:bottom left;
}
#navigation {
	height:35px;
	border-bottom:2px dotted #bd2c16;
	padding:0 0 0 170px;
}
	#navigation ul {
		list-style:none;
		padding:10px 0 0 0;
	}
	#navigation ul li {
		float:left;
		height:15px;
		border-left:1px solid #bd2c16;
		margin:0;
	}
	#navigation ul li.first {border:none;}
	#navigation ul li.first a {padding-left:0px}
	#navigation ul li a {
		float:left;
		line-height:15px;
		padding:0 10px 0 10px;
		font-weight:normal;
		text-decoration:none;
		font-size:12px;
		color:#bd2c16;
	}
	#navigation ul li a:hover, #navigation ul li.active a {
		color:#444;
	}
	#navigation ul li a.iconHover {
		background-image:url(../img/shopcart_nav.jpg);
		background-position:bottom left;
		height:15px;
		width:16px;
		display:inline;
		padding:0;
		margin:0 0 0 10px;
		overflow:hidden;
	}
	#navigation ul li a.iconHover:hover {
		background-position:top left;
	}
	#navigation ul li a.iconHover.active {
		background-position:top left;
	}
	
#main {
	width:780px;
	padding:20px 20px 20px 170px;
	background-position:right 50px;
	background-repeat:no-repeat;
	float:left;
}
	#content {
		float:left;
		width:470px;
		min-height:400px;
		height:auto !important;
		height:400px;
	}
	#newsItems {
		padding:0 30px 0 30px;
		float:left;
		width:250px;
	}

#footer {
	clear:both;
	width:800px;
	margin:0 auto;
	padding:10px 0 0 170px;
	border-top:2px dotted #bd2c16;
}
#footer a, #footer {
	text-decoration:none;
	color:#bd2c16;
	font-weight:normal;
	font-size:10px;
}
#footer a {
	padding:0 5px 0 5px;
}
#footer a:hover {
	color:#1a171b;
}