@charset "utf-8";

/*** common ***/
body {
	background:url(../images/bg.png) repeat;
}
a {
	color:#2F7DC5;
	text-decoration:none;
	text-shadow:0 1px 1px #fff;

	-moz-transition-property:text-shadow;
	-webkit-transition-property:text-shadow;
	-o-transition-property:text-shadow;
	-ms-transition-property:text-shadow;
	
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}
a:hover {
	color:#2F7DC5;
	text-shadow:0 2px 2px #5eb2ff;
}

::selection {
	background:#0090da;
	color:#fff;
}

.wrap {
	width:900px;
	margin:0 auto;
}
header {
	width:100%;
	float:left;
	padding:20px 0;
}
header h1, header h1 img {
	float:left;
}
header nav {
	float:right;
}
header nav ul {
	list-style:none;
	float:left;
	padding:8px 0 0;
}
header nav li {
	float:left;
	padding:0 0 0 30px;
}
header nav li a {
	color:#333;
	font-size:120%;
	text-shadow:0 1px 1px #fff;
}
header nav li a:hover {
	color:#2F7DC5;
}

nav.breadcrumb {
	clear:both;
	width:868px;
	line-height:27px;
	background:url(../images/breadcrumb.png) no-repeat;
	border:solid #c8c8c8 1px;
	border-radius:3px;
	margin:0 0 15px;
	padding:0 15px;
	font-size:90%;
	text-shadow:0 1px 0 #fff;
}
nav.breadcrumb img {
	float:left;
	margin:5px 10px 0 0;
}

div.border {
	width:898px;
	float:left;
	border:solid #e1e1e1 1px;
	border-radius:3px;
	background:#fff;
}

footer {
	clear:both;
	width:100%;
	line-height:90px;
	float:left;
}
footer ul {
	list-style:none;
}
footer li {
	float:left;
	padding:0 35px 0 0;
}
footer li a {
	background:url(../images/arrow.png) no-repeat 0 2px;
	color:#8c8c8c;
	padding:0 0 0 13px;
}
footer small {
	float:right;
	font-size:80%;
	text-shadow:0 -1px 1px #fff;
}

/*** home ***/
section.visual {
	clear:both;
	width:100%;
	float:left;
	padding:0 0 30px;
}
.main_view {
	float: left;
	position: relative;
}
.window {
	height:350px;
	width: 900px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {
	float: left;
}
.paging {
	position: absolute;
	bottom: 40px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #088dd1;
	border: 1px solid #077ab5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}

article.vision {
	clear:both;
	width:898px;
	float:left;
	margin:0 0 25px;
	border:solid #e1e1e1 1px;
	border-radius:3px;
	box-shadow:0 1px 2px 1px #ddd;
}
article.vision h1, article.vision h1 img {
	width:224px;
	float:left;
}
article.vision p {
	width:604px;
	height:153px;
	float:right;
	padding:35px 35px 0 35px;
	background:url(../images/bg_vision.gif) no-repeat;
}

section.services {
	clear:both;
	width:100%;
	float:left;
	margin:0 0 25px;
}
section.services {
	background:url(../images/bg_services.png) no-repeat;
}
section.services h1 {
	width:200px;
	float:left;
	padding:17px 0 10px 20px;
}
section.services ul {
	list-style:none;
	width:680px;
	float:right;
}
section.services li {
	width:220px;
	float:left;
	margin:0 0 0 6px;
}
section.services li img {
	float:left;
}
section.services li a {
	float:left;
	background:none;

	-moz-transition-property:box-shadow, background;
	-webkit-transition-property:box-shadow, background;
	-o-transition-property:box-shadow, background;
	-ms-transition-property:box-shadow, background;
	
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}
section.services li a:hover {
	background:#999;
	box-shadow:0 1px 2px 1px #999;
}

section.services p {
	width:200px;
	float:left;
	padding:0 0 0 20px;
}
section.services p a {
	color:#fff;
	text-shadow:none;
	background:url(../images/arrow_services.png) no-repeat 0 2px;
	text-decoration:none;
	padding:0 0 0 10px;
}

article#tripleclick_block {
	clear:both;
	width:100%;
	height:40px;
	background:url(../images/bg_tripleclick.png) no-repeat;
	margin:0 0 25px;
}
article#tripleclick_block h1 {
	float:left;
	padding:12px 0 0 10px;
	font-size:75%;
	color:#777;
	text-shadow:0 1px 1px #eee;
	line-height:17px;
}
article#tripleclick_block h1 img {
	float:left;
	margin:0 8px 0 0;
}
article#tripleclick_block article#articles_message {
	width:590px;
	height:25px;
	line-height:25px;
	float:right;
	margin:7px 7px 0 0;
	padding:0 10px;
	background:#fff;
	border:solid #ddd 1px;
	border-radius:3px;
	box-shadow:0 1px 1px 1px #bbb inset;
	font-size:90%;
}

article.news {
	clear:both;
	width:100%;
	height:40px;
	background:url(../images/bg_news.png) no-repeat;
}
article.news h1, article.news h1 span {
	color:#fff;
	text-shadow:0 -1px 1px #333;
}
article.news h1 {
	float:left;
	line-height:40px;
	padding:0 0 0 10px;
	font-size:110%;
}
article.news h1 span {
	font-size:70%;
}
article.news article {
	width:680px;
	height:25px;
	line-height:25px;
	float:right;
	margin:7px 7px 0 0;
	padding:0 10px;
	background:#fff;
	border:solid #ddd 1px;
	border-radius:3px;
	box-shadow:0 1px 1px 1px #bbb inset;
}
article.news article time {
	line-height:25px;
	float:left;
	border-right:dotted #ccc 1px;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	font-size:90%;
	color:#999;
}
article.news article p {
	line-height:25px;
	font-size:90%;
}

