
    

	
	/*-----------------------------------------------------------
	  Pure CSS Drop-down Menu
	  Last Updated: 12/31/2007 by Justin Spegele
	  Author: Justin Spegele
	          Spegele Design and Development
              http://www.spegele.com/
      This code is free to modify and use for any purpose, as
      long as proper credit is given to the original designer.
	----------------------------------------------------------- */
	
    /* Overarching Menu
        -----------------------------------*/
        .cssnav {
            position:relative; 
            z-index:1000;
            font-size:12px;
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-weight:bold;
            text-align:center;
        }
        .cssnav ul {
            padding:0;
            margin:0;
            list-style-type:none;
        }
        .cssnav ul ul {
	text-align:left;
    }
    /*	Main list 
        -----------------------------------*/
        .cssnav li {
	float:left;
	position:relative;
	width: 110px;
        }
    /*	First Level
        -----------------------------------*/
        /* Links */
        .cssnav a, .cssnav a:visited {
	display:block;
	text-decoration:none;
	color:#fefefe;
	border:1px solid #fff;
	border-width:1px 0px 1px 1px;
	background:#333333;
	line-height:25px;
        }
        /* Links on hover */
        .cssnav a:hover, .cssnav ul ul a:hover{
	color:#fff;
	background:#00CC00;
        }
        .cssnav :hover > a, .cssnav ul ul :hover > a {
            color:#fff;
            background:#80b0da;
        }
    /*	Second Level
        -----------------------------------*/
        /* Links */
        .cssnav ul ul a, .cssnav ul ul a:visited {
	background:#CCCCCC;
	line-height:1em;
	padding:5px 10px;
	width:110px;
	border-width:0 1px 1px 1px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
        }
        /* Links on hover */
        .cssnav ul ul a:hover {
            background:#80b0da;
        }
        /* Visibility */
        .cssnav ul li:hover ul, .cssnav ul a:hover ul{
            visibility:visible; 
        }
    /*	Third Level
        -----------------------------------*/
        /* Links */
        .cssnav ul ul ul a, .cssnav ul ul ul a:visited {
	background:#999999;
        }
        /* Links on hover */
        .cssnav ul ul ul a:hover {
            background:#80b0da;
        }
        /* Positioning */
        .cssnav ul ul ul{
            left:150px; 
            top:-1px; 
        }
        .cssnav ul ul ul.left {
            left:-150px;
        }
        /* Visibility */
        .cssnav ul :hover ul ul{
            visibility:hidden;
        }
        .cssnav ul :hover ul :hover ul{
            visibility:visible;
        }
    /*	All Sub Levels 
        -----------------------------------*/
        /* Default visibility */
        .cssnav ul ul {
            visibility:hidden;
            position:absolute;
            top:26px;
            left:0; 
            border-top:1px solid #fff;
        }
    /*	IE Table 
        -----------------------------------*/
        .cssnav table {
            position:absolute;
            top:0;
            left:0;
            border-collapse:collapse;
        }



/*- Menu 14--------------------------- */
	
	
#menu14 {
	width: 124px;
	margin: 0px;
	float: right;
	clear: none;
	list-style-image: none;
	list-style-type: none;
	}
	
#menu14 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	vertical-align: middle;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333333;
	display: block;
	background:  url(http://www.302designs.com/images/menu14.gif);
	padding: 4px 0 0 7px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	width: 116px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	}
	
#menu14 li a:hover {
	color: #FFF;
	background:  url(http://www.302designs.com/images/menu14.gif) 0 -22px;
	padding: 4px 0 0 7px;
	vertical-align: middle;
	}				
	
#menu14ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* ------------------------------------------------------------------------------------------------------------------ HEADER*/
a.nav_top:link {
	color:white;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: none;
}
a.nav_top:visited {
	color:white;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: none;
}
a.nav_top:hover {
	color:#0099FF;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333333;
}

a.nav_btm:link {
	color:#CCCCCC;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-style: none;
}
a.nav_btm:visited {
	color:white;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-style: none;
}
a.nav_btm:hover {
	color:#0099FF;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #333333;
}


.topnavlinks {
	background-color: #404040;
	padding: 1px;
	height: 25px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #0099FF;
	text-align:center;
}

