/*Global Style */
html{
	height:100%;
}
body{
	background-color:#ffffff;
	margin:0px 0px 3px 0px;
	height:100%; font-size: 1em; line-height: 1.4; font-family: arial, sans-serif; 
	/*background: url(../img/red-gradient.jpg) repeat;*/
}
h1{
	font-family: 'Cinzel', serif;
	font-size:32pt;
	font-weight:700;
}
h2{
	font-family: 'Cinzel', serif;
	font-size:18pt;
	font-weight:700;
	margin:5px 0px 0px 0px;
}	
h3{
	font-family: 'Cinzel', serif;
	font-size:14pt;
	font-weight:700;
	margin:5px 0px 0px 0px;
}
p{
	font-size:87.5%;
	padding:0px;
	margin: 0px 0px 3px 0px;
}
ol,ul{
	font-size:87.5%;
}
a, a.active, a.visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*------------------------
          Colors
----------------------- */
.orange-gradient{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9InJnYigyMTUsIDIxNSwgMjE1KSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNnMSkiIC8+PC9zdmc+);
background-image: -webkit-gradient(linear, center top, center bottom, color-stop(50%, #ffffff), color-stop(100%, rgb(215, 215, 215)));
background-image: -webkit-linear-gradient(top, #ffffff 50%, #cccccc 114%);
background-image: -moz-linear-gradient(top, #ffffff 50%, #cccccc 114%);
background-image: -ms-linear-gradient(top, #ffffff 50%, #cccccc 114%);
background-image: -o-linear-gradient(top, #ffffff 50%, #cccccc 114%);
background-image: linear-gradient(to bottom, #ffffff 50%, #cccccc 114%);
}
.orange{
	color:#F89D39;
}
.orangebg{
	background-color:#F89D39;
}
.blue{
	color:#162274;
}
.bluebg{
	background-color:#162274;
}
.white{
	color:#ffffff;
}
.whitebg{
	background-color:#ffffff;
}
gray{
	color:#eeeeee;
}
graybg{
	background-color:#eeeeee;
}

/*----------------------
 *      Classes
 ---------------------*/
.small{
	font-size:75%;
}
/*-----------------------
 	   Drop Shadows
 ----------------------*/
.left-right-shadow{
	box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
}
.left-shadow{
	box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 0px 0 35px 0px rgba(204, 204, 204, 0.9), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 0px 0 35px 0px rgba(204, 204, 204, 0.9), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 0px 0 35px 0px rgba(204, 204, 204, 0.9), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
}
.dropshadow{
	box-shadow: 1px 3px 13px -1px #333333;
	-webkit-box-shadow:1px 3px 13px -1px #333333;
	-moz-box-shadow:1px 3px 13px -1px #333333;
}
.dropshaow-left:before{
	position: absolute; 
    content: ' '; 
    top: 0px; 
    right: 12px; 
    bottom: 0;
    left: 0; 
    background-color: transparent; 
    box-shadow: 0 0 10px #eeeeee;
    border: 1px solid #eeeeee;
}
.dropshadow-right:after{
	position: absolute; 
    content: ' '; 
    top: 0px; 
    right: 12px; 
    bottom: 0;
    left: 0; 
    background-color: transparent; 
    box-shadow: 0 0 10px #eeeeee;
    border: 1px solid #eeeeee;
}
/*---------------------
 * Bars & Borders
-------------------- */
.fullbar{
	width:100%;
	height:10px;
}
/* IDs   */

#container, .container{
	position:relative;
	width:960px;
	margin:0 auto;
	display:block;
}

#homeheader{
	background-color:#4d4c4d;
	max-height: 400px;
	width:100%;
	height:400px;
	background: url(../img/gray-gradient-bg.jpg) no-repeat;
	
}
#header{
	position:relative;
	background-color:##EBEBEA;
	height:139px;
	max-height: 139px;
	width:100%;	
	margin:0px;
	background: url(../img/header-bg.jpg) no-repeat; 
}
#homelogo{
	float:left;
	margin-left: 20px;
	margin-top:30px;
}
/*#logo{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	max-height:139px;
}*/
#logo{
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	max-height:90px;
}
#logo1{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	max-height:78px;
}
#logo2{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	max-height:78px;
}
#logo3{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	max-height:78px;
}
#headermiddle{
	float:left;
	font-family: 'Chau Philomene One', sans-serif;
	font-size:18pt;
	font-weight:normal;
	color:#ffffff;
	width:777px;
	height:30px;
	
}
#headerslider{
	display:inline-block;
	float:left;
	max-width:960px;
	width:100%;
	height:244px !important;
	max-height:244px;
}
#phonebubble{
	position:absolute;
	top:0px;
	right:100px;
	z-index:5;
	margin-top:-10px;
	display:none;
}
#icons{
	position:absolute;
	display:inline;
	right:0px;
	margin-right:0px;
	width:100%;
	max-width:100px;
	
}
#icons img {
	float:left;
	padding:5px 0px 5px 0px;
}
#pl-icons{
	position:absolute;
	display:inline;
	top:5px;
	right:0px;
	margin-right:0px;
	width:100%;
	max-width:125px;
	
}
#pl-icons img{
	float:left;
	width:22px;
	height:22px;
	vertical-align:middle;
}
#minicart{
	position:absolute;
	display:none;
	padding:5px;
	margin-left:168px;
	left:50%;
	z-index:20;
	background-color:#f5f5f5;
	width:300px;
	min-height:250px;
	border: 1px solid #2b2b2b;
}
#minicart img{
	margin-top:0;
	float:right;
	cursor:pointer;
}
#minicart p{
	font-family: arial, sans-serif;
	font-size:9pt;
	color:#000000;
}

