@charset "utf-8";
body {
	background-color: #1f1f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body a {
	color: #0066FF;
}
#maincontainer {
	background-color: #FFFFFF;
	height: auto;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #666666;
}
#logo {
	background-color: #3f4043;
	background-image: url(../img/bg_logo.jpg);
	float: left;
	height: 118px;
	width: 775px;
	background-repeat: no-repeat;
	text-align: right;
}
#logo em {
	font-style: normal;
	margin: 10px;
	color: #333333;
	font-weight: bold;
}
#logo em a {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu {
	background-image: url(../img/bg_topmenu.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 775px;
	float: left;
}
#topmenu ul {
	list-style-type: none;
	float: left;
	padding-top: 40px;
}
#topmenu li {
	color: #33b9e9;
	font-size: 1em;
	padding: 1px;
}
#topmenu li a:link {
	color: #33b9e9;
	font-weight: bold;
	text-decoration: none;
}
#topmenu li a:visited {
	color: #33b9e9;
	font-weight: bold;
	text-decoration: none;
}
#topmenu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topmenu li a:active {
	color: #33b9e9;
	font-weight: bold;
	text-decoration: none;
}
#contentholder {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 759px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/bg_contentholder.gif);
	background-repeat: repeat-y;
	padding-bottom: 100px;
}
#leftmenu {
	background-image: url(../img/bg_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 221px;
	padding-top: 45px;
}
#basket {
	background-image: url(../img/bg_basket.gif);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 203px;
	margin-left: 4px;
	padding-top: 45px;
	padding-left: 10px;
	color: #333333;
	margin-top: 25px;
}
#basket a {
	color: #333333;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#basket strong {
	font-size: 1.4em;
}
#content {
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
	height: auto;
	width: 508px;
}
#search {
	float: left;
	height: auto;
	width: auto;
	margin-left: 4px;
	margin-top: 15px;
}
#footer {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-size: 0.9em;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}
