@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:#000000;
}
div {
	font-size:13px;
	font-family:Arial, verdana, sans-serif;
	text-decoration:none;
}
#mainbody {
	/*background:url(../images/mainbody.jpg) no-repeat top #000000;
	height:100%;*/
 	position:absolute; 
	margin:0px auto; 
	width:100%;
}
.header {
	height:100px;
	width: 300px; z-index: 0;
}
.logo {
	float:left;
	margin-left:30px;
	margin-top:28px;
	width:250px;
}
.logo a {
	text-decoration:none;
}
.clear {
	clear:both;
}
.middlesection {
	height:80%;
}
.middlesection a {
	color:#ffffff;
	text-decoration:none;
}
.middlesection a:hover {
	color:#50aa91;
	text-decoration:none;
}
.content {
	float:right;
	margin-right:25px;
	margin-top:0px;
	width:75%;
	font-size:12px;
	margin-top: -30px; z-index: 10000
}
.buyer {
	position:fixed;
	top:95%;
	left:1%;
	bottom:1%;
	width:125px;
	text-decoration:none;
	font-family:arial;
	text-transform:uppercase;
	font-size:14px;
}
.buyer a {
	color:#ffffff;
	text-decoration:none;
}
.buyer a:hover {
	color:#50aa91;
	text-decoration:none;
}
/***************************** Menu **********************/
.menu {
	margin-left:15px;
	margin-top:0px;
	float:left;
	width:200px;
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
}
ul.menu {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-top:30px;
}
ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	display: block;
	text-decoration: none;
}
ul.menu li {
	margin-top: 1px;
}
ul.menu li a {
	background: none;
	font-size: 15px;
	text-transform:uppercase;
	padding: 5px;
	color:#FFFFFF;
	display:block;
}
ul.menu li a:hover {
	background: none;
	color:#CC0000;
}
ul.menu li ul li a {
	background: none;
	font-size: 11px;
	padding: 0px;
	padding-left: 15px;
	color:red;
	font-family:Verdana;
}
ul.menu li ul li a:hover {
	background: none;
	border-left: 0px #000 solid;
	padding-left: 15px;
}
.nudge {
	display:block;
	margin:0px;
}
.subnudge {
	display:block;
	margin:0 0 0 10px;
}
.searcbg {
	background:#FFFFFF;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
.searcht {
	border:none;
	width:150px;
	height: 15px;
	margin:0px;
	_margin:-2px;
	border:1px solid #FFFFFF;
}
#bgndEl {
	position:relative;
	margin:auto;
	width:900px;
	height:400px;
	color:#000;
}
h1 {
	margin:0px;
	padding:0px;
	color:#000000;
}
.staticcon {
	color:#000;
	font-size:12px;
}
.staticcon small {
	color:#000;
	font-size:11px;
}
/* Product Detail */
/* Mouse Over */
#zoomview {
	position:fixed;
	right:20%;
	bottom:0%;
	left:20%;
	width:310px;
	margin:0px auto;
	padding:10px 10px 0px 10px;
	text-align:center;
	color:#000000;/*d0930f*/
	font-size:16px;
	font-family:Myriad Pro, Arial;
	/*background:url(../images/bg-zoom.png) no-repeat center top;*/
	/*background-color:#cccccc;
	filter:alpha(opacity=50);
	opacity:0.5;
	height:80px;*/
}
#zoomview a {
	font-size: 13px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
#zoomview a:hover {
	color:#000000;
}
/* Product View */
#prodview {
	position:fixed;
	right:1%;
	bottom:2%;
	float:right;
	height:93px;
	padding:2px;
	text-align:right;
}
#prodview img {
	padding-right:2px;
}
.thumbview {
	margin:0 auto;
	width:90%;
	position:absolute;
	top:86%;
	left:5%;
	bottom:2%;
	height:70px;
	text-align:center;
}
#orbs li {
	width: 100px; /*width of image container. Should be wider than contained images (before bubbling) */
	height:60px; /*height of image container. Should be taller than contained images (before bubbling) */
}
#orbs li img {
	width: 90px; /*width of each image before bubbling*/
	height: 54px; /*height of each image*/
}
#orbs1 li {
	width: 70px; /*width of image container. Should be wider than contained images (before bubbling) */
	height:103px; /*height of image container. Should be taller than contained images (before bubbling) */
}
#orbs1 li img {
	width: auto; /*width of each image before bubbling*/
	height: 95px; /*height of each image*/
}
.bubblewrap {
	list-style-type:none;
	margin:0;
	padding:0;
}
.bubblewrap li {
	display:inline-block;
	zoom:1; /*Trigger haslayout in IE7 and less*/
 *display:inline; /*For IE7 and less*/
	position:relative;
	width: auto;
	height:auto;
}
.bubblewrap li img {
	position:absolute;
	width: auto; /*default width of each image.*/
	height: auto; /*default height of each image.*/
	left:0;
	top:0;
	border:0;
}
/*.bubblewrap .tooltip { CSS for image tooltip (alt attribute of image)
	position:absolute;
	font:bold 12px Arial;
	padding:2px;
	width:100px;
}*/
.bubblewrap .imgv img {
	opacity:0.4;
	filter:alpha(opacity=50);
}
/* up and down */
a.up, a.down {
	background:url(../images/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}
/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
.imgpact img {
	padding:3px;
	opacity:1;
	filter:alpha(opacity=100)
}
.imgp img {
	opacity:0.4;
	filter:alpha(opacity=50)
}
.imgp:hover img {
	opacity:1;
	filter:alpha(opacity=100)
}
.pagesku {
	color:#000;
}
.pagenums {
	color:#666;
}
.pagenums a {
	font-size: 13px;
	color:#616161;
	text-decoration:none;
}
.pagenums a:hover {
	color:#50aa91;
}
.currpage {
	font-weight:bold;
	font-size:13px;
}
.extraimage {
	color:#666;
}
.extraimagenum {
	color:#666;
}
.prodname {
	color:#616161;
}
.prodname a {
	font-size: 13px;
	color:#616161;
	text-decoration:none;
}
.prodname a:hover {
	color:#50aa91;
}
.prodimage {
	width:250px;
}
.ectlink{font-weight:bold; color:#616161; font-size:13px; text-decoration:none;}
.ectlink:link, .ectlink:visited{ color:#616161; text-decoration:underline;}
.ectlink:hover{ color:#616161; text-decoration:underline;}

.proddescription{ color:#666; font-size:11px;}