.btmnavlinks {
	background-color: #000000;
	padding: 1px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	
}

.btmfooter_bg {
	background-color: #000000;
	padding: 1px;
	height: auto;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	background-image: url(http://www.302designs.com/images/bggreydiag_invert.gif);
	background-repeat: repeat;
	border: 0px solid #000000;
}


/*---------------------------------------------------------------------- BODY ORGANIZATION*/


#main_center {
margin:0 auto; /* this will center in firefox */

}


#maincontainer{
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0px;
}

#topsection{
	height: 38px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border: thin solid #333333;
	padding: 0px;
	margin: 0px;
}
#header_graphic_left{
	float: left;
	width: 50%;
}
#header_graphic_right{
	float: right;
	width: 50%;
}

#contentcolumn{
	margin-right: 0px; /*Set right margin to RightColumnWidth*/
	width: 672px;
	background-color: #FFFFCC;
	float: left;
}

#rightcolumn{
	float: right;
	width: 240px; /*Width of right column*/
	margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
	background: #FF99CC;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{

}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
}




/* ------------------------------------------------------------------------------------------------------------------ BODY*/








body {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 11px;
	color:#3a3a3a;
	background-image: url(http://www.302designs.com/images/bg_blk.gif);
	background-repeat: repeat;
	
	border:0px;

	
	
	

}
 
.body_headline {font-family: Georgia, "Times New Roman", Times, serif; color: #00CC66; font-size: 15px; font-weight: bold; }
.shirtdescription_headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 20px;
}

.shop_guys_table {
	width: 100%;
	background-image: url(http://www.302designs.com/images/shop_guys_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shop_girls_table {
	width: 100%;
	background-image: url(http://www.302designs.com/images/shop_girls_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.smalltxt { font-size: 10px; font-family: arial;}
.small2txt {
	font-size: 12px;
	font-family: arial;
	color: #666666;
}
.random_fact {
	font-size: 10px;
	font-family: arial;
	position: relative;
	left: 3px;
	width: 120px;
	right: 3px;
	height: auto;
}

div, p, td { color:#555555; font-family: arial; font-size: 12px}

.border{
	border-style:solid;
	border-color:gray;
	border-width:1px;

      }



p.border {border-style: solid; }


.shop_image{

	

	margin-left: 8px;

	margin-right: 8px;

	margin-bottom: 5px;

	padding: 3px; 

	border: 1px solid #CCCCCC; 

	

	}


#myvar {
border:1px solid #ccc;
background:#f2f2f2;
padding:5px;
}


a.mini_green { font-family: arial; font-size:9px; color: #66CC00; text-decoration: none;}

a.new_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}


a.mini_green:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.mini_green:visited { 

font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}
a.mini_green:hover { font-family: arial; font-size:11px; color: black; text-decoration: none;}


a.mini_green_feed { font-family: arial; font-size:9px; color: #66CC00; text-decoration: none;}
a.mini_green_feed:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
a.mini_green_feed:visited { 

font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;

}
a.mini_green_feed:hover { font-family: arial; font-size:9px; color: black; text-decoration: none;}




a.mini { font-family: arial; font-size:9px; color: #FFFFFF; text-decoration: none; border-bottom-style: none;}
a.mini:link { font-family: arial; font-size:9px; color: #666666; text-decoration: none; border-bottom-style: none;}
a.mini:visited { font-family: arial; font-size:9px; color: #666666; text-decoration: none; border-bottom-style: none;}
a.mini:hover { font-family: arial; font-size:9px; color: #0099ff; text-decoration: none; border-bottom-style: none;}

a.mini_blue { font-family: arial; font-size:9px; color: #0066FF; text-decoration: none;}
a.mini_blue:link { font-family: arial; font-size:9px; color: #84A94C; text-decoration: none;}
a.mini_blue:visited { font-family: arial; font-size:9px; color: #84A94C; text-decoration: none;}
a.mini_blue:hover { font-family: arial; font-size:9px; color: black; text-decoration: none;}

a.mini_white { font-family: arial; font-size:9px; color: #FFFFFF; text-decoration: none;}
a.mini_white:link { font-family: arial; font-size:9px; color: #FFFFFF; text-decoration: none;}
a.mini_white:visited { font-family: arial; font-size:9px; color: #FFFFFF; text-decoration: none;}
a.mini_white:hover { font-family: arial; font-size:9px; color: black; text-decoration: none;}



a.body { font-family: arial; font-size:10px; color: pink; text-decoration: none;}
a.body:link { font-family: arial; font-size:10px; color: green; text-decoration: none;}
a.body:visited { font-family: arial; font-size:10px; color: green; text-decoration: none;}
a.body:hover { font-family: arial; font-size:10px; color: green; text-decoration: none;}


a {

cursor:pointer;
}

a:link {
text-decoration: none;


font-family: Arial, Helvetica, sans-serif;
color: #84A94C;

}

a:visited {
text-decoration: none;

font-family: Arial, Helvetica, sans-serif;
color: #84A94C;

}

a:hover {
	
text-decoration: none;

font-family: Arial, Helvetica, sans-serif;
color: #84A94C;
background-color: #3c1700;

}

a:active {
	color: #0099FF;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}


 ol {
list-style-type: none;
}
ol li {
font: bold 12px verdana,helvetica,sans-serif;
background: #eee no-repeat;
width: 820px;
margin: 5px;
padding: 5px 5px 5px 45px;
}
ol li.step1 {
background-image: url(http://www.302designs.com/images/icons/step1.gif);
}
ol li.step2 {
background-image: url(http://www.302designs.com/images/icons/step2.gif);
}
ol li.step3 {
background-image: url(http://www.302designs.com/images/icons/step3.gif);
}



.bigbodytxt_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}

.biggerbodytxt_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#333333;
}

.press_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	padding-left: 0px;
}
a.press_headline:link {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	border-bottom-style: none;
	font-style: normal;
}
a.press_headline:visited {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	border-bottom-style: none;
}
a.press_headline:hover {
	color:#0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:underline;
	font-weight: bold;
	border-bottom-style: none;
	background-color: #FFFFFF;
}





.bigbodytxt_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

.caps_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-transform: uppercase;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #666666;
}


/* ------------------------------------------------------------------------------------------------------------------ PRODUCTS ALL*/

.product_special {
	font-size: 10px;
	color:#FF3399;
	padding-left: 20px;
}
.sidenav_special {
	font-size: 8px;
	color:#FF3399;
	text-align:right;
	text-transform: uppercase;
	padding-left: 10px;
}
.product_organic {
	font-size: 9px;
	text-transform:uppercase;
	color:#81bf69;
	padding-left: 40px;
	
	
}
.price_headline {
	font-size: 10px;
	color:#81bf69;
	padding-left: 40px;
	
}
.price_headline2 {
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	padding-left: 20px;
}

.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}



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

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium dashed #999999;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;

}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	padding-left: 4px;

}

.press_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 3px;
	padding-right: 0px;
}

.about_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;
	padding-left: 4px;
}
.specifics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

a.specifics:link {
	color:#0099FF;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
}
a.specifics:visited {
	color:#0099FF;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
}
a.specifics:hover {
	color:#FFFFFF;
	font-family: arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
	background-color: #CCCCCC;
}


.shirtdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	left: auto;
	padding: 4px;
	margin: 1px;
	background:#EBEBEB;



}
.shirtdescription_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	left: auto;
	padding: 4px;
	margin: 1px;
	background:#FFFFFF;



}


/* Replaced by H1 formatting
#headlinebox {
	margin-left: 16px;
	margin-top: 0px;
	width: 95%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: dashed 1px #cccccc;
	border-left: none;
	border-right: none;
	border-bottom: dashed 1px #cccccc;
	vertical-align: middle;
	bottom: 50%;
}
 */


#descriptionbox {
	margin-left: 16px;
	margin-top: 0px;
	width: 95%;
	background:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-image: url(http://www.302designs.com/images/icons/right_arrow.gif); background-position: inherit; background-repeat: no-repeat;
}


.priceSpread {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-align: left;
}



/* ------------------------------------------------------------------------------------------------------------------ HEADERS*/


h1 {
	color: #59685F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-size: 20px;
	line-height: 150%;
	vertical-align: middle;
	bottom: 1px;
	position: relative;
	padding-left: 10px;
	border-top: thin dashed #CCCCCC;
	border-right: 0px none;
	border-bottom: thin dashed #CCCCCC;
	border-left: 0px none;
	margin-left: 16px;
	margin-top: 5px;
	top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 16px;
	
}
h2 {
	color: #84A94C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	list-style-type: none;
	list-style-position: inside;
	border: none;
}

h3 {
	color: #F2EFDC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	list-style-type: none;
	list-style-position: inside;
	border: none;
	font-variant: normal;
	letter-spacing: 0.4em;
	word-spacing: normal;
	left: auto;
	clip:   rect(auto auto auto auto);
	font-weight: bolder;
	text-align: left;
	margin: 0px;
	padding: 1px 5px;
	background-color: #000000;
}

#tablist{
	padding: 3px 0;
	text-align:left;
	margin-left: 3px;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: normal 10px Verdana;
	border-bottom: 1px solid gray;

}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 1px;
border-bottom: none;
background:#FFFFFF;
font-size:11px;
border: 1px solid #778;

}

#tablist li a:link, #tablist li a:visited{
color: #0099FF;
}

#tablist li a:hover{
	color: black;
	background: #333333;
	border-color: #0099FF;
}

#tablist li a.current{
border-bottom: 1px solid white;
background: lightyellow;
}



#tablist_login{
	padding: 3px 0;
	text-align:right;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: normal 10px Verdana;
	float: right;

}

#tablist_login li{
list-style: none;
display: inline;
margin: 0;
}

#tablist_login li a{
	text-decoration: none;
	padding: 1px 0.5em;
	margin-right: 1px;
	border-bottom: none;
	font-size:10px;

}

