/* Mmmm.... */

body
{
	background-image: url( '../images/main_background_stripe.jpg' );
	background-color: #759FC5;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html, body
{
	height: 100%;
}

#backdrop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/main_background_gradient.jpg' );
	background-repeat: repeat-x;
}


#stage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/main_background_plate.jpg' );
	background-repeat: no-repeat;
	background-position: top center;
}

#content
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -391px;
	width: 800px;
	height: 100%;
}

#contentTable
{
	width: 100%;
	height: 100%;
}

#contentCell
{
	height: 100%;
}

#footer
{
	padding: 4px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	width: 793px;
	height: 30px;
	
	background-image: url( '../images/footer_gradient.gif' );
	
	/* Fonts */
	font-size: 11px;
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Verdana, Arial, sans-serif;
	color: #999;
	text-align: center;
	line-height: 15px;
	
	/* IE Fixes */
	_width: 801px; /* IE 6 */
}

	#footer a
	{
		color: #43739D;
		text-decoration: none;
		font-weight: bold;
	}
	
	#footer a:hover
	{
		border-bottom: 1px dotted #999;
	}

/* George Zimmer Is Watching You */

/* I guarantee it. */

#header
{
	margin: 0px;
	padding: 0px;
	width: 801px;
	height: 160px;
	
	text-indent: -5000px;
	background-image: url( '../images/main_header_graphic.jpg' );
}

ul#menu_main
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

	ul#menu_main li.menu_cell
	{
		margin: 0px;
		padding: 0px;
		float:left;
	}
	
		ul#menu_main a
		{
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -5000px;
		}
	
		li#menu_cell_header
		{
			width: 24px;
			height: 34px;
			background-image: url( '../images/menu_head.jpg' );
			text-indent: -5000px;
		}
	
		li#menu_cell_home
		{
			width: 63px;
			height: 34px;
			background-image: url( '../images/menu_home.jpg' );
		}
	
		li#menu_cell_about
		{
			width: 93px;
			height: 34px;
			background-image: url( '../images/menu_aboutus.jpg' );
		}
		
		li#menu_cell_programs
		{
			width: 97px;
			height: 34px;
			background-image: url( '../images/menu_programs.jpg' );
		}
		
		li#menu_cell_parents
		{
			width: 87px;
			height: 34px;
			background-image: url( '../images/menu_parents.jpg' );
		}
		
		li#menu_cell_teachers
		{
			width: 98px;
			height: 34px;
			background-image: url( '../images/menu_teachers.jpg' );
		}
		
		li#menu_cell_artgallery
		{
			width: 107px;
			height: 34px;
			background-image: url( '../images/menu_gallery.jpg' );
		}
		
		li#menu_cell_giftshop
		{
			width: 97px;
			height: 34px;
			background-image: url( '../images/menu_gift.jpg' );
		}
		
		li#menu_cell_contactus
		{
			width: 134px;
			height: 34px;
			background-image: url( '../images/menu_contact.jpg' );
		}
		
/* Home Specific Styles */
		
	#home_content
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 801px;
		height: 570px;
		clear:both;
		background-image: url( '../images/home_plate.jpg' );
		background-repeat: no-repeat;
	}
	
		#home_search
		{
			position: absolute;
			margin: 0px;
			padding: 0px;
			width: 375px;
			height: 124px;
			top: 0px;
			left: 100%;
			margin-left: -375px;
			background-image: url( '../images/search_box.jpg' );
		}
		
			#home_search #home_search_student_id
			{
				position: absolute;
				margin:0px;
				padding: 0px;
				top: 76px;
				left: 109px;
				width: 150px;
				height: 20px;
				background: transparent;
				border: none;
				
				/* Fonts */
				font-family: "Tahoma MS", "MS Tahoma", Tahoma, Verdana, Arial, sans-serif;
				font-size: 13px;
			}
		
			#home_search #home_search_student_label
			{
				position: absolute;
				margin:0px;
				padding: 0px;
				top: 72px;
				left: 15px;
				width: 80px;
				height: 23px;
				background: transparent;
				border: none;
				
				/* Fonts */
				text-indent: -5000px;
			}
			
			#home_search #home_search_submit
			{
				position: absolute;
				top: 69px;
				left: 281px;
				width: 58px;
				height: 32px;
				
				background: none;
				border: none;
				background-image: url( '../images/home_search_submit.jpg' );
			}
			
	#home_text_block
	{
		position: absolute;
		top: 141px;
		left: 442px;
		height: 141px;
		width: 331px;
		
		/* Fonts */
		font-family: "Tahoma MS", "MS Tahoma", Tahoma;
		font-size: 14px;
		line-height: 25px;
		color: #777;
	}
	
		#home_text_block h2
		{
			display: block;
			width: 295px;
			height: 57px;
			margin: 0px;
			padding: 0px;
			background-image: url( '../images/home_header.gif' );
			text-indent: -5000px;
			margin-top: -10px;
		}
			
