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

/*--------------Text Styles----------------------------*/

h1{
	margin: 0 0 16px 0;
 	font-size:16px;
  font-weight:normal;
}
h2{
	margin: 0 0 16px 0;
 	font-size:14px;
  font-weight:normal;
}
h3{
	margin: 0 0 10px 0;
 	font-size:14px;
  font-weight:bold;
}
h4{
	margin: 0 0 10px 0;
 	font-size:12px;
  font-weight:bold;
}
p{
	margin: 0 0 10px 0;
 	font-size:12px;
  font-weight:normal;
}
.quote_highlight{
 	font-size:12px;
  font-weight:bold;
	font-style:italic;
}

/*--------------General page layout styles----------------------------*/

body {
	margin: 10px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#09709B;
  background-color:#E8F4F9;
}
#wrapper {
  width: 978px;
  margin: 0px auto;
  background:url(images/shadow_side.jpg) top right repeat-y #E8F4F9; 
}
#header {
  width: 978px;
  height: 250px;
  background:url(images/page_top.jpg) top right no-repeat; 
}
#content{
  width: 970px;
  background:url(images/content_bg.jpg) top left repeat-x #FFCC33; 
}
#content_top{
  width: 970px;
  height: 60px;
  background:url(images/content_top_bg.jpg) top left no-repeat;
}
#content_headline{
  width: 803px;
  height: 60px;
  padding-left:167px;
  font-size:20px;
  background:url(images/content_top_right_bg.jpg) top right no-repeat;
}
#content_main{
	width: 970px;
  min-height:10px;
  _height:10px;
  background:url(images/content_main_left_bg.jpg) top left no-repeat;
}
#footer {
	width: 948px;
	margin: 0px auto;
  text-align:right;
  font-size:10px;
  padding:5px 30px 20px 0px;
}
.clear_float{
	clear:both
}

/*--------------Index page styles----------------------------*/

#content_main_left{
  padding:10px 0 0 67px;
  float:left;
  width:470px;
}
#content_main_right{
	padding-top:10px;
 	padding-right:50px;
  float:right;
  width:330px;
}
#content_main_left a {
	color:#09709B;
	text-decoration:none;
}
#content_main_left a:hover {
	color:#0A7AAA;
	text-decoration:underline;
}
#video {
  width: 330px;
}
#comp_logo{
	float:left;
	margin-right:20px;
}

/*--------------Profile page styles----------------------------*/

#profile_content{
	margin-left:67px;
	margin-top:10px;
	_margin-left:33px;
  float:left;
 /* width:844px;*/
	background:url(images/profile_bg2.jpg) top left no-repeat;
}
#profile_text_left{
 	float:left;
	width:227px;
	padding:10px 0 10px 10px;
	
}
#profile_text_right{
 	float:left;
	width:245px;
	padding:10px 5px 10px 5px;
}
#profile_image{
  position:relative;
	margin-top:-54px;
 	float:left;
	width:351px;
	height:464px;
	background:url(images/profile_jana3.jpg) top left no-repeat;
	z-index:100;
}
#profile_image p{
	margin: 0 0 0 -33px;
	_margin: 0 0 0 0px;
  font-size:20px;
}

/*--------------Showcase page styles----------------------------*/

#video_title{
	padding-left:117px;
}

#video_govis{
	margin: 10px 0px 20px 0px;
	width:927px;
}

#image{
	float:left;
	padding:10px 20px 10px 67px;
	width: 420px;
}
#image p{
	padding:20px 0px 0px 0px;
}
#showcase{
 	float:left;
	width: 420px;
	padding:10px 0px 10px 0px;
}
#showcase h4{
	margin: 20px 0 10px 0;
 	font-size:12px;
  font-weight:bold;
}
#showcase_content a {
	color:#09709B;
	text-decoration:underline;
}
#showcase_content a:hover {
	color:#0A7AAA;
	text-decoration:underline;
}

/*--------------Clients page styles----------------------------*/

.client_content{
	/*margin:10px 0 0 67px;*/
	padding:10px 0 0 67px;
  float:left;
  width:863px;
}

.client_content img{
	margin:3px 10px 10px 0px;
  float:left;
	border:#FFFFFF 2px;
}

/*--------------Contact page styles----------------------------*/

#contact_content{
	margin:0 0 0 67px;
	padding-top:10px;
  width:880px;
}
#address{
	margin-left:100px;
}
#enquiry_form{
	width:880px;
}
#mail_sent_message{
	width:880px;
	height:250px;
  text-align:center;
  padding-top:100px;
}
#enquiry_form label {
	clear:left;
  width:100px;
  float:left;
  padding-top:5px;
}
#enquiry_form input.textfield{
	color:#09709B;
	height: 18px;
  width:300px;
  line-height:18px;
  padding:3px 2px 0px 2px;
  margin:0px 0px 5px 0px;
  border: 1px solid #09709B;
}
;#enquiry_form input.textfield{
	height: 21px;
	line-height:21px;
	padding:0px 2px 0px 2px;
}
#enquiry_form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
	color:#09709B;
	height: 200px;
  width:700px;
  line-height:120%;
  padding:3px 3px 0px 2px;
  margin:0px 0px 5px 0px;
  border: 1px solid #09709B;
}