* {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

html {
    background: #087CAE url(../img/bg.png) repeat-x fixed 0 0;
    color: #333;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 14px;
    overflow-y: scroll;
}



/* ***** FRAMEWORK ***** */

#container {
    background: #FFF;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px auto;
    padding: 10px 0;
    width: 960px;
}

#header {
    margin-bottom: 10px;
    position: relative;
}

#main {
    clear: both;
}

#content {
    float: left;
    margin: 0 10px 20px 10px;
    width: 700px;
}

#leftCol {
    float: left;
    margin: 0 10px 20px 10px;
    position: relative;
    width: 220px;
}

div.half {
    float: left;
    margin: 0 10% 20px 0;
    position: relative;
    width: 40%;
}

#footer {
    border-top: 5px solid #999;
    clear: both;
    padding: 20px 10px 10px 10px;
    position: relative;
}



/* ***** SITE WIDE ***** */

a {
    color: #069;
}

a:active, a:focus {
    outline: none 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

p.error {
    background: #ffebe8;
    border: 1px solid #dd3c10;
    margin-top: 10px;
    padding: 5px 10px;
}

p.alert {
    background: #fff9d7;
    border: 1px solid #e2c822;
    padding: 5px 10px;
    margin: 10px 0;
}

.right {
    text-align: right;
}

.small {
    font-size: 11px;
}

.clear {
    clear: both;
}

form.indent {
    margin-left: 10px;
}

label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.block-form label {
    display: block;
    margin-bottom: 3px;
}

.block-form input {
    display: block;
}

.inline-form div {
    clear: both;
    display: block;
    margin-top: 10px;
}

.inline-form label {
    float: left;
    margin: 5px 10px 0 0;
    text-align: right;
    width: 135px;
}

input, textarea {
    border: 1px inset #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 5px;
}

input.checkbox {
    border: none;
}

input.radio {
    border: none;
    margin-right: 5px;
    width: auto;
}

.submit {
    background: #069 url('../img/nav-bg.png') repeat-x scroll center left;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    color: #FFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 20px;
    padding: 2px 25px;
    text-decoration: none;
    width: auto;
}

select {
    border: 1px inset #000;
}

option {
    padding-right: 10px;
}

abbr[title=required] {
    color: #F00;
}



/* ***** HEADER ***** */

#home-link {
    background: transparent url('../img/sprites2.gif') no-repeat scroll 0 0;
    display: block;
    height: 93px;
    margin: 0 0 20px 10px;
    text-indent: -9999px;
    width: 280px;
}

#header h1 {
    color: #069;
    left: 20px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 93px;
}

#verisign {
    position: absolute;
    right: 10px;
    top: -10px;

}

.navLinks li {
    display: inline;
    list-style: none;
    margin: 0 5px;
}

.navLinks a {
    font-size: 14px;
}

#phone-top {
    background: transparent url('../img/sprites2.gif') no-repeat scroll 0 -93px;
    bottom: 74px;
    height: 80px;
    position: absolute;
    right: 300px;
    width: 273px;
}

#customerBar {
    background: #DDD;
    border-bottom: 1px solid #999;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#accountLinks {
    float: left;
    font-size: 14px;
    padding-left: 10px;
}

#cartLinks {
    background: transparent url('../img/sprites2.gif') no-repeat scroll 0 -173px;
    bottom: 74px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 40px;
    position: absolute;
    right: 0;
    width: 200px;
}

#cartLinks p {
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
}

#promoLine {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

#promoText {
    color: #C00;
    text-decoration: none;
}

#promoText:hover {
    text-decoration: underline;
}

#promoDetails {
    background: #FEE;
    border: 2px solid #C00;
    display: none;
    line-height: normal;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 185px;
    width: 450px;
    z-index: 999;
}

#promoDetails p {
    font-size: 13px;
    margin-bottom: 10px;
}

#promoDetails .promoTitle {
    font-size: 18px;
    font-weight: bold;
}





/* ***** NAV-BAR ***** */

