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

/* set general */
body {
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	padding: 0px;
	background: #dad3c6;
	text-align: center;
}

#main {
	margin: 0 auto;
	width: 790px;
	background:url("bodyback2.jpg");
}

#ship {
	background:url("shiptop.png");
	background-repeat:no-repeat;
	background-position:40px 0; 
	width: 750px;
	height: 78px;
	margin: 0 auto;
}

#titletext {
	padding-top:20px;
	text-align:left;
	padding-left:135px;
}





#content {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

#contenttext {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 350px;
	text-align: left;
	margin: 0 10px;
	
}

#pricing {
	padding-top: 35px;
	padding-bottom: 15px;
	width: 350px;
	text-align: left;
	margin: 0px auto;
	float:right;
}

#footer {
	background:url("footer.png");
	background-repeat:no-repeat; 
	width: 780px;
	height: 100px;
	margin: 0 5px;
	float:left;
}

#footerpp {  
    background:url("paypalLogo.png") 0 0 no-repeat;  
	background-position:0 0px;
    width:235px;  
    height:65px;  
    margin:0px auto;   
	float:right;
	padding-right:15px;
	bottom: 0px; 
    }  
	
#footerpp a {  
    height:65px;    
    display:block;  
    margin:0;  
    padding:0;  
	text-indent:-1000.0em;
    }  
	
#footertext{  
    height:40px;    
    display:block;  
	padding-left:35px;
	padding-top:15px;
    margin:0px auto;
	float:left;
    }  
	
#footerinc{  
    height:65px;    
	margin:0px auto;
	padding-top:25px;
    }  


h1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: trajan pro, arial;
	color: #444444;
	text-decoration:none;
	text-align:left;
	border:none;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	font-family: trajan pro, arial;
	color: #484848;
	text-decoration:none;
	text-align:left;
}

p {
	font-family: Helvetica, Gill Sans, arial;
	font-size:10pt;
	line-height: 1.5em;
	}

a:link {
	text-decoration:none;
}

a:mailto {
	text-decoration:none;
	}

/* end general */



/* begin navigation stuff */
#nav {  
    background:url("navbar2.png") 0 0 no-repeat;  
    width:645px;  
    height:42px;  
    margin:0 auto;  
    padding:0;  
    }  
	
	
#nav #flu {
	text-align:center;
}
	
	
	
#nav li span { display: none; }
  
#nav li { float:left; list-style:none; position:relative; }  
  
#nav li, #nav a {  
    height:42px;    /* Each button must have the same height, define it here */  
    display:block;  
    margin:0;  
    padding:0;  
    }  
  
li#home, li#cigars, li#contact, li#faq { 
	width:160px; 
	}
	
#home a:hover { background:url("navbar2.png") 0px -84px no-repeat; }  
#home a.current { background:url("navbar2.png") 0px -42px no-repeat; }
#cigars a:hover { background:url("navbar2.png") -160px  -84px no-repeat; }  
#cigars a.current { background:url("navbar2.png") -160px  -42px no-repeat; } 
#contact a:hover { background:url("navbar2.png") -320px  -84px no-repeat; } 
#contact a.current { background:url("navbar2.png") -320px  -42px no-repeat; }   
#faq a:hover { background:url("navbar2.png") -480px  -84px no-repeat; }  
#faq a.current { background:url("navbar2.png") -480px  -42px no-repeat; }

/* end navigation stuff */
