@charset "utf-8";
/* CSS Document */
@import url('reset.css');


html { min-width: 800px; min-height: 629px; }

body {
	margin:0;
	padding:0;
	height: 100%;	
	/*background:#150f13;*/
	background:url('../images/main-bg.jpg') center top;
}

.fluid {
	width:100%;
	min-width:900px;
	}
.clrboth {
	clear:both;
}
.clr10 {
	clear:both;
	height:10px;
}
.clr20 {
	clear:both;
	height:20px;
}
.clr40 {
	clear:both;
	height:40px;
}
.fleft {
	float:left !important;
}
.fright {
	float:right !important;
}
.hidden {
	display:none;
}

.shadow {
	box-shadow:3px 3px 4px #333333
}

#about-us { display: none; }
#about-us a { background: #CCC; color: #333; font-weight: bold; padding: 5px 10px; border: none; }
#about-us a:hover { background: #aaa; }


#main-canvas {
	position:relative;
	/*margin:0 auto;*/
	width:980px;
	min-height:600px;
	/*border:1px solid #999;*/
}
#left-nav {
	display: block;
	float: left;
	height:100%;
	width: 204px;
	background-image: url('../images/nav-bg4.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed;
	z-index: 2;	
}
#logo {
	min-width:204px;
	min-height:191px;
	background:url('../images/logo.jpg') no-repeat center top;
}
.nav {
	margin-left:5px;
}
.nav:hover , .selected {
	background-position:bottom !important;
}
#nav-home {
	width:190px;
	height:24px;
	background:url('../images/button-home.jpg') no-repeat center top;
}
#nav-about {
	width:190px;
	height:58px;
	background:url('../images/button-about.jpg') no-repeat center top;
}
#nav-product {
	width:190px;
	height:58px;
	background:url('../images/button-product.jpg') no-repeat center top;
}
.nav-seperator {
	margin-left:5px;
	width:190px;
	height:2px;
	background:url('../images/nav-seperator.jpg') no-repeat center top;
}
#nav-product-858 {
	width:190px;
	height:25px;
	margin-top:2px;
	background:url('../images/858-1.jpg') no-repeat center top;
}
#nav-product-nikko {
	width:190px;
	height:25px;
	margin-top:2px;
	background:url('../images/nikko-1.jpg') no-repeat center top;
}
#nav-product-rastar {
	width:190px;
	height:25px;
	margin-top:3px;
	background:url('../images/rastar-1.jpg') no-repeat center top;
}
#nav-product-syma {
	width:190px;
	height:25px;
	margin-top:3px;
	background:url('../images/syma-1.jpg') no-repeat center top;
}
#main-container {
	display: block;
	position: absolute;
	overflow-x: hidden;
	left:204px;
	min-height:400px;
	overflow:hidden;
	/*background:url('../images/main-bg.jpg') center top;*/
}

	#slider-container {
		width:746px;
		height:370px;
		margin-left:20px;
		padding-top:6px;
		padding-left:13px;
		background:url('../images/bg-slider.jpg') no-repeat center top;
		}
	#sliderimgs {
		position:absolute; top:100px; left:16px;
		z-index: 1;
		width:746px;
		height:335px;
		background:url('../images/bg-slider.jpg') no-repeat center top;
		
	}
	.welcomecontainer{
		width:772px;
		height:100px;
		margin:20px 0 0 20px;
	}
	.welcometext {
		color:#555555; font-size:30px;
	}
	.welcometext2 {
		color:#555555; font-size:18px;
	}
	
	.sliderimg { background-position: center center; background-repeat: no-repeat; width:100%; height:307px; position:absolute; top:6px;}
	/* HEADER TEXT */
	#slidertxt { width:776px; margin:0 auto; clear:both; position:absolute; top:0px; left:20px; z-index:50;}
	#firstline { background-image:url("../images/textbg.png"); color:#555555; font-size:30px; padding:4px 13px 7px; float:left; display:block; }
	#secondline { background-image:url("../images/textbg.png"); color:#555555; text-decoration:none; font-size:18px; padding:0 13px 10px; float:left; display:block; clear:both; }
	#secondline:hover { text-decoration:underline; color:#7F000C; }
	
	.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
	.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
	.pictured a:hover { text-decoration:underline; }
	
	/* CONTROLS */
	.btn { height:32px; width:32px; float:left; cursor:pointer; }
	#back { background-image:url("../images/btn_back.png"); }
	#next { background-image:url("../images/btn_next.png"); }
	#control { background-image:url("../images/btn_pause.png"); }
	/* HEADER HAVIGATION */
	#slidernav-outer { position:relative; top:260px; margin:0; width:776px; height:32px; z-index:50;}
	#slidernav { padding-left:650px; }
	
	#product-container {
		width:780px;
		height:150px;
		margin-left:15px;
	}
	
	.thumb-container {
		width:166px;
		height:125px;
		float:left;
		padding:5px;
		margin-left:13px;
		margin-bottom: 20px;
		background:url("../images/thumb-bg.jpg");
	}
	.thumb-container:hover {
		background-position:bottom;
	}
	

/* ------- FOOTER ------- */
#st-footer {
}