#navBar {
    background: #70A7E0 url('../img/nav-bg.png') repeat-x scroll 0 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    line-height: 40px;
    min-height: 40px;
    width: 100%;
}

#navList {
    list-style: none;
    text-align: center;
}

#navList li {
    display: inline;
    margin-right: -4px;
    position: relative;
}

#navList li a {
    background: transparent url('../img/sprites.png') no-repeat scroll 0 -241px;
    color: #333;
    font-size: 16px;
    padding: 10px 10px 10px 12px;
    text-decoration: none;
}

#navList a.first {
    background: none;
}

#navList li a:hover {
    color: #000;
}

#navList li ul {
    border: 1px solid #999;
    display: none;
    left: 0;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 170px;
    z-index: 1000;
}

#navList li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#navList li ul li a {
    background: #F9F9F9;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
}

#navList li ul li a:hover {
    background: #E0E0E0;
}

/* ***** LEFT COL ***** */

#leftCol>div {
    margin-bottom: 20px;
}

#leftCol p.side-title {
    border-bottom: 2px solid #069;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 2px 5px;
}

#leftCol p {
    font-size: 14px;
    padding: 5px;
}

#leftCol li {
    font-size: 14px;
    list-style: none;
}

#leftCol li a {
    padding-left: 10px;
    text-decoration: none;
}

#leftCol li a:hover, #leftCol li a:focus {
    text-decoration: underline;
}

#leftCol .group-links a {
    background: transparent url('../img/sprites.png') no-repeat scroll 0 0;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 30px;
}

#leftCol .group-links .g1 {
    background-position: 0 -96px;
}

#leftCol .group-links .g2 {
    background-position: 0 -120px;
}

#leftCol .group-links .g3 {
    background-position: 0 -72px;
}

#leftCol .group-links .g4 {
    background-position: 0 -48px;
}

#searchBox input.search {
    width: 150px;
}

.search-submit {
    border: 1px outset #999;
    padding: 1px 3px;
}

.sim_item {
    clear: both;
    margin-top: 20px;
}

.sim_img {
    float: left;
    height: 65px;
    margin-right: 10px;
    width: 65px;
}

#leftCol .sim_item p {
    font-size: 12px;
}

#social a {
    background-image: url('../img/sprites.png');
    display: block;
    float: left;
    height: 24px;
    margin-left: 10px;
    width: 24px;
}

#facebook {
    background-position: 0 0;
}

#twitter {
    background-position: 0 -24px;
}

#leftCol .more_colors {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}



/* ***** CATEGORY ***** */

.category h2, .search h2 {
    display: inline;
    font-size: 22px;
}

.category span.parent {
    font-size: 22px;
    font-weight: bold;
}

#breadcrumb {
    padding-bottom: 5px;
}

.category #breadcrumb a {
    color: #333;
    text-decoration: none;
}

.category #breadcrumb a:hover {
    color: #999;
    text-decoration: underline;
}

.itemBar {
    background: #069;
    clear: both;
    float: left;
    width: 700px;
}

.itemBar .sort {
    float: left;
    padding: 5px 0 5px 10px;
    width: 340px;
}

.pagination {
    color: #FFF;
    float: left;
    text-align: right;
    padding: 5px 10px 5px 0;
    width: 340px;
}

.pagination a {
    color: #FFF;
}

p.result {
    border-bottom: 1px solid #999;
}

#subCategories {
    border-bottom: 1px solid #999;
    padding: 20px 0 10px 10px;
    float: left;
    width: 690px;
}

#subCategories li {
    float: left;
    list-style-position: inside;
    margin: 0 0 10px 20px;
    width: 300px;
}

#items .product {
    float: left;
    margin: 15px 0;
    padding-left: 20px;
    text-align: center;
    width: 160px;
}

#items .first {
    clear: left;
    padding-left: 0px;
}

#items h3 {
    font-size: 13px;
    font-weight: normal;
}

#items h3 a {
    text-decoration: none;
}

#items div.img {
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    width: 150px;
}

#items img {
    bottom: 0;
    left: 0;
    max-height: 150px;
    max-width: 150px;
    position: absolute;
}

