@charset "utf-8";
/* CSS Document */

html,body         {height:100%;background:url(images/bg.jpg) repeat top left;font-family: Verdana, Geneva, sans-serif;font-size:85%;line-height:150%;}
html, body, div, img, p, h1, h2 {margin:0px; padding:0px;}

#wrap             {width:80%; min-width:861px; margin:50px auto 0;background-color:#fff;}

#header           {height:92px;}
#nav              {float:left; width:136px;}
#main             {padding: 0 0 0 135px;}
#main.notHome     {padding: 10px 0 0 155px;}
#headerRight      {float:right;}
#footer           {height:22px;}


/*DESIGN*/
#content          {background:url(images/mainbg.jpg) #fff repeat-y top left;}
#nav              {background:url(images/mainbg.jpg) #fff repeat-y top left;}
#header           {background:url(images/headerbg.jpg) #fff repeat-x top left;}
#header img       {border:0px;}
h1, h2            {color:#00889f;font-weight:normal;}
h1                {font-size:150%;}
h2                {font-size:120%;}
.btn-login        {margin:18px 80px 0 0;}
.btn-contactUs    {margin:5px 0 0 0;}
.logo             {margin: 0 0 0 40px;}
#main             {color:#7a7a7a;}
#footer           {background:url(images/footerbg.jpg) repeat-x top left;}
.footerright      {float:right;}

/*COMMON*/
.clearfloat       {clear:both;}


/*NAV*/
.btn-nav          {width:135px;height:70px;display:block;overflow:hidden;}
.nav-about        {background:url(images/buttons_01.jpg) #676e6f no-repeat top left;}
.nav-services     {background:url(images/buttons_03.jpg) #676e6f no-repeat top left;}
.nav-partners     {background:url(images/buttons_04.jpg) #676e6f no-repeat top left;}
.nav-tips         {background:url(images/buttons_05.jpg) #676e6f no-repeat top left;}
.nav-links        {background:url(images/buttons_06.jpg) #676e6f no-repeat top left;}

a.btn-nav:hover   {background-position:-135px 0px;}

/*COLORS*/
.gray             {color:#676e6f;}
