#backfield {
    width:100%;
	background: #777; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #777,  #444); /* for firefox 3.6+ */ 
	padding: 5px;
}

#wrapper {
    width:900px;
	margin: 0px auto;
    position: relative;
    text-align: left;
	padding: 6px;
    border: 4px dashed #cccccc;
	background: #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#nav_table {
 display: block;
 position: static;
 height:178px;
 color:#000;
 border: 2px solid #000000;
}
#nav li:hover ul.sub li.sub_form {
    display: block;
    float: left;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 180px;
}

#top_left {
 border-right: 2px solid black;
 border-bottom: 2px solid black;
 display: block;
 float:left;
 width:100px;
 height:36px;
 background: #E2BCFA;
 text-decoration: none;
}
#top_left img {
	margin: 5px 0 0 3px;
	border-style: none;
}


#bottom_left {
 border-right: 2px solid black;
 display: block;
 float:left;
 background: url("/specs_nav_img/logo_decepticon.gif");
 width:100px;
 height:140px;
}
#top_center {
 border-right: 2px solid black;
 border-bottom: 2px solid black;
 display: block;
 float:left;
 width:250px;
 height:36px;
 background: orange;
}
#bottom_center {
 border-right: 2px solid black;
 display: block;
 float:left;
 width:250px;
 height:140px;
 background: #EEEEEE;
}
#top_right {
 border-bottom: 2px solid black;
 display: block;
 float:left;
 width:542px;
 height:36px;
 background: purple;
}
#top_right iframe {
	margin: 5px 0 0 0;
	border-style: none;
}
#top_right img {
	padding: 0 2px 0 0;
}
#bottom_right {
 display: block;
 background: url("/specs_nav_img/specs_on.gif");
 float:left;
 width:542px;
 height:140px;
}
/*
#bottom_right:hover {
 background: url("/specs_nav_img/specs_on.gif");
}
*/
#bottom_center span.ad {
 padding: 0 0 0 8px;
}

#ad_nav {
	font-family: arial,verdana,sans-serif;
    height: 48px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 5px 0 8px;
    position: relative;
}

#store_nav {
	font-family: arial,verdana,sans-serif;
    height: 48px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 5px 0 0;
    position: relative;
}
#store_nav li.top, #store_nav li.top_help, #store_nav li.top_search {
    display: block;
    float: right;
    height: 36px;
	padding: 0 0 0 5px;
}
#store_nav li.top_help {
	padding: 5px 0 0 5px;
}
#store_nav li.top_search {
	padding: 10px 0 0 5px;
}
#store_nav li a.top_link {
    color: #000000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
    height: 36px;
    line-height: 33px;
    text-decoration: none;
}
#store_nav li span.spacer_help {
	padding: 10px 0px 0px 0px;
}

#buy_nav {
	font-family: arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
    height: 60px;
    list-style: none outside none;
    margin: 0;
    padding: 10px 5px 0 0;
    position: relative;
}
#buy_nav li.buy_top {
    display: block;
	background: white;
    float: right;
    height: 60px;
    border: 2px solid #000;
}
#buy_nav li img {
    border: 2px solid #cccccc;
}

#nav {
    background: #E2BCFA;
    font-family: arial,verdana,sans-serif;
    height: 36px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 200;
}
#nav li img, #store_nav li img, #buy_nav li img {
	border-style: none;
}
#nav li.top {
    display: block;
    float: left;
    height: 36px;
}
#nav li span.name {
	padding: 0 0 0 5px;
}
#nav li a.top_link, #nav li span.name {
    background: #E2BCFA;
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
    height: 36px;
    line-height: 33px;
    text-decoration: none;
}

/*
#nav li a.top_link_center {
	margin: 0 0 0 100px;
}
*/


#nav li a.top_link span {
    background: #E2BCFA;
    display: block;
    float: left;
    height: 35px;
    padding: 0 8px 0 4px;
}
#nav li a.top_link span.down {
    background: #E2BCFA url('/specs_nav_img/arrow_down.gif') no-repeat center 80%;
    display: block;
    float: left;
    height: 35px;
    padding: 0 8px 0 4px;
}
#nav li:hover a.top_link {
    background: #693E85;
    color: #FFFF00;
}
#nav li:hover a.top_link span {
    background: #693E85;
}
#nav li:hover a.top_link span.down {
    background: #693E85 url('/specs_nav_img/arrow_down_white.gif') no-repeat center 80%;
}
#nav li:hover {
    position: relative;
    z-index: 200;
}
#nav li:hover ul.sub, #nav li:hover ul.sub_store, #nav li:hover ul.sub_archive {
    border: 1px solid #000023;
    height: auto;
    padding: 3px;
    top: 35px;
    white-space: nowrap;
    z-index: 300;
}
#nav li:hover ul.sub {
    background: #E2BCFA;
	width: 150px;
    left: 10px;
}
#nav li:hover ul.sub_store {
    background: #E2BCFA;
	width: 950px;
    left: -400px;
}
#nav li:hover ul.sub_archive {
    background: #E2BCFA;
    width: 520px;
    left: -300px;
}

#nav li:hover ul.sub li {
    display: block;
    float: left;
    font-weight: normal;
    height: 17px;
    position: relative;
    width: 90px;
}