span.lowPrice {
    font-size: 12px;
}

span.strike {
    clear: both;
    color: #999;
    display: block;
    font-weight: bold;
    text-decoration: line-through;
}

span.sale {
    clear: both;
    color: #900;
    font-size: 11px;
}

.icons {
    text-align: center;
}

.icons span {
    background-image: url('../img/sprites.png');
    display: inline-block;
    height: 24px;
    width: 24px;
}

.icons .closeout-icon {
    background-position: 0 -72px;
}

.hot-icon {
    background-position: 0 -96px;
}

.eco-icon {
    background-position: 0 -120px;
}

#catDescription {
    border-top: 1px solid #999;
    clear:both;
    font-size: 13px;
    padding-top: 10px;
    text-indent: 20px;
}

#groupDesc {
    margin-bottom: 10px;
}



/* ***** PRODUCT PAGE ***** */

#product-images {
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    height: 388px;
    width: 270px;
}

#product-images .img {
    height: 270px;
    position: relative;
    width: 270px;
}

#main_img {
    bottom: 0;
    cursor: pointer;
    left: 0;
    max-height: 250px;
    max-width: 250px;
    padding: 10px;
    position: absolute;
}

#product-images p {
    background: #999;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.25px;
    padding: 3px 5px;
}

#enlarge-image {
    background: transparent url('../img/bg-dim.png') scroll repeat 0 0;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#enlarge-image .wrapper {
    background: #FFF;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 100px auto;
    padding: 10px;
    width: 500px;
}

#enlarge-image img {
    max-height: 500px;
    max-width: 500px;
}

#enlarge-image p {
    text-align: center;
}

#enlarge-image p.close {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.closeout {
    display: block;
    color: #C10000;
    font-size: 12px;
}

.closeout-title {
    background: transparent url('../img/sprites.png') no-repeat scroll 0 -72px;
    color: #C10000;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
    padding-left: 30px;
}

#product-info {
    float: left;
    margin-left: 20px;
    width: 406px;
}

#product-info h2 {
    color: #000;
    font-size: 20px;
}

#product-info p.itemNo {
    color: #000;
    font-size: 14px;
    padding: 3px 0;
}

#product-info p {
    font-size: 13px;
}

#price_container {
    background-color: #F5FFFA;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
}

#price_table {
    width: 100%;
}

#price_table tr.qty {
    border-bottom: 1px solid #999;
}

#price_table tr.sale {
    border-top: 1px solid #999;
}

#price_table th {
    letter-spacing: 0.25px;
    padding: 2px 10px;
    text-align: right;
    width: 70px;
}

#price_table td {
    padding: 2px 10px;
}

#price_table .qty td {
    letter-spacing: 0.25px;
    font-weight: bold;
}

#price_table .strike {
    color: #999;
    text-decoration: line-through;
}

#price_table .sale th, #price_table .sale td {
    color: #900;
}

#product-order {
    background: #F0F0F0;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 85px;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

.order-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 5px;
}

#product-info .order-text {
    font-size: 14px;
}

.order-text {
    font-size: 13px;
}

#order-qty div {
    display: block;
    float: left;
    width: 32%;
}

#order-qty input {
    width: 75px;
}

#order-qty #total {
    font-weight: bold;
}

#customize {
    bottom: 10px;
    display: inline-block;
    float: none;
    position: absolute;
    right: 15px;
}

#prod-share a {
    background: transparent url('../img/sprites.png') scroll no-repeat 0 0;
    display: block;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 136px;
}

#prod-share a#sample {
    background-position: 0 -282px;
}

#prod-share a#email {
    background-position: 0 -312px;
}

#prod_desc {
    float: left;
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
}

#prod_details {
    background: #FFF url('../img/detail-borders.gif') scroll repeat-y 0 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
    margin: 10px 0;
    width: 100%;
}

#prod_details div.wrapper {
    float: left;
    font-size: 12px;
    padding-bottom: 5px;
    width: 175px;
}

#prod_details h3 {
    background: #999;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 2px 5px;
}

