/*----------------GLOBAL SETTING-------------------*/

@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #191000;
}
body {
	margin:0;
	background:url(../resources/images/bg_gradient_b.jpg) repeat-x #9FAF8F;
}

form {
	margin:10px 0 0 0;
}

/*----------------BASIC DIVISIONS-------------------*/

#bg_left {
	margin:0;
	padding:0;
	background-image:url(../resources/images/bg_cloud_left_b.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	
}

#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	width:850px;
	border:solid #FFFFFF 2px;
	background-color:#2C1B01;
	float:left;
	padding-bottom:5px;
}

#nav {
	height:35px;
	width:630px;
	background-image:url(../resources/images/bg_nav.jpg);
	background-repeat:no-repeat;
}

#shopping {
	width:156px;
	background: url(../resources/images/bg_sidebar.jpg) repeat-x;
	float:right;
	padding:4px 20px 0px 20px;
	color:#F2E5D8;
	font-size:10px;
}

#theme {
	width:650px;
	float:left;
	margin-top:35px;
}

#maincontent {
	width:600px;
	background-color:#EFE3D6;
	float:left;
	margin:5px 0 0 0;
	padding: 5px 20px 20px 30px;
}

/*----------------HEADER & FOOTER FORMATTING-------------------*/

#footer, #footer p {
	margin:0 0 10px 0;;
	border:0;
	float:left;
	width:850px;
	padding: 5px;
	color:#FFFFFF;
	font-size:9px;
}

#header {
	margin:0;
	border:0;
	background-color:#D0E7EB;
	float:left;
	width:850px;
}

#header a {
	color: #968B7B;
	font-size:9px;
	line-height:14px;
	display:block;
}

#header a:hover {
	color: #996600;
}


/*----------------DROPDOWN MENU-------------------*/

#nav {
	position:absolute;
	font: normal 12px bold Arial;
	color:#DFD3C5;
	list-style: none;
	z-index:100;
	padding: 0px 0px 15px 20px;
	line-height:12px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	list-style: none;
	letter-spacing:1px;
}
	
#nav li a {
	display : block;
	color : #DFD3C5;
	font-weight : bold;
	text-decoration : none;
	padding: 0px 20px 0px 20px;
	line-height:35px;
	text-align:center;
}

#nav a:hover, #nav li:hover, #nav li.sfhover {
	color: #ADD0E1;
	background: repeat-x  url(../resources/images/button_nav_hover.jpg) #553A28;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : -3.3em;
	margin-top : 0em;
	width:200px;
}

#nav li ul a {
	display: block;
	border-bottom: 1px solid #71695C;
	border-left: 3px solid #71695C;
	background-color: #514A42;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	width: 180px;
	line-height:16px;
	text-align:left;
	/*filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/*----------------SIDEBAR-------------------*/

#shopping ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

#shopping a{
	color: #D9CEC2;
}

#shopping ul li a {
	color: #D9CEC2;
	font: normal 11px Arial;
	display: block;
	padding: 2px 0;
	line-height: 13px;
}

#shopping ul li a:hover, #shopping a:hover {
	color:#FFB318;
}

/*----------------FORMS & BUTTONS-------------------*/

.button_d, .button_d a {
	font: bold 9px Arial;
	background: url(../resources/images/button_dark.jpg) repeat-x #2C1B01;
	border: 1px #595249 solid;
	display: block;
	padding:3px 15px 3px 15px;
	margin:1px 0 1px 0px;
	text-decoration: none;
	text-align:center;
	color:#A99C8A;
}

.button_d:hover {background: url(../resources/images/button_dark_hover.jpg) repeat-x;color: #FFFFCC;}

#fadeinbox{
position:absolute;
width: 480px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}

#fadeinboxcat{
position:absolute;
width: 480px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: #EFE3D6;
padding: 4px;
z-index: 100;
visibility:hidden;
}