#nav li:hover ul.sub li a {
    border: 1px solid #A9DEFF;
    color: #000000;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    text-indent: 5px;
    width: 148px;
}
#nav li:hover ul.sub li a:hover {
    background: none repeat scroll 0 0 #0C65BC;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
    background: none repeat scroll 0 0 #A9DEFF;
    border: 1px solid #000023;
    height: auto;
    left: 146px;
    padding: 3px;
    top: -4px;
    white-space: nowrap;
    width: 150px;
    z-index: 400;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
    height: 0;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}

#nav table.fullmenu td {
    vertical-align: top;
	padding: 0px;
}
#nav dt {
	background: none repeat scroll 0 0 #D2BCFA;
	color: #000000;
}
#nav dd {
    margin-left: 0px;
}
#nav dd a {
    color: #000000;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    text-indent: 5px;
	margin: 0px;
	padding: 0px;
}
#nav dl {
	color: #000000;
}
#nav dl.odd {
	border: 1px solid #000000;
	background: #FF9900;
}
#nav dl.even {
	border: 1px solid #000000;
	background: #FFCC00;
}
#nav dl.none {
	border: 1px solid #000000;
	border-bottom: 0px;
}
#nav dl.odd dd a {
	border: 1px solid #FF9900;
}
#nav dl.searchbox {
	border: 1px solid #000000;
	background: #FFCC00;
	padding-bottom: 3px;
}
#nav dl.even dd a {
	border: 1px solid #FFCC00;
}
#nav dl.odd dd a:hover, #nav dl.even dd a:hover {
    background: #0C65BC;
	border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #000000;
	margin: 3px 0 0 3px;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
    /* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
	background: #E2BCFA;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#E2BCFA), to(#693E85));
	background: -moz-linear-gradient(top,  #E2BCFA, #693E85);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2BCFA', endColorstr='#693E85'); /* ie7 */
/*	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2BCFA', endColorstr='#693E85'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 2px 6px 2px 8px;
	width: 200px;
	border: solid 1px #bcbbbb;
	outline: none;

	background-image:url('/specs_nav_img/magnifying-glass.gif');
    background-repeat:no-repeat;
    padding-left:20px;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton, .searchform .searchbutton:hover, .searchform .searchbutton:active, .searchform .searchbutton_archive, .searchform .searchbutton_archive:hover, .searchform .searchbutton_archive:active {
	color: #000;
	border: solid 1px #494949;
	font-size: 11px;
	font-weight:bold;
	height: 22px;


	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background-color: yellow;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#693E85), to(#E2BCFA));
	background: -moz-linear-gradient(top,  #693E85,  #E2BCFA);, 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#693E85', endColorstr='#E2BCFA'); /* ie7 */
/*	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#693E85', endColorstr='#E2BCFA'); /* ie8 */
}
.searchform .searchbutton, .searchform .searchbutton:hover, .searchform .searchbutton:active {
	width: 86px;
}
.searchform .searchbutton_archive, .searchform .searchbutton_archive:hover, .searchform .searchbutton_archive:active {
	width: 93px;
}

.searchform .searchbutton:hover, .searchform .searchbutton:active, .searchform .searchbutton_archive:hover, .searchform .searchbutton_archive:active {
	background-color: red;
}
.searchform .searchbutton:active, .searchform .searchbutton_archive:active {
	color: #FF0;
}
.innerTable {
    border: 0px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
.innerTable tr {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.innerTable td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.innerTable td, .fullmenu td {
	font-family: Arial,helvetica,sans-serif;
}


#content {
	border-right: 2px solid black;
	border-left: 2px solid black;
    display: block;
    position: relative;
	background: #EEEEEE;
	padding: 5px 2px;
}

body { font-family: Arial, helvetica, sans-serif; font-size:10pt; margin:0px; }
table { font-family: Arial, helvetica, sans-serif; font-size:8pt; }


h1 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}


h2, h3 { margin-bottom: 0; }
.outie { FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: #FFE680; COLOR: black; FONT-FAMILY: Verdana; TEXT-ALIGN: left }
.innie { FONT-WEIGHT: normal; FONT-SIZE: 10px; BACKGROUND: #FFFFCC; COLOR:  black; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: none }
a.newclass:link {color: yellow} 
a.newclass:visited {color: yellow} 
a.newclass:hover {color: yellow} 
td.off {
	background: #FFCC00;
}
td.on{
	background: #FFFFCC;
}

.box1 {
	background-color: #FFFFCC;
	width: 100%;
	padding: 20px;
	border: 1px solid #555555;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.box1_white {
	background-color: #FFFFFF;
	width: 100%;
	padding: 20px;
	border: 1px solid #555555;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.box2 {
	width: 100%;
	padding: 5px;
	color: #000;
	font-weight: bold;
	border: 3px solid #ff9900;
	background-color:#FFCC00;

	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	behavior: url(border-radius.htc);

}


.box3 {
	width: 100%;
	padding: 5px;
	color: #000;
	font-weight: bold;
	border: 3px solid #ff9900;
	border-top: 0px;

	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	behavior: url(border-radius.htc);
}

.rel {
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	z-index: inherit;
	zoom: 1;  For IE6 
}

#footer {
    background: black;
    font-family: arial,verdana,sans-serif;
	color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    list-style: none outside none;
	padding: 8px 0 0 8px;
    position: relative;
}
#footer a:visited {
 color: #EEEEEE;
 text-decoration: underline;
}
#footer a:link {
 color: #EEEEEE;
 text-decoration: underline;
}
#footer a:active {
 color: #FFFF00;
 text-decoration: none;
}