#prod_details h3.mat {
    margin-top: 5px;
}

#prod_details p {
    margin-left: 10px;
}



/* ***** CUSTOMIZE PRODUCT ***** */

#customize-product {
    background: transparent url('../img/bg-dim.png') scroll repeat 0 0;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#customize-product .wrapper {
    background: #FFF;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 30px auto;
    padding: 10px;
    position: relative;
    width: 700px;
}

#customize-product h2 {
    background: #069 url('../img/nav-bg.png') repeat-x scroll 0 0;
    color: #FFF;
    padding: 5px 10px;
}

#customize-product h3 {
    margin-bottom: 10px;
}

#customize-product .sec {
    border-bottom: 1px solid #999;
    clear: both;
    margin: 10px;
    padding-bottom: 10px;
    width: 330px;
}

#customize-product .sec div {
    margin-left: 10px;
}

#customize-product #ic {
    margin: 0;
}

#customize-qty div {
    display: block;
    float: left;
    width: 25%;
}

#customize-qty input {
    width: 50px;
}

#total_input {
    font-weight: bold;
}

#customize-product .loc {
    margin: 10px 0;
}

#customize-product .loc > div {
    margin: 10px 0;
}

#artwork-container {
    margin: 10px 0;
}

#customize-totals {
    position: absolute;
    right: 10px;
    top: 50px;
}

#customize-totals table {
    width: 100%;
}

#customize-totals table th {
    font-size: 14px;
}

#customize-totals .location td {
    font-style: italic;
    text-align: left;
}

#customize-totals table td {
    font-size: 13px;
    padding-bottom: 10px;
    text-align: center;
}

#customize-totals .phone {
    background: transparent url('../img/sprites2.gif') no-repeat scroll 0 -255px;
    height: 80px;
    margin-top: 20px;
    width: 273px;


}

#total-row {
    border-top: 1px solid #999;
}

#total-row td {
    padding-top: 10px;
}

#customize-total {
    font-weight: bold;
}

#customize-product .close {
    cursor: pointer;
    float: left;
    margin-top: 11px;
}



/* ***** SAMPLE ***** */

#sample-policy {
    border: 1px solid #777;
    margin: 10px 0;
}

#sample-policy h2 {
    background: #F5FFFA;
    border-bottom: 1px solid #777;
    font-size: 16px;
    padding: 3px 5px;
}

#sample-policy p {
    padding: 10px;
    font-size: 13px;
    line-height: 1.45em;
}

.sample #content .submit {
    margin-left: 146px;
}



/* ***** HOMEPAGE ***** */

#home-banner {
    margin-bottom: 10px;
    position: relative;
}

#home-banner p {
    color: #FFF;
    font-size: 13px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 650px;
    text-decoration: none;
}

#home-banner a {
    color: #FFF;
}

.home #items h2 {
    background: #069;
    clear: both;
    color: #FFF;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 3px 10px;
    text-shadow: 1px 1px 5px #000;
}

#copy {
    border-top: 5px solid #999;
    clear: both;
    width: 100%;
}

#copy div {
    float: left;
    padding: 10px 40px;
    width: 400px;
}

#copy h2 {
    margin-bottom: 3px;
}

#copy p {
    color: #333;
    font-size: 14px;
    text-indent: 20px;
}

/* ***** COMPANY ***** */

.about #content p {
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 20px;
}

.contact #content p {
    margin-bottom: 10px;
}

.contact h2 {
    border-bottom: 1px solid #999;
    margin-top: 20px;
    padding-left: 10px;
}

.contact #content>div {
    font-size: 14px;
    margin: 10px;
}

.contact #content strong {
    font-size: 18px;
}

.contact #content ul {
    margin-left: 40px;
}

.company h2 {
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}

.company #content p  {
    font-size: 14px;
    margin: 10px 0 10px 20px;
}

.company #content ol {
    font-size: 14px;
    margin-left: 60px;
}

.company #content ol li {
    margin-top: 10px;
}

/* ***** CART ***** */

.cart h1 {
    margin-bottom: 10px;
}

