@charset "utf-8";
/* CSS Document */

#main
{
	width:860px;
	margin-left:20px;
	height:700px;
}

#mainleft
{
	padding:0px;
	width:410px;
	height:auto;
	margin:0px;
	float: left;

}

#mainright
{
	padding-top:20px;
	width:410px;
	height:auto;
	margin:0px;
	float: right;
}

#accessories
{
	margin-top:20px;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;

}

#electricjump
{
	font-size: 110%;
	color: #617329;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	padding:4px;

}




/*class*/
.electricsspec_jumpmenu
{
	background-color:#110e0e;
	border: 1px solid #110e0e;
	color:#859640;
	padding:2px;
	font-size:110%;
}






/* NAV BARRRR */

#navbar a:link
{
	text-decoration:none;
	color:#FFF;
}

#navbar a:visited
{
	text-decoration:none;
	color:#FFF;
}
#navbar a:hover
{
	text-decoration:none;
	color:#859640;
}
#navbar a:active
{
	text-decoration:none;
	color:#FFF;
}
/*end nar bar rollover */

/*begin nar bar position */
#navbar
{
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	text-align:center;
	font-size:110%;
	color:#dedede;
	margin-top:10px;
	padding:5px;
	margin-right:20px;
}

/*begin select another building jump menu*/
#anotherbuilding
{
	font-size: 110%;
	color: #617329;
	padding:4px;
	margin-right:20px;
	text-align: right;
}

.building_jumpmenu
{
	background-color:#110e0e;
	border: 1px solid #110e0e;
	color:#859640;
	padding:2px;
	font-size:110%;
}
/*end select another building jump menu*/








