/**
 *	FILE: Home.css
 *	DESCRIPTION: style sheet for home page
 */


#sectTitle{margin:0px 0px 5px 0px;}


/* SECTION 1 */
#section_1{position:relative; overflow:visible;}
#section_1 .bg_middle{height:306px;}
#mGlass{position:absolute; top:0px; left:25px;}
#iTunesLink{position:absolute; top:166px; left:520px; z-index:1;}


/* MAILING LIST */
#mList{position:relative; height:87px;}
#bg_mList{position:absolute; top:0px; left:220px; z-index:1;}
#mailingList{width:204px; margin:0px auto 0px 279px; padding-top:50px; z-index:2;}
#table_ML{width:204px; height:33px;}
#cell_ML{width:100%; vertical-align:middle; background:url(../images/MailingList/Bg_mListTextInput.jpg);}
#textField_ML{width:150px; margin:0px 46px 0px 5px; background:#999999;
	font-family:Arial; font-weight:normal; text-align:left; outline-style:none;}
#btn_Send{position:absolute; top:51px; left:158px; width:43px; height:28px; 
			cursor:pointer; z-index:1; background:url(../images/MailingList/Btn_Send_Up.jpg);}


