@charset "utf-8";
/* CSS Document */


/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Tahoma;
	color:#2b3333;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fad200;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	padding:2px;
}
img {
	display:inline-block
}
input[type=text] {
	width:75%;
	border:1px solid #dce0e9;
	color:#333333;
	padding:3px
}
input[type=text]:hover {
	border:1px solid #333333;
}
input[type=text]:over {
border:1px solid #333333;
}
/* CUSTOME STYLE */
	
		/* HEADER */
		#header {
	background:url(../images/bgheader.jpgz) repeat-x;
}
/* CONTAINER */
	#container {
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}
/* COMMONS IN THANKYOU AND FIND US ON FB */
	#container div.thankyou {
	background:#e3e8ee;
	height:329px;
	padding:10px;
}
#container div.findusonfb {
	background:#ffffff;
	height:329px;
}
/* THANKYOU */
					#container div.thankyou {
	width:478px;
	padding:12px 0 0 22px;
	margin:10px 0 0 15px;
	float:left
}
#container div.thankyou h3 {
	font-size:26px;
	color:#97231d;
	font-weight:bold;
}
#container div.thankyou p {
	font-size:13px;
	margin:1px 0
}
/* FIND US ON FB */
					#container div.findusonfb {
	width:390px;
	padding:0 0 0 10px;
	margin:10px 0 0 65px;
	float:left
}
#container div.findusonfb h3 {
	font-size:18px;
	color:#3d4545;
	margin-bottom:10px;
}
/* FOOTER */
#footer {
	margin:0;
	padding:0;
	width:100%;
	height:80px;
	background:#1f1a17 url(../images/aptech_logo.jpg) right 0 no-repeat;
	clear:both
}
#footer p {
	font-size:12px;
	color:#fff;
	padding:30px 0 0 25px
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
/* COMMON STYLE */
	.txtac {
	text-align:center
}
.bold {
	font-weight:bold
}
.italic {
	font-style:italic
}
.w25p {
	width:10%
}
.mart10 {
	margin-top:10px;
}
