html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	background: url(../images/Layout_BGF.jpg) #000 no-repeat top center;
}

body {
	text-align: center;
}

input, select, textarea, table tr td, table tbody tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

#wrapper {
	background: url(../images/Layout_FooterBG.gif) repeat-x scroll 0 bottom;
	width: 100%;
	float: left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	text-align: left;
}

#subcontainer {
}

#header {
	float: left;
	height: 152px;
	text-align: center;
}


/* Navigation */
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 68px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav li.capl {
	background: url(../images/Layout_Nav_CapL.gif) no-repeat;
	width: 9px;
	height: 68px;
}

#nav li.capr {
	background: url(../images/Layout_Nav_CapR.gif) no-repeat;
	width: 9px;
	height: 68px;
}

#nav a.home { 
	background: url(../images/Layout_Nav_Home.gif) no-repeat; 
	width: 129px;
}
#nav a:hover.home { 
	background: url(../images/Layout_Nav_Home.gif) no-repeat 0 -68px;
}

#nav a.services { 
	background: url(../images/Layout_Nav_Services.gif) no-repeat; 
	width: 141px;
}
#nav a:hover.services { 
	background: url(../images/Layout_Nav_Services.gif) no-repeat 0 -68px;
}

#nav a.portfolio { 
	background: url(../images/Layout_Nav_Portfolio.gif) no-repeat; 
	width: 153px;
}
#nav a:hover.portfolio { 
	background: url(../images/Layout_Nav_Portfolio.gif) no-repeat 0 -68px;
}

#nav a.about { 
	background: url(../images/Layout_Nav_About.gif) no-repeat; 
	width: 119px;
}
#nav a:hover.about { 
	background: url(../images/Layout_Nav_About.gif) no-repeat 0 -68px;
}

#nav a.contact { 
	background: url(../images/Layout_Nav_Contact.gif) no-repeat; 
	width: 140px;
}
#nav a:hover.contact { 
	background: url(../images/Layout_Nav_Contact.gif) no-repeat 0 -68px;
}

#nav a.resources { 
	background: url(../images/Layout_Nav_Resources.gif) no-repeat; 
	width: 156px;
}
#nav a:hover.resources { 
	background: url(../images/Layout_Nav_Resources.gif) no-repeat 0 -68px;
}

#nav a.quote { 
	background: url(../images/Layout_Nav_Quote.gif) no-repeat; 
	width: 140px;
}
#nav a:hover.quote {
	background: url(../images/Layout_Nav_Quote.gif) no-repeat 0 -68px;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul li ul {
	position: absolute;
	z-index: 2000;
	top: 68px;
	left: -6px;
	width: 232px;
	padding-bottom: 18px;
	float: left;
	background: url(../images/Layout_NavigationBG.png) no-repeat bottom;
	font-style: normal;
	display: none;
}

#nav ul li ul li {
	border-bottom: 1px #515151 dotted;
	width: 190px;
	margin: 0px 30px 0px 20px;
}

#nav ul li ul li a {
	height: auto;
	text-indent: 0px;
	display: block;
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #C1C1C1;
}
#nav ul li ul li a:hover {
	color: #FFF;
}


#nav_arrow {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 100;
	background: url(../images/Layout_Nav_Arrow.png) no-repeat;
	width: 17px;
	height: 8px;
}

#graphic {
	position: relative;
}

#graphic_main,
#graphic_left, 
#graphic_right {
	float: left;
	position: relative;
}

#graphic_left {
	background: url(../images/Layout_Graphic_Left.jpg) no-repeat;
	width: 9px;
	height: 205px;
}

#graphic_right {
	background: url(../images/Layout_Graphic_Right.jpg) no-repeat;
	width: 9px;
	height: 205px;
}

#graphic_btnl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	text-indent: -9999px;
}
#graphic_btnl a {
	display: block;
	height: 205px;
	background: url(../images/Layout_Graphic_BTNL.png) no-repeat;
}
#graphic_btnl a:hover {
	background: url(../images/Layout_Graphic_BTNL.png) no-repeat 0 -205px;
}

#graphic_btnr {
	position: absolute;
	top: 0px;
	left: 958px;
	width: 20px;
	text-indent: -9999px;
}
#graphic_btnr a {
	display: block;
	height: 205px;
	background: url(../images/Layout_Graphic_BTNR.png) no-repeat;
}
#graphic_btnr a:hover {
	background: url(../images/Layout_Graphic_BTNR.png) no-repeat 0 -205px;
}

#graphic_control {
	position: absolute;
	top: 182px;
	left: 463px;
	width: 60px;
	height: 23px;
	background: url(../images/Layout_Graphic_Control_BG.png) no-repeat;
}

#graphic_control_playpause {
	position: absolute;
	top: 0px;
	left: 21px;
	width: 18px;
	text-indent: -9999px;
}

