


/* Welcome Page*/

.welcome {
		padding-top: 2.5em;
	}

.welcome h2, .location h3 {
		clear: both;
		line-height: 1em;
		text-shadow: 0px 2px 2px #797979;
		color: white;
		padding-bottom: 0.5em;
		font-size: 2em;
	}

.welcome h3 {
		padding-bottom: 0.5em;
		line-height: 1em;
		margin-left: 215px;
		font-size: 140%;
	}

.welcome li img.product-image {
		margin-bottom: 4em;
		border-color: #e6e6e6;
		border-width: 0px;
		border-style: solid;
		float: left;
	}

.welcome li.whatsnew p {
		text-align: left;
		margin-left: 215px;
		padding-bottom: 1em;
		line-height: 1.4em;
	}

.welcome li.whatsnew form {
		float: left;
		margin-left: 21em;
		font-size: .9em;
		color: #264a83;
	}

.welcome ul.numbers {
		padding-bottom: 1em;
	}

.welcome ul.numbers li ul {
		clear: both;
	}

.welcome ul.numbers li ul li.first {
		font-weight: bold;
		padding-right: .5em;
		text-align: right;
		width: 6em;
	}

.welcome ul.numbers li ul li {
		float: left;
	}

.whatsnew {
		margin-bottom: 1em;
		clear: both;
	}

.welcome h3 a {
		color: white;
	}

.welcome h3 a:hover {
		text-decoration: none;
		color: #fffd7f;
	}

.fulllist h3 {
		background-position: left top;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0.5em;
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-image: url(/public/images/2009/purple.jpg);
		border-top-color: #b586d8;
		border-top-width: 1px;
		border-top-style: solid;
		line-height: 1.6em;
		font-size: 1em;
		text-shadow: 0px 2px 2px #594163;
		color: white;
		height: 1.6em;
		background-color: #a274b2;
		font-weight: bold;
		text-transform: uppercase;
	}


.fulllist h3:hover {
		background-position: left bottom;
		background-repeat: no-repeat;
		background-image: url(/public/images/2009/purple.jpg);
		cursor: pointer;
	}


.fulllist ul {
		display: none;
		border-left-width: 1px;
		border-bottom-width: 0px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-style: solid;
		border-color: #767676;
	}

.fulllist li {
		background-color: white;
		color: #5e5e5e;
		line-height: 1em;
		padding: 0.3em;
		font-size: 0.8em;
	}

li.alt {
		background-color: #f1f4f9;
	}

.location {
		margin-top: 1em;
		background-position: right top;
		background-image: url(/public/images/2009/location_bg.png);
		background-repeat: no-repeat;
		padding-top: 2.5em;
	}

.location .vcard {
		font-size: 0.85em;
		line-height: 1.1em;
		color: white;
		padding-left: 1em;
	}

.location a:hover {
		color: #646696;
	}

.location a {
		font-size: 0.9em;
		color: #deddfe;
	}

.location h3 {
		color: #fffc7a;
	}

.tinydate {
		font-size: 0.6em;
	}
	
