/********* BCS COMPUTER SALES & SERVICE -- sitewide CSS */
/********* created by Heath Gerlock @ 5Q Communications, Inc. 10.23.2007 */
/********* visit http://www.5Qcommunications.com/ -- five questions that change the web. */

@import url(/assets/templates/fiveq/css/product_info.css);

* {
    margin: 0;
    padding: 0;
    color: #444;
}

div.hr {
    visibility: hidden;
    display: block;
    clear: both;
    height: 20px;
    line-height: 20px;
    width: 100%;
    border: none;
    background: none;
}

html {
    background-color: #f5f5f5;
}

body {
    font-size: 62.5%;
    font-family: 'Arial',Helvetica,Verdana,sans-serif;
    text-align: left;
    background: #fff url(/assets/templates/fiveq/gui/bg_body.jpg) repeat-x center top;
}

div.augment {
    width: 100%;
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background: transparent;
}

#pageWrapper {
    position: relative;
    clear: both;
    background: #fff;
}
#page {
    position: relative;
    margin: 0 auto;
    width: 760px;
}

#columnOneWrapper {
    width: 200px;
    float: left;
}
#columnOne {
}

#columnTwoWrapper {
    width: 560px;
    float: left;
}

.headingGrey {
    display: block;
    padding: 7px 7px 7px 15px;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    color: #333;
    background: #8d8d8d url(/assets/templates/fiveq/gui/bg_heading_grey.gif) repeat-x left top;
}
.headingBlue {
    display: block;
    padding: 7px 7px 7px 15px;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    background: #5c7ab2 url(/assets/templates/fiveq/gui/bg_heading_blue.gif) repeat-x left top;
}
#productCategories {
    margin: 15px 0;
    width: 180px;
    display: block;
    border: 1px solid #dadada;
    border-bottom: 1px solid #e5e5e5;
}
#productCategories ul {
    list-style: none;
}
#productCategories ul li {
    border-bottom: 1px solid #dadada;
}
#productCategories ul li a {
    padding: 7px 7px 7px 15px;
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #444;
    text-decoration: none;
    background: #fdfdfd;
}
#productCategories ul li a:hover {
    background: #8d8d8d;
    color: #fff;
}

/* @group HEADER
=========================================================*/

#headerWrapper {
    position: relative;
    clear: both;
    background: #f5f5f5;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 760px;
    background: transparent url(/assets/templates/fiveq/gui/bg_partnership.gif) no-repeat right bottom;
    z-index: 90;
}

#logo {
    float: left;
    height: 87px;
    width: 142px;
    margin: 5px 0;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    background: transparent url(/assets/templates/fiveq/gui/bg_logo.gif) no-repeat left top;
}


#phone_num {
	display: block;
	float: right;
    margin: 20px 250px 0px 0px !important;
    margin: 20px 125px 0px 0px;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    color: #999;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}



/* @group UTILITIES 
=========================================================*/

#utilitiesWrapper {
    position: relative;
    float: right;
    width: 560px;
    height: 36px;
    display: block;
    border: 1px solid #929292;
    background: #bbb url(/assets/templates/fiveq/gui/bg_utilities.gif) repeat-x top left;
}
#utilities {
    margin: 7px;
}
ul#cartTools {
    display: block;
    list-style: none;
}
ul#cartTools li {
    display: block;
    float: left;
}

li#items span,
li#subtotal span{
    margin-top: 6px;
    font-size: 10px;
    line-height: 10px;
    color: #ff6600;
    text-align: left;
    display: block;
}
ul#cartTools li span span {display:inline;}
li#items {
    border-right: 1px solid #a5a5a5;
    height: 22px;
    width: 136px;
    text-indent: 45px;
    overflow: hidden;
    background: #fff url(/assets/templates/fiveq/gui/bg_items.gif) no-repeat left top;
}
li#subtotal {
    height: 22px;
    width: 151px;
    text-indent: 68px;
    overflow: hidden;
    background: #fff url(/assets/templates/fiveq/gui/bg_subtotal.gif) no-repeat left top;
}

