/* --------------------------------------------------- */
/*          Sophie Kyron XHTML CSS Selectors           */
/* --------------------------------------------------- */



/* --------------- Layout Mechanism ------------------ */

html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	margin: 0;
	padding: 0;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	font-size:13px;
}

#layout-mechanism {
	width:900px;
	height:690px;
	margin-left:auto; margin-right:auto;
}

#page-header {
	width:100%;
	height:184px;
	margin-left:auto;
	margin-right:auto;
	background:#92632D;
/*	background:URL('/images/skj_header_1.jpg') #996633 top right no-repeat; */
	position:relative;
}

#logo-container {
	width:174px;
	height:184px;
	margin-left:0;
	margin-right:10px;
	position:relative;
	float:left;
	/*border-right:1px solid #ffffff; */
}

#width650 {
width:630px;
overflow:auto;
top:70px;
margin-left:auto;
}

* #width650 {
overflow-y:auto;
overflow-x:hidden;
}

#fullWidth {
	width:880px;
	margin-left:10px;
}

#buyNowInfo {
	margin:15px 95px -5px 95px;
	padding:5px;
	border:1px solid #92632D;
	background:#ffffff;
/*	background:#C8AA82; */
}

#width650{
	padding-right:50px;
}

#width650, #fullWidth {
	height:400px;
	position:relative;
	z-index:0;
}

#footer {
	Clear:both;
	width:900px;
	text-align:center;
	margin:0 auto 0 auto;
	padding:2;
	background-color:#D5BB97;
	border-top:1px solid #996633;
	height:17px;
	font-size:9px;
	text-align:center;
	color:#92632D;
}



#flash-container {
	z-index:1;
}

#container {width:100%;}

/* ------------------ Styles ------------------------ */

h1 { font-size:115%; }

#navlist {
	height:20px;
	position:relative;
	float:left;
	top:164px;
	color:#ffffff;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist a {
	padding: 0px 10px 5px 10px;
	border-right: 1px solid #ffffff;
	text-decoration: none;
	display:block;
}
#navlist a:link, #navlist a:visited {
	color: #ffffff;
}
#navlist a:hover, #navlist a:active {
	color: #000000;
}

.submenu {
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index:99;
	top:184px;
}
.submenu ul {
	list-style-type:none; /* turn off bullet */
	margin:0; /* remove IE and Opera indent */
	padding:0; /* remove Mozilla and NN7 indent */
	border:1px solid #996633;
}
.submenu li {
	margin:0;
}
.submenu a {
	display:block;
	padding:5px;
	background-color:#D5BB97;
	border-bottom:1px solid #996633;
}
.submenu a:link, .submenu a:visited {
	color:#996633;
	text-decoration:none;
}

.submenu a:hover, .submenu a:active {
	color:#ffffff;
	background-color:#996633;
}

.submenu .lastItem {
	border-width:0px;
}

hr { noshade; }