/*** about ***/
article.whoweare {
	clear:both;
	width:100%;
	height:215px;
	background:url(../images/bg_about.jpg) no-repeat;
	border-bottom:solid #e1e1e1 1px;
}
article.whoweare h1 {
	width:280px;
	float:left;
	padding:30px 0 0 35px;
}
article.whoweare p {
	width:530px;
	float:right;
	padding:45px 50px 0 0;
	color:#fff;
	text-shadow:0 1px 0 #064F7E;
}

article.challenge {
	clear:both;
	width:100%;
	height:312px;
	background:url(../images/fresh.png) no-repeat right top;
	border-bottom:solid #e1e1e1 1px;
}
article.challenge h1 {
	padding:40px 0 0 35px;
}
article.challenge p {
	width:380px;
	padding:0 35px 15px;
}
article.challenge ul {
	padding:0 35px 15px 55px;
}
article.challenge li {
	padding:0 0 5px;
	font-size:105%;
}

section.companyinfo h1 {
	padding:35px 0 10px 35px;
}

article.profile {
	width:405px;
	float:left;
	margin:0 0 20px 35px;
	border:solid #f5f5f5 1px;
	border-radius:3px;
	box-shadow:0 1px 0 0 #ddd inset;
}
article.profile table {
	width:100%;
}
article.profile table caption {
	text-align:left;
	padding:10px;
	border-bottom:solid #f5f5f5 1px;
}
article.profile table caption h2 {
	font-weight:normal;
	font-size:140%;
}
article.profile table caption h2 span {
	font-size:70%;
	font-weight:normal;
	color:#969696;
}
article.profile table th, article.profile table td {
	border-bottom:solid #f5f5f5 1px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:110%;
}
article.profile table th {
	padding-left:10px;
	text-align:left;
	width:80px;
	background:#eee;
	color:#808080;
	text-shadow:0 1px 0 #fff;
	font-weight:normal;
}
article.profile table td {
	padding-left:10px;
	padding-right:10px;
}
article.profile table td ul {
	padding:0 0 0 20px;
}

article.history {
	width:405px;
	float:right;
	margin:0 35px 20px 0;
	border:solid #f5f5f5 1px;
	border-radius:3px;
	box-shadow:0 1px 0 0 #ddd inset;
}
article.history h2 {
	text-align:left;
	padding:10px;
	border-bottom:solid #f5f5f5 1px;
	font-weight:normal;
	font-size:140%;
}
article.history h2 span {
	font-size:70%;
	font-weight:normal;
	color:#969696;
}
article.history ul {
	list-style:none;
}
article.history li {
	border-bottom:dashed #f5f5f5 1px;
	padding:10px;
}

/*** services ***/
section.slist p.summary {
	font-size:110%;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:870px;
	overflow:hidden;
}
.slide{
	float:left;
	width:870px;
	height:300px;
}
#menu{
	/* This is the container for the thumbnails */
	height:45px;
	text-align:center;
}
#menu ul{
	margin:0px;
	padding:0px;
	width:300px;
	height:45px;
	clear:both;
	margin:auto;
	text-align:center;
}
#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	float:left;
}
#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../about/img/pic_bg.png) repeat;
	height:45px;
}
#menu li.menuItem{
	text-align:center;
	margin:0 auto;
}
#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../about/img/active_bg.png) no-repeat;
}
#menu li.act a{
	cursor:default;
	background:url(../about/img/active_bg.png) no-repeat;
}
#menu.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../about/img/divider.png) no-repeat right;
}
#menu li a{
	display:block;
	background:url(../about/img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
	margin:0;
}
#menu a img{
	border:none;
	margin:0 auto;
	clear:both;
}

/*** contact ***/
section.contact, article.contact {
	padding:35px;
}
section.contact h1, article.contact h1 {
	padding:0 0 20px;
}
section.contact p, article.contact p {
	padding:0 0 35px;
}
section.contact article {
	width:700px;
	margin:0 auto 35px;
	border:solid #f5f5f5 1px;
	border-radius:3px;
	box-shadow:0 1px 0 0 #ddd inset;
}
section.contact article table {
	width:100%;
}
section.contact article table caption {
	text-align:left;
	padding:10px;
	border-bottom:solid #f5f5f5 1px;
}
section.contact article table caption h2 {
	font-weight:normal;
	font-size:140%;
}
section.contact article table caption h2 span {
	font-size:70%;
	font-weight:normal;
	color:#969696;
}
section.contact article table th, section.contact article table td {
	border-bottom:solid #f5f5f5 1px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:110%;
}
section.contact article table th {
	padding-left:10px;
	text-align:left;
	width:160px;
	background:#eee;
	color:#808080;
	text-shadow:0 1px 0 #fff;
	font-weight:normal;
}
section.contact article table td {
	padding-left:10px;
	padding-right:10px;
}
section.contact article p {
	text-align:center;
	padding:20px 0;
}
.red, .error_text {
	color:#ff0000;
}
section.contact article table td input[type="text"] {
	width:300px;
}
section.contact article table td textarea {
	width:450px;
	height:250px;
}

/*** privacypolicy ***/
article.privacypolicy {
	padding:35px;
}
article.privacypolicy h1 {
	padding:0 0 20px;
}
article.privacypolicy h2 {
	padding:0 0 10px;
	color:#2F7DC5;
}
article.privacypolicy p {
	padding:0 0 20px;
}
article.privacypolicy p span {
	font-size:105%;
}
article.privacypolicy ul {
	padding:0 0 20px 20px;
	font-size:105%;
}