li#shoppingCart a {
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 120px;
    height: 22px;
    background: transparent url(/assets/templates/fiveq/gui/btn_shopping_cart.gif) no-repeat left bottom;
}
li#shoppingCart a:hover {
    background: transparent url(/assets/templates/fiveq/gui/btn_shopping_cart.gif) no-repeat left top;
}
li#secureCheckout a {
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 136px;
    height: 22px;
    background: transparent url(/assets/templates/fiveq/gui/btn_secure_checkout.gif) no-repeat left bottom;
}
li#secureCheckout a:hover {
    background: transparent url(/assets/templates/fiveq/gui/btn_secure_checkout.gif) no-repeat left top;
}
ul#accountOptions {
    display: block;
    position: absolute;
    bottom: -19px;
    left: -1px;
    list-style: none;
}
ul#accountOptions li {
    display: block;
    float: left;
}
ul#accountOptions li a {
    float: left;
    font-size: 10px;
    line-height: 10px;
    display: block;
    padding: 4px 8px;
    margin-right: 1px;
    border: 1px solid #929292;
    border-top: none;
    color: #000;
    text-decoration: none;
    background: #bbb url(/assets/templates/fiveq/gui/bg_account_options.gif) repeat-x left bottom;
}
ul#accountOptions li a:hover {
    text-decoration: underline;
}
li#create a {
}
li#login a {
}

/* @end */

/* @end */

/* @group MENU */

#search {
    display: block;
    float: left;
    margin: 10px 0 0 1px;
    font-size: 10px;
    line-height: 10px;
}
#search form input.submit {
    border: none;
    float: left;
}
#search form input.text {
    width: 143px;
    border: none;
    height: 11px;
    font-size: 10px;
    line-height: 10px;
    float: left;
    margin: 0 1px 0 0;
    border: 5px solid #fff;
}
#menuWrapper {
    width: 100%;
    background: #000 url(/assets/templates/fiveq/gui/bg_menu.jpg) repeat left top;
}
#menu {
    position: relative;
    margin: 0 auto;
    width: 760px;
    z-index: 100;
}
#menu ul {
    padding: 0;
    margin: 0 0 -1px 0;
    float: right;
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    text-align: center;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    color: #fff;
}
#menu ul li a,
#menu ul li a:visited {
    float: left;
    display: block;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #000;
    padding: 14px 17px 12px 15px;
}

#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.active a:hover,
#menu ul li.active a:visited {
    background: #fff;
    color: #000;
}


/* @end */

div.viewOptions {
    margin-left: -1px;
    height: 23px;
    width: 230px;
    float: left;
    clear: left;
}
div.viewProducts a {
    margin-right: 1px;
    float: left;
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 117px;
    height: 23px;
    background: transparent url(/assets/templates/fiveq/gui/btn_all_products.gif) no-repeat left bottom;
}
div.viewProducts a:hover {
    background-position: left top;
}

div.viewCategories a {
    float: left;
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 112px;
    height: 23px;
    background: transparent url(/assets/templates/fiveq/gui/btn_view_categories.gif) no-repeat left bottom;
}
div.viewCategories a:hover {
    background-position: left top;
}

/* @group FOOTER
=========================================================*/
#footerWrapper {
    display: block;
    clear: both;
    background-color: #f5f5f5;
}

#footer {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 760px;
    background: transparent url(/assets/templates/fiveq/gui/bg_partnership.gif) no-repeat right bottom;
}

#footerMenu {
    position: relative;
    margin: 0 auto;
    z-index: 100;
}
#footerMenu ul {
    padding: 0;
    margin: 0 0 -1px 0;
    float: right;
    list-style: none;
}

#footerMenu ul li {
    float: left;
    display: block;
    text-align: center;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    color: #fff;
}
#footerMenu ul li a,
#footerMenu ul li a:visited {
    float: left;
    display: block;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
    color: #bbb;
    padding: 14px 17px 12px 15px;
}

#footerMenu ul li a:hover,
#footerMenu ul li.active a,
#footerMenu ul li.active a:hover {
    background: #fff;
    color: #999;
}

.AuthorizeNetSeal {
border: 1px solid #999;
position: absolute;
left: 300px;
top: 15px;
}




/* @group CONTACT */

#contact {
    margin: 0 0 0 0;
    width: 185px;
    float: left;
}
#contact h2 {
    color: #999;
    font: normal 14px/14px 'Impact',Arial,Helvetica,sans-serif;
    font-style: italic;
    background: transparent;
    text-transform: uppercase;
    padding: 14px 0 12px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #e7e7e7;
}

#contact ul {
    color: #bbb;
    list-style: none;
}

#contact ul li.last {
    border-bottom: none;
}

#contact ul li {
    border-bottom: 1px dotted #e7e7e7;
    color: #bbb;
    font-size: 10px;
    line-height: 10px;
}

#contact ul li p {
    padding: 5px;
    color: #888;
    display: block;
    text-decoration: none;
    text-transform: none;

}
#contact ul li p:hover {
    color: #666;
    background: #fff;
}
#contact ul li p b {
    color: #777;
}

#contact ul li a {
    padding: 5px;
    color: #888;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

