body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/page_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-image:url(img/header_back.jpg);
	background-repeat:no-repeat;
	width:855px;
	height: 184px;
}

#menu {
	background-image: url(img/menu_back.png);
	background-repeat: repeat-x;
	height: 62px;
}

#welcome {
	background-image: url(img/welcome_back.png);
	background-repeat: no-repeat;
	height: 199px;
}

#footer_zone {
	background-image: url(img/footer_back.jpg);
	background-repeat: repeat-x;
        background-color: #eeeeee;
        /*display:block;*/
}

#content_zone {
        width: 600px;
        border-right: 1px dashed #cccccc;
}

#right_pane_zone {
        width: 255px;
}

#login_container {
        background-image: url(img/login_back.jpg);
        background-repeat: no-repeat;
        float: right;
        width: 169px;
        height: 140px;
        padding: 42px 30px 0px 30px;
}

#login_title {
    font-family: arial;
    font-size: 16px;
    padding: 2px 0px 2px 0px;
    color:#333333;
    font-weight: bolder;
    border-bottom: 1px solid #E78A2D;
}

#login_container input.text_box {
        border: 1px solid #999999;
        width: 100%;
        font-size: 11px;  
}

#login_container a {
        color:#ffffff;
}

#login_container td,th {
        color:#ffffff;
}

a.software_button {
        background-image: url(img/software_button_lg.png);
	background-repeat: no-repeat;
	height: 199px;
        width:212px;
        display: block;
        text-decoration:none;
        float:left;
}

a.software_button:hover {
        background-image: url(img/software_button_lg_over.png);
	background-repeat: no-repeat;
}


a.website_button {
        background-image: url(img/website_button_lg.png);
	background-repeat: no-repeat;
	height: 199px;
        width:212px;
        display: block;
        text-decoration:none;
        float:left;
}

a.website_button:hover {
        background-image: url(img/website_button_lg_over.png);
	background-repeat: no-repeat;
}

a.consulting_button {
   background-image: url(img/consulting_button_lg.png);
	background-repeat: no-repeat;
	height: 199px;
	width: 212px;
	display: block;
	text-decoration: none;
	float: left;
}

a.consulting_button:hover {
        background-image: url(img/consulting_button_lg_over.png);
	background-repeat: no-repeat;
}

a.design_button {
        background-image: url(img/design_button_lg.png);
	background-repeat: no-repeat;
	height: 199px;
        width:212px;
        display: block;
        text-decoration:none;
        float:left;
}

a.design_button:hover {
        background-image: url(img/design_button_lg_over.png);
	background-repeat: no-repeat;
}



a.projects_custom_apps_button
{
	background-image: url(img/projects_custom_apps_up.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width: 212px;
	display: block;
	text-decoration: none;
	float: left;
}

a.projects_custom_apps_button:hover
{
	background-image: url(img/projects_custom_apps_over.jpg);
	background-repeat: no-repeat;
}


a.projects_web_design_button
{
	background-image: url(img/projects_web_design_up.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width: 212px;
	display: block;
	text-decoration: none;
	float:left;
}

a.projects_web_design_button:hover
{
	background-image: url(img/projects_web_design_over.jpg);
	background-repeat: no-repeat;
}

a.projects_consulting_button
{
	background-image: url(img/projects_consulting_up.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width:212px;
	display: block;
	text-decoration:none;
	float:left;
}

a.projects_consulting_button:hover
{
	background-image: url(img/projects_consulting_over.jpg);
	background-repeat: no-repeat;
}

a.projects_creative_button
{
	background-image: url(img/projects_creative_up.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width:212px;
	display: block;
	text-decoration: none;
	float: left;
}

a.projects_creative_button:hover
{
	background-image: url(img/projects_creative_over.jpg);
	background-repeat: no-repeat;
}




/************ MENU STYLES ****************/
div.menuBar {
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin: 12px 0px 0px 80px;
  height: 50px;
  width: 800px;
  position: absolute;
  
}

div.menuBar a.menuButton {
 
  /************************/
  /*used for vartical menu
  display: block;
  border-top: 1px solid #dddddd;*/
  /************************/

  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #999999;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  /*display: block;*/
  text-align: center;
  float:left;
  border-right: 1px solid #666666;
}

div.menuBar a.menuButton:hover {
        color: #FF9900;
}


/*used for vartical menu
div.submenu_offset {
  margin-left: 190px;
  margin-top: -25px;
}
*/


div.menuBar a.menuButtonFirst {
  border-left: 1px solid #666666;
}

div.menu {
  background-color:  #000000;
  border: 1px solid #666666;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  margin-top: 0px;
  visibility: hidden;
  z-index: 101;
  font-family: Arial;
  font-size: 11px;
  filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
  display:block;

}

div.menu a.menuItem {
  color: #FFFFFF;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  cursor:pointer;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #999999;
  color: #ffffff;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}


div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}


.onethird, .onethird2
{
	width: 165px;
	height: 175px;
	overflow: hidden;
	padding: 0px;
	margin: 10px;
	/*border: 1px solid #DDDDDD;*/
	text-align: center;
	vertical-align: middle;
	float: left;
	white-space: normal;
}

.onethird a, .onethird2 a
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: normal;
	color: #888888;
}

.onethird img, .onethird2 img
{
	width: 160px;
	height: 120px;
	border: none;
	border: 1px solid #AAAAAA;
	margin: 0px 0px 5px 0px;
}



.LatestProject
{
	text-align: justify;
	padding-top: 10px;
	height: 270px;
	vertical-align: top;
}

.LatestProject img
{
	width: 320px;
	height: 240px;
	border: 1px solid #AAAAAA;
}

.LatestProject img.L
{
	float: left;
	margin-right: 20px;
}

.LatestProject img.R
{
	float: right;
	margin-left: 20px;
}

.LatestProject p.title
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	padding-bottom: 5px;
}

#preloader
{
	display: none;
}

#preloader img
{
	width: 0px;
	height: 0px;
}