body	{
	font-family : "Century Gothic", futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #006699; /* dark blue */
	margin: 0;
}
.main {
	position: relative;
	left: auto;
	right: auto;
	top: 0;
	color: white;
	background: black;
	width: 1000px;
	/*min-height: 445px;*/
	min-height: 570px;
	margin: 0 auto;
}

/* ---------------------------------- */
.header {
	position: relative;
	color: #000;
	background: #0099FF url(./images/logo.png) no-repeat center left; /* header blue */
	margin: 0 auto;
	width: 1000px;
	height: 7em;
}
.header h1 {
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin: 0;
	text-align: center;
}
.latemore {
	color: black;
	background-color: inherit;
}
.latemore:after {
 content: " :";
}
.designers {
	color: white;
	background-color: inherit;
}
.designers:before {
	content: ": ";
}
.header p {
	margin:0;
	padding:0;
}
/* ------------------------------------- */
#navcontainer	{
	text-transform: lowercase;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0;
}
/*#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 70em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center;
}*/
#navcontainer ul
{
padding-left: 0;
margin-left: 100px;
margin-top: 5px;
background-color: #036;
color: White;
float: left;
width: 60em;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
display: inline;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.leftnav ul {
clear: both;
}

/*#navlist li, .leftnav li { */
.leftnav li {
	display: block;
	width: 110px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

/*#navlist li a, .leftnav li a {*/
.leftnav li a {
	display: block;
	height: 25px;
	width: 110px;
	text-decoration: none;
	background-color: #036;
	background: url(./images/navigation-blk.png) no-repeat top left;
	color: #000;
	padding: .2em 0em;
	margin-bottom: 3px;
}
/*#navlist li a.current, .leftnav li a.current {*/
.leftnav li a.current {
	background: url(./images/navigation-blu.png) no-repeat top left;
}
/*#navlist li a:hover, .leftnav li a:hover {*/
.leftnav li a:hover {
	background-color: #369;
	background: url(./images/navigation-grn.png) no-repeat left top;
	color: #006699; /* dark blue */
}
.topaddress {
	display: block;
	position: absolute;
	right: 1em;
	top: 1em;
	text-align: right;
	font-weight: bold;
	color: white;
	margin: 0em;
}

/* -------------------------------------- */
.footer {
	clear: both;
	width: 1000px;
	/*height: 80px;*/
	height: 8em;
	margin: 0px auto;
	padding: 3px 0px;
	background: #09f; /*background blue*/
}
.footer-left {
	float: left;
	width: 49%; 
	padding-left: 10px;
}
.footer-left p {
	margin: 0px;
	padding: 0px;
}
.footer-right {
	text-align: right;
	float: right;
	width: 278px; 
	padding-right: 10px;

}
.footer-right a img {
	border: 0;
	margin: 0;
	/*width: 88px;
	height: 31px;*/
}

/* ------------------------------------------------------ ./index.php specific styles */
#index_services, #index_services a, #index_welcome {
	text-transform: lowercase;
	color: #fff;
	background: inherit;
}
#index_services {
	position: absolute;
	right: 30px;
	top: 0;
}
ul.index_ul_design, ul.index_ul_info {
	background: url(./images/design.png);
	margin: 10px 0 0;
	padding: 20px 0 0 110px;
	width: 186px;
	height: 189px;
}
ul.index_ul_design {
	background: url(./images/design.png);
	height: 240px;
}
ul.index_ul_info {
	background: url(./images/info.png);
}
ul.index_ul_design li, ul.index_ul_info li {
	list-style-type: none;
	height: 18px;
}
ul.index_ul_design li:hover, ul.index_ul_info li:hover {
	font-weight: bold;
}
#index_welcome .index_welcome-right {
	float: left;
	text-align: justify;
	display: inline;
	width: 420px;
	margin: 0 5px 5px 200px;
}
.index_welcome-right h1 {
	font-size: 1.5em;
}
.index_welcome-right p, .index_welcome-right a {
	font-weight: bold;
	color: white;
	background: inherit;
}
.index_img_award {
	margin: 0;
	border: none;
}
#projectCarosel {
margin-top: 5em;
}
#test {
	position: absolute;
	top: 25px;
	left:1em;
}
#whatsnew {
        position: absolute;
        top: 290px;
        left:1em;
	height: 1em;
	width: 137px;
	border: none;
}
#whatsnew h2 {
	margin: 0;
	padding: 0;
}
#whatsnew a {
	color: #fff;
	background: inherit;
}
#whatsnew ul {
	margin: 0;
	padding: 0;
}
#whatsnew ul li {
	list-style-type: none;
}	

/* duplicate image positioning */
img.idupe {
	position: absolute;
	top: -137px;
	z-index: 30000;
	visibility: hidden;
}

/* ------------------------------------------------------ ./aboutus/ specific styles */
.aboutus_photoPage {
	width: 840px;
	margin: 0 auto;
}
.aboutus_photo {
	text-align: center;
	height: 300px;
	width: 210px;
	border: none;
	float: left;
}
.aboutus_photo img, .aboutus_indev img {
	border: 5px white solid;
	margin: 10px 0px 5px;
}
.aboutus_photo a, .aboutus_indev a {
	color: white;
	font-weight: bold;
}
.aboutus_photo p {
	margin: 3px 0 10px 0;
}
.aboutus_indev {
	width: 210px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}