#mincartcontents{
	margin:10px 0px 10px 0px;
	min-height:100px;
	
}
.minicartitem{
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
	width:95%;
}
.minicartdetails{
	display:none;
	font-family: arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#000000;
}
.detailstrigger, .updateminicart{
	cursor:pointer;
	color:#F89D39 !important;
	font-weight:700;
}

#bannerstrip{
	display:inline-block;
	background-color:#2b2b2b;
	padding:5px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	width:940px;
	height:35px;
	font-family: 'Chau Philomene One', sans-serif;
	font-size:16pt;
	font-weight:400;
	color:#ffffff;
	font-weight:normal;
}

#nav{
	display:inline-block;
	position:relative;
	/*float:right;*/
	height:30px;
	max-height:30px;
	width:100%;
	max-width:960px;
	margin-top: 10px;
	padding:0px 100px 0px 100px;
}

#nav>ul{
		position:relative;
   		display: table;
		width:100%;
		max-width:760px;
		list-style: none;
		margin:0 0 0 0;
		padding:0 0 0 0;
   }
 
 #nav>ul>li{
   		position:relative;
    	text-align:right;
    	display:table-cell;
		padding: 0px 0% 0px 0%;
		margin-top:0px 0px 0px 0px;
		height:50px;
		
   }
 
 #nav>ul>li:hover, #nav>ul>li>a:hover {
		color:#f89d39;
		
   }
#nav>ul>li>a{
 	position:relative;
   	font-family: 'Cinzel', serif;
	font-weight:700;
	color:#162274;
	text-decoration: none;
	font-size:135%;
	text-transform: uppercase;
	
   }
    
#nav>ul>li>ul {
   		position:absolute;
   		display: none;
   		padding: 1px 1px 1px 1px;
   		margin:0px 0px 0px 0px;
		top:30px;
		list-style: none;
		z-index:10;	
		width:auto;
		background-image:none;
		background-color:#F89D39;
		float:none;
		border: 1px solid #162274;
		-moz-border-radius: 12px;
    	-webkit-border-radius: 12px;
    	-khtml-border-radius: 12px;
   		border-radius: 12px;
		-webkit-box-shadow: rgb(51, 51, 51) 1px 3px 13px 0px;
		box-shadow: rgb(51, 51, 51) 1px 3px 13px 0px;
}
   
#nav>ul>li>ul>li{
   		display: block;
    	margin:2px;
    	width: auto;
		padding: 2px 5px 2px 5px;
		text-align:left;
		border:none;
		background-image:none;
		background-color:#F89D39;
		float:none;
		white-space:nowrap;
}
#nav>ul>li>ul>li:first-child{
	padding-top:5px;
}
#nav>ul>li>ul>li:last-child{
	padding-bottom:5px;
}
#nav>ul>li>ul>li>a {
   		padding: 0px 0px 0px 0px;
   		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:400;
		color:#ffffff;
		text-decoration: none;
		text-transform: none;		
}
#nav>ul>li>ul>li>a:hover {
   		color:#162274;
}

#eventdiv{
	position:absolute;
	display:none;
	width:960px;
	height:100px;
	background-color:#F89D39;
	z-index:10;
	top:130px;
	border: 1px solid #162274;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
   	border-radius: 12px;
	-webkit-box-shadow: rgb(51, 51, 51) 1px 3px 13px 0px;
	box-shadow: rgb(51, 51, 51) 1px 3px 13px 0px;
}

#eventdiv h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#162274;
}

#eventdiv p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
}
.filter{
	float:left;
	width:21%;
	padding:0px 2% 0px 2%;
}
.filter p{
	margin-top:1em;
	margin-bottom:1em;
}
ul.fancy-dd
{
    background: #ffffff url(../img/dd-arrow.jpg) no-repeat 100% 0%; 
    height: 24px;
    border: 1px solid #000000;
    margin: 0;
    padding: 0px;
    list-style: none;
    position: relative;
    cursor: pointer;
    overflow-x: auto;
}

.fancy-dd li
{
    padding: 6px 0px 6px 10px;
    line-height: 1;
    display: none;
    cursor: pointer;
    color: #000000;
    font-size: 9pt;
	font-family: arial;
	text-decoration:none;
}

.fancy-dd li.selected
{
    display: block;
}

.fancy-dd li:hover
{ 
	color:#F89D39;
}
.fancy-dd li:last-child
{
    /*border-bottom: 1px solid #000000;*/
}

