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

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

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

body {
    background: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    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;
}

a.videoLinks {
    text-decoration: none;
    background: inherit;
    color: #FFFFFF;
}

a.videoLinks: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;
}

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

#nav {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:200px;
    width: 840px;
    z-index:auto;
}

#nav ul {
    list-style: none;
    display: inline;
}

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

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

#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: 840px;
    margin: 0px auto;
    padding: 0;
}

#header {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    height: 238px;
    padding: 0px;
    border-bottom: 1px solid #666666;
}

#wrap #header #logoWrapper {
    position: absolute;
    float:right;
    margin-top:40px;
    left: 606px;
    width:238px;
}

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

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

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

#mainHomepage {
    float: right;
    width: 840px;
    margin-top:22px;
    margin-bottom:22px;
    padding: 0px;
    display: inline;
}

.openingText {
    text-align:justify;
    padding-bottom: 25px;
    
}
.openingParagraph {
	text-align:justify;
	margin-bottom:12px; 
	font-size:131%; 
	font-weight:bold; 
	line-height:18px
}

/******************************************************************************************************* 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:#303030;
}

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

#productListing ul.theProduct li.productImage a {
    list-style: none;
    display:block;
    background-color:#303030;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #303030;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #303030;
    background-color:#303030;
}

#productListing ul.theProduct li.productImage a:hover {
    list-style: none;
    display:block;
    background-color:#363636;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #666666;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #666666;
    background-color:#363636;
}

#productListing ul.theProduct li.productTitle a {
    list-style: none;
    width:300px;
    height:28px;
    display:block;
    background-color:#303030;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #303030;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #303030;
}

#productListing ul.theProduct li.productTitle a:hover {
    list-style: none;
    color:#FFFFFF;
    background-color:#363636;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #666666;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #666666;
}

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

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

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

#sidebar {
    float: left;
    width: 220px;
    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: #666666;
}

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

#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: #808080;
    display: block;
    background-color:#000000;
}

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

#sidebar ul.sidemenu li.current a  {
    color: #FFFFFF;
    width:180px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color:#303030;
    border-top:1px;
    border-top-style:solid;
    border-top-color: #FFFFFF;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color: #FFFFFF;
}

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

}

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

#footer {
    clear: both;
    font-size:9pt;
    width: 838px;
    height: 57px;
    padding-top:12px;
    text-align: right;
    border-top: 1px solid #666666;
}

/* 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;
}

.videoTitle {
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom:4px;
    margin-top: 6px;
    display:block;
}

.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: 9pt;
    font-weight: bold;
}

.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: #999999;
}

.dottedBorder {
    border:1px;
    border-style:dotted;
    border-color: #999999;
    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;
}

.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 {
	font-size:123.1%;
    line-height:22px;
}

#homeHeader {
  z-index: 10;
}

#fancy_frame {
  overflow: hidden;
}