body { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #000000;
	background-image: url(images/wwticketBG2.jpg);
	background-attachment:fixed;
	margin: 0px;
}


/*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

General Text & Link Formatting
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/


h1,h2,h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	
}

h3 {
	
}



/*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 Multi-Column Layout 
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/
 
 
 /*** E-MAIL BLAST TWEAKS ***/
 
 .blastpage {
	display: block;
	width: 750px;
	padding: 0px;
	background: #DDD url(images/greySquare.jpg);
	border-right: double  #999999;
}
 
 
 #headblast {
	height: 125px;
	color: #000;
	border: 1px solid RGB(255,255,255);
	border-bottom: 2px solid #999;
	background: #FFF url(images/mast_bg03_short.jpg) 360px 0px no-repeat ; 
	padding: 0px 8px;
}

 /*** PAGE CONTAINER ***/
 
.page {
	display: block;
	width: 1000px;
	padding: 0px;
	background: #DDD url(images/greySquare.jpg);
	border-right: double  #999999;
}



 /*** TOP & BOTTOM ROWS ***/

#header,#footer {
	clear: both;
	background-color: #CCC;
	border-top: 2px solid #999;

}


#header {
	height: 125px;
	color: #000;
	border: 1px solid RGB(255,255,255);
	border-bottom: 2px solid #999;
	background: #FFF url(images/mast_bg03.jpg) 360px 0px no-repeat ; 
	padding: 0px 8px;
}




#footer {
padding-bottom: 30px;
}

 /*** LEFT COLUMN ***/

#navigation {
	float: left;
	width: 200px;
	height: auto;
	overflow: auto;
	background-color: #none;
	font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

 /*** RIGHT COLUMN ***/

#content { 
	float: left;
	width: 700px;
	height: auto;
	padding: 25px;
	padding-top: 10px;
	border-left: 1px solid #999;
	border-bottom: 1px solid  #CCCCCC;
	background-color: #fff;
	
}


/*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Top Header Section
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/


 /*** LOGO ON LEFT ***/

#header img {

	position: relative;
	left: 0px;
	margin-left: -8px;
	border: 0px;

}


 /*** COMPANY PHONE NUMBER CONTAINER ***/


#topholder {

position: absolute;
top: 0px;
left: 420px;
display: block;
width: 220px;
height: 50px;
background: url(images/topholder.png) no-repeat;
font: bold 12px "Helvetica Neue",Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 0px;
color: #000000;
z-index: 300;
opacity: 0.65;
filter: progid:DXImageTransform.
Microsoft.BasicImage(opacity=0.65);

}

#topholder h1 {

font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 1.5;
}


#topholder h1 .subhead{

	color: #666666;
}


/*** FIND FORM ***/


#find {
	position: absolute;
	width: 400px;
	top: 65px;
	left: 350px;
	display: inline;
	background-color: #;
	font: bold 14px "Helvetica Neue",Arial, Helvetica, sans-serif;
	
	}	
	
	
input.formInputText   {
	-moz-border-radius: 5%;
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #BBB;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ebf8ff;
	border: solid 1px #0066CC;
	color: #000;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	

input.formInputButton   {
	font-size: 12px;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #003366;
	background: #FFF url() repeat-x;
	padding: 1px;
	border: solid 1px #CCC;
	cursor: pointer;
	}
	
input.formInputButton:hover   {
	background-image: #DDD url(images/bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(images/bg_button.png);
	}
	
	
/*** Dropdown Menu ***/

#header #menuBar {
	position: relative;
	top: 10px;
	left: -10px;
	width: 1000px;
	overflow: hidden;
	background: #CCC url(images/menu_rollover_blue.png) 0px -65px repeat-x;
z-index: 100;

	}
	
html>body #header #menuBar {
	position: relative;
	top: 0px;
	left: -10px;
	width: 1000px;
	overflow: hidden;
	background: #CCC url(images/menu_rollover_blue.png) 0px -65px repeat-x;
z-index: 100;

	}
	

.menuHeader {
	color: #fff;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	padding-right: 10px;
	display: inline;
	z-index: 200;
	position: relative;
		left: 200px;
	border-right: 1px solid #FFF;
	background-color:none;

	}
	
	
.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 161px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #ebf8ff;
	background-repeat: repeat;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365;
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none;

	}

.menuDrop a:link {
	color: #003366;
	}

