/* - - - - - - - - - - - - - - - - - - - - -

Title : Seek 4 Software
Author :Naren Jakhar
URL : http://www.zinginfotech.com

Description : Seek 4 Software Website 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
     background: url('images/bg.png') repeat-x;
     font-family: Verdana, Tahoma;
     margin: 0;
     padding: 0;
}



/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
    font-weight:normal;
    color:#000066;
}

h1 {
   font-size: 16px;
}

h2 {
   font-size: 16px;
}

h3 {
   font-size: 16px;
}

h4 {
   font-size: 16px;
}


/* ----- PARAGRAPHS ----- */

p{
  font-size:11px;
}


/* ----- SPAN ----- */

.orange {
        color: #fa4b00;
}

/* ----- BLOCKQUOTE ----- */

blockquote {
           margin: 0;
           padding: 0;
           font-style: italic;
           border-left: solid 3px #fa4b00;
           padding-left: 10px;
}




/* ----- IMAGES ----- */

img {
    border: none;
}

img a {
    border: none;
    outline: 0;
}

img a:hover {
    border: none;
}


/* ----- LINKS ----- */

a {
  border: none;
  text-decoration: none;
  outline: 0;
  color: #fa4b00;
}

a:hover{
        text-decoration: underline;        
}


/* ----- CONTAINER ----- */

#container {
           width: 950px;
           margin-left: auto;
           margin-right: auto;
}

/* ----- HEADER ----- */

#header {
           height: 88px;    
}


/* ----- LOGO ----- */

#logo {
      display: inline;
      float: left;
      margin-top: 20px;
}

/* ----- TV ----- */

#tv {
    display: inline;
    float: right;
    width: 400px;
    margin-top: 20px;
}

#tv img {
    display: inline;
    float: left;
    margin-right: 20px;
}

#tv p {
    display: inline;
    float: rigth;
    color: #ffffff;
    font-weight: bold;
}

/* ----- MENU ----- */

#menu { 
      height: 35px;
      margin-top: 20px;
}

#menu ul {
      list-style-type: none;
      padding-left: 0;
}

#menu ul li {
      display: inline; 
      font-size: 14px;
      font-weight: bold;
      padding-right: 20px;
}

#menu ul li a {width:93px;
      color:#000000;
      padding: 8px 25px 10px 21px;
	  background:url(images/link_a.jpg);
	  
}
#menu ul li a:hover {
      background-image:url(images/link.jpg);
      color:#FF6600;
      text-decoration: none;
}

/* ----- ABS ----- */

#abs {
     height: 295px;
}

/* ----- ABOUT ----- */

#about {
       display: inline;
       float: left;
       width: 520px;
       height: 200px;
       background-color: #ffffff;
       margin-top: 20px;
       border: solid 5px #55C8FF;
       padding: 20px; 
}
#about ul{}
#about ul li{  list-style:url(images/bullet.jpg) ;}

/* ----- SCAN ----- */

#scan {
       display: inline;
       float: right;
       width: 310px;
       height: 200px;
       background-color: #ffffff;
       margin-top: 20px;
       border: solid 5px #55C8FF;
       padding: 20px; 
}

/* ----- STEPS ----- */

#steps {
       height: 265px;
       font-weight: bold;
	   text-align: center;
}

#s1 {
    display: inline;
    float: left;
    margin-right: 130px;
}

#s2 {
    display: inline;
    float: left;
}

#s3 {
    display: inline;
    float: right;
}

#bottom {
        margin-bottom: 20px;
}

/* ----- CONTENT ----- */

#content {
         display: inline;
         float: left;
         width: 560px;
		 text-align:justify;
}

/* ----- OFFER ----- */

#offer {
       display: inline;
       float: right;
       width: 240px;
       background-color:#F0F0F0;
       margin-top: 20px;
	    margin-right: 20px;
       border: solid 5px #bdbdbd;
       padding: 0 3px 20px 5px; 
}
#offer h1{width:230px; 
           padding-top:3px;
           height:30px;
           text-align:center;
           background:#3CBFFF; 
		   color:#FFFFFF; 
		   border:#bdbdbd solid 2px;
		   }
#offer ul{ list-style:none;}
#offer li {margin-right:2px;}
#offer ul li a{ display:block; 
                padding-bottom:10px; 
                background:url(images/bullet_small.jpg) no-repeat;
		        color:#379BFF; padding-left:22px;
		        text-decoration:underline; 
			    font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#offer ul li a:hover{
       color:#DF7000;
		 text-decoration:none;
		}		

/* ----- FOOTER ----- */

#footer {
        clear: both;
        height: 40px;
        background-color: #1f1f1f;
        text-align: center;
        padding-bottom: 3px;
        padding-top: 3px;
		border-top:#0bb3d7 solid 3px;
}