
/*******************************************************************************************************
   HTML ELEMENTS
********************************************************************************************************/

/******************************************************************************************************* top elements */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    background: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#9F9F9F;
    text-align:justify;
    margin: 0px;
}

/*******************************************************************************************************  links */

a,
a:visited {
    text-decoration: none;
    background: inherit;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    background: inherit;
    color: #A94223;
}

/******************************************************************************************************* headers */


b {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 8pt;
}

ul,
ol {
    margin: 5px 15px;
    padding: 0 25px;
}

.justify {
    text-align: justify;
}

h1 {
    font-size:182%;
    color:#FFFFFF;
    padding-top:15px;
    padding-bottom:16px;
}

/*******************************************************************************************************  top navigation  */

#nav {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:62px;
    width: 838px;
}

#nav ul {
    display: inline;
}

#nav ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#wrap #footer #bottomNav a {
    color: #6B6B6B;
}

#wrap #footer #bottomNav a:hover,
#wrap #footer #bottomNav a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#nav ul li a {
    float: right;
    font : bold 16px/34px "Trebuchet MS", Tahoma, Arial, Sans-serif;
    margin-left: 18px;
    text-decoration: none;
    color: #6B6B6B;
}

#nav ul li a:hover,
#nav ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}

/*******************************************************************************************************
   LAYOUT
*******************************************************************************************************/ 

#wrap {
    width: 840px;
    background: #000000;
    margin: 0 auto;
    text-align: left;
}

#content-wrap {
    clear: both;
    width: 838px;
    margin: 0px auto;
    padding: 0;
}

#header {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    height: 100px;
    padding: 0px;
    z-index:70;
    border-bottom: 1px solid #3D3D3D;
}

.headerImage {
    margin:0px;
    padding:0px;
    border:0px;
}

#wrap #header img {
    position: absolute;
    float:left;
    margin-top:40px;
    z-index:10000;
}

#main #kumi {
    width:auto;
    position:relative;
}

#main #kumi img {
    position: absolute;
    right: 17px;
    float:right;
    top: 83px;
    width: 110px;
    height: 110px;
}

/* Main Column */
#main {
    float: right;
    width: 630px;
    margin-top:22px;
    margin-bottom:22px;
    padding: 0px;
    display: inline;
}

.openingText {
    text-align:justify;
    padding-bottom: 25px;
}

/******************************************************************************************************* product listing */

#productListing {
    width: 300px;
    padding: 0px;
    margin-top:15px;
    margin-bottom:15px;
}

#productListing ul.theProduct {
    list-style: none;
    width: 300px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#productListing ul.theProduct li.productTitle {
    list-style: none;
    margin-top:8px;
    text-align:left;
    background-color:#000000;
}

#productListing ul.theProduct li.productImage {
    list-style: none;
    display:block;
    background-color:#000000;
}

#productListing ul.theProduct li.productTitle a {
    list-style: none;
    width:300px;
    height:26px;
    font-size: 14px;
    font-weight: bold;
    display:block;
    color: #6B6B6B;
}

#productListing ul.theProduct li.productTitle a:hover {
    color: #FFFFFF;
}

.productSeperators {
    border-top:1px;
    border-top-style:solid;
    border-top-color: #3D3D3D;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #3D3D3D;
}

.productSeperatorBottom {
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #3D3D3D;
}

/******************************************************************************************************* Sidebar */	

#sidebar {
    float: left;
    width: 180px;
    padding: 0px;
    margin-top:22px;
    margin-bottom:22px;
}

#sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-decoration: none;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #3D3D3D;
}

#sidebar ul.sidemenu li {
    list-style: none;
    margin: 0px;
    padding-top:3px;
    padding-bottom:3px;
    color: #FFFFFF;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #3D3D3D;
}

#sidebar ul.sidemenu li a {
    font : bold 16px/34px 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
    text-decoration: none;
    width:180px;
    margin: 0px;
    padding: 0px;
    color: #6B6B6B;
    display: block;
    background-color:#000000;
}

#sidebar ul.sidemenu li a:hover {
    color: #FFFFFF;
    width:180px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color:#252525;
}

#sidebar ul.sidemenu li.current a {
    color: #FFFFFF;
    width:180px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color:#252525;
}

#pageination {
    text-align:center;
    font-size: 7pt;
    padding: 5px;
    margin-bottom:19px;
    border-top:1px;
    background-color:#3D3D3D;
    border-top-style:solid;
    border-top-color: #666666;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #3D3D3D;
}

/******************************************************************************************************* Footer */

#footer {
    clear: both;
    width: 838px;
    height: 57px;
    color:#444444;
    padding-top:12px;
    text-align: right;
    border-top: 1px solid #3D3D3D;
}

