/* undoe jquery ui corner styles */

.ui-corner-all,
.ui-corner-top
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}

/* our tab style */

#welcome {
	width: 540px;
	background: url( ../assets/welcome/tab_footer.png ) center bottom no-repeat;
	border: none;
	margin: 0;
	padding: 0 0 30px 0;
	font-family: helvetica nueue, helvetica, arial, sans-serif;
	color: #5c5c5c;
	font-size: 12px;
}

#welcome .tabs {			
	height: 48px;
	margin: 0;
	padding: 0;
	background: url( ../assets/welcome/tab_bg.png ) center bottom no-repeat;
}

#welcome .tabs li {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 48px;
	background: none;
	text-align: center;
	border: 0px;
}

#welcome .tabs li a {
	width: 180px;
	margin: 0;
	padding: 16px 0 8px 0;
	font-family: helvetica neue, helvetica, arial, sans;
	font-size: 18px;
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
} 

#welcome .tabs li.ui-tabs-selected {
	background: white url( ../assets/welcome/tab_selector_mark.gif ) center bottom no-repeat;
	border: 1px solid #dedede;
	width: 178px;
	height: 47px;
}

#welcome .tabs li.ui-tabs-selected a {
	width: 178px;
	padding: 15px 0 8px 0;
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
}

/* thumbnail style */

#welcome .content {
	color: #5c5c5c;
	font-size: 12px;			
}

#welcome .content a {
	color: #f4793b;
	text-decoration: underline;
}

#welcome .content h1 {
	font-weight: normal;
	text-transform: uppercase;
	color: #f4793b;
}

#welcome .content .thumbs {
	margin: 0;
	padding: 0;
	text-align: center;
}

#welcome .content .thumbs div {
	margin: 10px 5px;
	padding: 0;
	display: block;
	float: left;
}

#welcome .content .thumbs div a {
	margin: 0 auto;
	padding: 0;
	display: block;
	border-top: none;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e7e7e7;
}

#welcome .content .thumbs div a img {
	margin: 0;
	padding: 0;
	border-top: none;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #eeeeee;
}

#welcome .content .thumbs div span {
	font-family: helvetica nueue, helvetica, arial, sans;
	font-weight: normal;
	color: #bbb;
	display: block;
	text-align: center;
}

.clear {
	clear: both;
}
