:focus, *:active {
    outline: 0 none;
}
html, body {

    background: url('/common/template/images/large_spacer.gif') no-repeat;
    background-size: 100%;
    background-color: #DFDFDF;
    background-position: center top;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
div#HeaderContainer {
    float: left;
    width: 970px;
}
div#Logo {
    background-color: white;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    padding: 10px 0;
    width: 966px;
}
div#Logo a {
    display: block;
    height: 67px;
}
div#Banner {
    background: none repeat scroll 0 0 black;
    float: left;
    height: 220px;
    overflow: hidden;
    width: 966px;
}
div#Contents {
    float: left;
    padding: 20px 0;
    width: 970px;
}
div#MainBodyContainer {
    background-color: #FFFFFF;
    float: left;
    width: 966px;
}
div#MenuBar {
    background-image: url("/images/menu_bg.gif");
    background-repeat: repeat-x;
    float: left;
    height: 48px;
    width: 970px;
}
div#Contents {
    float: left;
    padding: 20px 0;
    width: 970px;
}
div#LeftPane {
    float: left;
    padding: 0 20px 0 13px;
    width: 181px;
}
div#LeftPane_Top {
    background-image: url("/images/LeftNav_Top.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    width: 181px;
}
div#LeftPane_Body {
    background-image: url("/images/LeftNav_Body.jpg");
    background-repeat: repeat-y;
    float: left;
    width: 181px;
}
div#LeftPane_Bot {
    background-image: url("/images/LeftNav_Bot.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 10px;
    width: 181px;
}
div#RightPane {
    float: left;
    width: 756px;
}
div#internalRightPane {
    float: left;
    padding: 0 13px 20px;
    width: 518px;
}
div#MiddlePane {
    float: left;
    padding-right: 13px;
    width: 518px;
}
div#NewsPane {
    float: left;
    padding-right: 10px;
    width: 215px;
}
div#NewsHead {
    background-image: url("/images/News_head.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    width: 215px;
}
div#NewsBody {
    background-image: url("/images/News_body.jpg");
    background-repeat: repeat-y;
    float: left;
    padding: 17px;
    width: 181px;
}
div#NewsFooter {
    background-image: url("/images/News_footer.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 8px;
    width: 215px;
}
div#Footer {
    float: left;
    width: 970px;
}
h1 { font-size:16px;}
h2, h3, h4 {
    color: #1D1D1D;
    font-size: 2em;
    line-height: 1.4em;
    margin: 0 0 20px;
    text-transform: none;
}
h2 {
    color: #000000;
    margin: 0;
    text-shadow: 1px 1px #000000;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.2em;
}
p {
    margin: 0 0 10px;
    font-size:14px;
}
.x {
    clear: both;
}
.line {
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    margin: 0 0 20px;
    padding: 15px 0 0;
}
img {
    border: 0 none;
}
a {
    color: #BA2E1F;
    text-decoration: none;
}
#content {
    background: none repeat scroll 0 0 #000000;
    margin: 0 auto;
    width: 966px;
    z-index: 1;
    position:relative;
}
#logo {
    float: left;
    margin: 32px 0 20px 20px;
}
#search {
    float: right;
    margin: 80px 12px 0 0;
}
#header {
    background-image: url("../images/menu_bg_2.gif");
    background-repeat: repeat-x;
    height: 156px;
}
.menu {
    border: 0 none;
    font: bold 12px "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
.menu ul {
    background: none repeat scroll 0 0 #333333;
    height: 35px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.menu li {
    float: left;
    padding: 0;
}
.menu li a {
    background: url("../images/seperator.gif") no-repeat scroll right bottom #333333;
    color: #CCCCCC;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li a:hover, .menu ul li:hover a {
    background: url("../images/hover.gif") no-repeat scroll center bottom #2580A2;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li ul {
    background: none repeat scroll 0 0 #333333;
    border: 0 none;
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 225px;
    z-index: 200;
}
.menu li:hover ul {
    display: block;
}
.menu li li {
    background: url("../images/sub_sep.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 225px;
}
.menu li:hover li a {
    background: none repeat scroll 0 0 transparent;
}
.menu li ul a {
    display: block;
    font-size: 12px;
    font-style: normal;
    height: 35px;
    margin: 0;
    padding: 0 10px 0 15px;
    text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a {
    background: url("../images/hover_sub.gif") no-repeat scroll left center #2580A2;
    border: 0 none;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
.hold {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 0 0 15px;
    padding: 12px;
}
.holdmain {
    background: url("../images/holdbg.png") no-repeat scroll right bottom #FFFFFF;
}
#main {
    color: #0071BA;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    padding: 0 0 20px;
    width: 755px;
}
#main_full {
    color: #444;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: lighter;
    padding: 10px;
    width: 946px;
}
#main p {
    color: #004470;
    font-size: 13px;
}
#main td {
    color: #4d4d4d;
    font-size: 13px;
}
.img {
    border: 1px solid #DDDDDD;
    float: right;
    margin: 0 0 20px 20px;
}
.col {
    float: left;
    margin: 0 14px 0 0;
    width: 173px;
}
.col img {
    width: 173px;
}
.col.last {
    margin: 0;
}
.col img {
    border: 1px solid #DDDDDD;
}
.col h3 {
    font-size: 1.3em;
    margin: 0 0 5px;
}
.col p {
    font-size: 0.84em;
}
.price {
    color: #1AB311;
    float: right;
    font-weight: bold;
    padding: 2px 2px 0 0;
}
#side {
    float: right;
    width: 180px;
}
.ttl {
    background: url("../images/ttl.png") no-repeat scroll right top black;
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid;
    margin: 0 0 20px;
    padding: 10px;
}
.box ul {
    font-size: 0.9em;
    padding: 10px 14px;
}
.box li {
    border-bottom: 1px dotted #ACACAC;
    list-style: none outside none;
    padding: 4px 0;
}
.box li a {
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
}
div#boxHeading {
    background-color: black;
    color: white;
    float: left;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
    width: 150px;
}
#description ul {
    list-style-type: square;
    margin: 0 0 20px 15px;
}
#desc-price {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px dotted #CCCCCC;
    color: #222222;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px;
    text-shadow: 1px 1px #FFFFFF;
}
.notice {
    color: #999999;
}
#screenshots {
    clear: both;
    position: relative;
}
#screenshots .scrollable {
    height: 110px;
    margin: 0 0 0 28px;
    overflow: hidden;
    position: relative;
    width: 915px;
}
#screenshots .scrollable .items {
    position: absolute;
    width: 20000px;
}
#screenshots .items ul {
    float: left;
    list-style: none outside none;
}
#screenshots .items ul li {
    float: left;
}
#screenshots .items ul li a {
    border: 1px solid #FFFFFF;
    float: left;
    height: 98px;
    margin: 0 17px 0 0;
    overflow: hidden;
    padding: 5px 0;
    width: 95px;
}
#screenshots .items ul li a:hover {
    border-color: #DDDDDD;
}
#screenshots a.arrows {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    text-indent: -999999px;
    top: 44px;
    width: 12px;
}
#screenshots a.prev {
    background-position: left top;
    left: 0;
    position: absolute;
}
#screenshots a.next {
    background-position: right top;
    position: absolute;
    right: 0;
}
#screenshots a.prev:hover {
    background-position: left bottom;
}
#screenshots a.next:hover {
    background-position: right bottom;
}
#screenshots h3 {
    margin: 0 0 20px;
}
#screenshots h3 {
    margin: 0 0 20px;
}
#footer {
    padding: 25px 0 20px;
}
#copy {
    float: left;
    font-size: 0.9em;
}
#phone {
    color: #888888;
    float: right;
    font-size: 1.2em;
    padding: 4px 0 0;
}
input {
    font: 0.94em Arial;
}
fieldset {
    border: 0 none;
}
label {
    clear: both;
    color: #555555;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 2px;
    text-transform: uppercase;
}
input.text, textarea {
    background: none repeat scroll 0 0 #555555;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    margin: 0 0 15px;
    padding: 7px 7px 6px;
    width: 250px;
}
#main input.text {
    width: 400px;
}
#main textarea {
    height: 130px;
    width: 500px;
}
input.submit {
    background: none repeat scroll 0 0 #444444;
    border: 0 none;
    color: #DDDDDD;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px 4px;
    text-transform: uppercase;
}
div#FooterContainer {
    background-color: #FFFFFF;
    float: left;
    height: 50px;
    width: 966px;
}
div#FooterTop {
    background-image: url("../images/footertop.jpg");
    background-repeat: repeat-x;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
    height: 18px;
    padding: 16px 0px 0 0px;
    width: 100%;
}
div#FooterBot {
    background-image: url("../images/footerbot.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    width: 100%;
}

#search-box{
background: none repeat scroll 0 0 #f5f5f5;
border: 1px solid #C0C5D7;
color: #222;
font: 14px Arial,Helvetica,sans-serif;
outline: medium none;
text-transform: lowercase;
}







