/* Styles for APC&TCP HTML4 page */

body {
	font-family: 'Roboto Condensed','Arial','Times New Roman',serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(185,33,33);
	background-image: url('img/t1.jpg');
}

div#main {
	width: 960px;
	background-color: white;
	margin: 0px auto;
}

div#header {
	background-image: url('img/d6.jpg');
	background-repeat: no-repeat;
	height: 175px;
	position: relative;
}

div#menu {
	color: rgb(255,210,0);
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 135px;
	width: 960px;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#menu a {
	color: rgb(255,210,0);
	text-decoration: none;
}

div#menu a:hover {
	color: rgb(255,240,40);
	text-shadow: 0px 0px 3px rgba(255,240,40,0.6);
}

img.btn {
	border: none;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -16px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

img.btn:hover {
	cursor: pointer;
}

img#fbb {
	right: 103px;
}

img#afb {
	right: 23px;
}

img#twb {
	right: 63px;
}

div#contents {
	min-height: 600px;
	box-shadow: 10px -2px 6px -7px rgba(0,0,0,0.6) inset;
	padding: 20px 40px 30px 40px;
	font-size: 16px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	color: rgb(50,50,50);
	margin: 0px 0px 16px 0px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid rgb(200,200,200);
}

h2 {
	font-size: 20px;
	margin: 1.5em 0em 0em 0em;
}

h3 {
	font-size: 16px;
	margin: 1.5em 0em 0em 0em;
}

p {
	text-align: justify;
	line-height: 140%;
}

div.smaller-text {
	font-size: 15px;
}

div#contents a {
	text-decoration: none;
	color: rgb(100,100,100);
}

div#contents a:hover {
	text-decoration: underline;
}

div.prod {
	margin-top: 1em;
	display: inline-block;
	width: 172px;
	height: 130px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

div.prod img {
	border: 1px solid rgb(80,80,80);
	box-shadow: 3px 3px 5px rgb(120,120,120);
	margin-bottom: 3px;
}

div.news a {
	margin-left: 2em;
}
