HTML {
	margin: 0;
	padding: 0;

	font-family: Arial, "Arial CE", sans-serif;
	font-size: 100%; /* IE hack */
	
	color: #fff;
	
	background: url('images/html-textured-bg.jpg') left  355px;
}

BODY {
	font-size: .72em;
	margin: 0;
	padding: 0;
	background: url('images/body-gradient-bg.jpg') repeat-x top;
}

.centered-container {	
	width: 982px;
	margin: 0 auto;
}

#wrapper_extra {
	position: relative;
}

/* LAYOUTS */
#layout-home .centered-container {
	position: relative;
}

#layout-blog .centered-container .top,
#layout-simple .centered-container .top {
	background: url('images/layout-simple-top.png') no-repeat top center;
	height: 22px;
}

#layout-blog .centered-container .center,
#layout-simple .centered-container .center {
	border: 1px solid #bab9b9;
	min-height: 400px;
	height: auto;
	_height: 400px;
	padding: 1.5em 20px;
	
	background: url('images/layout-simple-bg.jpg') repeat-x center top #383736;
}

#layout-blog .centered-container .bottom,
#layout-simple .centered-container .bottom {
	background: url('images/layout-simple-bottom.png') no-repeat bottom center;
	height: 22px;
}

/* HEADER */
#header  {
	min-height: 123px;
	height: auto;
	_height: 123px; 
}

#header .centered-container {
	background: url('images/logo-line.png') no-repeat 85px 69px;
	
	position: relative;
	z-index: 100;
}

#header h1#logo {
	float: left;
	margin: 0; 
	padding: 0; 
	position: absolute;
	top: 18px;
	width: 403px;
	height: 56px;
	overflow: hidden; 
	font-size: 150%; 
	z-index: 1;	
}

#header h1#logo SPAN {
	display: none;
}

#header h1#logo SPAN.image {
	display: block;
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left: 0px;
	top: 0px;
	z-index: 1; 
	height: 56px;
	_cursor: hand; 
	cursor: hand;

	background: url("images/logo.png") 0 0 no-repeat;
	width: 403px;
}

#header h1#logo A {
	text-decoration: none;
	height: 56px;	
	display: block;
}

#header #texts {
	clear: both;
	position: relative;
	top: 16px;
}

#header #texts .float-left {
	width: 403px;
	height: 60px;
	overflow: hidden;
}

#header #texts .float-left P {
	font-weight: bold;
	color: #cccccc;
	font-size: 130%;
	padding: .8em 0 1.2em 10px;
}

#header #texts .float-right {
	width: 55%;
}

#header #texts .float-right P {
	color: #6b6a6a;
	padding: 1em 0;
}

#header #login-box,
#header #search-box {
	width: 55%;
	float: right;
}

#header #login-box A,
#header #search-box A {
	font-size: 95%;
}

#header #login-box {
	padding: .2em 0;
}

#header div#languages {
	float: right;
}

#header div#languages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header div#languages ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header div#login A,
#header div#basket-info A,
#header div#languages li a,
#header div#languages li a:link,
#header div#languages li a:active,
#header div#languages li a:visited {
	color: #fff;
	text-transform: uppercase;
	float: left;
	display: block;
	padding: .4em .7em;
	text-decoration: none;
	background-color: #3c3c3c;
	margin-left: .1em;
}

#header div#basket-info A {
	background: url('images/icon-basket.png') no-repeat 5px center #f39500;
	text-indent: 25px;
	float: right;
	margin-right: 0em;
	font-weight: bold;
}

#header div#login A {
	background: #f39500;
	float: right;
	margin-right: 0em;
	font-weight: bold;
}

#header div#languages li a:hover {
}

#header div#languages li a.active {
	text-decoration: none;
	font-weight: bold;
}

#header #search-box FIELDSET {
	float: right;
	border: none;
}

#header #search-box FIELDSET LEGEND {
	display: none;
}

#header #horizontal-menu {
	position: absolute;
	z-index: 2000 !important;
	width: auto;
	top: 130px;
	right: 10px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}

#menu UL UL { 
	width: 200px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu LI {
	float: left;
	z-index: 110 !important;
	position: relative;	
	text-transform: uppercase;
}

#menu LI A {
	border: 1px solid #6b6a6a;
	border-right: none;
}

/* style the links for the top level */
#menu A, 
#menu A:visited {
	display: block;

	text-decoration: none;
	text-transform: uppercase; 
	color: #6b6a6a; 

	padding: .4em 15px; 
	
	background: url('images/menu-bg.gif') repeat-x #fff;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu A, 
* html #menu A:visited {

}

/* style the third level background */
#menu UL UL UL A, 
#menu UL UL UL A:visited {
	background: #f39500;
}

/* style the third level hover */
#menu UL UL UL a:hover {
	background: #b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu UL UL {
	visibility: hidden; 
	position: absolute;
	z-index: 150 !important;
	height: 0;
	left: 0;
}

/* another hack for IE5.5 */
* html #menu UL LI.over UL,
* html #menu UL UL {
	height: 0;
}

/* position the third level flyout menu */
#menu ul ul ul {
	left: 200px; 
	top: -1px; 
	width: 200px;
}

/* style the second level links */
#menu ul ul a, 
#menu ul ul a:visited {
	height: auto; 
	min-width: 14em;
	width: auto;
	_width: 14em;	
	background: #eee;
	text-transform: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

/* yet another hack for IE5.5 */
* html #menu ul ul a, 
* html #menu ul ul a:visited {
	width:150px;
	w\idth:128px;
	display: block;	
}

/* style the top level hover */
#menu ul li.over a, 
#menu a:hover, 
#menu ul ul a:hover {
	color: #fff; 
	background: #f29400;
}

#menu :hover > a, 
#menu ul ul :hover > a {
	color: #fff; 
	background: #f29400;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li.over ul, 
#menu ul li:hover ul,
#menu ul a:hover ul { 
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility:visible;
}

* html #menu ul li li {
	float: none;
	display: block;
}

* html #menu ul li a,
* html #menu ul li li a {
	display: block;
}

#menu ul li a.active,
#menu ul li a.active:link, 
#menu ul li a.active:active, 
#menu ul li a.active:visited {
	font-weight: bold;
}

* html #menu ul li {
	position: relative;
	z-index: 160;
}

#message, #error {
	padding: 1em;
	display: block;
	margin: .5em 0;
}

#message p, #error p {
	text-align: center;
}

#message a, #error a {
	text-align: center;
	display: block;
}	

#message {
	border: 1px solid #fff;
	color: #fff;
	background: url('images/msg-icon.gif') 10px center no-repeat #226e16;
	font-weight: bold;
}

#error {
	border: 2px solid #fff;
	color: #fff;
	background: url('images/err-icon.gif') 10px center no-repeat #9d1d1d;
}

#message p,
#error p {
	margin: 0;
	padding: 0 .4em;
	padding-left: 35px;
}

/* CONTENT */
/* TODO */

/* FOOTER */
#footer {
	padding: 1em 0;
	color: #6b6a6a;
	font-size: 95%;
	font-style: italic; 
}

#footer A {
	color: #6b6a6a;
}

#footer UL {
	float: left;
}

#footer #copyright {
	float: right;
}