/* home page specific styles */

/* -- backgrounds ----------------------*/
#middleBackground {
	background: url(../images/back_home-mid.jpg) no-repeat;
	width: 755px; height: 220px;
	margin: 0px auto;
	}
	
#backgroundExpand {
	background: url(../images/back_white-repeat2.gif) repeat-y;
	height: auto;
	text-align: center;
	width: 755px;
	margin: 0px auto;		
	}

/* -- navigation -------------------------*/
#homeNavArea { 
	padding-top: 35px;
	text-align: left;
	float: left;
	width: 272px;
	}
	html > body #homeNavArea { /* IE ignores this */
		text-align: left;
		float: left;
		width: 272px;
		padding-top: 12px;
		}
	#homeNavArea img {
		margin-top: 5px;
		}	
	ul#homeNav {
		list-style-type: none;
		}
		html > body ul#homeNav li { /* IE ignores this */
			margin: 0 0 1px 0;
			}
		ul#homeNav li {
			margin-bottom: -3px;
			}
			
		ul#homeNav a:link, ul#homeNav a:visited {
			font: 13px "Lucida Sans Unicode", Verdana, sans-serif;
			color: #fff;
			/*height: 20px; */
			height: 22px;
			display: block;
			background-color: #E90263;
			width: 168px;
			text-decoration: none;
			/*border: 1px outset #EE3884;*/
			border-top: 1px solid #F26DA5; border-right: 1px solid #93013F; border-bottom: 1px solid #62012A; border-left: 1px solid #EE3884;
			padding-left: 15px;
			}
			ul#homeNav a:hover {
				border: 1px inset #EE3884;
				}

/* -- welcome area ----------------------*/
#welcome {
	margin-left: 242px;
	float: left;
	width: 191px;
	text-align: left;
	padding: 0px 50px 0 0;
	}
	#welcome p {
		font: 0.8em/1.1em "Lucida Sans Unicode", Verdana, sans-serif;
		color: #252525;
		}
		#welcome a:link, #welcome a:visited {
			color: #3B6BC5;
			}
			#welcome a:hover {
				color: #EACC39;
				}
				
/* -- store area ----------------------*/
#store {
	float: left;
	width: 217px;
	text-align: left;
	padding: 19px 0 0 39px;
	height: 121px;
	font: 0.8em/1.4em "Lucida Sans Unicode", Verdana, sans-serif;
	color: #555;
	}
	#store img {
		float: left;
		margin-right: 16px;
		}
	
/* -- styles for news items ------------------*/
#news {
	width: 438px;
	text-align: left;
	margin-left: 255px;
	padding: 17px 0 0 25px;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	border-left: 1px solid #E3E3E3;

	}
	html > body  #news {
		padding-left: 23px;
		margin-left: 271px;
		}
	.newsItem {
		float: left;
		width: 185px;
		margin-right: 25px;
		}
	.newsTitle {
		font: bold 0.8em/1.3em "Lucida Sans Unicode", Verdana, sans-serif;
		color: #1651BC;
		}
		.newsTitle a:link, .newsTitle a:visited {
			color: #3B6BC5;
			text-decoration: none;
			}
			.newsTitle a:hover {
				color: #EACC39;
				}
	.newsText {
		font: 0.8em/1.2em "Lucida Sans Unicode", Verdana, sans-serif;
		color: #636363;
		width: 185px;
		}

