﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Myriad", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.basicLink a:link.basicLink, a:visited.basicLink
{
    color: #034af3;
    font-size: 20px;
}

a:hover.basicLink
{
    color: #1d60ff;
    text-decoration: none;
    font-size: 20px;
}

a:active.basicLink
{
    color: #034af3;
    font-size: 20px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: GREEN;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1152px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #FF0000;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    height: 100%;
}

.horizLineLLC
{
    /*position: relative;*/
    position: absolute;
    top: 101px;
    margin: 0px;
    padding: 0px;
    background: #749A55;
    width: 100%;
    height: 20px;
}

.horizLineSports
{
    /*position: relative;*/
    position: absolute;
    top: 101px;
    margin: 0px;
    padding: 0px;
    background: #F36F21;
    width: 100%;
    height: 20px;
}

.horizLineDesign
{
    /*position: relative;*/
    position: absolute;
    top: 101px;
    margin: 0px;
    padding: 0px;
    background: #F36F21;
    width: 100%;
    height: 20px;
}

.horizLineSecurity
{
    /*position: relative;*/
    position: absolute;
    top: 101px;
    margin: 0px;
    padding: 0px;
    background: #939598;
    width: 100%;
    height: 20px;
}

.horizLineDesign
{
    /*position: relative;*/
    position: absolute;
    top: 101px;
    margin: 0px;
    padding: 0px;
    background: #FDB813;
    width: 100%;
    height: 20px;
}

.shoppingcart
{
    position: absolute;
    top: 20px;
    margin: 0px;
    padding: 0px;
    background: #EBEBEB;
    width: 288px;
    height: 36px;
    left: 758px;
    vertical-align: middle;
	
}
.shoppingcart a:link, a:visited
{
    color: #69689E;
    text-decoration: underline;
    font-weight: bold;
}

.shoppingcart a:hover
{
    color: #465c71;
    text-decoration: underline;
    font-weight: bold;
}

.shoppingcart a:active
{
    color: #69689E;
    text-decoration: underline;font-weight: bold;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px;
    min-height: 420px;
    background-color: #FFFFFF;
}

.main2
{
    /*
    background-color: Red;
    position: absolute;
    top: 550px;
    padding: 0px 0px;
    margin: 0px;
    min-height: 800px;
    */
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    p
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#FFFFFF;
    width:100%;
}

div.menu
{
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 70px;
    left: 840px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #FFF;
    border: 0px #4e667d solid;
    color: #8180AE;
    display: block;
    /*line-height: 1.35em;*/
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
}

div.menu ul li a:hover
{
    /*background-color: #bfcbd6;*/
    color: #465c71;
    text-decoration: none;
    font-size: 20px;
}

div.menu ul li a:active
{
    background-color: #ffffff;
    color: #8180AE;
    text-decoration: none;
    font-size: 20px;
}

div.hideSkiplink2
{
    background-color:#FFFFFF;
    width:100%;
    font-size: 14px;
}

div.menu2
{
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 122px;
    left: 500px;
    font-size: 14px;
}

div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    background-color: #FFF;
    border: 0px #4e667d solid;
    color: #8180AE;
    display: block;
    /*line-height: 1.35em;*/
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu2 ul li a:hover
{
    /*background-color: #bfcbd6;*/
    color: #465c71;
    text-decoration: none;
}

div.menu2 ul li a:active
{
    background-color: #ffffff;
    color: #8180AE;
    text-decoration: none;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.slogon
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-left: 55px;
    font-size:x-large;
    font-style: italic;
}
/*
div.mainimagebg
{
    width: 100%;
    background-color: #E9E7E3;
    position: absolute;
    top: 200px;
    height: 200px;
    text-align: center;
}
*/
div.mainimagebg
{
    width: 100%;
    position: absolute;
    top: 205px;
    height: 345px;
    text-align: center;
}

div.mainimage
{
    width: 100%;
    position: absolute;
    top: 190px;
    height: 375px;
    text-align: center;   
}

.bgimage
{
    /*
    -moz-border-radius: 15px;
    border-radius: 15px;
    */
    
    -moz-box-shadow:    3px 3px 5px 6px #555555;
    -webkit-box-shadow: 3px 3px 5px 6px #555555;
    box-shadow:         3px 3px 5px 6px #555555;    
}

.bgimageNOT
{
    -moz-box-shadow:    3px 3px 5px 6px #555555;
    -webkit-box-shadow: 3px 3px 5px 6px #555555;
    box-shadow:         3px 3px 5px 6px #555555;    
}

.roundedcornersimage
{
    /*
    -moz-border-radius: 15px;
    border-radius: 15px;
    */
    -moz-box-shadow:    2px 2px 2px 3px #555555;
    -webkit-box-shadow: 2px 2px 2px 3px #555555;
    box-shadow:         2px 2px 2px 3px #555555;    
}

.roundedcornersimageNOT
{
    -moz-box-shadow:    2px 2px 2px 3px #555555;
    -webkit-box-shadow: 2px 2px 2px 3px #555555;
    box-shadow:         2px 2px 2px 3px #555555;    
}

.bold
{
    font-weight: bold;
}

.content
{
    background-color: #FFFFFF;
    position: absolute;
    top: 565px;
    height: 600px;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.childcontent
{
    background-color: #FFFFFF;
}

.sectionText
{
    vertical-align: top;
    text-align: left;
    font-size: 1.5em;
}

.sports a:link.sports, a:visited.sports, a:active.sports, a:hover.sports
{
	color: #F36F21;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: none;
}

.security  a:link.security, a:visited.security, a:active.security, a:hover.security
{
	color: #939598;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: none;
}

.design a:link.design, a:visited.design, a:active.design, a:hover.design
{
	color: #FDB813;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: none;
}

.designBold {
	color: #FDB813;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
}

.llc a:link.llc, a:visited.llc, a:active.llc, a:hover.llc
{
	color: #679146;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: none;
}

.itemCount a:link.itemCount, a:visited.itemCount, a:active.itemCount, a:hover.itemCount
{
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}
h1.sports
{
	color: #F36F21;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bolder;
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: italic;
    text-decoration: none;
}
