html, body {
	margin: 0; padding: 0;
	background: #f0f0f0;
}

#wrapper {
	position: relative;
	width: 948px;
	margin: 0 auto;
}

.noScreen,
.printLogo {
	display: none;
}


/* HEADER */
#header {
	height: 84px;
}

#logo h1 a {
	position: absolute;
	top: 13px; left: 9px;
	display: block;
	width: 159px; height: 61px;
	text-indent: -999em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}

.headerCart {
	position: absolute;
	top: 0; right: 0;
	width: 309px; height: 28px;
	background-repeat: no-repeat;
	background-position: right top;
	/* theme-css */
}
.headerCart .title {
	display: none;
}
.headerCart .amount {
	margin: 5px 0 0 50px;
	font-size: 11px;
}
.headerCart .checkout a {
	position: absolute;
	top: 7px; right: 12px;
	display: block;
	width: 79px; height: 12px;
	text-decoration: none;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}

/* MAINMENU */
#mainMenu {
	position: absolute;
	top: 41px; left: 189px;
	width: 759px; height: 30px;
	overflow: hidden;
	background: url(/images/frame_menu.gif) no-repeat right top;
}

#mainMenu ul,
#mainMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#mainMenu li {
	float: left; display: inline;
	padding: 7px 0 0 15px;
	background-repeat: no-repeat;
	background-position: 6px 13px;
	/* theme-css */
}
#mainMenu li.first {
	padding-left: 12px;
	background: none;
}
#mainMenu a {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2d3331;
}
#mainMenu a:hover,
#mainMenu a.active {
	color: #ff9900;
}

/* theme colors */
#mainMenu .theme02 a:hover,
#mainMenu .theme02 a.active {
	color: #04aeef;
}
#mainMenu .theme03 a:hover,
#mainMenu .theme03 a.active {
	color: #ff0000;
}
#mainMenu .theme04 a:hover,
#mainMenu .theme04 a.active {
	color: #f665b0;
}

#mainMenu .theme07 a:hover,
#mainMenu .theme07 a.active,
#mainMenu .theme08 a:hover,
#mainMenu .theme08 a.active {
	color: #df071a;
}
#mainMenu .theme10 a:hover,
#mainMenu .theme10 a.active {
	color: #8cb414;
}
#mainMenu .theme11 a:hover,
#mainMenu .theme11 a.active {
	color: #7e5bff;
}

/* CAROUSSEL */ 
.mainCaroussel {
	float: left; display: inline;
	width: 708px; height: 241px;
	overflow: hidden;
	background: #e3e3e3;
}

/* SERVICE BOX */
.serviceBox {
	float: right; display: inline;
	width: 184px; min-height: 221px;
	padding: 10px;
	background: #2d3331;
	color: white;
}
* html .serviceBox { /* fix IE6 bug */
	overflow: hidden;
	height: 221px;
}

.serviceBox a {
	text-decoration: none;
	color: white;
}
.serviceBox a:hover {
	text-decoration: underline;
}

.serviceBox input {
	font-size: 11px;
}

.serviceBox .serviceSearch {
	position: relative;
	left: -3px;
	float: left; display: inline;
	width: 155px; height: 14px;
	padding: 5px;
	margin: 0 0 3px 0;
	border: none;
	background: url(/images/service_input_white.gif) no-repeat left top;
	color: #4d4d4d;
}
.serviceBox .serviceEmail,
.serviceBox .servicePassword {
	position: relative;
	left: -3px;
	float: left; display: inline;
	width: 155px; height: 14px;
	padding: 5px;
	margin: 0 0 3px 0;
	border: none;
	background: url(/images/service_input_gray.gif) no-repeat left top;
	color: #4d4d4d;
}
.serviceBox .submit2dark {
	float: left; display: inline;
	margin: 4px 0 0 0;
	width: 17px; height: 16px;
	overflow: hidden;
	border: none;
	text-indent: 999em;
	letter-spacing: 999em;
	cursor: pointer;
	background-color: #2d3331;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}
.serviceBox .title {
	position: relative;
}
.serviceBox .serviceRegister {
	position: absolute;
	right: 15px; top: 2px;
	color: #969998;
}
.serviceBox ul,
.serviceBox li {
	margin: 0; padding: 0;
	list-style: none;
}
.serviceBox li {
	line-height: 16px;
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-position: 3px 8px;
	/* theme-css */
}
.serviceBox li.grayed a {
	color: #969998;
}

/* FOOTER */
.footerBar {
	padding: 3px 13px;
}
*+html .footerBar { /* IE7 floating bottom margin bug */
	padding-bottom: 0;
}
.footerLogo {
	float: left; display: inline;
	width: 110px;
	background: url(/images/dots_ver_gray.gif) repeat-y right top;
}
.footerLogo a {
	display: block;
	width: 100px; height: 35px;
	text-decoration: underline;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}
.logoMkb,
.logoTw {
	float: left; display: inline;
	padding: 0 15px;
	background: url(/images/dots_ver_gray.gif) repeat-y right top;
}
.logoMkb {
	width: 38px; height: 37px;
}
.logoTw {
	width: 90px; height: 37px;
}

.footerMenu {
	float: left; display: inline;
	padding: 9px 20px 0 10px;
}
.footerMenu ul,
.footerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
.footerMenu li {
	float: left; display: inline;
	padding: 0 10px 0 12px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	/* theme-css */
}
.footerMenu li.first {
	background: none !important;
}
.footerMenu a {
	text-decoration: none;
	color: #2d3331;
}
.footerMenu a:hover {
	text-decoration: underline;
}

#copyrights {
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #8e9190;
}