ul.fancy-dd::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

ul.fancy-dd::-webkit-scrollbar-button:start:decrement,
ul.fancy-dd::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

ul.fancy-dd::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

ul.fancy-dd::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    -webkit-border-radius: 6px;
}

ul.fancy-dd::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #666;
    -webkit-border-radius: 3px;
}
#organizations>ul{
	
}
#content{
	min-height:400px;
	margin: 0px 5px 0px 0px;
	padding-bottom:25px;
	display:inline-block;
	width:100%;
	max-width:960px;
	padding-left:0px;
	background-color:#ffffff;
}
#content h2, #content p, #content h1{
	padding-left:5px;
}
.eventitem:hover{
	background-color:#dddddd;
	-moz-border-radius-topright: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-left-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}
#homecontent{
	display:inline-block;
	width:100%;
	padding-bottom:0px;
	min-height:298px;
	margin: 0 auto;
	box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 9px 0px 0px white, 0 -5px 0px 0px white, 12px 0 35px 0px rgba(204, 204, 204, 0.6), -12px 0 35px -4px rgba(204, 204, 204, 0.6);
}
.bighomebutton, a.bighomebutton, a.bighomebutton:visited{
	display:inline-block;
	width:200px;
	border:2px solid #162274;
	color: #162274;
	font-size: 14pt;
	font-family: arial;
	-moz-border-radius-topright: 20px 20px;
    border-top-right-radius: 20px 20px;
    -moz-border-radius-topleft: 20px 20px;
    border-top-left-radius: 20px 20px;
    -moz-border-radius-bottomright: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    -moz-border-radius-bottomleft: 20px 20px;
    border-bottom-left-radius: 20px 20px;
	margin:5px;
	padding:5px 20px 5px 20px;
}
.bighomebutton:hover{
	background-color:#F89D39;
	text-decoration:none;
}


#greybox{
	width:90%;
	margin:0 auto;
	background-color:#464646;
	height:175px;
	padding:10px;
	margin-bottom:30px;
	background: url(../img/red-gray-bg.jpg) no-repeat;
	box-shadow: 1px 3px 5px 1px #666666;
}
#greybox img{
	float:right;
}
#greybox h2{
	float:left;
	width:75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#ffffff;
	line-height:15pt;
	margin-bottom:2px;
	font-weight:700;
}

#greybox p{
	float:left;
	width:75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	line-height:12pt;
}
#homesliders{
	display:inline-block;
	width:580px;
	margin:0 auto;
	height:275px;
	padding:0px;
	margin-bottom:30px;
	margin-top:20px;
	margin-left:10px;
}

#homesliderleft{
	width:580px;
	height:275px;
	
}
#homesliderright{
	width:437px;
	height:225px;
	float:right;
}
#sliderleft{
	display:inline-block;
	width:580px;
	height:275px;
	position:relative;
}
#sliderheader{
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block;
	width:180px;
	z-index:10;
	filter:alpha(opacity=90); /* IE */
    -moz-opacity:0.90; /* Mozilla */
    opacity: 0.90; /* CSS3 */
	background-color:#ffffff;
}
#sliderheader h1, #sliderheader h2{
	text-align:right;
}

.horizontaldots{
	height:5px;
	width:100%;
	background: url(../img/horizontal-dots.png) repeat-x;
}

#sliderright{
	background-color:#464646;
	width:410px;
	float:right;
	position:relative;
	
	
}
#sliderleft h1, #sliderright h1{
	width:190px;
	font-family: 'Cinzel', serif;
	font-size:35px;
	color:#F89D39;
	line-height:36px;
	margin:4px 4px 4px 5px;
	font-weight:700;
	padding:0;
	text-transform:uppercase;
	
}
#sliderleft h2{
	width:215px;
	font-family: arial, serif;
	font-size:15px;
	color:#162274;
	line-height:16px;
	margin:4px 4px 4px 5px;
	font-weight:400;
	padding:0;
	
}

#sliderleft h3{
	width:290px;
	font-family: arial, serif;
	font-size:17px;
	color:#162274;
	line-height:18px;
	margin:4px 4px 4px 5px;
	font-weight:700;
	padding:0;
	
}
#sliderleft p{
	color:#666666;
	font-size:12px;
}

#homebottom{
	border-top:1px solid #c9cdd0;
	width:90%;
	margin:0 auto;
	padding:10px;
}
.threecolumn{
	width:30%;
	padding:1.5%;
	float:left;
}
.threecolumn img{
	float:left;
	padding-right:10px;
}
.threecolumn h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#eb1c2d;
	line-height:14pt;
	margin-bottom:2px;
	margin-top:0px;
	font-weight:700;
}
.threecolumn p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:12pt;
	margin-top:2px;
}
#shoppingcarttable, .checkout{
	width:100%;
	border-collapse: collapse;
}