.graphic_control_play a {
	display: block;
	height: 23px;
	background: url(../images/Layout_Graphic_Control_Play.png) no-repeat;
}
.graphic_control_play a:hover {
	background: url(../images/Layout_Graphic_Control_Play.png) no-repeat 0 -23px;
}

.graphic_control_pause a {
	display: block;
	height: 23px;
	background: url(../images/Layout_Graphic_Control_Pause.png) no-repeat;
}
.graphic_control_pause a:hover {
	background: url(../images/Layout_Graphic_Control_Pause.png) no-repeat 0 -23px;
}

#graphic_control_prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 46px;
	text-indent: -9999px;
}
#graphic_control_prev a {
	display: block;
	height: 23px;
	background: url(../images/Layout_Graphic_Control_Prev.png) no-repeat;
}
#graphic_control_prev a:hover {
	background: url(../images/Layout_Graphic_Control_Prev.png) no-repeat 0 -23px;
}

#graphic_control_next {
	position: absolute;
	top: 0px;
	left: 39px;
	width: 46px;
	text-indent: -9999px;
}
#graphic_control_next a {
	display: block;
	height: 23px;
	background: url(../images/Layout_Graphic_Control_Next.png) no-repeat;
}
#graphic_control_next a:hover {
	background: url(../images/Layout_Graphic_Control_Next.png) no-repeat 0 -23px;
}

#box {
	float: right;
	background: url(../images/Layout_Box_BG.gif) #CFCFCF repeat-y;
	width: 218px;
	margin: 4px 0px 24px 15px;
}
#box a {
	color: #686868;	
	border: 0;
	font-weight: normal;
	padding: 2px 0px 1px 20px;
	background-repeat: no-repeat;
}
#box a:hover {
	color: #336699;
	background-position: 0 -16px;
}
#box_nav {
	background: url(../images/Layout_Box_Header.gif) #B7B7B7 no-repeat;	
	height: 34px;
	font-size: 9px;
	padding: 8px 0px 0px 12px;
}
#box_nav a {
	font-weight: bold;
	padding-bottom: 2px;
}
#box_srv {
	font-size: 11px;
	padding: 0px 0px 9px 12px;
	line-height: 25px;
}

#box_back {
	background: url(../images/Icon_ArrowBack.png);
}
#box_prev {
	background: url(../images/Icon_ArrowPrev.png);
	margin-left: 11px;
}
#box_next {
	background: url(../images/Icon_ArrowNext.png);
	margin-left: 11px;
}
#box_wd {
	background: url(../images/Icon_CatWebDesign.png);
}
#box_dp {
	background: url(../images/Icon_CatDatabaseProgramming.png);
}
#box_mm {
	background: url(../images/Icon_CatMarketing.png);
}
#box_ci {
	background: url(../images/Icon_CatCorporateIdentity.png);
}
#box_ad {
	background: url(../images/Icon_CatAdvertisements.png);
}
#box_et {
	background: url(../images/Icon_CatExhibitTradeShow.png);
}

#body {
	background: url(../images/Layout_BodyBG.jpg) #E5E5E5 repeat-y;
}

#body_container {
	background: url(../images/Layout_BodyHeaderBG.jpg) no-repeat;
	overflow: hidden;
	min-height: 300px;
}

#body_left {
	float: left;
	width: 649px;
	padding: 31px 40px 24px 50px;
}
#body_left p,
#body_left ul {
	line-height: 23px;
}

#body_right {
	float: right;
	width: 203px;
	padding: 30px 26px;
	font-size: 11px;
	color: #7F7F7F;
	line-height: 15px;
}

#body_right hr {
	background: url(../images/Layout_Divider.gif) no-repeat scroll;
	height: 7px;
	border: 0;
	margin: 27px 0px;
	padding: 0;
}

#body_right ul {
	margin: 0;
	padding-left: 1.3em;
	font-size: 12px;
}
#body_right ul li {
	padding-bottom: 10px;
}
#body_right ul li a {
	color: #7F7F7F;
	border-bottom: 1px #7F7F7F dotted;
}
#body_right ul li a:hover {
	color: #538CC6;
	border-bottom-color: #538CC6;
}

#footer {
	background: url(../images/Layout_Footer.jpg);
	height: 256px;
	position: relative;
	font-size: 11px;
	color: #969696;
}
#footer ul {
	margin: 0;
	padding-left: 1.3em;
}
#footer ul li {
	padding-bottom: 6px;
}
#footer a {
	color: #969696;
	text-decoration: none;
}
#footer a:hover {
	color: #BEBEBE;
	border-bottom: 1px #BEBEBE dotted;
}

#footer_services {
	position: absolute;
	top: 79px;
	left: 27px;
	width: 187px;
}

#footer_projects {
	position: absolute;
	top: 79px;
	left: 278px;
	width: 395px;
}
#footer_projects ul {
	float: left;
	width: 36em;
}
#footer_projects li {
	float: left;
	width: 18em;
} 