#tablist_login li a:link, #tablist li a:visited{
color: #0099FF;
}

#tablist_login li a:hover{
color: black;
background: lightyellow;
border-color: navy;
}

#tablist_login li a.current{
border-bottom: 1px solid white;
background: lightyellow;
}





#tablist_past{
padding: 3px 0;
text-align:left;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: normal 10px Verdana;
border-bottom: 1px solid gray;

}

#tablist_past li{
list-style: none;
display: inline;
margin: 0;
}

#tablist_past li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 1px;
border-bottom: none;
background:#FFFFFF;
font-size:11px;
border: 1px solid #778;

}

#tablist_past li a:link, #tablist li a:visited{
color: #0099FF;
}

#tablist_past li a:hover{
color: black;
background: lightyellow;
border-color: #0099FF;
}

#tablist_past li a.current{
border-bottom: 1px solid white;
background: lightyellow;
}

/* ------------------------------------------------------------------------------------------------------------------ declarations to style the current state*/







/* ------------------------------------------------------------------------------------------------------------------ CONTACTS*/




.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

input.footeremail {FONT-SIZE: 10px;
COLOR: #666666;
FONT-FAMILY: "Clarity Tight", Arial, Helvetica, sans-serif;
background-color: #ffffff;
width:76px;}

input.contactemail {FONT-SIZE: 10px;
COLOR: #666666;
FONT-FAMILY: "Clarity Tight", Arial, Helvetica, sans-serif;
background-color: #ffffff;
width:100px;}

.logotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #0099FF;
}

/*-------------------------------------
  Hover Graphic Effect
-------------------------------------*/

ul.spell {
	margin: 0 0 10px 10px; padding: 0;
	}

ul.spell li {
	width: 256px; display: inline; float: left;
	list-style-type: none;
	padding: 10px; margin: 0 10px 10px 0;
	border: 1px solid #F8E9C4;
	
	font-size: 0.7em;
	}


ul.spell li:hover {
	background-color: #F8E9C4;
	cursor: pointer;
	}

ul.spell_past {
	margin: 0 0 5px 5px; padding: 0;
	clear: both;
	}

ul.spell_past li {
	width: 110px; display: block; float: left;
	list-style-type: none;
	padding: 10px; margin: 0 5px 10px 0;
	border: 1px solid #F8E9C4;

	font-size: 0.7em;
	}


ul.spell_past li:hover {
	background-color: #F8E9C4;
	cursor: pointer;
	}
ul.featured_callout {
	clear: both;
	float:right;
	vertical-align:top;
	}

/* ------------------------------------------------------------------------------------------------------------------ PRODUCT DETAILS VIEW*/

#global {
	margin:0 auto;
	width:940px;
     }



.twoColFixLtHdr #tshirt {
	border: 1px solid #000000;
	width: 940px;
	float: left;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #tshirt_headline{
	float: right;
	width: 100%;
	padding-left: 0px;
	height: 70px;

}
.twoColFixLtHdr #tshirt_details {
	width: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #tshirt_photos {
	float: left;
	width: 320px;
}
.twoColFixLtHdr #tshirt_details_expanded {
	float: right;
	text-align: left;
	display: inline;
	clear: none;
	width: 600px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	margin-right: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #main_expanded {
	float: left;
	text-align: left;
	display: inline;
	clear: none;
	width: 652px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #tshirt_details_expanded_description {
	float: left;
	padding: 0px;
	width: 460px;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #main_content {
	float: left;
	padding: 0px;
	width: 652px;
}

