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

/*------------------------------------------------------------------- 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;
}
/* 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-color: #ebebeb;
	padding-bottom:20px;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border:1px solid #666;
	background:#ebebeb url(../images/bg.jpg) no-repeat top left;
}
hr {background-color:#999; border: medium none; border-collapse: collapse; color:#999; height:1px;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}

#footer {
	background:#ffffff url(../images/footer-bg.jpg) no-repeat bottom right;
	min-height:220px;
}

#footer p {
	float: left;
	width: 500px;
	margin: 30px;
	color:#666;
}
#logo img {
	display: block;   
	margin:60px;
	float:right;
}
#intro {
	margin: 20px 0px 40px 0px;
}
.half{
	float:left;
	width:286px;
	margin-right:40px;
}
.last{
	margin-right:0px !important;
}
#content {
	overflow:hidden;
	display:block;
	margin-bottom:60px;
}
.half h3{
	font-size:20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	margin-bottom:15px;
}
.pur {
	background:url(../images/purshase.png) no-repeat;
	width: 243px;
	height: 59px;
	display:block;
	float:left;
}
.pur:hover {
	background: url(../images/purchase.png) no-repeat;
}
.pur:active {
		margin-top: 1px;
}
.exa {
	background:url(../images/exa.png) no-repeat;
	width: 243px;
	height: 59px;
	display:block;
	float:left;
	margin-left:40px;
}
.exa:hover {
	background: url(../images/exa2.png) no-repeat;
}
.exa:active {
		margin-top: 1px;
}
#buttons {
	overflow:hidden;
	width: 526px;
	margin-left: auto ;
    margin-right: auto ;
}
.top {
	background:url(../images/top.png) repeat-x;
	height:6px;
	margin-bottom: 60px;
	border-bottom: 1px solid white;
}
.half ul li{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.6em;
	margin-bottom: 10px;
}
.half p{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.6em;
}
.half ul {
	list-style:circle inside;
}
#credit {
	overflow:hidden;
	margin-top:40px;
}
#credit p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
#credit p a {
	color:#000;
}
#credit p a:hover {
	color:#F00;
}
.caption_home{
	position:absolute;
	left:0;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
}