/*
III Websites, LLC - Matt Levenhagen 
CSS I've created to style the support center
*/

#caption {
	width: 100%;
	padding-left: 150px;
	position: relative;
	margin-bottom: 10px;
	background: #000000;
}

#caption img {

}

#black {
        width: 100%;
        height: 80px;
        position: relative;
        background: #000000;
        color: #FFFFFF;
}

#black a:link {
        font-weight: normal;
        text-decoration: underline;
        color: #cc0000;
        font-size: 1.1em;
}

#black a:visited {
        font-weight: normal;
        text-decoration: underline;
        color: #cc0000;
        font-size: 1.1em;
}

#black a:hover {
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        font-size: 1.1em;
}

#black p {
        color: #FFFFFF;
}

#red-bg {
	width: 100%;
	height: 12px;
	padding-left: 150px;
	position: relative;
	background-image:url('http://www.iiihosting.com/images/clientexec/showcase-bg.jpg');
}

#black-bg {
	width: 100%;
	height: 45px;
	padding-left: 150px;
	position: relative;
	background: #000000;
}

#black-bg a:link {
	color: #FFFFFF;
	text-decoration: none
}

#black-bg a:hover {
	color: #CC0000;
}