/* alignment classes */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/******************************************************************************************************* display */

.clear {
    clear: both;
}

/******************************************************************************************************* text and titles */

.smallText {
    font-size: 7pt;
}

.shirtTitle {
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom:4px;
}

.sitemapTitle {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom:10px;
}

#wrap #content-wrap #main .productSeperators #siteMap li {
    padding-bottom:6px;
}

#wrap #content-wrap #main .productSeperators #siteMap {
    padding-bottom:6px;
}

.sitemapLink {
    color: #FFFFFF;
    font-size: 9pt;
    padding-bottom:6px;
    font-weight: bold;
}

.shirtSubTitle {
    font-size: 10pt;
}

.pageTitle {
    color: #716D34;
    font-size: 14pt;
    font-weight: bold;
}

.shirtPrice {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.dottedLine {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3D3D3D;
}

.dottedBorder {
    border:1px;
    border-style:dotted;
    border-color: #3D3D3D;
    padding:18px;
}

/******************************************************************************************************* forms */

.border {
    border:solid #FFFFFF 1px;
    color:#A94223;
    margin:3px 0px 10px 0px;
    padding:3px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11pt;
    height:20px;
    width:100%;
}

input.border:hover {
    border:solid #A94223 1px;
}

input.border:focus {
    border:solid #A94223 1px;
}

.orderBorder {
    border:solid #FFFFFF 1px;
    color:#A94223;
    margin:3px 0px 10px 0px;
    padding:3px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11pt;
    height:20px;
    width:140px;
}

.borders {
    border:solid #FFFFFF 1px;
    color:#A94223;
    margin:3px 0px 10px 0px;
    padding:3px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11pt;
    height:140px;
    width:100%;
}

textarea.borders:hover {
    border:solid #A94223 1px;
}

textarea.borders:focus {
    border:solid #A94223 1px;
}

.preorderBorder {
    padding:3px;
    width:174px;
    height:13px;
    border: 1px solid #666666;
    font : 8pt Arial, Helvetica, sans-serif;
    vertical-align:middle;
}

.preorderButton {
    margin:3px;
    width:58px;
    height:21px;
    border: 1px solid #666666;
    background: #666666;
    color:#FFFFFF;
    font : bold 8pt Arial, Helvetica, sans-serif;
    vertical-align:middle;
}

.preorderButton:hover {
    margin:3px;
    width:58px;
    height:21px;
    border: 1px solid #D3D3D3;
    background: #D3D3D3;
    color:#FFFFFF;
    font : bold 8pt Arial, Helvetica, sans-serif;
    vertical-align:middle;
}

.justify {
    text-align: justify;
}

.subTitleGrey {
    font : bold 24px/30px "Lucida Grande", Helvetica, sans-serif;
    color: #999999;
    font-size: 9pt;
    font-weight: bold;
}

.inactive {
    color: #4B4B4B;
}

.autumn {
    color: #A94223;
    font-weight: bold;
    text-transform: uppercase;
}

.winter {
    color: #5191CD;
    font-weight: bold;
    text-transform: uppercase;
}

.special td {
    padding: 5px 8px 5px 8px;
}

.imagePad {
    text-align:right;
    padding-left:20px;
}

.orderDropDowns {
    border-style:none;
    color:#006F00;
    margin:2px 0px 8px 0px;
    padding:3px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    width:124px;
}

.smallButton {
    border:none;
    font-size:77%;
    color:#544B4D;
    background-color:transparent;
    background-repeat:no-repeat;
    width:75px;
    height:32px;
    background-image:url(../../img/button_sm.png);
    font-weight:bold;
    vertical-align:middle;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:6px;
    margin-right:6px;
}

.smallButton:hover {
    background-image:url(../../img/button_sm_o.png);
}

.faqLink a {
    font-size:123.1%;
    line-height:23px;
    color: #808080;
}

.faqLink a:hover {
    font-size:123.1%;
    line-height:23px;
    color: #FFFFFF;
}

/*******************************************************************************************************  the graph */

.inventory_graph span {
    display:none;
}

.inventory_graph .size_bar {
    clear:left;
    margin:6px 0px 0px 0px;
    height:18px;
}

.inventory_graph .size_bar .size {
    float:left;
    width:25px;
    padding:2px 0px 0px;
    margin-right:8px;
    font:bold 10px Arial, Helvetica, sans-serif;
    color:#ffffff;
    text-align:right;
}

.inventory_graph .size_bar .bar_wrapper {
    float:left;
    width:264px;
    height:16px;
    background:#383838;
    border:1px solid #000000;
}

.inventory_graph .size_bar .bar_wrapper div {
    height:16px;
    margin:0px 0 0;
    overflow:hidden;
    background-color:#5191CD;
    color:#FFFFFF;
}