/* base.css  - general css file for wall-u */
body {
/*	background-color:		#F1F5E9; */
	margin:				0px;
	padding:			0px;
	background-color:		#000000;
	background-image: 	url(../images/Wall-U-grad_back.jpg);
	background-repeat:	repeat-x;
	background-position:	0 0;
	z-index:				5;
}

div#shadow { 
	width:			920px;
	height:			850px;
	background-image:		url(../images/Wall-U-shadow.jpg);
	background-repeat:	no-repeat;
	background-position:	0 0;
	margin:			0px auto 0px auto;
	padding:			0px;
	z-index:				10;
}

div#content {
	position:		relative;
	width:			900px;
	height:			787px;
	padding:		0px;
	margin:			0px auto 0px auto;
	background-color:	#ffffff;
	z-index:				20;
}

div#overlay_back {
	position:				absolute;
	top:						0px;
	left:						-10px;
	width:					920px;
	height:					854px;
	background-image: 	url(../images/Wall-U-grad_back.jpg);
	background-repeat:	repeat-x;
	background-position:	0 0;
	background-color:		#000000;
	z-index:					80;
	text-align:				center;
	padding-top:			5px;
}

div#overlay_logo {
	 height:		121px;
	 width:		567px;
	 margin:		15px auto 0px auto;
	 background-image:	url(../images/Wall-U_Logo_for_site_intro.png);
	 background-repeat:	no-repeat;
	 background-position: 0 0;
	 * background:      none;
    * filter:  progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Wall-U_Logo_for_site_intro.png', sizingMethod='scale');
    * margin:  20px auto 15px auto;
}

div#overlay {
	position:				absolute;
	top:						160px;
	left:						187px;
	width:					486px;
	height:					364px;
	padding:             40px;
	z-index:             100;
	text-align:				center;
/*	background-color:		#ffffff; */
/*	filter:					alpha(opacity=20);   */
/* opacity: 				0.2;               */
	background-image:		url(../images/transback.png);
	background-repeat:	repeat;
}

* html div#overlay {
	background-image:		none;
	background-color:		#ffffff;
	filter:					alpha(opacity=20);
}

div#player_alt {
	position:				absolute;
	top:						200px;
	left:						367px;
	text-decoration:		none;
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
	z-index:					90;
	display:					none;
}

* html div#player_alt {
	display:					block;
}

#player_alt a {
	text-decoration:		none;
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
}
	

div#skiptext {
	position:				absolute;
	top:						565px;
	left:						430px;
	text-decoration:		none;
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
	z-index:					110;
}

* html div#skiptext {top: 575px}


#skiptext a {
	text-decoration:		none;
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
}

#overlay a {
	text-decoration:		none;
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
}

#overlay p {
	color:					#ffffff;
	font-family:	arial, freesans;
	font-size:				12px;
}

div#intro_strip {
	position:	relative;
	float:		left; 
	font-family:	arial, freesans;
	margin:		10px auto 0px 10px;
	padding:		0px;	
}

div#intro_strip p {
	margin:		0px;
	padding:		0px;
}

div#intro_strip a {
	text-decoration:	none;
}

div#login_strip {
	position:	relative;
	float:		right; 
	font-family:	arial, freesans;
	margin:		10px 10px 0px auto;
	padding:		0px;	
}

div#login_strip p {
	margin:		0px;
	padding:		0px;
}

div#login_strip a {
	text-decoration:	none;
}

.grey {
	color:		#b7b7b7;
}

.green {
	color:		#296211;
}

.admin {
	color:		#ec5400;
}

.orange {
	color:		#ec5400;
}

div#header {
	width:			900px;
	height:			185px; 
	padding:		0px;
	margin:			0px 0px -20px 0px;
	background-image:	url(../images/Wall-U-header_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#footer {
	width:					900px;
	height:					67px;
	padding:					0px;
	margin:					0px;
	background-image:		url(../images/Wall-U-footer_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#plate {
	width:					900px;
	height:					64px;
	padding:					0px;	
	margin:					0px auto auto auto;
	background-image:		url(../images/Wall-U-plate_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
	background-color:		#ffffff;
}

div#login_box {
	height:				297px;
	width:				537px;
	border:				1px solid #cd4a06;
	font-family:		freesans, sans, arial;
}

div#upload_form {
	font-family:		freesans, sans, arial;
	margin:				0px 0px 0px 0px;
	padding:				5px 0px 0px 20px;
	font-weight:		bold;
}

div#upload_form hr {
	width:				75%;
	color:				#000000;
	margin-left:		18px;
}

div#sizing_form {
	font-family:		freesans, sans, arial;
	margin:				0px;
	padding:				5px 0px 0px 20px;
	font-weight:		bold;
}

span.wide {
	padding:				0px 7px 0px 7px;
}

div#login_request {
	text-align:				center;
	padding:					80px 0px 0px 0px;
	font-family:			freesans, arial;
	font-size:				14px;
}

div#login_request h2 {
	font-family:			freesans, arial;
}