.menuDrop a:visited {
	color: #0066CC;
	}

.menuDrop a:hover {
	color: #003366;
	background-color: #acd2dd;
	}

.menuDrop a:active {
	color: #ffffff;
	background-color: #0066CC;
	}	
	
	
/*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Bottom Footer Section
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/	
	
/*** Type ***/

#footer p {
	color: black;
	font-size: small;
	text-align: center;
	padding-top: 4px;
	border-top: 2px solid #CCC;
	margin-bottom: -18px;
	font-family: arial, Helvetica, sans-serif;
}

#footer p a {
	text-decoration: none;
	padding: 3px;
	

}

#footer p a:link {
	color: #336699;
	border-bottom: 0px dotted #0099FF;
}

#footer p a:visited {
	color: #339933;
	border-bottom: 0px dotted #99CCFF;
}

#footer p a:hover {
	color: #003366;
	border-bottom: 0px solid #0066CC;
	font-weight: bold;
}

#footer p a:active {
	color: #966;
	border-bottom: 0px double #f66;
}


/*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Left Navigation Section
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/	

.home {
position: relative;
margin: 0px

}

.home a {
display: block;
background: #FFFFFF url(images/4button.jpg) 0px -65px no-repeat; 
height: 25px;
width: auto;
color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding-top: 5px;

}
.home a:link {
background: #FFFFFF url(images/4button.jpg) 0px -65px no-repeat; 
color: #000;
}
.home a:hover {
background: #FFFFFF url(images/4button.jpg) -200px -65px no-repeat; 
color: #000;
}
.home a:visited {

}
.home a:active {
background: #FFFFFF url(images/4button.jpg) 0px -165px no-repeat; 
color: #000;
}

.store {
position: relative;
margin: 0px
	
}

.store a {
display: block;
background: #FFFFFF url(images/4button.jpg) 0px -15px no-repeat; 
height: 25px;
width: auto;
color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding-top: 5px;

}
.store a:link {
background: #FFFFFF url(images/4button.jpg) 0px -15px no-repeat; 
color: #000;
}
.store a:hover {
background: #FFFFFF url(images/4button.jpg) -200px -15px no-repeat; 
color: #000;
}
.store a:visited {

}
.store a:active {
background: #FFFFFF url(images/4button.jpg) 0px -115px no-repeat; 
color: #000;
}


 /*** collapsible menu ***/


ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu2,#menu3,#menu4,#menu5  {
	display: block;
	}
	
	#menu1 {
	display: none;
	}
	
	

.menuHead {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #FFF url(images/menu_rollover_blue.png) 0px -115px repeat-x;
	}

.menuOption {
	display: block;
	color: #f00;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;

	}
	
.menu {


}

.menu li {
	list-style: none;
	margin-left: -20px;
}
	
.menu a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #0066CC;
	padding: 2px 2px 4px 16px;
	color: #fff;
	margin-left: 2px;
	background-color:#FFFFFF;

}



.menu a:hover {
	font-size: 12px;
	text-align: left;
	display: block;
	text-decoration: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 2px 4px 16px;
	background: #99CCFF url(images/menu_rollover_blue.png) 0px -100px repeat-x;
	color: #0066CC;

}



 /*** link colors and style ***/

#navigation a {	
	text-decoration: none;
	display: block;
}

#navigation a:link {	
	color: #3D4D5C;
}

#navigation a:visited {	
	color: #000;
}

#navigation a:hover {	
	color: #0066CC;
	
}

#navigation a:active {	
	background-color: #0066CC;
	border-top: 3px solid #fff;
	color: #fff;
}

.sideapps a {	
	text-decoration: none;
}

.sideapps a:link {	
	color: #3D4D5C;
}

.sideapps a:visited {	
	color: #000;
}

.sideapps a:hover {	
	color: #0066CC;
	
}

.sideapps a:active {	
	background-color: #0066CC;
	border-top: 3px solid #fff;
	color: #fff;
}


 /*** featured box ***/

#navigation .featureBox {
	position: relative;
	display: block;
	border-top: solid 0px #CCC;
	border-bottom: solid 0px #BBB;
	border-right: solid 0px #CCC;
	padding: 0px;
	width: 200px;
	height: 136px;
	margin-top: 25px;
	margin-left: 0px;
	text-align: center;
	background: #FFF url(../images/header_tenthLogo.jpg) no-repeat;

}

 /*** logo links ***/

