/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */
	background-color: #A3A19E;
	
/* Background Gradient: */http://mcneesecowboystore.com/home.aspx
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #EBEDF5 0%, #A3A19E 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #EBEDF5 0%, #A3A19E 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #EBEDF5 0%, #A3A19E 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEDF5), color-stop(1, #A3A19E));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #EBEDF5 0%, #A3A19E 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #EBEDF5 0%, #A3A19E 100%);

	/* Repeat: */
	background-repeat: repeat;
	/* Attachment: */
	background-attachment: fixed;

	color: #062A68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000000;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #003798;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #FFCE00;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #003798;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: #CCCCCC;
	/* Title Bar Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Title Bar Font Size: */
	font-size: 11px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bold;
	/* Title Bar Font Color: */
	color: #000000;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #CCCCCC;

	vertical-align: middle;
	text-align: middle;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Adoption Title Font Size: */
	font-size: 11px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #FFCE00;
	/* Weight: */
	font-weight: normal;

        /*Menu Text Alignment*/
        text-align: center;

	/* You can adjust the border around horizontal */
	/* menu items below.                           */
	border-width: 1px;
	border-color: #A3A19E;
	border-left-style: solid;
        /*Rounded Corners on Menu Items*/
     /*  -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
	   border-radius: 20px;
       border-radius: 0px\9; */
	   
	   /*IE 8 and below*/


	padding: 15px;
}

.horizontal_menu ul.AspNet-Menu li a:link,
.horizontal_menu ul.AspNet-Menu li a:visited,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {

	/* Background Color: */
	background-color: #003798;

        /* Background Gradients */ 
background-image: -ms-linear-gradient(top, #1F17FF 0%, #003798 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F17FF', endColorstr='#003798');

background-image: -ms-linear-gradient(top, #1F17FF 0%, #003798 100%);

background-image: -moz-linear-gradient(top, #1F17FF 0%, #003798 100%);

background-image: -o-linear-gradient(top, #1F17FF 0%, #003798 100%);

background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1F17FF), color-stop(1, #003798));

background-image: -webkit-linear-gradient(top, #1F17FF 0%, #003798 100%);

background-image: linear-gradient(to bottom, #1F17FF 0%, #003798 100%);
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color and Gradient: */
	background-color: #FFCE00;

background-image: -ms-linear-gradient(top, #FFFF4A 0%, #FFCE00 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF4A', endColorstr='#FFCE00');
        
background-image: -ms-linear-gradient(top, #FFFF4A 0%, #FFCE00 100%);

background-image: -moz-linear-gradient(top, #FFFF4A 0%, #FFCE00 100%);

background-image: -o-linear-gradient(top, #FFFF4A 0%, #FFCE00 100%);

background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF4A), color-stop(1, #FFCE00));

background-image: -webkit-linear-gradient(top, #FFFF4A 0%, #FFCE00 100%);

background-image: linear-gradient(to bottom, #FFFF4A 0%, #FFCE00 100%);

	/* Remove comment characters below to */
	/* change text color on hover.        */
	color: #003798; 
	font-weight: bold;
      
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.horizontal_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 11em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}

/* Other horizontal menu elements */

.horizontal_menu ul.AspNet-Menu li a:active,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 1100px;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
 	border-bottom-width: 1px;
}

.horizontal_menu ul.AspNet-Menu li a img {
}

.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #FFCE00;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #A3A19E;
	border-style: solid;

	padding: 3px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #003798;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #FFCE00;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	color: #003798; 
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.vertical_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 13em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 13em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 13em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 13em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 13em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 13em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 13em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
	/* You may wish to adjust the settings below */
	/* to match the values in the vertical menu. */
	background-color: #003798;
	color: #FFCE00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 4px;
       	border-width: 1px;
	border-color: #A3A19E;
	border-style: solid;

	vertical-align: middle;
	text-decoration: none;

	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 12em;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	/* display: none; */

	border: none;
}

/* Vertical Search Module */

.search_v {
	background-color: #FFCC00;
	width: 16em;
	padding-left: 4px;
	border-width: 1px;
	border-color: #000099;
	border-style: solid;
	
	vertical-align: middle;
	text-decoration: none;
}

.search_v label, .search_v td {
	/* Controls the search module text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {
	background-color: #CCFFFF;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding-left: 8px;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: dotted;
}


/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo, #pagewrapper {
	/* Remove comment characters to center page. */
	margin-left: auto;
	margin-right: auto;
  A:link: color: #000000;
        A:visited: color: #007398;
        A:hover: color: #CCCCCC;
        A:active: color: #FF0000;

	/* Remove comment characters to set width. */
	width: 1100px;

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
	/* background-color: #FFFFFF; */
}

.div_top_sec {
	width: 100%;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	width: 100%;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	 width: 13em; 
         position: relative;
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	width: 13em; 
        position: relative; left:5px;
    
}

/*==================Main Content===================*/

.div_content_sec {
	background: #FFFFFF;
	color: #062A68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 750px;
}

.main_content {
	background: #00000000;
	color: #062A68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    a:link: color: #000000;
    a:visited: color: #003798;
    a:hover: color: #FFCE00;
    a:active: color: #003798;
     }
        
        .main_content A:link {color:#000000;}
        .main_content A:visited {color:#003798;}
        .main_content A:active {color:#003798;}
        .main_content A:hover {text-decoration: underline; color: #FFCE00;}
		
a#colorlink:link, a#colorlink:visited, a#colorlink:active {text-decoration: underline; color:#003798;}

a#colorlink:hover{text-decoration: underline; color: #003798;}


.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

.div_footer_sec {
	text-align: center;
  	width: 100%;
}

.div_privacy {
	text-align: center;
   	width: 100%;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link { 
}

li a:visited {
}

li a:hover {
}

li a:active {
}



/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

/* For iCM employee interface */ 
/* Causes the "Edit Text" link for text modules */
/* to appear just under the Menu module button. */ 
div.module { position: relative; } 
/* div.LinkNormal { position: absolute; top: 28px; left: 4px; } */
div.LinkNormal { position: absolute; top: 3px; right: 20px; }


/* For iCM employee interface */ 
/* Hides the "CSS" link under Admin Tasks */
/* and removes the "Go to Style Sheet Builder" */
/* button under Style Sheet Editor. */ 
#lbtnCss, #btnimgCss, #btnBuildCss {
 display: none;
}

.nivoSlider {
    position:relative;
    width:1085px; 
    height:250px; 
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none; 
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}.

#slider a{
    display:block;
}


 .nivo-directionNav a {
	display:block;
	width:13px;
	height:200px;
	background:url(/StoreFiles/30-SchoolFiles/30-js/30-Slider-Buttons.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
 a.nivo-nextNav {
	background-position:100% 50%;
	right:0px;
        top:20px;
    padding-right:20px;
}
 a.nivo-prevNav {
	left:0px;
        top:20px;
    padding-left:20px;
}