@charset "utf-8";

body {
	background:#444;
	margin:0;
	padding:0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
}

html, body {
	height:100%;
}

* {
	outline:none;
}

a {
	text-decoration:none;
	color:white;
}

a:hover {
	color:gray;
}

#wrapper {
	background:url("images/bg.png");
	display:block;
	width:1200px;
	
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -2em;
}

#bgimage {
	display:block;
	width:1155px;
	margin-left:22px;
	background-image:url("images/bg-image.png");
	background-position:top right;
	background-repeat:no-repeat;
}

#footer {
	background-image:url("images/bg.png");
	background-repeat:repeat-y;
	display:block;
	width:1150px;
	text-align:center;
	font-size:12px;
	text-align:center;
	margin:0 auto -2em;
}

#footer, #push {
	height: 2em;
}

#header {
	display:block;
	width:1110px;
	height:100px;
	margin:0 auto;
}

#header img {
	margin-left:30px;
	margin-top:23px;
}

#menu {
	display:block;
	width:1100px;
	margin-left:1px;
	margin-top:-10px;
	text-align:center;
	/*
	background-image:url('images/translucent-bg.png');
*/
}

#menu a {
	font-size:14px;
}

#menu-left {
	margin-right:10px;
	margin-top:10px;
}

#menu-right {
	margin-left:10px;
	margin-top:10px;
}

#main {
	display:block;
	width:900px;
	height:350px;
	margin:0 auto;
}

#ads {
	display:block;
	width:905px;
	height:180px;
	margin:0 auto;
	margin-top:20px;
}

#ads img {
	border:1px solid white;
}

#ads img:hover {
	border:1px solid gray;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

#ads a {
	margin-right:2px;
	margin-left:2px;
}

#product_list {
	display:block;
	width:1000px;
	margin:0 auto;
}

#product_list li {
	display:block;
	width:140px;
	height:160px;
	margin:10px;
	padding-top:15px;
	float:left;
	text-align:center;
}



/*
.sectionbasics span {
	position:absolute;
	left:300px;
	display:none;
	width:300px;
	margin-top:-70px;
}
*/

.sectionhover {
	font-size:11px;
	display:block;
	width:140px;
	height:160px;
}

.sectionhover:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	font-size:11px;
}

#content {
	display:block;
	width:670px;
	margin:0 auto;
}

#TICKER {
	margin:0 auto;
	font-size:24px;
}

#TICKER a {
	font-size:24px;
}