.twoColFixLtHdr #about_details_expanded {
	float: left;
	text-align: left;
	display: inline;
	clear: none;
	width: 940px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	margin-right: 0px;
	margin-top: 0px;
}

.twoColFixLtHdr #about_details_content {
	float: left;
	padding: 0px;
	width: 575px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #about_details_content_wide {
	float: left;
	padding: 0px;
	width: 775px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #about_details_content_social {
	float: left;
	padding: 0px;
	width: 200px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 10px;
}

.twoColFixLtHdr #tshirt_details_expanded_icons {
	float: right;
	clear: none;
	width: 125px;
}
.twoColFixLtHdr #main_callout {
	float: right;
	clear: none;
	width: 265px;
	background-color: #494949;
}
.twoColFixLtHdr  #tshirt_cart {
	float: right;
	width: 620px;
	background-color: #E5E5E5;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 0px;
	display: inline;
	right: 100px;
}

.twoColFixLtHdr  #tshirt_cart_add {
	float: right;
	padding: 5px;
	position: relative;
	top: 15px;
	left: 0px;
	clear: right;
}


.twoColFixLtHdr  #tshirt_cart_identifier {
	float: left;
	
}

.twoColFixLtHdr  #tshirt_cart_formbox{
	float: right;
	
}




.twoColFixLtHdr #tshirt_extra {
	float: right;
	width: 122px;
	clear: right;
	border: 1px solid #CCCCCC;
	height: 100%;
	background-image: url(images/icons/product_details/302fact.gif);
	background-repeat: no-repeat;
	top: 12px;
	background-position: left top;
	padding-top: 17px;
	padding-bottom: 5px;
	padding-right: 0px;
	display: inline;
	margin: 8px 0px 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #footer {
	padding: 0;
	width: 940px;
	border: 1px solid #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	width: 940px;
	text-align: center;
}

