/* Support Center CSS */

body {
	text-align: center;
	background-color: #1E3D6B;
}

#sc_header {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	background-image: url(http://precisioneffect.com/support/style/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sc_container {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
}

.supportcenter {
	padding: 10px;
}

.upperleft{
	background: url(http://precisioneffect.com/support/style/corner_topleft.gif) top left no-repeat;
}

.upperright{
	background: url(http://precisioneffect.com/support/style/corner_topright.gif) top right no-repeat;
}

.lowerleft{
	background: url(http://precisioneffect.com/support/style/corner_bottomleft.gif) bottom left no-repeat;
}

.lowerright{
	background: url(http://precisioneffect.com/support/style/corner_bottomright.gif) bottom right no-repeat;
}

/* FOOTER */
#sc_footer {
	color: #ededed;
	padding-top: 25px;
	margin: 0 auto;
	width: 90%;
	height: 100%;
}

#sc_footer a:link, #sc_footer a:active, #sc_footer a:visited, #sc_footer a:hover {
	font-size: 12px; 
	color: #ededed; 
	font-family: Arial, Helvetica, Sans-serif; 
	text-decoration: underline;
}

#sc_footer ul {
	margin: 0;
	padding: 0 0;
	white-space: nowrap;
}

#sc_footer li {
	list-style: none; 
	display: inline;
	padding-left: 0;
}