.cart table {
    border: 1px solid #999;
    width: 100%;
}

.cart th {
    background: #069 url('../img/nav-bg.png') repeat-x scroll 0 50%;
    color: #FFF;
    font-weight: normal;
    padding: 5px 8px;
}

.cart table tr {
    font-size: 14px;
}

.cart table td {
    padding: 2px 8px;
    vertical-align: top;
}

.cart .product td {
    padding: 20px 8px 10px 8px;
}

.cart .image {
    width: 100px;
}

.cart .image img {
    height: 100px;
    width: 100px;
}

.cart .edit, .cart .remove {
    text-align: center;
    padding: 2px 8px 2px 0;
    width: 50px;
}

.cart .extras {
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

.cart .charges {
    font-size: 12px;
}

.cart .charges table {
    border: none;
}

.cart .addl {
    border-bottom: 1px solid #999;
    font-style: italic;
}

.cart .sub-total td {
    background: #AC3;
    border-color: #999;
    border-style: solid;
    border-width: 1px 0;
}

.cart .total td {
    font-size: 18px;
    padding-top: 10px;
}

.cart .checkout {
    float: right;
    margin-right: 10px;
}

.cart .address {
    float: left;
    font-size: 13px;
    margin: 10px 75px 0 0;
}

.cart .use-address {
    margin-top: 10px;
}

.cart .next {
    clear: none;
    margin: 10px 0 20px 200px;
}

.cart .back {
    clear: none;
    margin: 10px -50px 20px 0;
}

.cart .location {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.cart .charges {
    text-indent: 10px;
}



/* ***** ACCOUNT ***** */

#account {
    padding: 10px;
}

#account h1 {
    background: #069 url('../img/nav-bg.png') repeat-x scroll 0 0;
    border: 1px solid #999;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-shadow: 1px 1px 5px #000;
}

#account h2 {
    margin: 10px 0 20px 0;
}

#new_acct {
    background: transparent url('../img/sprites.png') no-repeat scroll 0 -372px;
    display: block;
    height: 75px;
    margin: 30px auto;
    width: 200px;
}

.register #account .submit {
    margin: 20px 0 0 100px;
}

span.error {
    background: none;
    border: none;
    color: #F00;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
}

.login form p {
    font-size: 12px;
}

.login img {
    display: block;
    margin: 20px auto;
    width: 200px;
}



/* ***** FOOTER ***** */

.blank #footer {
    border: none;
}

#footer .wrapper {
    margin: 0 auto;
    width: 700px;
}

#footer .wrapper div {
    float: left;
    margin-left: 40px;
}

#footer .links {
    width: 90px;
}

#footer .links p {
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

#footer .links li {
    font-size: 12px;
    list-style-type: none;
}

#credit-icons {
    background: transparent url('../img/sprites2.gif') no-repeat scroll 0 -223px;
    height: 32px;
    margin-top: 10px;
    width: 160px;
}

#footer .copy {
    padding: 20px 100px 10px 100px;
    text-align: center;
}

#footer #copyright {
    clear: both;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}



/* ***** IMAGE CAROUSEL ***** */

.infiniteCarousel {
    margin: 0 5px;
    height: 95px;
    position: relative;
    width: 260px;
}

.infiniteCarousel .wrapper {
    height: 85px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 260px;
}

.infiniteCarousel ul img {
    border: 1px solid #999;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    max-height: 55px;
    max-width: 55px;
    position: absolute;
}

.infiniteCarousel .wrapper ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
    width: 9999px;
}

.infiniteCarousel ul li {
    display:block;
    float:left;
    padding: 5px;
    position: relative;
    height: 55px;
    width: 55px;
}

.infiniteCarousel .arrow {
    display: block;
    height: 25px;
    width: 30px;
    background: url(../img/sprites.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    bottom: 3px;
    cursor: pointer;
}

.infiniteCarousel .forward {
    background-position: 0 -192px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.infiniteCarousel .back {
    background-position: 0 -215px;
    bottom: 0;
    left: 0;
    position: absolute;
}


