@charset "utf-8";
/* CSS Document */
/* Global Reset by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Helpers */
.b {font-weight:bold;}
.i {font-style:italic;}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.floatleft {float:left;}
.floatright {float:right;}

/* Site Specific CSS */
td img {display:block;}

/* Common Pages */
.main {width:930px;padding:0;border:none;}
.nav_left {background:url('../images/nav_left.jpg') no-repeat top left; vertical-align:top;padding:50px 0 0 136px;height:317px;}
.index .products {background:url('../images/index_right_top.jpg') no-repeat top left; vertical-align:top;}
.sausages .products {background:url('../images/sausages_right_top.jpg') no-repeat top left; vertical-align:top;}
.meatballs .products {background:url('../images/meatballs_right_top.jpg') no-repeat top left; vertical-align:top;}
.gifts .products {background:url('../images/gifts_right_top.jpg') no-repeat top left; vertical-align:top;}
.sauces .products {background:url('../images/sauces_right_top.jpg') no-repeat top left; vertical-align:top;}
.shoppingCart td.products {background:url('../images/category_top.jpg') no-repeat top left; vertical-align:top;}
.products img {float:left;}
#nav_products {padding:0 0 0 56px;}
#nav_products_home {padding:239px 0 0 72px;}
p.findus {font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:13px; line-height:17px; padding:25px 23px 0 10px;}

/* Contact */
.contact_right_btm {background:url('../images/contact_right_btm.jpg') no-repeat top left;vertical-align:top;}
#contact_info {padding:0 0 0 320px;}
.company, .phone {font-weight:bold; font-size:18px; font-family:Arial, Helvetica, sans-serif;}


/* Footer */
#footer p {font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#999;padding-left:75px;}
#footer a:link, #footer a:visited {color:#999;}
#footer a:hover, #footer a:active {color:#666;}

#cartContent {
	padding:150px 10px 40px 30px;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

#cartContent p {
	margin: 15px 0;
}
#wrapper {
	position: relative;
	width: 930px;	
	margin: 0 auto;
}
