html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}



h1.guilded {
	background: bottom left url(images/welcome_bg3.gif) repeat-x;
	height: 20px;
	margin-bottom: 0.8em;
	font: bold 20px "arial black", arial, sans-serif;
	color:#cc6600;
}

h1.guilded span {
	background: #fff url(images/h_glif.gif) no-repeat;
	padding-left: 38px;
	padding-right: 8px;
	padding-top: 2px;
	float: left;
}

h3{
	font: normal 16px "arial black", arial, sans-serif;
	color: #cc0000;
}

h4{
	font: bold 12px arial, sans-serif;
	color: #666;
}

h5{
	font: bold 10px "arial black", arial, sans-serif;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FFA405;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: #E7DBBD;
	font: 12px verdana, sans-serif;
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

table{
	font: 12px verdana, sans-serif;
	width: 230px;
	margin-top: 15px;
}

table, td, th{
	border:1px solid green;
}

 th{
	background-color:green;
	color:white;
}

/** layout **/
#wrapper {
	background: #7C0000 top right url(images/ahhthatsitalian-product-line.jpg) no-repeat;
	position: relative;
	width: 810px;
	margin: auto;
	text-align: left;
 }

#logo {
	background: #ffffff url(images/ahhthatsitalian.gif) no-repeat;
	width: 417px;
	height: 185px;
	text-align: center;
}

#logo h1 {
	font: bold 27px "arial black", arial, sans-serif;
	color: #fff;
	padding-top: 50px;
}

#logo p {
	font: 17px "arial narrow", arial, sans-serif;
	padding-left: 50px;
	margin: 0em;
}

#nav li {
	list-style: none;
}

#nav-left {
	width: 200px;
}

#nav-left li {
	 background: url(images/nav_bg2.jpg) repeat-x;
	 font: 18px "arial narrow", arial, sans-serif;
	 height: 62px;
	 line-height: 62px;
	 text-align: right;
}

#nav-left a {
	 color: #fff;
	 text-decoration: none;
	 padding-right: 20px;
}

#nav-left, #nav-right .orange a {
	  color: #FFC559;
}

#nav-left a:hover {
	text-decoration: underline;
}

#nav-right {
	background: #cc0000;
	position: absolute;
	top: 185px;
	left: 198px;
	width: 218px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#nav-right ul {
	text-align: right;
}

#nav-right li {
	background: 192px 10px url(images/arr2.gif) no-repeat;
	font: 14px "arial narrow", arial, sans-serif;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid white;
	padding-right: 40px;
}

#nav-right a {
	color: white;
	text-decoration: none;
}

#nav-right a:hover {
	text-decoration: underline;
}


/** main **/

#main {
	background: #fff;
	border-top: 1px solid #CE5D10;
	padding-top: 20px;
}

#left {
  width: 410px;
  float: left;
  padding-left: 15px;
  padding-bottom: 60px;
}

#aboutus {
	padding: 15px 40px 40px 40px;
}

#history{
	padding: 4px 40px 20px 40px;
}

#products {
	padding: 15px 40px 40px 40px;
}

#details {
	padding: 15px 30px;
}

#contact img{
	padding: 0 20px 60px 20px;
}

#nutritioninfo {
	padding: 15px 40px 40px 40px;
}

#welcome {
	padding-left: 29px;
	padding-top: 15px;
}

.more a {
	color: #C47552;
	text-decoration: none;
	font-weight: bold;
}

.more a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	line-height: 1.4;
}

/** right **/

#right {
  float: right;
  width: 245px;
  margin: 20px;
}

#menu {
	background: #E7DBBD;
	border: 1px solid #97321D;
	text-align: center;
	margin-right: 20px;
	margin-top:10px;
	padding-bottom:10px;
}

#menu h2 {
	padding-top:6px;
	font-weight: normal;
	color: #C13100;
	font-size: 14px;
	text-transform: uppercase;
}

#menu form {
	text-align: center;
	padding-bottom: 0;
}

#menu p {
  
}

#news {
	border: 1px solid #ccc;
	padding: 6px;
	margin-right: 6px;
	margin-top: 20px;
}

#news h2 {
	padding-top:6px;
	font-weight: normal;
	color: #C13100;
	font-size: 14px;
	text-transform: uppercase;
}

#news a{
        color: #E49E6F;
        text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}



#nftable{
	width: 300px;
	font: 12px verdana, sans-serif;
	margin-top: 15px;
}




.facebook{
padding-top: 20px;
padding-left:40px;
font-size: x-small;


}
/** classes **/

.description{
	float: left;
	width: 325px;
	padding-bottom: 30px;
	padding-right: 40px;
}

.btnExample {
	color: #fff;
	background: #CC6600;
	font-weight: bold;
	border: 1px solid #900;
}
 
.btnExample:hover {
	background: #2C6700;
	color: #FFF;
	
}

.borderimg {
	border: 1px solid #900;
	margin: 8px;
}

.nfbold{
	font-weight: bold;
}

.nfright{
	text-align: right;
}

.small{
	font: 10px verdana, sans-serif;
}

.styling{
	padding-top: 30px;
	letter-spacing:4px;
}

.padcontact{
	width: 550px;
	padding-left: 120px;
	
}

.noship{
	float:right;
	padding:0 30px 6px 0;
	font: 10px verdana, sans-serif;

}

/** footer **/

#footer {
	background: url(images/divider4.gif) repeat-x;
	margin: 0 2em;
	padding: 12px 0px 12px 0px;
	text-align: center;
	font-size: 12px;
	
}

#footer li {
	list-style: none;
	display: inline;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



#copyright {
	padding:0;
	margin:0;
	font-size:9px;
	color:#666;
}
#copyright a {
	
	color:#666;
}
.webdesign{
    padding-left:100px;
}