.sideapps {
	position: relative;
	display: block;
	border: 6px double #BBB;
	-moz-border-radius: 5%;
	padding: 10px;
	width: auto;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 25px;
	font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#FFF;

}



 /*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Right Column Main Content
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/	

#content img {
border: none;
}

.banner {
	width: 590px;
	display: block;
	height: auto;
	border: solid 1px #CCC;
	padding: 0px;	
}

#slideshow {
display: block;
margin-top: 10px;
width: 590px;
height: auto;
}



#linkBoxes {
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 575px;
	height: 112px;
	
	}
#linkBoxes .linkBox {
display: inline;
width: 95px;
height: 112px;
margin-right: 5px;


}

#linkBoxes .linkBox img {
display: inline;
width: 95px;
height: 112px;
border: 1px solid #999;

}


 /*** Testimonials ***/


.testimonialHeader {
	display: block;
	position: relative;
	left: 100px;
	width: 375px;
	height: 14px;
	padding: 5px;
	margin-top: 10px;
	background: #99CCFF url(images/menu_rollover_blue.png) 0px -50px ;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font: bold 14px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

#testimonials {
	position: relative;
	left: 100px;
	width: 375px;
	height: 80px;
	padding: 5px;
	background-color: #C4E7F8;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

marquee {
	position: relative;
	margin: 0px 5px 0px 15px;
	width: 350px; 
	height: 75px; 
	overflow: hidden;
}


 /*** Copy Text Section ***/


#content .copy {
	margin-top: 24px;
	margin-bottom: 50px;
	width: 500px;
	position: relative;
	left: 50px;
	border-top: #999999 solid 2px;
	border-bottom: #999999 solid 1px;

}

#content .copy p {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px;
	text-indent: 2em;
}


 
 /*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Temporary test code
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/	
 
 .main {
 display: block;
 border: 1px solid #CCC;
 width: auto;
 height: auto;
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: normal;
text-decoration: none;
padding-bottom: 20px;
padding-left: 10px;
 }
 

a.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3D4D5C;
	text-align: left;

}

a.navLink:hover { 
	color: #2E8FD6; 
	text-decoration: none;
}

a.download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3D4D5C;
	text-align: left;

}

a.downloadk:hover { 
	color: #2E8FD6; 
	text-decoration: none;
}


 /*** Product Pages Section ***/


.product
{
	height: auto;
	margin-top: 15px;
}

.product .prodImage
{
	float: left;
	width: 200x;
	height: auto;
	margin: 10px 50px 10px 10px;
	border: 4px solid #3399FF;
padding: 5px;
	outline: #66CCFF solid 10px;
		-moz-outline-radius: 5%;
}

.buyonline {
display: inline-block;
width: 130px;
height: 40px;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	background: #FFFFFF url(images/4button.jpg) 0px -105px no-repeat; 
	border: solid #CCCCCC;
	border-width: 1px;
	margin:10px;	
	text-decoration: none;

}


.call2action {
display: block;
position: relative;

}


.main .call2action a {
display: inline-block;
color: #fff;
	

}
.main .call2action a:link {
color: #fff;
}
.main .call2action a:hover {
color: #000;
text-decoration: none;
background: #FFFFFF url(images/4button.jpg) 0px -160px no-repeat; 

}
.main .call2action a:visited {
color: #fff;

}
.main .call2action a:active {
color: #000;
}

#content .main .copy {
	margin-top: 24px;
	margin-bottom: 30px;
	width: 600px;
	position: relative;
	left: 50px;
	border-top: #999999 solid 2px;
	border-bottom: #999999 solid 1px;

}

#content .main .copy p {
	font-size: 12px;
	line-height: 2;
	margin: 10px;
	text-indent: 1em;
}

.main .copy li 
{ 
	line-height: 2.5em; 
	margin-left: 0px
	}

.copy h3
{
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	color: #003399;
	padding: 5pt 0 3pt 0;
	border-bottom: 1px solid #339933;
	margin: 0 0 5px 0;
}

.main h1
{
	font-size: 24px;
	text-align: left;
	line-height: 18px;
	color: black;
	padding: 5pt 0 3pt 0;
	border-bottom: 0px solid #339933;
	margin: 0 0 5px 0;
}