#shoppingcarttable tr{
	border-bottom:1px solid #cccccc;
}
#shoppingcarttable td{
	padding:5px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:15pt;
}
#shoppingcarttable tr:first-child, #shoppingcarttable tr:first-child td, #shoppingcarttable .rowheader{
	background-color:#cccccc; 
	padding:0px 0px 0px 0px;
}
#shoppingcarttable tr:last-child, #shoppingcarttable tr:last-child td{
	border-bottom:none; 
	padding:5px 0px 10px 0px;
}
.rowheader{
	background-color:#cccccc; 
	padding:0px 0px 0px 0px;
	font-size:10pt;
	color:#000000;
	line-height:15pt;
	margin:0px 0px 0px 0px;
}
.checkout td{
	padding:3px 0px 3px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:10pt;
	margin:0px 0px 0px 0px;
}
.checkout input{
	height:15px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.checkout select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:10pt;
	height:20px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#carttotal{
	
}
#shoppingbuttons{
	padding-bottom:25px;
}
.errbg{
	background-color:#ff9999;
}
.errbg::-webkit-input-placeholder {
   color: white;
}

.errbg:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.errbg::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.errbg:-ms-input-placeholder {  
   color: white;  
}

#errmsg{
	color:#ff0000;
	font-size:9pt;
	padding-bottom:10px;
}
#bluestrip{
	display:block;
	position:relative;
	width:100%;
	height:39px;
	
}

#bluebar-inner{
	position:relative;
	display:block;
	width:960px;
	max-width:960px;
	margin:0 auto;
}
#bluebar-inner p{
	color:#ffffff;
	float:left;
	line-height:20px;
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical_align:middle;
}
#bluebar-inner img{
	margin-top:-7px;
	float:left;
	
}
.large{
		font-family: 'Cinzel', serif;
		font-size:30px;
		font-weight:700;
		line-height:45px;
		margin:5px 0 0 0;
		padding:5px 65px 0 0;
		vertical-align:middle;
}
.event-detail-labels{
	font-family:arial, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.event-details h2{
	margin-top:0px;
	font-size:12pt;
	max-width:250px;
}	
/* Classes */
#footer{
	margin-top:5px;
	background-color:#162274;
	min-height:200px;
	padding-bottom:20px;
	z-index:5;
}

#footertop{
	padding-top:0px;
	width:100%;
	background: url(../img/footer-bg.jpg) repeat-x;
	display:inline-block;
}
#footertop-inner{
	width:100%;
	max-width:960px;
	margin:0 auto;
	display:block;
}
#recent-items{
	position:relative;
	float:left;
	display:inline-block;
	width:100%;
	max-width:680px;
	z-index:10;
}
#recent-items p{
	color:#666666;
	font-size:12px;
}
#footer-vertical-dots{
	float:right;
	background: url(../img/vertical-dots.png) repeat-y;
	width:5px;
	height:150px;
	margin:10px 10px 0px 10px;
}
#footer-blurb{
	margin-top:5px;
	float:right;
}
.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.footernav, .footernav:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	color: #eeeeee;
}
.footernav:hover{
	color:#F89D39;
}
.copyrighttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.button{
	margin:0px 0px 0px 0px;
	background: url(../img/orange-button-bg.jpg) repeat-x;
	font-family: arial, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	cursor:pointer;
	text-decoration: none;
	padding:4px;
	box-shadow: 0px 3px 5px 1px #999999;
	border: 1px solid #F89D39;
	-moz-border-radius-topright: 3px 3px;
    border-top-right-radius: 3px 3px;
    -moz-border-radius-topleft: 3px 3px;
    border-top-left-radius: 3px 3px;
    -moz-border-radius-bottomright: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    -moz-border-radius-bottomleft: 3px 3px;
    border-bottom-left-radius: 3px 3px;
	
}
.button:hover{
	text-decoration:none;
	color:#162274;
}

.plbutton{
	margin:0px 0px 0px 0px;
	background-color:#ee2e24;
	font-family: arial, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	cursor:pointer;
	text-decoration: none;
	padding:4px;
	box-shadow: 0px 3px 5px 1px #999999;
	border: 1px solid #ff0000;
	-moz-border-radius-topright: 3px 3px;
    border-top-right-radius: 3px 3px;
    -moz-border-radius-topleft: 3px 3px;
    border-top-left-radius: 3px 3px;
    -moz-border-radius-bottomright: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    -moz-border-radius-bottomleft: 3px 3px;
    border-bottom-left-radius: 3px 3px;
	
}
.plbutton:hover{
	text-decoration:none;
	color:#162274;
}

.bookeventfield{
	width:250px;
	margin:5px;
}
.bookeventtextarea{
	width:500px;
	height:125px;
	margin:5px;
}
/* Designer CSS Below */

#designer{
	display:inline-block;
	width:960px;
	margin:0 auto;
	max-width:960px;
	min-height:400px;
	padding:5px 0px 25px 0px;
	background-color:#ffffff;
	
	
}
#controls{
	display:inline-block;
	float:left;
	max-width:350px;
	margin:0px;
	padding:0px 0px 0px 5px;
}
#views{
	display:block;
}