/* Article Specific Styles */

		
	#article_content
	{
		position: relative;
		margin: 0px;
		padding: 15px;
		padding-top: 5px;
		width: 771px;
		clear:both;
		background-image: url( '../images/article_background.jpg' );
		background-repeat: no-repeat;
		
		/* Fonts */
		font-family: "Tahoma MS", "MS Tahoma", Tahoma;
		font-size: 14px;
		line-height: 25px;
		color: #555;	
		
		text-align: justify;
		
		/* IE Fixes */
		_width: 801px; /* IE 6 */
	}
	
		#article_content a
		{
			color: #6893B9;
			text-decoration: none;
		}
	
		#article_content .roundMenu
		{
			float: left;
			width: 150px;
			margin-top: 10px;
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
			#article_content .roundMenu ul
			{
				list-style-type: none;
				margin-left: 0px;
				margin-top: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				padding: 0px;
				
				color: #6893B9;
			}
			
			#article_content .roundMenu ul li
			{
				margin-bottom: 3px;
				border-bottom: 1px solid #ddd;
			}
			
				#article_content .roundMenu ul li a
				{
					color: #E75B19;
					text-decoration: none;
				}
					
		#article_content h2
		{
			font-family: serif;
			font-size: 38px;
			color: #E75B19;
			
			padding-bottom: 6px;
			border-bottom: 2px solid #ddd;
			
			letter-spacing: -2px;
			font-weight: normal;
			margin-top: 15px;
			margin-bottom: -7px;
			
			font-style: italic;
			
			/* IE Fixes */
			_margin-top: 15px;
			_margin-bottom: -10px;
			
		}
		
		#article_content h3
		{
			font-family: serif;
			font-size: 26px;
			color: #E75B19;
			
			padding-bottom: 6px;
			border-bottom: 2px solid #ddd;
			
			letter-spacing: -2px;
			font-weight: normal;
			margin-top: 15px;
			margin-bottom: -7px;
			
			font-style: italic;
			
			/* IE Fixes */
			_margin-top: 15px;
			_margin-bottom: -10px;
		}

	
	#nonMenu
	{	
		_margin-top: 20px;
		width: 600px;
		float: left;
	}

/* Utility Classes */

.clearer
{
	clear:both;
	line-height: 1px;
	font-size: 1px;
}

#decorativeSeparator
{
	border: none;
	width: 600px;
	height: 75px;
	background-image: url( '../images/separator.gif' );
}

/* Header Controls */

.login
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 241px;
	width: 67px;
	height: 31px;
	background-image: url( '../images/top_log_in.jpg' );
	border: none;
	text-indent: -5000px;
}

.logout
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 241px;
	width: 67px;
	height: 31px;
	background-image: url( '../images/top_log_out.jpg' );
	border: none;
	text-indent: -5000px;
}

.showcart
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 308px;
	width: 102px;
	height: 31px;
	background-image: url( '../images/top_view_cart_on.jpg' );
	border: none;
	text-indent: -5000px;
}

.showcart_disabled
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 308px;
	width: 102px;
	height: 31px;
	background-image: url( '../images/top_view_cart_off.jpg' );
	border: none;
	text-indent: -5000px;
}

/* Search Students Styles */

#wrap
{
	width: 320px;
	float: left;
	padding: 5px;
	margin-left: 33px;
	_margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fcfff7;
	text-align: center;
	border: 1px dotted #6893B9;
	line-height: 14px;
}

.hid
{
	clear:both;
	float:left;
}

#studentart
{
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	text-align: center;
	border: 1px solid #fff;
	background: #d8d8d8;
	padding: 10px 10px 8px 10px;
}

#name
{
	text-align: center;
	text-decoration:none;
}

div#name a, a:link, a:active, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #6893B9;
}

#name a:hover
{
	color: #6893B9;
	text-decoration: underline;
}

#searchbottom
{
	text-align: center;
}

/* Product Styles */

#products
{
	border: 1px solid #ddd;
	width: 689px;
	_width: 769px;
	background-color: #fff;
	
	padding-left: 80px;
}

	#products img
	{
		border: none;
	}
	
#customize
{
	border: 1px solid #ddd;
	width: 759px;
	_width: 769px;
	padding-right: 10px;
	background-color: #fff;
	
}

/* -------- Cart Style -------- */

.option {
	background-color: #cccccc;
	padding-left: 10px;
}

img, a {
	border: 0px;
}

.image {
	border: 1px solid #000;	
}

#addphotoarea
{

cursor: pointer;
border: 0px;

}

.fonts
{
	cursor: pointer;
	border: 2px solid white;
}

.FontSelected
{
	border: 2px solid #33a2f8;
}

#FileUpload
{

}

.btnColor
{
	border: 0px;
	width: 25px;
	height: 25px;
}
.btnColorSelected
{
	border: 2px solid #33a2f8;
	width: 25px;
	height: 25px;
}

#main 
{

    overflow: hidden;

    margin: auto;

    width: 410px;

    height: 450px;

    border-style: solid;

    border-width: 1px;

    background-color: white;

}

#artworkvert
{
	position: relative;
    left: 100px;
    top: 85px;
	z-index: 3;
	border:1px solid #333333;
}
#artworkhoriz
{
	position: relative;
	top: 260px;
	left: -90px;
	z-index: 3;
	border:1px solid #333333;
}

#images 
{

    width: 390px;

    margin: 20px;

}

#preview
{
position: absolute;
display: none;

}

#hiddenform
{
	display:none;
}

#card {
    margin-left: 57px;
	margin-top: -60px;
}

#controldivinside {
	float: left;
    margin-top: -160px;
}

#topnav a {
	margin: 0 5px 0 5px;
}
