/* Subpage stylesheet for BRILLIANTechnologies LLC
 * URL: http://www.brilliantec.com/
 * CSS: brillian-sub-style.css
 */

#header {
	height: 125px;
}

#header #slogan {
	top: 60px;
	width: 374px;
	height: 23px;
	background: url('/images/slogan-small.png') no-repeat;
}

#header #navigation {
	right: 0;
	font-size: 12px;
}

#header #logo {
	position: absolute;
	bottom: 0;
}

#subNavigation {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding: 15px 0 15px 15px;
	color: white;
	background-color: #c85322;
}

#subNavigation #index {
	display: block;
	margin: 0;
	padding-left: 0;
	font-size: 22px;
	letter-spacing: 3px;
}

#subNavigation a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: white;
	letter-spacing: 3px;
}

#subNavigation a span {
	visibility: hidden;
}

#subNavigation a:hover span {
	visibility: visible;
}

#contentArea {
	float: left;
	width: 730px;
}

#contentArea #breadCrumbs {
	float: right;
	font-size: 12px;
	letter-spacing: 2px;
}

#contentArea a {
	color: #29A9E1;
}

#contentArea a:hover {
	color: #2EC0FF;
}

#contentArea h1 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #c85322;
	letter-spacing: 4px;
	font-size: 32px;
	font-weight: normal;
}

#contentArea h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #c85322;
}

#contentArea h3 {
	font-size: 14px;
	margin-bottom: 0;
}

#contentArea p {
	margin-top: 5px;
	line-height: 20px;
	font-size: 14px;
}

#contentArea ul {
	margin-top: 5px;
	line-height: 20px;
	font-size: 14px;
}

#contentArea table tr th {
	text-align: left;
	font-weight: normal;
}

#contentArea .subpageImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 320px;
}

#contentArea .subpageImg img {
	margin-bottom: 10px;
	width: 320px;
}

#contentArea .prod {
	float: left; 
	margin-right: 30px;
}

#contentArea .prod img {
	border: none;
}

#contentArea .prod:hover img {
	opacity: 0.7;
}

#contentArea .prod p {
	font-size: 13px;
}

.req { color: #C85322; }