* { margin: 0; padding: 0; }

body {
	background: url('gfx/back.jpg') repeat-x;
	font: 11px Arial, Verdana,  Helvetica, sans-serif;
	color: #7f7f7f;
	margin: 0px;
}

img {
	border: 0;	
}

div.rhs_button {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}

.clear {
    clear: both;
}

h1 {
   margin-bottom: 0px;
   padding-bottom: 15px;
   font-size: 18px;
   font-weight: lighter;
   padding-top: 0px;
}

h2 {
   font-size: 18px;
   font-weight: lighter;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

h3 {
	font-size: 14px;
}

p {
   margin-bottom: 10px;
}

a {
	color: #7f7f7f;
}

#container_ {
	position: relative;
	background-color: #fff;
	width: 1002px;
	margin: 0 auto;
	background: url('gfx/container_back.jpg') repeat-y;
}

#index_boxes {
	position: absolute;
	left: 36px;
	top: 280px;
	width: 930px;
	height: 200px;
	z-index: 100;
}

#domestic_boxes {
	margin: 0px 0 0 36px;
	width: 930px;
	height: 200px;
}

#top {
	height: 161px;
	width: 1002px;
	background: url('gfx/header_back.jpg') no-repeat;
	float: left;
}

#top #logo {
	position: relative;
	top: 26px;
	left: 36px;
	float: left;
}

#top #page_title {
	margin-top: 139px;
	margin-left: 140px;
	width: 490px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #115e89;
	text-align: right;
}
#content #page_title_under {
	margin-left: 174px;
	margin-top: -10px;
	width: 400px;
	font-size: 30px;
	color: #000;
	text-align: right;
}

#content {
	float: left;
	width: 882px;
	padding: 10px 60px 0px 60px;
	color: #115e89;
	font-size: 12px;
	background: url('gfx/content_back.jpg') no-repeat;
}


#free_consultation {
	text-align: center;
	float: right;
	clear: right;
	width: 179px;
	padding: 10px;
	background-color: #F7E6E6;
	margin-top: 50px;
	margin-bottom: 20px;
}

#free_consultation h3 {
   font-size: 18px;	
}

#free_consultation p {	
   font-weight: bold;
   font-size: 13px;	
   padding-top: 5px;
   margin-bottom: 0px;
}		

#free_consultation span {
   color: #f00;	
}	

.img_right {
	clear: right;
	float: right;
}

/* --------------------------------------------------------------- */
/* contact form */

#contact_form {
	float: left;
    padding-top: 10px;
	padding-left: 30px;
}

#contact_form table {
	margin-left: 10px;
}

.td_contact_form {
	padding-left: 30px;
}

.input,
.input_long,
.textarea,
.checkbox {
   border: #c4c4c4 solid 1px;	
}

.input:focus,
.input_long:focus,
.textarea:focus,
.checkbox:focus {
   border: #a5a5a5 solid 1px;	
   background: #f6f6f6;
}

.input {
   width: 300px;   	
}

.textarea {
  width: 300px;	
  height: 150px;
}

.input_long {
   width: 400px;   	
}

.checkbox {
  border: 0;	
  margin-right: 10px;	
}

#column_right {
	clear: right;
	float: right;
	width: 200px;
}


/* --------------------------------------------------------------- */
/****************** CSS Driven Menu ***************/
	
#menu {
	position: relative;
	right: 35px;
	top: 42px;
	background: url('gfx/menu_back.jpg') no-repeat;
	height: 30px;
	padding: 1px 0px 1px 0px;
	z-index: 100;
	float: right;	
}	
	
	
/* hack to correct IE5.5 faulty box model */
* html #menu_list {
	float: left;
	height: 30px;
	z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 100;
}

#menu_list ul ul {
	width:150px;
	z-index: 100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_list li {
	float:left;
	position:relative;
	border: 1px solid #fff;
	border-width:0 1px 0 0;
	z-index: 100;
}

#menu_list li a.top_parent_current {
	z-index: 100;
}

/* style the links for the top level */
#menu_list a, #menu_list a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align: center;
	color:#095884;
	padding-left: 17px;
	padding-right: 17px;
	height:30px;
	line-height:30px;
	z-index: 100;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_list a, * html #menu_list a:visited {
	float: left;
	z-index: 100;
}

/* style the second level background */
#menu_list ul ul a.drop, #menu_list ul ul a.drop:visited {
	background:#d4d8bd;
	z-index: 100;
}

/* style the third level background */
#menu_list ul ul ul a, #menu_list ul ul ul a:visited {
	background:#2390cb;
	z-index: 100;
}

/* style the third level hover */
#menu_list ul ul ul a:hover {
	background:#034b8b;
	z-index: 100;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_list ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left: 0;
	width:105px;
	z-index: 100;
}

/* another hack for IE5.5 */
* html #menu_list ul ul {
	top:30px;
	z-index: 100;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_list table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	z-index: 100;
}