#contact ul li a:hover {
    color: #666;
    background: #fff;
}

/* @end */

#legal {
    border-top: 1px solid #e7e7e7;
    margin: 0 auto;
    clear: both;
    width: 760px;
    color: #999;
    text-align: center;
    padding: 5px 0;
}
#legal a {
    text-decoration: none;
    color: #777;
}
#legal a:hover {
    text-decoration: underline;
}

/* @end */

/* CUSTOMERS BUTTONS 
==========================================*/

#customers {
    position: relative;
    margin: 15px 0;
    float: none;
}
#customers li {
    list-style: none;
    float: left;
}
#customers li a {
    overflow: hidden;
    text-indent: -5000px;
    display: block;
    list-style: none;
    float: left;
    height: 90px;
    background: #bebebe url(/assets/templates/fiveq/gui/btn_customers.jpg) no-repeat 0px 0px;
}
li#resale a {
    width: 144px;
    background-position: 0px 0px;
}
li#government a {
    width: 194px;
    background-position: -144px 0px;
}
li#business a {
    width: 222px;
    background-position: -338px 0px;
}
li#resale a:hover {
    background-position: 0px -90px;
}
li#government a:hover {
    background-position: -144px -90px;
}
li#business a:hover {
    background-position: -338px -90px;
}

/* CONTENT STYLES 
==========================================*/

#content li ol,
#content li ul,
#content li dl {
    margin-bottom: 0;
}
 
#content {
    position: relative;
    width: 560px;
    margin: 23px 0;
    font-size: 11px;
    line-height: 22px;
    color: #555;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol,
#content dl {
    margin: 0 0 20px 0;
    line-height: 22px;
}
 
#content ul,
#content ol,
#content dl {
    margin-left: 30px;
}
 
#content a {
    color: #f60;
    text-decoration: underline;
}
 
#content a:hover {
    text-decoration: none;
}
 
#content b,
#content p b,
#content strong,
#content p strong {
    font-weight: bold;
}
 
#content p {
    font-weight: lighter;
    font-size: 11px;
    line-height: 18px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-style: italic;
    font-family: 'Impact',Arial,Helvetica,sans-serif;
    font-weight: normal;
}
#content h1 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
}
#content h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333;
}
 
#content h3 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
 
#content h4 {
    font-size: 12px;
    line-height: 12px;
    color: #c30;
}
 
#content h5 {
    font-size: 11px;
    line-height: 11px;
    color: #c63;
}
 
#content h6 {
    font-size: 11px;
    line-height: 11px;
    color: #333;
}
 
#content table a,
#content table a:link,
#content table a:visited {
    border: none;
}
 
#content table {
    width: 90%;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin: 0 auto 20px auto;
    font-size: 11px;
    line-height: 15px;
    border-collapse: collapse;
}
 
#content table caption {
    color: #666;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    caption-side: top;
    text-align: left;
}
 
#content table tr.odd td {
    background: #fafafa;
}
 
#content table tr.odd .column1 {
    background: #f6f6f6;
}
 
.column1 {
    background: #fafafa;
}
 
#content table td {
    color: #666;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 3px 10px;
    text-align: left;
}
 
#content table th {
    font-weight: normal;
    color: #444;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 6px 10px;
}
 
#content table thead th {
    background: #f6f6f6;
    text-align: left;
    font: bold 11px/15px "Verdana","Helvetica",Arial,sans-serif;
    color: #444
}
 
#content table tfoot th {
    text-align: left;
    background: #f6f6f6;
}
 
#content table tfoot th strong {
    font: bold 12px/12px "Verdana","Helvetica",Arial,sans-serif;
    margin: 5px 5px 5px 0;
    color: #444;
}
 
#content table tfoot th em {
    color: #444;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
}

#content table.none,
#content table.none tr,
#content table.none tr.odd td,
#content table.none th,
#content table.none td,
#content table.none th.column1,
#content table.none td.column1 {
    border: none;
    background: none;
}

#content form input.text {
    color: #444;
    font-size: 11px;
    line-height: 11px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fefefe  url(/assets/templates/fiveq/gui/bg_field_gradient.jpg) repeat-x left top;
    padding: 3px;
    margin: 5px 5px 0 0;
}
 
#content form textarea.textarea {
    color: #444;
    font-size: 11px;
    line-height: 15px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fefefe  url(/assets/templates/fiveq/gui/bg_field_gradient.jpg) repeat-x left top;
    padding: 3px;
    margin: 5px 5px 0 0;
}
#content form input.submit {
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    background-color: #333;
}
#content form input:hover.submit{
    color: #fff;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    background-color: #000;
}