body {
	background: #000000;
	color: #333333;
	font: 16px Arial, "Times New Roman", Helvetica, sans-serif;
	margin: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
	/* background: linear-gradient(#ffffff, #000000);
	background: -moz-linear-gradient(#ffffff, #000000);
	background: -ms-linear-gradient(#ffffff, #000000);
	background: -webkit-linear-gradient(#ffffff, #000000);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #000000));
	background: -o-linear-gradient(#ffffff, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000')"; */
}

header {
	width: 835px;
}

section {
	width: 835px;
	margin-top: 430px;
}

article {
	/* background: #000000; */
	color: #ffffff;
	font-weight: bolder;
	opacity: 0.75;
	width: 800px;
	margin: 10px auto;
	padding: 5px 10px;
}

footer {
	color: #ffffff;
	text-align: center;	
	/*position: absolute;
	bottom: 10px;*/
	width: 835px;
	display: block;
}

h2 {
	display: block;
	text-decoration: underline;
	color: #cc0033;
	text-transform: uppercase;
}

h3 {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	
}

p, ul, li, div {
	text-align: justify;
	direction: ltr;
}

a, a:link, a:visited {
	text-decoration: none;
	font-style: normal;
	color: #ff0000;
}
a:hover, a:active {
	text-decoration: underline;
	font-style: normal;
	color: #CC0033;
	cursor: hand;
}
a img {
	border: none;
}

select {
	background-color: #000000;
	color: #ffffff;
	padding: 0px 2px;
	text-transform: uppercase;
	text-align: center;	
	width: 120px;
	font-size: normal;
	font-weight: lighter;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: none;
	border-bottom: none;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
	cursor: pointer;
}
option {
	background-color: #000000;
	opacity: 0.9;
	border: #ffffff 1px solid;
}

.windowPage {
	width: 835px;
	height: 1060px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px;
}

#introPage, #aboutPage, #classesPage, #creativePage, #advisorsPage, #choreoPage, #krunkPage, #contactPage {
	background-image: url(images/vizion_web_cover_med.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;	
}
.justify {
	text-align: justify;	
}

.indent {
	display: block;
	position: relative;
	left: 100px;
}

.no_wrap {
	white-space: nowrap;	
}

.menu {
	text-align: center;
	text-transform: uppercase;
}
.menu a {
	color: #ffffff;
	font-size: small;
	padding: 0px 5px;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
.menu a:hover {
	text-decoration: none;	
}

.donate {
	text-align: center;
	font-size: 9px;
	float: right;
	margin-top: 10px;
	width: 147px;	
}

.view_cart {
	text-align: center;
	font-size: 9px;
	float: right;
	margin-top: 10px;
	width: 86px;	
}

.name {
	
}

.underline {
	border-bottom: #ffffff solid 2px;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.plugin {
	color: #cccccc;
	font-size: smaller;
}
.plugin a {
	color: #999999;
}
.plugin a:hover {
	color: #cccccc;
	text-decoration: none;
}

.imgCtr {
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto;	
}

.icon {
	text-align: right; 
	float: right;	
}

#logo {
	text-align: center;
	padding: 20px 0px;
	opacity: 0.9;
}
#logo img, #logoHead {
	border: #ffffff 3px double;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.vendors {
	/* text-align: right;
	margin-top: 10px; */
}

.thumbs img {
	border: 10px double #cc0033;
	margin: 20px;
}

.float_left {
	float: left;
}

#table_container {
	width: 600px;
	margin: 0px auto;
	text-align: center;	
}
#row_01, #row_02, #row_03, #row_04, #row_05, #row_06, #row_07, #row_08, #row_09, #row_10 {
	clear: left;
}

#cell_11, #cell_21, #cell_31, #cell_41, #cell_51, #cell_61, #cell_71, #cell_81, #cell_91, #cell_101 {
	float: left;
	padding: 10px;
	text-align: center;
}

#cell_12, #cell_22, #cell_32, #cell_42, #cell_52, #cell_62, #cell_72, #cell_82, #cell_92, #cell_102 {
	float: left;
	padding: 10px;
	text-align: center;
}

#slide_show_02 img {
	opacity: 1.0;
	float: left;
	position: relative;
	left: 100px;
	top: 10px;
	z-index: 1;
	/* border: #cc0033 5px ridge; */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#slide_show_trans, #slide_show_02_trans {
	visibility: visible; 
	filter: blendTrans(duration=5); 
}

.dropDown {
	float: none;
	display: inline-table;
	overflow: hidden;
	background: #000000;
	padding: 5px 2px;
}

.dropDown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	min-width: 110px;
	border: #ffffff 1px solid;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	z-index: 50;
}

.dropDown-content a{
	float: none;
	padding: 5px 5px;
	display: block;
	text-align: left;
	border-bottom: #ffffff 1px solid;	
}

.dropDown-content a:hover {
	background-color: #ededed;
	color: #000000;
		
}

.dropDown:hover .dropDown-content {
	display: block;
}