/* style the second level links */
#menu_list ul ul a, #menu_list ul ul a:visited {
	font-size: 11px;
	font-weight: normal;
	color:#095884;
	height:auto;
	line-height:1em;
	width:145px;
	text-align: left;
	padding: 6px;
	border-width:0 1px 1px 1px;
	z-index: 100;
	background-color: #E5ECF4;
}

/* yet another hack for IE5.5 */
* html #menu_list ul ul a, * html #menu_list ul ul a:visited {
	width:145px;
	z-index: 100;
}

/* style the top level hover */
#menu_list a:hover, #menu_list ul ul a:hover {
	color:#000;
	z-index: 100;
	background: #fff;
}
#menu_list :hover > a, #menu_list ul ul :hover > a {
	color:#000;
	z-index: 100;
}

/* make the second level visible when hover on first level list OR link */
#menu_list ul li:hover ul,
#menu_list ul a:hover ul{
	visibility:visible;
	z-index: 100;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu_list ul :hover ul ul{
	visibility:hidden;
	z-index: 100;
}
/* keep the forth level hidden when you hover on first level list OR link */
#menu_list ul :hover ul :hover ul ul{
	visibility:hidden;
	z-index: 100;
}
/* make the third level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul{
	visibility:visible;
	z-index: 100;
}
/* make the forth level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul :hover ul{
	visibility:visible;
	z-index: 100;
}


/* gallery ------------------------------------------------------- */

#projects_container {
	width: 650px;
}

.service_desc {
  padding-left: 10px;
  padding-right: 10px;
}

.service_desc h3 {
	padding-bottom: 5px;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:410px;
	height: 750px;
	padding-right: 25px;
}
div.content a, div.navigation a {
	color: #777;
}
div.content  a:focus, 
div.content  a:hover, 
div.content  a:active {
	text-decoration: underline;
}
div.controls {
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('gfx/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: both; 
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;	
	padding: 12px;
	padding-top: 0px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */      
}

ul.thumbs {
	margin: 0;
	padding: 0;
	padding-top: 35px;
	width: 195px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
	width: 76px;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #4f3f66;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #4f3f66;
	color: #fff;
	border: 1px solid #ccc;
}

.more_projects {
	float: left;
	clear: left;
	padding-top: 20px;
}

/* profile ------------------------------------------------- */

#profile_grid {
	float: left;
	width: 351px;
	border-left: #e9e9e9 solid 1px;
	border-top: #e9e9e9 solid 1px;	
}

.grid_img_selected {
	border: #9e0b0b solid 1px !important;
}

.show_first_img {
	
}

.profile_grid_item {
	float: left;
	width: 116px;
	height: 87px;
	border-right: #e9e9e9 solid 1px;
	border-bottom: #e9e9e9 solid 1px;
}

.grid_img {
	width: 114px;
	height: 85px;
	cursor: pointer;
	border: #fff solid 1px;
}

.grid_odd {
	
}

.grid_even {
	
}

.display_none {
	display: none;
}

#profile_description_box {
	float: left;
	width: 232px;
	margin-left: 20px;
}

.profile_description_box_item {
		border: #e9e9e9 solid 1px;
		padding: 10px;
}

.space_bottom {
	width: 351px;
	float: left;
	padding-bottom: 150px;
}

/* index ------------------------------------------------- */

#index_content {
	margin-top: 280px;
	width: 650px;
}

#header_index {
	border-bottom: #7f7f7f solid 1px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 25px;
}

#box_1 {
	float: left;
	position: relative;
}

#box_1 p {
	position: absolute;
	left: 20px;
	top: 111px;
	color: #035481;
	font-size: 18px;
	font-weight: bold;
}

#box_2 {
	float: left;
	position: relative;
}

#box_2 p {
	position: absolute;
	left: 20px;
	top: 111px;
	color: #035481;
	font-size: 18px;
	font-weight: bold;
}

#box_3 {
	float: left;
	position: relative;
}

#box_3 p {
	position: absolute;
	left: 20px;
	top: 120px;
	color: #035481;
	font-size: 18px;
	font-weight: bold;
}

#box_4 {
	float: left;
	position: relative;
}

#box_4 p {
	position: absolute;
	left: 20px;
	top: 120px;
	color: #035481;
	font-size: 18px;
	font-weight: bold;
}

#box_1 a,
#box_2 a,
#box_3 a,
#box_4 a {
	text-decoration: none;
}	

.index_column {
	margin-top: 240px;
}
    	


/* footer ----------------------------------------------- */

#eg_logo {
	clear: both;
	width: 961px;
	margin: 0 auto;
	text-align: left;
	height: 50px;
}

#eg_logo_right {
	float: right;
}


#footer {
	height: 65px;
	float: left;
	padding-top: 20px;
	width: 1002px;
	background: url('gfx/footer_back.jpg') no-repeat;
}

#footer_content {
	padding-top: 15px;
	border-top: #135276 solid 1px;
	width: 900px;
	margin: 0 auto;
	color: #135276;
	font-size: 12px;
	
}