#views img{
	display:none;
	float:left;
	cursor:pointer;
	padding:5px 5px 5px 5px;
	border: 1px solid #ffffff;
	height:80px;
	
}

#views img:hover{
	border: 1px solid #dcf50c;
	-moz-border-radius-topright: 12px 12px;
    border-top-right-radius: 12px 12px;
    -moz-border-radius-topleft: 12px 12px;
    border-top-left-radius: 12px 12px;
    -moz-border-radius-bottomright: 12px 12px;
    border-bottom-right-radius: 12px 12px;
    -moz-border-radius-bottomleft: 12px 12px;
    border-bottom-left-radius: 12px 12px;
}
#personalize{
	
}
#description{
	max-width:600px;
	margin-left:0px;
}
#personalize p, #description p{
	margin:0px;
	padding:2px;
	font-family:arial;
	font-size:10pt;
}
.right{
	position:absolute;
	right:5px;
}
.bold{
	font-weight:700;
}
.label{
	text-align:center;
	font-size:9pt;
}
#appareltype{
	
}
#appareltype a{
	cursor:pointer;
	font-family: arial;
	font-size:10pt;
}
#apparelcolorid{
	display:inline-block;
	float:left;
	margin:0 auto;
}
#apparelcolorid a{
	cursor:pointer;
	font-family: arial;
	font-size:10pt;
	
}
#apparelcolorid a:hover, #appareltype a:hover{
	text-decoration:underline;
}
#colorswatchwrapper{
	display:inline-block;
	overflow-x:hidden;
	overflow-y:auto;
	height:261px;
	width:350px;
}
.colorswatch{
	position:relative;
	cursor:pointer;
	display:inline;
	width:35px;
	height:35px;
	margin:0 auto;
	border:1px solid #cccccc;
}
#logos{
	display:inline-block;
	width:340px;
	max-height:300px;
	max-width:340px;
	
}
#logothumbswrapper{
	display:inline-block;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:261px;
	width:355px;
	
}

#logothumbswrapper::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

#logothumbswrapper::-webkit-scrollbar-button:start:decrement,
#logothumbswrapper::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

#logothumbswrapper::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

#logothumbswrapper::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    -webkit-border-radius: 6px;
}

#logothumbswrapper::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #F89D39;
    -webkit-border-radius: 3px;
	
}


#logothumbs{
	width:355px;
	max-height:261px;
}
.logo img{
	vertical-align:middle;
	cursor:pointer;
	max-width:75px;
	max-height:75px;
	margin:0 auto;
}
.logo{
	display:inline-block;
	position:relative;
	margin:5px;
	width:75px;
	height:75px;
	float:left;
	border:1px solid #cccccc;
	text-align:center;
}
.zoom{
	z-index:99;
	
	background: url(../img/zoom_icon.png);
	width:30px;
	height:30px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#zoomview{
	margin:0 auto;
	width:402px;
	height:424px;
	display:none;
	position:absolute;
	left:0;
	top:0;
	box-shadow: 1px 3px 5px 2px #999999;
	border: 1px solid #dddddd;
	background-color:#ffffff;
	z-index:200;
}
#zoomview img{
	position:relative;
	padding:1px;
	margin:0 auto;
	max-width:400px;
	max-height:400px;
	vertical-align:middle;
}
#logoupchargetable{
	position:absolute;
	width:250px;
	display:none;
	left:0;
	top:0;
	padding:5px;
	box-shadow: 1px 3px 5px 2px #999999;
	border: 1px solid #dddddd;
	background-color:#ffffff;
	z-index:200;
}
.teamrosters{display:none;}
.personalize{
	display:inline-block;
}
.teamrosters p, .personalize p{
	float:left;
}
.teamrosters img, .personalize img{
	float:left;
	margin-top:1px;
	margin-left:5px;
	cursor:pointer;
}
/*#numbers{
	display:none;
} */
#viewarea{
	display:inline-block;
	width:600px;
	max-width:600px;
	float:right;
	min-height:753px;
	position:relative;
}
#removemsg{
	padding:3px;
	position:absolute;
	display:none;
	color:#ff0000;
	font-family: arial;
	font-weight:700;
	font-size:75%;
	margin:0 auto;
	z-index:100;
	background-color:#ffffff;
	text-align:center;
	white-space:nowrap;
}
.highlightlogo{
	border:1px solid #ff0000;
	cursor: url('../img/redx.gif'), pointer;
	-moz-border-radius-topright: 12px 12px;
    border-top-right-radius: 12px 12px;
    -moz-border-radius-topleft: 12px 12px;
    border-top-left-radius: 12px 12px;
    -moz-border-radius-bottomright: 12px 12px;
    border-bottom-right-radius: 12px 12px;
    -moz-border-radius-bottomleft: 12px 12px;
    border-bottom-left-radius: 12px 12px;
	
}
/* Views */
#frontview, #backview, #leftview, #rightview{
	max-width:600px;
}
/* Front View Styles */
.helper{
	/*display:inline-block; */
	vertical-align:middle;
	height:100%;
}
#front{
	padding:0px;
	max-width:600px;
	position:relative;
	margin:0 auto;
	
}

