/*
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  04: 2Col_Fixed_Full_Width_Header_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-family: Georgia,"Times New Roman", Times, serif; */
	font-size: 100%;
	color: #000000;
	padding: 0;
}

#bodywrapper {
    background: url(../images/main-bg-black.jpg) repeat-x;
}

#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 223px;
	background-color: #0f0f10;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/header-black.jpg);
}


#prewrapper{
	margin: 0 auto;
    background: url(../images/content-shadow-black.jpg) no-repeat top center;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}
#menuwrapper {
  width:770px;
  height:28px;
  background-color: #2a2a2a;
  border-top: 1px solid #60686A;
  font-size: 0.8em;
}

#column_wrapper {
	background-image: url(img/kingelectric-bg.gif);
	background-repeat: repeat-y;
}
#column_top {

}
#column_bottom {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 570px;
	float: left;
}
#right {
	width: 200px;
	float: left;
  background: url(../images/sidebarbg.jpg) no-repeat top;
}
#left .content {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
    margin: 0;
	padding: 0 20px 0 30px;
	font-size: 0.7em;
	line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#masthead .content {
	width: 770px;
	margin: 0 auto;
	background-image:url(../images/centerbanner.jpg);
	background-repeat:no-repeat;
	width: 770px;
	height: 223px;
}
#masthead .quicklinks {
position: relative;
float: right;
padding: 0px 30px;
}
#footer .content {
	text-align: center;
	padding: 6px 0px;
	color: #FFFFFF;
}
#footer .content a:link, #footer .content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .content a:hover {
	color: #FF66FF;
    text-decoration: none;
	}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/bacground2.jpg);
	background-repeat: repeat-x;
}
#right a:link {
	color: #FF7324;
    text-decoration: none;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #00A9BC;
}
#left a:link {
	text-decoration:none;
	color: #333;
}
#left a:visited {
	text-decoration:none;
	color: #333333;
}
#left a:hover {
	color: #00A9BC;
    text-decoration: underline;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right .menulist a, #right .menulist a:visited {
	color: #000000;
	border-left: 6px solid #00A9BC;
	padding: 0 0 0 6px;
    text-decoration:none;
}
#right .menulist a:hover, #right .menulist a:hover {
	border-color: #ee3596;
}
#footer a:link {color: #333;}
#footer a:visited {color: #333;}
#footer a:hover {color: #fff;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #666 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

.carouselwrap {
    width:550px;
    overflow:hidden;
}
.kecarousel{

}

#nextprev {
}
#nextprev .prev, #nextprev .next {
float:left;
position: relative;
}
.ichi, .ni, .san, .yon, .go, .roku, .nana {
float:left;
position: relative;
  margin-right: 5px;
}

#openlogin {
  cursor: pointer;
}
.customerlogin {
  background-color: #FF7324;
  color: #fff;
  height: 100px;
  font-size: 0.75em;
}
.customerlogin a:link, a:hover {
color:#fff;
}

#ke_login {
    position: relative;
    float: right;
    padding: 10px 30px;
}

#ke_username, #ke_password {
  float: left;
  padding-right: 5px;
}

#dhtmlgoodies_leftPanel {
  color: #333;
  height: 340px;
  font-size: 0.75em;
  height:100%;
  left:0px;
  z-index:10;
  position:absolute;
  display:none;
  overflow:hidden;
  background: #066CAA url(../images/toppanel-bg-blue.png) repeat-x;
}
#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding-left:2px;
		padding-right:2px;
		background-color:#000;
		position:absolute;
		top:2px;
		right:2px;
		border:1px solid #fff;
		color:#fff;
		font-size:1.5em;
        font-weight:bold;
  text-decoration: none;
}
#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#000;
		background-color:#fff;
        text-decoration: none;
  		border:1px solid #C0C0C0;

}