.aboutus_quote {
	font-size: larger;
	font-style: italic;
	text-align: justify;
	border: none;
	margin: 10px 5px 5px 10px;
	width: 198px;
	height: 327px;
	float: right;
	background: url(./images/petersays.png) no-repeat;
	padding: 35px 10px;
}
.aboutus_bio {
	margin: 0;
	padding:0;
}
.aboutus_bio h2 {
	margin: 0;
	padding: 4px 0px;
}
.aboutus_bio p {
	margin: 0;
	padding: 5px;
}
.aboutus_bio p a {
	color:white;
}
.aboutus_indev {
	width: 230px;
	text-align: center;
}
.aboutus_indev a {
}
.julesfaber {
	clear: both;
	background: black;
	text-align: right;
}
.julesfaber a {
	color: white;
}
.julesfaber a img {
	border: none;
}

/* ------------------------------------------------------ ./project.php specific styles */
.leftnav {
	clear: both;
	float: left;
	text-transform: lowercase;
	width: 10em;
	position: relative;
}
.proj-rightnav ul {
	padding: 10px 0 0;
	margin: 5px 5px 0 0;
	display: block;
	height: 450px;
	width: 250px;
	background: url(./images/project.png) no-repeat;
}
.proj-rightnav li {
	list-style-type: none;
	margin: 5px 0 0 30px;
}
.proj-rightnav li:hover {
	list-style-type: circle;
}
.proj-rightnav li a{
	font-size: larger;
	color: white;
	background: inherit;
	text-align: left;
	text-decoration: none;
	display: block;
	width: 10em;
	border: 1px gray solid;
	margin: 0;
}
.leftnav ul {
	margin: 15px 0 0 5px;
	padding: 0;	
}
.leftnav li{
	text-align: center;
	margin: 0;
}
.leftnav li a {
	background: url(./images/navigation-blk-blk.png) no-repeat top left;
}
.leftnav li a.current {
	background: url(./images/navigation-blk-blu.png) no-repeat top left;
}
.leftnav li a:hover {
	background: url(./images/navigation-blk-grn.png) no-repeat left top;
}
.leftnav #award {
	position: absolute;
	left: 10px;
	top: 400px;
	text-align: center;
}
.leftnav #award p {
	display: block;
	width: 133px;
	height: 50px;
	background: #000 url(./images/award133x70.png) no-repeat top left;
	color: #fff;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 15px;
}

/* ------------------------- */
.proj-rightnav {
	margin-top: 5px;
	background: inherit;
	float: right;
}
.proj-rightnav table {
	border: none;
	margin: 0 0 2px;
	padding: 0;
}
.proj-rightnav td {
	border: none;
	background: white;
	width: 40px;
		height: 40px;
}
.proj-rightnav td a {
	width: 40px;
	height: 40px;
	background: white;
}	
.proj-rightnav td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid gray;
}
.proj-rightnav td img:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.proj-rightnav p {
	color: white; 
	border: none;
	background-image: url(./images/textBubble.png);
	background-repeat: no-repeat;
	display: block;
	width: 188px;
	height: 138px;
	padding: 40px 20px 0px;
	margin: 5px 0 0;
}
.proj-slideshow {
	width: 230px;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
}
.proj-slideshow input {
	margin: 0px;
	width: 53px;
	text-align: center;
	color: #050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size: x-small;
   font-weight: bold;
   background-color: #fed;
   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
}
.proj-slideshow input:hover {
	background-color: #ffdab5;
	border-top-color: #c63;
   border-left-color: #c63;
   border-right-color: #930;
	border-bottom-color: #930;
}
/* --- Project Name strip --- */
.proj-name {
	width: 30px;
	background: black;
	display: block;
	height: 438px;
	position: absolute;
	right: 243px;
}

/* --------------------------------- */
table.photo-cell {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;	
}
table.photo-cell td {
	width: 500px;
	height: 400px;
}
div#linkplace {
	border: none;
	display: block;
	width: 500px;
	top :1em;
	padding: 10px 0 0;
}
div#linkplace img {
	display: block;
	position: absolute;
	left: 185px;
	top: 25px;
}
p#img_desc {
	position: absolute; 
	top: 390px;
	left: 185px;
	color: #fff;
	margin: 0;
	padding: 10px 0;
	color: white;
	border: none;
	background-color: inherit;
}
p.designteam {
	text-transform: lowercase;
	position: absolute;
	left: 185px;
	top: 410px;
	color: #bbb;
	background: inherit;
}
p.designteam:hover {
	color: #fff;
}
.spider {
	display: none;
}