div#login_request a {
	text-decoration:		none;
	color:					#296211;
}	

/* menu settings */
ul#home_links {
	position:		absolute;
	float:			left;
	margin:			0px;
	padding:		0px;
	list-style:		none;
}	

ul#home_links li {
	float:			left;
	position:		absolute;
}

#home_links li#banner {
	top:			32px;
	left:			8px;
}

#home_links li#banner a {
	display:		block;
	width:			880px;
	height:			106px;
	background:		transparent;
}

#home_links a span, #home_links a:visited span {
	display:			none;
}

dl#nav {
	position:		absolute;
	padding:		0px;
	margin:			0px;
} 

#nav dd {
	position:		absolute;
	padding:		0px;
	margin:			0px;
}

#nav #pic_home {
	top:			137px;
	left:			8px;
	z-index:		20;
}

#nav #pic_ideas {
	top:			137px;
	left:			62px;
	z-index:		20;
}

#nav #pic_featured {
	top:			137px;
	left:			164px;
	z-index:		20;
}

ul#featured_list {
	list-style:	none;
	display:		none;
	padding:		0 0 3px 0;
	margin:		0;
	position:	relative;
	z-index:		40;
}

ul#featured_list li {
	float:		left;
	padding:		2px 0px 2px 4px;
	width:		7.5em;
	font-family:	arial, freesans;
	font-size:				12px;
	font-weight:	bold;
	background-color:	#ccd3c1;
	border-left:	3px solid #b9b9b9;
	border-right:	3px solid #b9b9b9;
	margin-left:	-3px;
}

dd#pic_featured:hover ul#featured_list { display: block; }

#featured_list li a {
	text-decoration:	none;
	color:	#000000;
}

#nav #pic_howto {
	top:			137px;
	left:			245px;
	z-index:		20;
}

#nav #pic_faq {
	top:			137px;
	left:			358px;
	z-index:		20;
}

#nav #pic_about_us {
	top:			137px;
	left:			413px;
	z-index:		20;
}

#nav #pic_contact {
	top:			137px;
	left:			541px;
	z-index:		20;
}

#nav #pic_order {
	top:			137px;
	left:			616px;
	z-index:		20;
}

#nav #pic_cart {
	top:			137px;
	left:			730px;
	z-index:		20;
}

#nav #pic_nll {
	top:			137px;
	left:			680px;
	z-index:		20;
}

#nav a#home {
	display:		block;
	width:		50px;
	height:		20px;
	background:	transparent;
	text-decoration:	none;
	z-index:		20;
}

#nav a#ideas {
	display:		block;
	width:			98px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}

#nav a#featured {
	display:		block;
	width:		77px;
	height:		20px;
	background:	transparent;
	text-decoration:	none;
	z-index:		20;
}

#nav a#howto {
	display:		block;
	width:			110px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#nav a#faq {
	display:		block;
	width:			50px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#nav a#about_us {
	display:		block;
	width:			124px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#nav a#contact {
	display:		block;
	width:			71px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#nav a#order {
	display:		block;
	width:			110px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}

#nav a#cart {
	display:		block;
	width:		20px;
	height:		20px;
	background:	transparent;
	text-decoration:	none;
	z-index:		20;
}	

#nav a#nll {
	display:		block;
	width:		35px;
	height:		20px;
	background:	transparent;
	text-decoration:	none;
	z-index:		20;
}

#nav a span, #nav a:visited span {
	display:		none;
}

/* footer navigation */
dl#footer_nav {
	position:		absolute;
	padding:			0px;
	margin:			0px;
} 

#footer_nav dd {
	position:		absolute;
	padding:			0px;
	margin:			0px;
}

#footer_nav #pic_pricing {
	top:			20px;
	left:			245px;
	z-index:		20;
}

#footer_nav #pic_shipping {
	top:			20px;
	left:			309px;
	z-index:		20;
}

#footer_nav #pic_privacy {
	top:			20px;
	left:			425px;
	z-index:		20;
}

#footer_nav #pic_terms {
	top:			20px;
	left:			535px;
	z-index:		20;
}

#footer_nav a#pricing {
	display:		block;
	width:			50px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}

#footer_nav a#shipping {
	display:		block;
	width:			102px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#footer_nav a#privacy {
	display:		block;
	width:			96px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#footer_nav a#terms {
	display:		block;
	width:			115px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}	

#footer_nav a span, #footer_nav a:visited span {
	display:		none;
}

/* plate navigation */
dl#plate_nav {
	position:		absolute;
	padding:			0px;
	margin:			0px;
} 

#plate_nav dd {
	position:		absolute;
	padding:			0px;
	margin:			0px;
}

#plate_nav #pic_sunshift {
	top:			0px;
	left:			710px;
	z-index:		20;
}

#plate_nav a#sunshift {
	display:		block;
	width:			180px;
	height:			20px;
	background:		transparent;
	text-decoration:	none;
	z-index:		20;
}

#plate_nav a span, #plate_nav a:visited span {
	display:		none;
}