#footer_contact {
	position: absolute;
	top: 79px;
	left: 709px;
	width: 242px;
	color: #646464;
	line-height: 19px;
}
#footer_contact a {
	color: #646464;	
}

#footer_contactsub {
	position: absolute;
	top: 43px;
	left: 15px;
	line-height: 20px;
}

#footer_navigation {
	position: absolute;
	top: 229px;
	left: 14px;
	font-size: 9px;
	color: #6E6E6E;
	width: 623px;
}
#footer_navigation ul {
	list-style: none;
}
#footer_navigation ul li {
	float: left;
}
#footer_navigation a {
	color: #8B8B8B;
	margin: 0px 6px;
}

#footer_copyright {
	position: absolute;
	top: 229px;
	left: 643px;
	font-size: 9px;
	color: #8B8B8B;
	width: 338px;
	text-align: right;
}

#header, #nav, #graphic, #body, #footer {
	width: 996px;
	float: left;
}

.panel {
	float: left;
	width: 159px;
	height: 78px;
	padding: 99px 6px 0px 23px;
	font-size: 11px;
	line-height: 14px;
	display: block;
	cursor: pointer;
}
#panel1 {
	background: url(../images/Layout_Home_WhoWeAre.jpg) no-repeat;
}
#panel2 {
	background: url(../images/Layout_Home_WhatWeDo.jpg) no-repeat;
	margin: 0px 40px;
}
#panel3 {
	background: url(../images/Layout_Home_HowToContact.jpg) no-repeat;
}

#portfolio_heading {
	border-bottom: 1px dotted #538CC6;
	height: 18px;
	margin-bottom: 20px;
}
#portfolio_heading .icon {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0 -16px;
}
#portfolio_heading .text {
	float: left;
	color: #336699;
	font-weight: bold;
	padding: 1px 0px 0px 3px;
}

#portfolio_body div {
	float: left;
	color: #336699;
	margin-bottom: 20px;
}
#portfolio_body a {
	border: 0px;
}
#portfolio_body span {
	border-bottom: 1px dotted #336699;
	font-size: 11px;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

table tr td {
	font-size: 12px;
}

.TextXXS {
	font-size: 9px;
}

.TextXS {
	font-size: 10px;
}

.TextS {
	font-size: 11px;
}

.TextL {
	font-size: 13px;
}

.TextXL {
	font-size: 14px;
}

.TextXXL {
	font-size: 15px;
}

.Heading1 {
	color: #336699;
	font-size: 14px;
}

.Heading2 {
	color: #C5C5C5;
	font-size: 9px;
}

.Highlight1 {
	color: #336699;
}

.Highlight2 {
	color: #060;
}

.Highlight3 {
	color: #C00;
}

a {
	color: #336699;
	text-decoration: none;
}
p a {
	border-bottom: 1px #336699 dotted;
}
a:hover {
	color: #538CC6;
}
p a:hover {
	border-bottom-color: #538CC6;
}

a.Link1 {
	color: #666666;
	font-weight: bold;
	border: 0;
}
a:hover.Link1 {
	color: #538CC6;
	border-bottom: 1px #538CC6 dotted;
}

.ImageLink {
	background-color: #E3E3E3;
	border: 1px solid #C1C1C1;
	padding: 3px;
}
a .ImageLink {
	border: 1px solid #C1C1C1;
}
a:hover .ImageLink {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}

.ImageLinkBody {
	background-color: #FFF;
	border: 1px solid #CACACA;
	padding: 4px;
	margin: 6px 0px 10px 10px;
}
a .ImageLinkBody {
	border: 1px solid #CACACA;
}
a:hover .ImageLinkBody {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}

.ImageLinkThumbs {
	background-color: #F3F3F3;
	border: 1px solid #C1C1C1;
	padding: 3px;
}
a .ImageLinkThumbs {
	border: 1px solid #C1C1C1;
	margin: 0px 26px 15px 0px;
}
a:hover .ImageLinkThumbs {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}

.Background1 {
	background-color: #D8D8D8;
	padding: 0 0 0 5px;
	color: #7E7E7E;
}

.Btn1,
.Btn2,
.Btn3,
.Btn4 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 11px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #08548E;
	border-color: #1E3D5B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0965AA;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}

.Btn4 {
	background-color: #AA0000;
	border-color: #7D0000;
	color: #FFE6E6;
}
.Btn4:hover {
	background-color: #C40000;
	color: #FFF;
}

* :focus {
	outline: 0;
}


/* Easy Slider */
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li { 
	width: 978px;
	height: 205px;
	overflow: hidden; 
}
#slider img {
	border: 0;
}


/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*---- Header styling ----*/
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h4,
.sIFR-active h5,
.sIFR-active h6,
.sIFR-active pre {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sIFR-active h1 {
	font-size: 21px;
	height: 73px;
}

h1 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	height: 73px;
}

.sIFR-active h2 {
	font-size: 20px;
	height: 28px;
}

h2 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	color: #336699;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px dotted #538CC6;
	margin-bottom: 10px;
}