#pocket{
	position:absolute;
	left:325px;
	top:120px;
	max-width:80px;
	max-height:80px;
	z-index:10;
	display:none;
	
}
#pocket img{
	max-width:80px;
	max-height:80px;
}
#frontlarge{
	position:absolute;
	left:200px;
	top:125px;
	width:200px;
	max-width:200px;
	max-height:200px;
	z-index:10;
	display:none;
	
}

#frontlarge img{
	max-width:200px;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

#long{
	position:absolute;
	left:165px;
	top:270px;
	width:80px;
	max-width:80px;
	height:300px;
	max-height:300px;
	z-index:10;
	display:none;
	
}
#long img, #longpants img{
	max-width:80px;
	max-height:300px;
}
#frontpants{
	position:absolute;
	left:325px;
	top:80px;
	width:60px;
	height:60px;
	z-index:10;
	display:none;
	/*border:1px solid #ff0000; */
	
}
#longpants{
	position:absolute;
	left:215px;
	top:160px;
	width:80px;
	max-width:80px;
	height:300px;
	max-height:300px;
	z-index:10;
	display:none;
	/*border:1px solid #ff0000; */
}
#frontshorts{
	position:absolute;
	left:345px;
	top:375px;
	width:125px;
	height:125px;
	z-index:10;
	display:none;
	text-align: center;
}
#frontshorts img{
	vertical-align:middle;
	max-width:125px;
	max-height:125px;
}
/* Back View Styles */
#back{
	padding:0px;
	max-width:600px;
	position:relative;
	margin:0 auto;
	display:none;
}

#roster, #backlogo{
	position:absolute;
	left:200px;
	top:150px;
	width:200px;
	max-width:200px;
	max-height:200px;
	z-index:10;
	display:none;
	
	
}
#backpants{
	position:absolute;
	left:215px;
	top:160px;
	width:80px;
	max-width:80px;
	height:300px;
	max-height:300px;
	z-index:10;
	display:none;
	/*border:1px solid #ff0000; */
}
#backshorts{
	position:absolute;
	left:345px;
	top:375px;
	width:125px;
	height:125px;
	z-index:10;
	display:none;
	
	
}

#number{
	position:absolute;
	left:200px;
	top:160px;
	width:200px;
	max-width:200px;
	max-height:200px;
	z-index:12;
	display:block;
	color:#000000;
	font-family:arial;
	font-size: 96pt;
	font-weight:bold;
	text-align:center;
}

#text1{
	position:absolute;
	left:145px;
	top:60px;
	width:300px;
	max-width:300px;
	z-index:10;
	font-color:#000000;
	font-family:arial;
	font-size: 32pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#text2{
	position:absolute;
	left:145px;
	top:100px;
	width:300px;
	max-width:300px;
	z-index:10;
	font-color:#000000;
	font-family:arial;
	font-size: 32pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.disabled p{
	color:#999999;
	
}
.disabled input{
	background-color:#999999;
}
#left{
	padding:0px;
	max-width:600px;
	position:relative;
	margin:0 auto;
	display:none;
}

#leftlogo{
	position:absolute;
	left:260px;
	top:155px;
	width:80px;
	height:80px;
	z-index:10;
	display:none;
	
}
#leftlogo img, #rightlogo img{
	vertical-align:middle;
	max-width:80px;
	max-height:80px;
	text-align:center;
	margin:0 auto;
}
#leftlong{
	position:absolute;
	left:285px;
	top:185px;
	width:80px;
	max-width:80px;
	height:300px;
	max-height:300px;
	z-index:10;
	display:none;
	
}
#right{
	padding:0px;
	max-width:600px;
	position:relative;
	margin:0 auto;
	display:none;
}

#rightlogo{
	position:absolute;
	left:260px;
	top:155px;
	width:80px;
	height:80px;
	z-index:10;
	display:none; 
	
}


#rightlong{
	position:absolute;
	left:265px;
	top:185px;
	width:80px;
	max-width:80px;
	height:300px;
	max-height:300px;
	z-index:10;
	display:none;
	
}
#sizes{
	
}
#sizes p{
	display:inline;
	float:left;
	font-family:arial;
	padding:0px 2px 0px 2px;
}

.numberinput{
	padding:1px;
	margin:1px;
	width:20px;
	text-align:center;
}

#pricing{
	margin-right:15px;
}
#shoppingcart{
	margin-bottom:10px;
	min-height:300px;
}
#shoppingbuttons{
	float:right;
	margin-top:5px;
	
}

/* Classes */
.areaborder{
	border: 1px solid #ff0000;
}
.smallroundborder{
	border: 1px solid #000000;
	-moz-border-radius-topright: 12px 12px;
    border-top-right-radius: 12px 12px;
    -moz-border-radius-topleft: 12px 12px;
    border-top-left-radius: 12px 12px;
    -moz-border-radius-bottomright: 12px 12px;
    border-bottom-right-radius: 12px 12px;
    -moz-border-radius-bottomleft: 12px 12px;
    border-bottom-left-radius: 12px 12px;
	padding:5px;
}

