/*reset*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a:link, a:visited {
	color:#999;
	text-decoration:none;
}
p a:link, p a:visited {
	border-bottom:1px dotted #888;
}
#col_mid p a:link, #col_mid p a:visited {
	border:none;
}
a:hover {
	color:#fff;
}
h1 img {
	max-width:100%;
	padding:10% 0 0 10%;
	margin-bottom:1em;
}
h3 {
	color:#666;
	font-size:1.2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:-0.1em;
	text-shadow:0 -1px 0 #111;
	margin-bottom:0.4em;
}
h4 {
	font-size:0.6em;
	font-weight:normal;
	color:#777;
}
p {
	font-size:0.7em;
	line-height:1.4;
	margin-bottom:1em;
}
p strong {
	color:#fff;
}
/*layout*/
html, body {
	font-family:Verdana, Geneva, sans-serif;
	background:#303030;
	color:#ccc;
}
#frame {
	margin:20px;
}
#container {
	max-width:87.5em;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#col_left {
	position:absolute;
	top:0;
	left:0;
	width:14.29%;
	background:url(i/line_v.gif) repeat-y right top #303030;
	min-height:2000px;
	z-index:9;
}
#col_right {
	position:absolute;
	top:0;
	right:0;
	width:14.29%;
	background:url(i/line_v.gif) repeat-y left top #303030;
	min-height:2000px;
	z-index:9;
}
#col_mid, #col_new {
	margin:0 14.29%;
	padding-top:5px;
}
#screen {
	position:absolute;
	top:270px;
	left:0;
	width:1000px;
	height:1000px;
	background:#303030;
	margin:5px 14.29%
}
.content {
	margin:10%;
}
#col_new {
	height:225px;
	background:url(i/line_h.gif) repeat-x 0 bottom #303030;
	width:85%
}
#col_mid ul.menu {
	width:20%;
	float:left;
}
#col_new h3, #col_mid h3 {
	padding:10px;
}
#col_mid ul.menu li img, #col_mid ul.menu li li img {
	max-width:100%;
}
#col_mid h3 a {
	padding:8px 15px;
	margin-left:20px;
}
#col_mid h3 a.selected {
	background: url(i/h3a_bg.gif) repeat-x #0b0b0b;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	color:#ccc;
}
/*our products*/
ul.menu a {
	display: block;
	text-align:center;
	font-size:0.7em;
	margin:0 auto;
}
ul.menu a.logo {
	margin:0 5px;
}
ul.menu li a:hover {
	background: url(i/brand_bg.gif) repeat-x #0b0b0b;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
ul.menu li li a {
	padding:10px;
	background:#444;
	color:#ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	width:150px;
	margin:2px auto;
}
ul.menu li li a:hover {
	background:#ccc;
	color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}
ul.menu li li img {
	border:5px solid #777;
	display:block;
	margin:2px auto;
}
ul.menu li li.info a {
	background:url(i/h3a_bg.gif) repeat-x #0b0b0b;
}
ul.menu li li.info a:hover {
	background-image:none;
	background:#000;
}
/*new products*/
#slider {
	height:150px;
	overflow:hidden;
}
#slider ul {
	width:900px;
}
#slider ul li a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
 *display:inline;
	width:150px;
	height:150px;
	color:#303030;
	font-size:1px;
}
#slot1 a .hover, #slot2 a .hover, #slot3 a .hover {
	display:block;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	position: relative;
	top:0;
	left: 0;
	height: 150px;
	width: 150px;
	cursor:pointer;
}
#slot1 a, #slot1 a .hover {
	background-image:url(../sml/new1.gif);
}
#slot2 a, #slot2 a .hover {
	background-image:url(../sml/new2.gif);
}
#slot3 a, #slot3 a .hover {
	background-image:url(../sml/new3.gif);
}
.obj01 {
	background-position: 0 -150px;
}
.obj02 {
	background-position: -150px -150px;
}
.obj03 {
	background-position: -300px -150px;
}
.obj04 {
	background-position: -450px -150px;
}
.obj05 {
	background-position: -600px -150px;
}
.obj06 {
	background-position: -750px -150px;
}
.obj01 .hover {
	background-position:0 0;
}
.obj02 .hover {
	background-position:-150px 0;
}
.obj03 .hover {
	background-position:-300px 0;
}
.obj04 .hover {
	background-position:-450px 0;
}
.obj05 .hover {
	background-position:-600px 0;
}
.obj06 .hover {
	background-position:-750px 0;
}
ol#controls {
	position:absolute;
	top:210px;
	left:47%
}
ol#controls li {
	float:left;
	list-style:none;
	height:14px;
	line-height:14px;
}
ol#controls li a {
	float:left;
	width:16px;
	height:14px;
	line-height:14px;
	background:url(i/slide_but.gif) -16px 0 no-repeat transparent;
	text-decoration:none;
	text-indent:-9999px;
}
ol#controls li.current a {
	background-position:0 0;
}
/*form*/
.mailer {
	display:inline;
}
.mailer label, .mailer input, .mailer textarea {
	width: 140px;
	float: left;
	margin: 0 0 6px 0;
	color:#000;
	height:16px
}
.mailer label {
	font-size:0.7em;
	text-align: left;
	padding-right: 10px;
	width: 110px;
	color:#ccc;
	line-height:16px;
}
.mailer input, .mailer textarea {
	border: none;
	padding: 2px;
	background:url(i/form_bg.gif) repeat-x #777;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.mailer textarea {
	height:70px;
}
.mailer input:focus, .mailer textarea:focus {
	border:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#ccc;
	background-image:none
}
.mailer input.but {
	width:80px;
	height:25px;
	border:none;
	background: url(i/h3a_bg.gif) repeat-x 0 center #0b0b0b;
	color:#999;
	margin-bottom:20px;
}
.mailer br {
	clear: both;
	height: 0;
	overflow: 0;
	font-size: 0;
}
/*hide*/
#col_right span, .hide {
	display:none;
}
.framed, .goright_framed, .goleft_framed {
	border:4px solid #666;
}
.goright, .goright_framed {
	float:right;
	margin:0 0 5px 10px;
}
.goleft, .goleft_framed {
	float:left;
	margin:0 10px 5px 0;
}
.divider {
	clear:both;
	margin-top:20px;
	padding-top:10px;
	background:url(i/line_h.gif) repeat-x 0 top transparent;
}
/*thumbs*/
.thumbs {
	margin:10px;
}
#col_mid .thumbs h3 {
	margin-left:-10px !important;
}
.thumbs img {
	border:5px solid #777;
	margin:0 10px 10px 0;
}

