/** GLOBALS **/
body {
   margin: 0 0 0 0;
   color: black;
}

#big {
   width: 850px;
}

#header a:hover {
   color: #CC6600;
}
#left_nav a:hover {
   color: #CC6600;
}
#exetime {
   font-family: Verdana; font-size: 9px; text-align: center;
}

/** HEADER **/
#header {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
   width: 800px;
   font-size: 8px;
}
#header div.banner {
   height: 99px;
   background-image: url(img/header.png);
   background-repeat: no-repeat;
}
#header div.banner a {
   color:black;
}
#header div.banner div.automega {
   float:left; width:350px; height:70%;
}
#header div.banner div.spacer {
   float:left; width:275px;
}
#header div.banner div.cart {
   float:left; width:150px; height: 48px; font-size: 11px;
}
#header div.banner div.cart a {
   color: black;
}

a.cartlink{
   color: black;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}
a.cartlink:hover {
   color: #CC6600;
}
#header div.menu {
   height: 24px;
   background-image: url(img/header-menu-bg.png);
   background-repeat: repeat-x;
}
#header div.menu div.menu_entry {
   float: left;
   border-right: 1px solid #EFEFED;
   color: white;
   text-align: center;
   font-size: 10px;
   height: 15px;
   padding: 5px 10px 3px 10px;
}
#header div.menu div.menu_entry a {
   color: white;
   text-decoration: none;
}
#header div.menu div.menu_entry a:hover {
   color: #CC6600;
   text-decoration: underline;
}
#header div.menu div.menu_entry_car {
   float: left;
   background-image: url(img/header-menu-car.png);
   background-repeat: no-repeat;
   border-right: 1px solid #EFEFED;
   width: 203px;
   height: 23px;
}

/** LEFT Nav **/
#left_nav {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
   float: left;
   width: 175px;
}
.search {
   height: 83px;
   color: white;
   background-image: url(img/search-bg.png);
   background-repeat: repeat-x;
}
.search_button {
   float: right;
   padding-right: 15px;
}

.left_header {
   color: white;
   background-image: url(img/left-header-bg.png);
   font-weight: bold;
   padding: 2px 0 2px 17px;
}
.left {
   color: white;
   background-color: #171717;
   font-size: 11px;
   padding: 1px 0 1px 10px;
}
.submenu {
   background-color: #cbcbcb;
}
.buffer {
   height: 10px;
}
.left a {
   color: white;
   text-decoration: none;
}
.left a:hover {
   color: #CC6600;
}
.left a:visited {
   color: white;
}
.submenu a {
   color: black;
   font-size: 10px;
   font-weight: bold;
}
.submenu a:visited {
   color: black;
   font-size: 10px;
   font-weight: bold;
}
.leftbreak {
   background-color: #171717; height: 15px;
}
.jsSeal {
   background-color: #171717; text-align: center;
}

/** Main Content **/
#main_content {
   float:left;
   margin-left: 10px;
   width: 615px;
}

/** SE Keyword Repeater **/
#SErepeater {
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
   font-size: 16px;
   line-height: 28px;
   background-color: #ffdede;
   margin-left: -10px;
   padding-left: 10px;
}
.SEterm {
   font-weight: bold;
}

