body{
	height: 100%;
	margin: 20px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #e9e9e9
}

img{
	border: 0;
}

#splash{
	border: 1px solid #cfd2d5;
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
}

#select{
	height: 470px;
	background: url(/images/splash/bg_gradient.jpg) bottom repeat-x;
}

#selecttext{
	margin-top: 20px;
	margin-left: 20px;
	color: #616c7d;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

#splash #select ul{
	list-style-type: none;
	padding: 0;
	margin: 50px auto;
	width: 750px;
}

#splash #select ul li{
	display: inline;
}

#splash #select ul li a{
	text-indent: -9000px;
	float: left;
	width: 270px;
	height: 100px;
	margin: 20px 45px;
}

#splash #select ul li a{
	background-position: 0 100px;
}

#splash #select ul li a:hover{
	background-position: 0 0;
}

#splash #select ul li#select_smartphone a{
	background-image: url(/images/splash/smartphone_logo.jpg);
}

#splash #select ul li#select_hdtv a{
	background-image: url(/images/splash/hdtv_logo.jpg);
}

#splash #select ul li#select_voip a{
	background-image: url(/images/splash/voip_logo.jpg);
}

#splash #select ul li#select_storage a{
	background-image: url(/images/splash/storage_logo.jpg);
}

.color_divider{
	height: 3px;
	background: url(/images/header_divider_blue.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#copy{
	background-color: #3a3a3a;
	height: 30px;
	border-top: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

#copy a{
	color: #fff;
	text-decoration: none;
}

#copy a:hover{
	text-decoration: underline;
}

#copy div, #copy ul{
	margin-top: 8px;
}

#copy .text{
	float: left;
}

#copy .links{
	float: right;
}

#copy ul{
	list-style-type: none;
	margin-bottom: 0;
	width: 310px;
}

#copy ul li{
	display: inline;
	margin: 0 10px;
}

#copy a{
	font-size: 12px;
}

/* END Footer */

.clear{
	clear: both;
}
