body {
	background-color: #bfbfbf;
	color: #666;
	font: 11px/18px "Lucida Grande", Tahoma, Verdana, Arial;
}
a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	color: #3d5466;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

#main_wrapper {
	width: 886px;
	margin: 46px auto 0px auto;
	background: #fff url('../images/content-bg-1.gif') repeat-y;
	border: 6px solid #e4e4e4;
}	

#logo {
	position: absolute;
	margin-left: 20px;
	top: 0px;
	background: url('../images/logo-1.png') no-repeat;
	width: 162px;
	height: 83px;
}

#navi {
	padding-left: 258px;
	background: #5d7a8c url('../images/navi-bg.gif') repeat-x;
	line-height: 41px;
	height: 41px;
	color: #fff;
}

#column {
	width: 258px;
	float: left;
}

#main {
	width: 628px;
	float: right;
}

#main .wrapper {
	border-top: 6px solid #e4e4e4;
	background-color: #fff;
	padding: 20px;		
}
#column .wrapper {
	background-color: #fff;
	padding: 20px;
	border-top: 6px solid #e4e4e4;
	border-right: 6px solid #e4e4e4;
}

#feature {
	border-top: 6px solid #e4e4e4;
	border-right: 6px solid #e4e4e4;	
}

h2 {
	margin: 0px 0px;
	padding: 0px;
}

h2#news {
	background: url('../images/title-news-1.png') no-repeat;
	height: 12px;
	width: 200px;		
}
h2#products {
	position: absolute;
	background: url('../images/title-products-1.png') no-repeat;
	height: 12px;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 999;
}	

#column h2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
#main h2 {
	font-weight: bold;
	font-size: 16px;
	color: #3d5466;
}

#column p, #main p {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}
#main p {
	font-size: 12px;
	line-height: 19px;
}

#footer {
	width: 852px;
	margin: 0px auto;
	padding: 20px;
	color: #707070;
}
#footer a {
	color: #707070;
}
#footer .left {
	margin-right: 24px;
}
#footer .right {
	margin-left: 24px;
}

.arrow_up {
	background: url('../images/arrow-up.png') center right no-repeat;
	padding-right: 18px;
}

/* scrollable */

#shuffle {
	background-color: #fff;
	border-top: 6px solid #e4e4e4;
	border-right: 6px solid #e4e4e4;
	position:relative; 
	overflow: hidden;        
	width: 252px;     
	height: 252px;	
}
.shuffle_text {
	position: relative;
	margin-top: 212px;
	margin-left: 16px;
	background-color: #fff;
	color: #000;
	z-index: 999;
	padding: 1px 5px;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}
#shuffle #items {     
	/* this cannot be too large */ 
	width: 20000em;     
	position: absolute;         
} 
#shuffle #items div { 
	float:left; 
} 

