/*
## Style sheet for 'Proaktiv PR'
## By TSA Corporation / Copyright © 2004
## Designer: Michael Ott
## Created: 20 October 2004
## Last Modified: 07 Jan 2005
## Modified by: Michael Ott
*/
body {
	background-image:url(images/background.gif);
	background-position:center;
	background-color: #ffffff;
	margin: 0 0 0 0;
}


.container {
	position: relative;
	margin: 0 auto;
	width: 740px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background-color:#fff;
}

#top { /* Top section */
	width:720px;
	height:62px;
	background-image:url(images/background_top.jpg);
	padding:34px 0px 0px 20px; /*top right bottom left */
	z-index:20;
}

#nav { /* Navigation */
	width:500px;
	height:27px;
	background-image:url(images/background_nav.jpg);
	border-bottom:solid 1px #fff;
	position:relative;
	top:0px;
	z-index:21;
	padding:5px 0px 0px 140px; /*top right bottom left */
}

#nav a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	padding:8px 12px 7px 12px; /*top right bottom left */
}

#nav a:hover {
	background-color:#78a1d9;
	color:#ffcc33;
}

/* Forces alternative appearance on button with page selected.
/* The id is required in the menu anchors.
/* A unique id is required in the body tag of each page */
#about #nav-about {
	background-color:#78a1d9;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#services #nav-services {
	background-color:#78a1d9;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#partners #nav-partners {
	background-color:#78a1d9;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#portfolio #nav-portfolio {
	background-color:#78a1d9;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#contact #nav-contact {
	background-color:#78a1d9;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.logo {
	left:16px;
	width:116px;
	height:175px;
	position:absolute;
	top:70px;
	z-index:30;
}

#butterfly { /* Top section */
	position:absolute;
	top:70px;
	left:485px;	
	text-align:right;
	margin: 0 auto;
	width:83px;
	z-index:87;
}

h2 {
	position:relative;
	top:-20px;
	width:595px;
	height:59px;
	background-image:url(images/background_header.gif);
	color:#fff;
	font-size:22px;
	font-weight:normal;
	line-height:22px;
	padding:35px 0px 0px 145px; /*top right bottom left */
	font-family:"Times New Roman", Times, serif;
	z-index:2;
}

h3 {
	font-size:18px;
	line-height:0px;
	padding:20px 0px 0px 0px; /*top right bottom left */
	color:#5385ce;
	font-weight:normal;
}

/* Content styles */
#content {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
	line-height:22px;
	background-color:#fff;
	position:relative;
	left:24px;
	width:500px;
}

#content h1 {
	font-size:22px;
	color:#5385ce;
	font-weight:normal;
}

#content a {
	color:#5385ce;
}

#content a:hover {
	color:#acca1b;
}

#content li {
	list-style-image:url(images/li.gif);
}


#content img {
	float:left;
	border: solid 5px #e7ecf7;
	background-color:e7ecf7;
	margin:0px 10px 0px 0px; /*top right bottom left */
}

#backtotop {
	position:relative;
	padding:30px 20px 15px 20px; /*top right bottom left */
	left:0px;
	width:100px;
}

#backtotop img {
	border:0px;
}

.noborder {
	border: 0px;
}

/* Right pane background PNG image */
.rightback {
	position:absolute;
	left:543px;
	top:50px;
	width:200px;
	z-index:49;
}


/* Right pane styles */
#right {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	position:absolute;
	top:15px;
	width:159px;
	left:25px;	
	z-index:50;
	line-height:18px;
}

#right h1 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

#right strong {
	color:#ffcc33;
}


#right a {
	color:#fff;
	border:0px;
}

#right a:hover {
	color:#ffcc33;
}

#validicons {
	text-align:center;
	padding-top:20px;
}


#validicons img {
	border:0px;
}

#footer {
	width:500px;
	height:34px;
/*	background-image:url(images/footer.jpg);
	background-repeat:no-repeat; */
	position:relative;
	left:25px;
	z-index:88;
	padding:8px 0px 0px 0px; /*top right bottom left */
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#c5c5c5;
	text-align:center;
}

#footer a {
	color:#c5c5c5;
	text-decoration:underline;
}

#footer a:hover {
	color:#ffcc33;
}

.date {
	font-size: 10px;
	color: #FF9000;
}