/*CSS Stylesheet
/Designed by Vector Scale*/

/*General settings*/
body      {margin: 0; padding: 0; background: #f7f7f7;}
a         {color: #0a202d; text-decoration: none;}
a:hover   {color: #ef0099; text-decoration: none;}
a:visited {text-decoration: none;}
/*End General settings*/

/*Page content*/
.header                  {top: 0;
                          height: 430px;
                          background: #0a202d;
                          }
.logopacheko             {margin-top: 210px;
                          margin-left: 8%;
                          width: 349px;
                          height: 151px;
                          float: left;
                          background: url(logo_pacheko.png) no-repeat;
                          }
.logovector              {margin-top: 210px;
                          margin-right: 8%;
                          width: 347px;
                          height: 151px;
                          float: right;
                          background: url(logo_vector.png) no-repeat;
                          }
.container               {padding-top: 50px;
                          height: 220px;
                          background: url(bright_home.png) repeat-x;
                          }
.welcome                 {margin-top: 50px;
                          height: 170px;
                          background: url(welcome.png) center top no-repeat;
                          }
.go                      {padding-bottom: 50px;
                          margin-top: 50px;
                          height: auto;
                          }
.spanish                 {margin-left: 8%;
                          width: 107px;
                          height: 22px;
                          float: left;
                          background: url(spanish_off.png) no-repeat;
                          }
.spanish:hover           {background: url(spanish_on.png) no-repeat;
                          }
.english                 {margin-right: 8%;
                          width: 104px;
                          height: 22px;
                          float: right;
                          background: url(english_off.png) no-repeat;
                          }
.english:hover           {background: url(english_on.png) no-repeat;
                          }
/*End Page content*/