.viewareas{
	display:none;
}
.shirtviews{
	
}
.pantviews{
	display:none;
}
.extralogos{
	display:none;
}
.white{
	color:white;
}
.uppercase{
	text-transform: uppercase;
	
}
/*Logo Slider Styles */
#logoslider{
	width:384px;
	max-width:384px;
	height:90px;
	max-height:90px;
	border:1px solid: #dddddd;
	background-color:cccccc;
	position:relative;
}
#slider4{
     overflow:hidden;
     position:relative;
     max-height:81px;
     max-width:325px;
     width:325px;
     height: 81px;
	 left:15px;
     
}
#slider4 .slider-content{
    position: relative;
    max-width: 75px;
    width:75px;
    max-height:75px;
    height: 75px;
    float:left;
    overflow:hidden;
	border: 1px solid #dddddd;
	margin:2px;
    
}
#slider4 .copybox{
    position:absolute;
    z-index:5;
 	top:310px;
	left:200px;
    width:0px;
	max-width:0px;
    max-height:47px;
    padding: 1px 5px 1px 5px;
	filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
	background-color:#ffffff;
	
}
#slider4 .copybox h2{
    color:#000000;
    font-size: 18pt;
	line-height:24pt;
    font-family: 'Chau Philomene One', sans-serif;
    font-weight:400;
	text-align: right;
	position: relative;
	margin: 8px 25px 7px 0px;
}
#slider4 .learnmore{
    position:absolute;
    cursor:pointer;
    z-index:5;
    top:465px;
    left:578px;
    width:50px;
    height:50px;
    border: 2px solid #ffffff;
}

#slider4 .slider-ctrl{
    position:absolute;
    width:10px;
    height:13px;
   /* border: 1px solid #000000; */
    padding: 10px 10px 10px 10px;
    cursor: pointer;
	z-index:10;
	
}
#slider4 .sliderlink, #slider4 .sliderlink a:hover{
    text-decoration: none !important;
}

/*   Slider Styles     */


#pl_slider, #slider{
     overflow:hidden;
     position:relative;
     max-height:244px;
     max-width:960px;
     width:100%;
     
}
#slider .slider-content{
    position: relative;
    max-width: 960px;
    width:100%;
    max-height:244px;
	height:244px;
    float:left;
    overflow:hidden;
    
}
#pl_slider .slider-content{
    position: relative;
    max-width: 960px;
    width:100%;
    max-height:244px;
	height:244px;
    float:left;
    overflow:hidden;
    
}
#pl_slider .plcopybox{
    position:absolute;
    z-index:5;
 	top:50px;
	left:150px;
    width:380px;
	max-width:380px;
    padding: 1px 5px 1px 5px;
	
}
#pl_slider .plcopybox h2{
    color:#000000;
    font-size: 18pt;
	line-height:24pt;
    font-family: 'Cinzel', serif;
    font-weight:700;
	text-align: left;
	position: relative;
	margin: 8px 25px 7px 0px;
}
#pl_slider .learnmore{
    position:absolute;
    cursor:pointer;
    z-index:5;
    top:0px;
    left:0px;
    width:222px;
    height:50px;
    border: 2px solid #ffffff;
}

#pl-slide{
    width:770px;
	max-width:770px;
    padding: 1px 5px 1px 5px;
}

.copybox{
    position:absolute;
    z-index:5;
 	top:310px;
	left:200px;
    width:400px;
	max-width:500px;
    max-height:47px;
    padding: 1px 5px 1px 5px;
	filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
	background-color:#ffffff;
	
}
.copybox h2{
    color:#000000;
    font-size: 18pt;
	line-height:24pt;
    font-family: 'Chau Philomene One', sans-serif;
    font-weight:400;
	text-align: right;
	position: relative;
	margin: 8px 25px 7px 0px;
}
.learnmore{
    position:absolute;
    cursor:pointer;
    z-index:5;
    top:465px;
    left:578px;
    width:222px;
    height:50px;
    border: 2px solid #ffffff;
}

.slider-ctrl{
    position:absolute;
    width:10px;
    height:13px;
   /* border: 1px solid #000000; */
    padding: 10px 10px 10px 10px;
    cursor: pointer;
	z-index:10;
}
.sliderlink, sliderlink a:hover{
    text-decoration: none !important;
}
#slider2{
     overflow:hidden;
     position:relative;
     max-height:275px;
     max-width:510px;
     width:510px;
     height: 275px;
     margin-left:45px;
}
#slider2 .slider-content{
    position: relative;
    max-width: 480px;
    width:480px;
    max-height:275px;
    height: 275px;
    float:left;
    overflow:hidden;
	background-color:#ffffff;
   
}
.copybox2{
    position:absolute;
    z-index:5;
 	top:50px;
	left:25px;
    width:250px;
	max-width:250px;
    padding: 1px 5px 1px 5px;
	
}
.copybox2 h2{
    color:#000000;
    font-size: 18pt;
	line-height:24pt;
    font-family: 'Chau Philomene One', sans-serif;
    font-weight:400;
	text-align: right;
	position: relative;
	margin: 8px 25px 7px 0px;
}
.learnmore2{
    position:absolute;
    cursor:pointer;
    z-index:5;
    top:0px;
    left:0px;
    width:222px;
    height:50px;
    border: 2px solid #ffffff;
}

