/* CSS Document */

@import url(/reset.css);

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	
	background-color: #FFFFFF;
	background-image: url(/assets/page_background.jpg);
	background-position: 0px 30px;
	background-repeat: repeat-x;
}

#Page {
	margin: 0 auto 0 auto;
	width: 720px;
	height: auto;
}

#Header {
	margin: 11px 0 0 0;
	width: 720px;
}

#Header #h1 {
	float: left;
	margin: 27px 20px 0 30px;
	background-image: url(/assets/logo_coact.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 50px;
	display: inline;
}
#Header #h1 h1 {
	display: none;
}
#Header img {
	display: inline;
	position: absolute;
	top: 0px;
}

#Left {
	clear: left;
	float: left;
	margin: 35px 0 30px 30px;
	width: 310px;
	display: inline;
}
#Right {
	float: right;
	margin: 203px 30px 30px 0;
	width: 310px;
	display: inline;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	color: #232368;
	font-weight: normal;
	line-height: 140%;
}
h3 {
	margin: 10px 0 10px 0;
	font-size: 1.8em;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #E9E9F0;
	line-height: 140%;
}

p {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	color: #666666;
	line-height: 150%;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a:hover {
	border-bottom: 1px solid #666666;
}

blockquote p {
	font-size: 1.6em;
	color: #232368;
	padding: 10px 10px 0 10px;
	background-image: url(/assets/blockquote.gif);
	background-repeat: no-repeat;
	line-height: 120%;
}
p.demo {
	padding: 10px 10px 10px 35px;
	background-color: #FFF7F0;
	font-size: 1.5em;
	color: #232368;
	background-image: url(/assets/icon_appdemo.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
p.pricing {
	padding: 10px;
	background-color: #FFF7F0;
	font-size: 1.5em;
	color: #232368;
}
p.credit {
	text-align: right;
	font-size: 1.1em;
	color: #666666;
}
ul.contact li {
	margin: 5px 0 5px 10px;
	color: #666666;
	font-size: 1.2em;
}
ul.contact li.tel {
	padding: 0 0 0 20px;
	background-image: url(/assets/icon_tel.gif);
	background-repeat: no-repeat;
	height: 16px;
}
ul.contact li.email {
	padding: 0 0 0 20px;
	background-image: url(/assets/icon_email.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	height: 16px;
}

#Footer {
	padding: 20px 30px 20px 30px;
	clear: both;
	background-color: #E7F1F4;
}
#Footer #Page {
	width: 660px;
	height: auto;
	padding: 0 30px 0 30px;
}
#Footer img {
	padding: 20px 44px 20px 0;
	border-right: 1px solid #C7CED0;
	display: block;
	float: left;
}
#Footer ul {
	margin: 0 330px 0 160px;
	padding: 6px 0 0 0;
	font-size: 1.2em;
	line-height: 160%;
	border-right: 1px solid #C7CED0;
	height: 64px;
}
#Footer #Copyright {
	width: 310px;
	float: right;
}
#Footer #Copyright p {
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 120%;
}