.bestselling{
	background-image: url(http://www.302designs.com/images/icons/bestselling2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.new{
	background-image: url(http://www.302designs.com/images/icons/new.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
.topselling{
	background-image: url(http://www.302designs.com/images/icons/topseller.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.bestselling-big{
	background-image: url(http://www.302designs.com/images/icons/popular-big.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
.topselling-big{
	background-image: url(http://www.302designs.com/images/icons/topseller-big.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}


.testimonial td {
	vertical-align: top;

	background-color: #;
	color: #000000;
	border: 1px solid #EEEEEE;
	line-height: 23px;
	font-size: 13px;
}

#quoteBox {
	width: 600px;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 10px;
	border: 1px solid #f0deb8;
	padding: 2px;
	background: #FFFFFF;
	margin: 0px 0px 10px 50px;
	float: none;
	clear: both;
}
#quoteBox div {
	padding: 10px 15px;
	background-color: #FEF8E2;

}
.textBox {
	padding: 10px 0px 0px 15px;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 11px;
	width: 690px;
	text-align: left;
}

.team_member {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;

}

A.imglink{ 
    font : bold 9pt verdana, sans-serif; 
    color:black; 
    width:109px; 
    height:20px; 
    background:white url(http://www.302designs.com/images/icons/join-inline.gif) no-repeat; 
    text-align:center; 
    padding-top:2px; 
    display:block; 
    text-decoration:none; 
    } 
    A.imglink:Hover{ 
    font : bold 9pt verdana, sans-serif; 
    color:red; 
    text-decoration:none; 
    background:white url(http://www.302designs.com/images/icons/join-inline.gif) no-repeat;} 
	
	/* ----------- NAVIGATION----------- */
#top-navigation{
	background:url(img/topnav-bg.gif) repeat-x;
	width:auto;
	height:48px;
	margin:0 auto;
}
#navigation{
	background:url(img/nav-bg.gif) repeat-x; 
	height:32px; 
	margin:0 auto;
	width:auto; 
	}
	#navigation ul{
	 height:32px;
	 line-height:32px;	
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#4261df;
		font-weight:bold;
		text-shadow: #ffffff 2px 2px 2px;
	}
	#navigation ul li a:hover{
		color:#1532a5;
	}
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(img/sublink.gif);
	height:30px;
	font-size:11px;
}	
	#sublinks ul{
	 height:32px;
	 line-height:31px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
/* ----------- SUBMENU ----------- */
#s2, #s3{display:none;}



/* ------HEADER NEW NAV */
/*Header
-----------------------------------------------------------------------------*/

div#Header-dropdownnav {
	width: 940px;
	position: relative;
	z-index: 10;
	height: 40px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#Header-dropdownnav a {
	color: #FFFFCC !important; /*[e]#FFFFCC*/
}

a#Logo {
	position: absolute;
	top: 20px;
	left: 20px;
}



/*. . . . . . . . . . Primary Navigation . . . . . . . . . .*/

ul#Primary {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#Primary li {
	display: block;
	float: left;
	position: relative;
	margin: 0 4px;
	padding: 0;
}

ul#Primary li a {
	display: block;
	
	height: 20px;
	line-height: 20px;
	text-indent: -2000em;
}

ul#Primary li ul {
	position: absolute;
	width: 180px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0.1em solid #2c2c2c;
}

ul#Primary li.hover ul {
	top: 20px;
	left: 0;
}

ul#Primary li ul li {
	border-top: 1px solid #2c2c2c;
	margin: 0;
	padding: 0;
}

ul#Primary li ul li a {
	height: 24px;
	line-height: 24px;
	width: 180px !important; /*[e]180px*/
	font-weight: normal;
	background: #3a3a3a;
	text-indent: 10px;
}

ul#Primary li ul li a:hover {
	background: #84A94C;
	text-decoration: none;
}

ul#Primary li#GuysNavigation a {
	width: 75px;
	background-position: 10px 0;
}

ul#Primary li#GuysNavigation a:hover {
	background-position: 10px -20px;
}








ul#Primary li#AboutNavigation a {
	width: 77px;
	background-position: -990px 0;
}

ul#Primary li#AboutNavigation a:hover {
	background-position: -990px -20px;
}

/*. . . . . . . . . . System Navigation . . . . . . . . . .*/

ul#System {
	position: absolute;
	top: 13px;
	right: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 25em;
}

ul#System li {
	display: block;
	float: right;
	margin-left: 2em;
}

ul#System a:hover {
	text-decoration: underline;
	color: #FFF !important; /*[e]#FFF*/
}

a#ViewCart {
	background: url(/admin/cup.png) no-repeat 0 50%;
	padding-left: 20px;
}

a#ShowSubscribe {
	background: url(/site/bg_showsubscribe.gif) no-repeat 0 50%;
	padding-left: 20px;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(http://302designs.com/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(http://302designs.com/images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


















/*NEW NAVIGATION*/

#outside{
	border:1px solid #000000;
	background:#000000;
	}
#navigation-1 {
	padding:1px;
	margin:0px;
	list-style:none;
	width:100%;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 8pt verdana, arial, helvetica;
}
#navigation-1 li {
	margin:0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	display:block;
	float:left;
	position:relative;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#000000;
	color:#ffffff;
	height:13px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#84A94C;
	color:#ffffff;

	height:13px;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:black;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #000000;
	border-top:none;
z-index:9999;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:190px;
	clear:left;
	
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#000000;
	padding:4px 0;
	width:190px;
	border:none;
	border-bottom:1px solid #333;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#84A94C;
	padding:4px 0;
	width:190px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #000000;
	border-left:1px solid #000000;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#000000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#666666;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#ffffff;
}


.price_discount {
	color: #F00;
}