/* ------------------------------------------------------------awards.php specific styling ---*/
ul.awards {
	list-style-image: url("./images/awards/cup.gif");
	width: 20em;
	padding-top: 2px;
	padding-left: 4em;
	color: #000;
	background-color: #e0dfe4;
	margin: 0;
}
ul.awards li {	
	font-size: 1.5em;
	color: #000;
	background-color: #fff;
}
ul.awards li ul {
	margin: 0;
	list-style-image: url("./images/awards/cup_sm.gif");
}
ul.awards li ul li {
	font-size: 0.7em;
}
#awards_content img {
	position: absolute; 
	top: 5px;
	left: 37em; 
	height: 360px;
	width: 480px;
}
#award_description {
	display: block;
	width: 480px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	border: none;
	top: 365px;
	left: 37em;
	height: 1em;
}
ul.awards li ul {
	display: none;
}
ul.awards a {
	text-decoration: overline;
}
ul.awards li ul li a {
	text-decoration: underline;
}

/* --------------------------------------------------------------contactus.php specific style --- */
.contactus_mainform {
	clear: both;
	margin: 5px;
}
.contactus_mainform form{
	width: 70em;
	padding: 12px 6px;
	margin:0;
	padding:0;
}
.contactus_mainform legend {
	color: white;
	background: inherit;
	border-top: white 1px solid;
	border: white 2px solid;
	border-bottom: none;	
}
.contactus_mainform form p {
	margin: 3px 0 0;
	padding: 0;
}
.contactus_yourcontactdetails {
	position: absolute;
	right: 1em;
	width: 330px;
	top: 1em;
}

.contactus_mainform label {
	float: left;
		clear: left;
	display: block;
	width: 10em;
	border: none;
	text-align: right;
		margin: 4px 0 0;
		padding: 1px 5px 1px 1px;
}
.contactus_mainform input {
		margin: 2px;	
		float: left;
}
.contactus_mainform select {
	margin: 2px;
		float: left;
}
.contactus_brochure {
	float: left;
	clear: both;
}
.contactus_mainform textarea {
	margin: 2px;
	float: left;
}
.contactus_compulsory {
	background-color: #bdd2e1;
}
.contactus_compulsoryAlert {
	color: red;
	background: inherit;
	font-size: xx-small;
}
.contactus_Carosel {
	position: absolute;
	top: 1em;
	right: 1em;
}
/* ---------------------- ourservices.php specific styles ------ */
.ourservices-left {
	width: 300px;
	float: left;
	min-height: 400px;
}
.ourservices-left img {
	margin: 10px 0 0 10px;
}
.ourservices-right {
	margin: -10px 0 0;
}

/* ------------------------------------------------------------ practiceProfile.php specific styles --- */
.practiceProfile {
	text-transform: lowercase;
	text-align: justify;
	margin: 0 5px;
}
.practiceProfile h2 {
 margin: 0;
}
.practiceProfile a {
	color: white;
	background: inherit;
}
.practiceProfile_team {
	float: right;
	text-align: center;
	margin-left: 9px;
}
.practiceProfile_team img {
	border: 4px white solid;
}
/* --------------------------------------------------------------- testimonials.php specific styles --- */
.testimonials_header {
	margin: 0;
	padding: 5px;
	clear: both;
}
.testimonials_subheader {
	margin: 0;
	padding: 0px 0px 10px 10px;
}
.testimonials_left {
	float: left;
	margin-left: 5px;
	width: 260px;
	border: none;
}
.testimonials_right {
	float: right;
	margin: 0 5px 5px;
	width: 260px;
	border: none;
}
.testimonials_left img {
	border: none;
	width: 250px;
}
.testimonials_right img {
	border: none;
	width: 250px;
}
.testimonials_left p a {
	color: white;
	background: inherit;
	font-weight: bolder;
}
.testimonial_text {
	border: none;
	margin: 0 0 0 270px;
	padding-right: 5px;
	font-size: larger;
}
.testimonials_hr {
	clear: both
}

/*------------------------------------------------------------------- scrapbook.php specific styles --- */
.scrapbook img {
	padding: 5px;
	background: #fff;
	vertical-align: text-top;
	margin: 6px 20px 6px 5px;
	border: none;
	text-align: center;
	float: left;
}

.scrapbook h1 {
	margin: 0 0 0 5px;
	padding-top: 20px;
}
.scrapbook h2 {
	margin: 0 0 5px 5px;
}
.scrapbook a {
	color: white;
	font-weight: bold;
}
.scrapbook hr {
	clear: both;
}
/*-----------------------------*/
.videoDownloads {
	background: url(./images/downloads.jpg);
        margin: 10px 10px 0;
        padding: 20px 0 0 110px;
        width: 186px;
        height: 189px;
	float: right;
	clear: both;
}

/* ------------------------------------------------------------------- disclaimer styles --------------- */
.disclaimer h1 {
	margin: 0;
	padding: 1em 0 0 12px;
}

.disclaimer p {
	margin: 0;
	padding: 1em 12px 0;
}

/* -------------------------------------------------------- php styles --- */
.error {
	color: #ff0000;
	background-color: inherit;
}
.success {
	color: #009900;
	background-color: inherit;
}	
p.debug {
	color: #cc00cc;
	background-color: inherit;
	text-transform: none;
}

/* --------------------------------------- w3c default stylings ------------------ */
ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

ABBR, ACRONYM   { letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@media aural {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