#slider3{
     overflow:hidden;
     position:relative;
     max-height:200px;
     max-width:410px;
     width:410px;
     height: 200px;
     border-bottom:5px solid #464646;
}
#slider3 .slider-content{
    position: relative;
    max-width: 410px;
    width:410px;
    max-height:200px;
    height: 200px;
    float:left;
    overflow:hidden;
	background-color:#ffffff;
	
}
.copybox3{
    position:absolute;
    z-index:5;
 	top:310px;
	left:200px;
    width:360px;
	max-width:360px;
    max-height:47px;
    padding: 1px 5px 1px 5px;
	filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
	background-color:#ffffff;
	
}
.copybox3 h2{
    color:#000000;
    font-size: 18pt;
	line-height:24pt;
    font-family: 'Chau Philomene One', sans-serif;
    font-weight:400;
	text-align: right;
	position: relative;
	margin: 8px 25px 7px 0px;
}
.learnmore3{
    position:absolute;
    cursor:pointer;
    z-index:5;
    top:0px;
    left:0px;
    width:222px;
    height:50px;
    border: 2px solid #ffffff;
}
#sliderleft>.slider-ctrl, #sliderright>slider-ctrl{
    position:absolute;
    width:21px;
    height:21px;
   /* border: 1px solid #000000; */
    padding: 7px 7px 7px 7px;
    cursor: pointer;
	z-index:10;
}

/* Ribbon Styles */
.ribbon {
 font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 80%;
    
 position: relative;
 background: #C23A3A;
 color: #fff;
 text-align: center;
 padding: 0.5em 2em; /* Adjust to suit */
 margin: 0 auto ; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #C23A3A;
 z-index: -1;
}
.ribbon:before {
 left: -1.6em;
 bottom:-21px;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -1.8em;
 bottom:-21px;
 border-left-width: 1.5em;
 border-right-color: transparent;
}

.ribbon-content{
	font-size: 22px !important;
	color:#ffffff;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #791010 transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}





.corner-ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.corner-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.corner-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.corner-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

/*Admin Styles */
.uploadlogosection{
	display:none;
	
}
.smalltext{
	font-size:75%;
}
.red{
	color:#ff0000;
}
#viewrow{
	display:none;
}
#logoselectionarea{
	font-size:80%;
}
#logoselectionarea>input[type:checkbox]{
	display:inline-block;
	width:10px;
	height:10px;
	
}
#logoselections>li{
	float:left;
}
/* Event Page Thumbnail Classes */
.bigthumb{
	display:inline-block;
	position:absolute;
	z-index:10;
	width:30%;
	left:36%;
	top:21%;
	max-height:30%;
}
.smallthumb{
	display:inline-block;
	position:absolute;
	z-index:10;
	width:12%;
	left:56%;
	top:21%;
}
.shortsthumb{
	position:absolute;
	z-index:10;
	width:12%;
	left:64%;
	top:68%;
}
.pantsthumb{
	position:absolute;
	z-index:10;
	width:10%;
	left:55%;
	top:18%;
}

/*     PRIVATE LABEL STYLES    */
#pl-header{
	display:block;
	margin:0 auto;
	max-width:960px;
	width:100%;
	padding:0px 0px 0px 0px;
}
#pl-topbar{
	display:inline-block;
	height:5px;
	width:100%;
	margin:0px auto 0px auto;
	background-color:#bbbbbb;
}
.pl-fullbar{
	float:left;
	position:relative;
	display:inline-block;
	width:100%;
	height:5px;
	margin:0px;
	padding:0px;
	background-color:#bbbbbb;
}
#plnav{
	display:inline-block;
	margin:0 auto;
	max-width:960px;
	width:100%;
	background-color:#000000;
	height:25px;
	padding-top:5px;
	color:#ffffff;
}
#plnav ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#plnav ul li{
   	position:relative;
	float:left;
	margin:0;
	padding:0px 15px 0px 15px;
	cursor:pointer;
	font-size:125%;
   }
#plnav ul li a{
	color:#ffffff;
	text-decoration:none;
	
}
#plnav ul ul
{
	display:none;
	position:absolute;
	top:15px;
	left:0;
	padding:10px 0px 0px 0px;
	z-index:500;
}

#plnav ul ul li
{
	float:none;
	width:300px;
	
	background:#cccccc;
	padding:5px 10px 5px 10px;
	font-size:87.5%;
}
#plnav ul ul li a{
	color:#000000;
	text-decoration:none;
	
}
#plnav ul ul li:hover{
	background:#ee2e24;
}
#plnav ul li:hover > ul
{
	display:block;
}
#busylight{display:none;}
