/* CSS Document */
/* ==================================================== */
/* generic styles */
body { font-family: Verdana, Arial, Helvetica, sans-serif;  color: #333; font-size: 0.7em; font-style:normal; font-variant: normal; font-weight:normal; margin-top: 10px; background-color:#eaeaea; } 
a{text-decoration:underline; color: #333;}
a:hover{ color: #ff9900; text-decoration:underline;}
img{ display: block; margin: 0; border: 0; } /* Nasty hack to avoid IE adding 3px padding under images*/
h1{ font-size: 1.5em; margin: 20px 0; } /* TR,BL */
h2{ font-size: 1.3em; margin: 15px 0; } 
h3{ font-size: 1.1em; margin: 10px 0; }
h4{ font-size: 1.0em; margin: 5px 0; }
td{ font-size: 0.75em; }
p{ margin: 10px 0; }
.no_pad{  padding: 0px; margin: 0px; }
.no_pad_top{  padding-top: 0px; margin-top: 0px; }
.no_pad_bot{  padding-bottom: 0px; margin-bottom: 0px; }
.extra_pad_top{ margin-top: 20px; }
.extra_pad_bottom{ margin-bottom: 20px; }
blockquote { margin: 0 20px;}
/* ==================================================== */
/* structural elements */
#encompass
{
	position: relative;
	width: 975px;
	height:auto;
	margin: 0px auto 0px auto;
}
#main_container
{
	position: relative;
	width: 100%;
	height:auto;
	text-align: left;
	background-color:#ddd
}
#clients_footer
{
	position: relative;
	width: 100%;
	height: 48px;
	padding-top: 4px;
	background-color: #fff;
	margin-top: 10px
}
#footer
{
	position: relative;
	width: 100%;
	height:20px;
	margin-top: 10px
}
/* ==================================================== */
/* top navigation */
#topnav_container
{
	position: relative;
	width: 100%;
	height: 66px;
	background: url("../images_nav/topnav.gif") top center no-repeat;
}
#logo
{
	position: absolute;
	top: 12px;
	left: 20px;
	width: 215px;
	height: 42px;
}
#topnav
{
	float: right;
	margin-top: 45px;
	font-size: 12px;
}
#topnav ol
{
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ol li
{
	display: inline;
	border-right: 1px solid #787878;
	padding-left: 8px;
	padding-right: 8px;
}
#topnav ol li.noline{ border-right: medium none; }
#topnav ol li a{ text-decoration: none; }
#topnav ol li a:hover{ text-decoration: none; color:#ff9900; }
/* ==================================================== */
/* specific styles for index page */
#gutter_index
{
	float: left;
	width: 25px;
	height: 10px;
	margin-top: 10px;
}
#index_container /* holds index pg content */
{
	position: relative;
	margin: 20px 20px 0 20px;
	padding: 0 0 20px 0;
}
#index_main_image_container /* holds the guy on the mountain bike */
{
	position: relative;
	width: 935px;
	height: 480px;
}
#index_right_container /* holds index services, client & news */
{
	position: absolute;
	top: 0;
	left: 700px;
	width: 240px;
	height: auto;
}
.index
{
	position: relative;
	margin-top: 8px;
	font-size: 11px;
	background: url("../images_nav/index_bg.gif") top center no-repeat;
}
#index_right_container h2
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 6px 0 0 0;
}
.index_body
{
	font-size: 11px;
	margin: 10px 18px 0 20px;
	padding-top: 3px;
	padding-bottom: 9px;
}
#index_right_container p
{
	margin: 0;
	padding: 0;
}
#index_right_container ul
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 10px 0 18px;
	padding: 0 0 6px 0;
}
#index_right_container ul li 
{
	background: url(../images_nav/bullet_arrow.gif) no-repeat scroll 0 8px;
	margin:0;
	padding:3px 10px 3px 10px;
}
#index_right_container a { text-decoration: none; }
#index_right_container a:hover { text-decoration: none; }
.index_right_container_new_article, .index_right_container_new_article_2
{
	position: absolute;
	top: 30.9em;
	left: 195px;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: bold;
	color: red;
	z-index: 5;
}
.index_right_container_new_article_2 { top: 36em; }
/* ==================================================== */
/* secondary page structure(s) */
.gutter
{
	float: left;
	width: 20px;
	height: 10px;
	margin-top: 20px;
}
#col1 /* holds secondary navigation */
{
	float: left;
	width: 255px;
	height: auto;
	margin: 20px 0;
	background-color: #fff
}
.col1_spacer /* holds secondary navigation */
{
	width: 255px;
	height: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-color: #ddd
}
#col2 /* holds main content */
{
	float: left;
	width: 660px;
	height: auto;
	margin: 20px 0 20px 0;
	background-color: #fff;			
}
.clearboth { clear: both; }
#col_2_content a { text-decoration: none; color: #333; }
#col_2_content a:hover { text-decoration: underline; }
/* ==================================================== */
/* secondary navigation */	
#sec_nav_container, #sec_nav_container_alt, #download_container
{
	position: relative;
	width: 239px;
	height: auto;
	background-color:#fff;
	margin: 8px;
}
#sec_nav_container
{	
	background: url("../images_nav/secondary_navigation_bg.gif") top center no-repeat; 
}
#download_container
{	
	background: url("../images_nav/download_bg.gif") top center no-repeat; 
}
#sec_nav_container_alt{	background: url("../images_nav/secondary_navigation_bg_alt.gif") top center no-repeat; }
#sec_nav_heading, #download_container
{
	width: auto; 
	height: auto;
	padding-top: 2px;
	padding-bottom: 0;
}
#sec_nav_heading h2, #download_heading h2
{
	font-size:14px;
	color: #fff;
	margin-top: 4px;
	margin-left: 5px;
}
#secondary_navigation, #download
{
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
#secondary_navigation
{
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
#secondary_navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary_navigation li
{
	padding: 0;
	margin: -2px 2px;
	width: 234px;
}
#secondary_navigation > ul > li
{
	margin: -1px 2px;
}
#secondary_navigation li a
{
	cursor: pointer;
	display: block;
	padding: 2px 8px 4px 8px;
	margin: 1px 0px;
	text-decoration: none;
}
#secondary_navigation > ul > li > a
{
	border: 1px solid transparent;
	padding: 2px 8px 4px 7px;
}
#secondary_navigation li a:hover
{
	border: 1px solid #a8a9a9;
	margin: 0px;
	padding: 2px 8px 4px 7px;
	background-color: #eaeaea;
	text-decoration: none;
}
#secondary_navigation > ul > li > a:hover {
	margin: 1px 0px;
}
#secondary_navigation li a.selected
{
	border: 1px solid #ebebeb;
	margin: 0px;
	color: #5B81BA;
	font-weight: bold;
	padding: 2px 4px 4px 7px;
	background-color: #a8a9a9;
	background: url(../images_nav/selected_bg.gif) no-repeat;
} 
#secondary_navigation > ul > li a.selected 
{
	margin: 1px 0px;	
}
#download ul
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#download ul li
{
	margin:0;
	padding:10px 0 7px 30px;
}
#download ul li.pdf
{
	background: url(../images_nav/bullet_pdf.gif) no-repeat scroll 0px 8px;
}
/* ==================================================== */
/* secondary page specific styles */
#secondary_page_header
{	
	position: relative;
	width: 660px;
	height: 284px; 
}
#secondary_page_heading
{
	position: absolute;
	bottom: 4px;
	left: 13px;
	width: auto;
	height:auto;
}
#secondary_page_header h1 {	font-size: 28px; margin: 0; padding: 0; color: #fff; font-weight: normal; }
#main { margin: 0 15px 0 15px; font-size: 1.0em; line-height: 1.2em; }
#main h3{ margin: 10px 0 5px 0; color: #5A81BA; }
#main h3.no_pad{ padding: 0px; margin: 0px;}
#main h3.no_pad_top{ padding-top: 0px; margin-top: 0px; }
#main h3.extra_pad_top{ padding-top: 0px; margin-top: 20px; }
#main h4{ font-size: 1.0em; margin: 0 0 5px 10px; color: #666}
#main h4.no_pad_left{ padding-left: 0px; margin-left: 0px; }
#main h4.extra_pad_top{ margin-top: 5px; }	
#main ul
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
#main ul li 
{
	background: url(../images_nav/bullet.gif) no-repeat scroll 0 7px;
	margin:0 0 0 10px;
	padding:3px 8px 3px 25px;
}
#main ul li ul
{ 
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main li ul li
{ 
	background: url(../images_nav/bullet2.gif) no-repeat scroll 0 7px;
	margin-left: 0px;
}
.adhoc
{
	float: right;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.adhoc_alt
{
	float: right;
	padding-right: 10px;
	padding-bottom:0px;
	padding-left: 10px;
}
.no_wrap
{
	white-space: nowrap;
}

/* company management */
.management, .management_alt
{
	width: auto;
	height: auto;
	margin-top: 20px;
}
.management_alt
{
	padding-bottom:15px;
}
.management_bio
{
	width: 360px;
	height: auto;
}
.management_img
{
	float: right;
	margin: 0;
	padding: 0;
}
.management_email
{
	width: auto;
	height: 16px;
	margin-bottom: 5px;
}
#main div.management_email h3
{
	float: left;
	padding: 0;
	margin: 0;
}
.management_email img
{
	float: left;
	margin: 1px 0 0 20px;
}


/* community */
.com
{
	margin-top: 20px;
	padding-bottom: 0px;
}

.com_alt
{
	margin-top: 0px;
	padding-bottom: 10px;
}
.com_info
{
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
}
.com_img
{
	float: right;
	width: 186px;
	height: auto;
	border: 1px solid #ddd;
	margin: 0 0 15px 10px;
	padding: 5px;
}

/* client */
.client
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.client_alt
{
	margin-top: 10px;
	padding-bottom: 10px;
}
.client_img
{
	float: right;
	width: 186px;
	height: auto;
	border: 1px solid #ddd;
	margin: 0 0 15px 10px;
	padding: 5px;
}

/* news articles */
.news_article
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.news_article_alt
{
	margin-top: 10px;
	padding-bottom: 10px;
}
.news_block
{
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
}
.news_img
{
	float: right;
	width: 186px;
	height: auto;
	border: 1px solid #ddd;
	margin: 0 0 15px 10px;
	padding: 5px; /* 0px 0 0 10px */
}
.news_img_blank
{ 
	float: right;
	width: 186px;
	height: auto;
	border: none;
	margin: 0 0 15px 10px;
	padding: 5px; /* 0px 0 0 10px */
}
/* GamCom services */
#services
{
	position: relative;
	margin: 25px auto 10px auto;
	width: 483px;
	height: auto;
	padding-bottom: 15px;
}
#services img
{
	margin: 0;
}
#services a
{
	text-align: center;
	text-decoration: none;
	display: block;
	height: auto;
	padding: 2px 0;
}
#services a:hover
{
	color: #fff;
	text-decoration: none;
	margin: 0;
}
.services_hd
{
	font-size: 17px;
	line-height: normal;
}
#svc_a
{
	position: absolute;
	top: 70px;
	left: 86px;
	width: 150px;
	height: auto;
}
#svc_b
{
	position: absolute;
	top: 70px;
	left: 250px;
	width: 150px;
	height: auto;
}
#svc_c
{
	position: absolute;
	top: 227px;
	left: 307px;
	width: 150px;
	height: auto;
}
#svc_d
{
	position: absolute;
	top: 327px;
	left: 168px;
	width: 150px;
	height: auto;
}
#svc_e
{
	position: absolute;
	top: 227px;
	left: 53px;
	width: 100px;
	height: auto;
}
#svc_1
{
	position: absolute;
	top: 485px;
	left: 2px;
	width: 110px;
	height: auto;
}
#svc_2
{
	position: absolute;
	top: 485px;
	left: 125px;
	width: 110px;
	height: auto;
}
#svc_3
{
	position: absolute;
	top: 478px;
	left: 248px;
	width: 110px;
	height: auto;
}
#svc_4
{
	position: absolute;
	top: 478px;
	left: 371px;
	width: 110px;
	height: auto;
}

/* ALM services */
#alm
{
	position: relative;
	margin: 25px auto 10px auto;
	width: 450px;
	height: auto;
	font-size: 11px;
	color: #313131;
	padding-bottom: 15px;
}
.alm_hd
{
	font-size: 17px;
	line-height: normal;
	color: #313131;
	margin: 0;
	padding: 0;
}
#alm_1_hd
{
	position: absolute;
	top: 19px;
	left: 5px;
	width: 215px;
	height: auto;
}
#alm_1
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 203px;
	height: auto;
}
#alm_2_hd
{
	position: absolute;
	top: 19px;
	left: 235px;
	width: 210px;
	height: auto;
	text-align: right;
}
#alm_2
{
	position: absolute;
	top: 50px;
	left: 240px;
	width: 203px;
	height: auto;
}
#alm_3_hd
{
	position: absolute;
	top: 420px;
	left: 5px;
	width: 203px;
	height: auto;
}
#alm_3
{
	position: absolute;
	top: 280px;
	left: 10px;
	width: 203px;
	height: auto;
}
#alm_4_hd
{
	position: absolute;
	top: 420px;
	left: 235px;
	width: 210px;
	height: auto;
	text-align: right;
}
#alm_4
{
	position: absolute;
	top: 280px;
	left: 242px;
	width: 203px;
	height: auto;
}
#alm ul  /* ul styles used on ALM img */
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#alm ul li 
{
	background: url(../images_nav/bullet_sq_fff.gif) no-repeat scroll 0 9px;
	margin-left:0;
	padding:3px 8px 3px 20px;
}

/* contact us */
.main_heading_contact {font-size: 1.0em; font-weight: bold; margin-top: 45px; padding-left: 10px; }
.contact_body {font-size: 1.0em; padding: 5px 0 10px 10px; }
.contact_body_details
{
	font-size: 1.0em; 
	line-height:14px; 
	margin: 2px 0 0 10px;
}
.directions
{
	font-size: 1.0em; 
	line-height:14px; 
	margin: 10px 0 0 10px;
}
.gutter_contact
{
	float: left;
	width: 14px;
	height: 10px;
	margin-top: 15px;
}
.directions a
{
	text-decoration: underline;
}
.directions a:hover
{
	text-decoration: underline;
}
#row1col1_contact, /* holds co. contact details */
#row1col2_contact, 
#row1col1_contact_pune  
{
	float: left;
	width: 309px;
	height: auto;
	margin-top: 9px;
	padding-bottom: 30px;
}
#row1col1_contact /* holds Harrow details */
{
	background: url("../images/contact_us_uk.gif") top left no-repeat;
}
#row1col2_contact /* holds Swindon details */
{
	background: url("../images/contact_us_uk_swindon.gif") top left no-repeat;	
}
#row1col1_contact_pune /* holds Pune details */
{
	background: url("../images/contact_us_india.gif") top left no-repeat;	
}
/* ==================================================== */
/* footer & bottom links */
#accreditation
{
	float: left;
	padding-left: 20px;
}
#accreditation img
{
	float: left;
	margin-right: 10px;
}
#contact_details
{
	position: absolute; /* fixes positioning issue in FF 2.0 */
	top: 14px;
	right: 25px;
	width: auto;
	height: auto;
	text-align: right;
}
/*#client_logos
{*/
	/*position: absolute;*//* fixes positioning issue in FF 2.0 */
	/*top: 14px;
	right: 25px;
	width: auto;
	height: auto;
	text-align: right;
}*/
/*#client_logos img
{
	float:right;
	margin-left: 10px;
}*/
#footerlinks
{
	float:left;
	font-size:10px;
	padding-top: 0px;
}
#footerlinks ol 
{
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerlinks ol li 
{
	display: inline;
	border-right:1px solid #787878;
	padding-left: 8px;
	padding-right: 8px;
}
#footerlinks ol li.nopad { padding-left: 0; }
#footerlinks ol li.noline {	border-right: medium none; }
#footerlinks a { text-decoration:none; color: #333 }
#footerlinks a:hover { text-decoration: none; color: #ff9900; }
#copyright { float: right; font-size: 10px; }
/* ==================================================== */
/* styles for sitemap / legal / corporate */
#fine_print
{ 
	position: relative;
	width: 700px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 10px;
	background-color:#fff
}
#fine_print h3{ margin: 0; color: #5A81BA; }
#fine_print h3.extra_pad_top{ padding-top: 0px; margin-top: 20px; }
#fine_print h3.extra_pad_bot{ padding-top: 0px; margin-bottom: 10px; }
#fine_print h4{ margin: 0; padding: 0; color: #666}
#footer_fine_print
{
	position: relative;
	width: 700px;
	height: 15px;
	margin: 0px auto 0 auto;
	padding: 10px;
}
#fine_print a { text-decoration: underline;}
#fine_print a:hover { text-decoration: underline;}
#fine_print_header
{
	border: 1px red solid;
	height: 100px;
}
#logo_fine_print
{
	height:auto;
	width: 215px;
}
#nav_fine_print
{
	margin-top: -10px;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font-size: 10px;
	font-weight: bold;
}
#nav_fine_print ol
{
	list-style: none;
	display: inline;
}
#nav_fine_print ol li
{
	display: inline;
}
#nav_fine_print ol li.left
{
	margin-left: 200px;
}
#nav_fine_print ol li a
{
	padding: 3px 5px;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #eaeaea;
	text-decoration: none;
}
#nav_fine_print ol li a:link { color: #667; }
#nav_fine_print ol li a:visited { color: #333; }
#nav_fine_print ol li a:hover
{
	color: #fff;
	background: #5A81BA;
	border-color: #666;
}
#nav_fine_print ol li a.selected
{
	color: #ff9900;
	background: #fff;
	border-bottom: 1px solid white;
}
#fine_print ul
{
	margin-top: 0;
}
#fine_print ul li
{
	line-height: 16px;
}
#site_map a { text-decoration: none; }
.legal_para
{
	float: left;
	width: 30px;
	height:auto;
	margin-bottom: 10px;
}
.gutter_legal
{
	float: left;
	width: 50px;
	height: 10px;
}
.legal_info { float: left; margin: 0 10px 10px 0; width: 600px; }
