/* CSS Document */
						
						
						
						/* Main Part of Document */
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #342e72;
	text-align: justify;
	color: #000000;
	}

#header {
	width: 800px;
	height: 141px;
	margin: 0 auto;
	position:relative;
	background-color: #000000;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position:relative;
	background-color: black;
	
}

#content
       {
        width: 800px;
        
		background-color: white;
		
		}

					 /* Headers in the document */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #342e72;
	padding-top: 30px;
	font-weight: 500px;
	padding-left: 15px;
	padding-bottom: 10px;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 50px;
	padding-left: 15px;
	padding-bottom: 10px;
    color: #342e72;
}


					 /* Paragraphs in the document */
p {
    padding-right: 50px;
	padding-left: 50px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  }

.p2
  { 
    padding-top: 10px;
	text-align: right;
	font-size: 16px;
	padding-right: 50px;
	line-height: 2em;
	padding-bottom: 10px;
  }

.p3
  { 
    text-align: right;
	font-size: 24px;
	padding-right: 52px;
	line-height: 0em;
	padding-bottom: 20px;
  }
					/*Buy Button on Homepage*/		
#buybutton
   {
   float: left;
   padding-top: -50px;
   padding-left: 150px;
   height: 59px;
   width: 150px;
   }
					/*Image Classes*/				
img.product
   {
   margin: 0px auto;
   }

img.walkingman
   {
   float: right;
   padding-right: 200px;
   }

img.combo
   {
   float: right;
   padding-right: 125px;
   padding-top: 150px;
   }

img.specialpen
   {
   float: right;
   padding-right: 200px;
   padding-top: 60px;
   }

					/*Tables*/
table
  {
  margin:0px auto;
  padding-right: 20px;}


					/*Lists in the document */
#content ul
     {padding-bottom: 30px;
      padding-top: 30px;
      padding-left: 65px;
      } 

#content li 
     {
      padding-left: 20px;
      line-height: 1em;
	  padding-bottom: 20px;
	  padding-right: 60px;
      }  

ul.list2
     {
	  padding-top: 20px;
	 }

li.list2
    {
	  padding-left: 100px;
	  padding-right: 10px;
      line-height: 1em;
	  padding-bottom: 20px;
	}  

img
  {border: none;}

					/* Navigation in the document */
#navigation
{
width: 800px;
height: 30px;
background-color: #000000;
color: #63f25d;
text-align: right;
padding-top: 10px;
}

#navigation ul
{
display: inline;
text-align: right;
padding-right: 10px;

}

#navigation li
{
display: inline;

}

#navigation a { padding: 3px 10px;
               	}

#navigation a:link, #navigation a:visited, #navigation a:active 
{
font-family: neosans;
text-decoration: none;
font-weight: bold;
color: #63f25d;
}

#navigation a:hover
{
color: yellow;
}


						/* Footer in the document */

#footer { background: #000000;
          width: 800px;
          height: 80px; 
          clear: both;
          text-align: center;
		  color: #ffffff;
		  }  
#footer2 { background: #000000;
          width: 800px;
          height: 200px; 
          clear: both;
          text-align: center;
		  color: #ffffff;
		  }  


#footer ul { 
			list-style: none;
            padding-top: 15px;
		   }

#footer li { display: inline; }

#footer a { 
            display: inline;
            color: #ffffff; 
            font-size: 1.1em;
            line-height: 15px;
            margin: 10px;
            text-decoration: none;
			}

#footer a:hover
{
color: yellow;

}
#footer2 ul { 
			list-style: none;
            padding-top: 15px;
		   }

#footer2 li { display: inline; }

#footer2 a { 
            display: inline;
            color: #ffffff; 
            font-size: 1.1em;
            line-height: 15px;
            margin: 10px;
            text-decoration: none;
			}

#footer2 a:hover
{
color: yellow;

}