/* @override http://lappy586.local/~david/mebyemme2/stylesheets/mebyemme.css */

body {
	background-color: #f7f4ef;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	outline: none;
	border: none;
}

#container {
	margin: 60px auto 40px;
	width: 867px;
}

#emmestyle_link {
	display: block;
	width: 131px;
	height: 14px;
	float: right;
	text-indent: -9999px;
	outline: none;
	background: url(../images/emmestyle-logo-sm.png);
}

#header #emmestyle_link {
	margin-top: 20px;
}

#header h1#mebyemme_logo {
	margin: 0 0 10px;
	float: left;
}

#header h1#mebyemme_logo a {
	display: block;
	width: 134px;
	height: 38px;
	background: url(../images/mebyemme-logo.png);
	text-indent: -9999px;
	outline: none;
}

#footer #copyright {
	font-size: 10px;
	color: #666;
	margin: 5px;
	float: left;
}

#footer #copyright strong {
	font-size: 11px;
}

#footer ul#navigation,
#footer ul#navigation li,
#container ul#main_buttons,
#container ul#main_buttons li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#container ul#main_buttons {
	display: block;
	width: 706px;
	height: 37px;
	background: url(../images/buttons.png);
	position: absolute;
	right: 25px;
}

#container ul#main_buttons li a {
	text-indent: -9999px;
	outline: none;
	display: block;
	width: 230px;
	height:  37px;
	position: absolute;
	background: url(../images/buttons.png);
}

#container ul#main_buttons li#t_tips a {
	left: 0;
	background-position: 0 0;
}

#container ul#main_buttons li#t_clothing a {
	width: 235px;
	left: 234px;
	background-position: -234px 0;
}

#container ul#main_buttons li#t_buy a {
	width: 234px;
	left: 472px;
	background-position: -472px 0;
}

#footer #navigation {
	width: 671px;
	height: 51px;
	float: right;
	display: block;
	position: relative;
	background: url(../images/bottom-navs.png);
}

#footer #navigation li a {
	text-indent: -9999px;
	display: block;
	outline: none;
	width: 50px;
	height: 20px;
	position: absolute;
	top: 9px;
	background: url(../images/bottom-navs.png) no-repeat;
	
	/*background: #f0f;
	opacity: 0.5;*/
}

#footer #navigation li a:hover,
body#clothing #footer #navigation li#t_clothes a {
	background-color: #f7f4ef;
	background-image: url(../images/bottom-navs-on.png);
}

#footer #navigation li#t_home a {
	width: 46px;
	left: 32px;
	background-position: -32px -9px;
}

#footer #navigation li#t_clothes a {
	background-position: -83px -9px;
	left: 83px;
	width: 61px;
}

#footer #navigation li#t_boards a {
	background-position: -146px -9px;
	left: 146px;
	width: 108px;
}

#footer #navigation li#t_updates a {
	background-position: -256px -9px;
	left: 256px;
	width: 127px;
}

#footer #navigation li#t_contact a {
	background-position: -388px -9px;
	left: 388px;
	width: 81px;
}

#footer #navigation li#t_buy a {
	background-position: -471px -9px;
	left: 471px;
	width: 81px;
}

#main {
	background: #fff;
	position: relative;
	width: 867px;
	min-height: 467px;
}