html, body, #menu ul, #menu li, img { margin : 0px; padding : 0px;}

body {
    background : #403b7e url('images/body_bg1.jpg');
    color : white;
    font-family: Georgia, serif;
    font-size : 10pt;
    }
    
p {
	line-height : 1.2em;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-top : 0px;
	font-weight: normal;
	font-style: italic;
	}
	
.one {
	padding: 0px 0px 0px 220px;
	display: block;
	}
    
img {
	border : 0px;
	display : block;
	}

a {
	color : white;
	}

hr {
	border : 0px;
	border-top : 1px dotted white;
	margin : 20px 0px 20px 0px;
	}

#header {
    }

#container {
    margin: auto;
    width : 1048px;
    }
    
#menu {
    background : url('images/content_shadow.jpg');
}

#menu li {
    float : left;
    list-style-type: none;
    text-align : center;
    line-height: 1em;
    font-size : 1.6em;
    font-style: italic;
    }
    
#menu a, #fudgeBox a, #footer a {
	text-decoration : none;
	}
	
#menu a:hover, #fudgeBox a:hover, #footer a:hover {
	text-decoration : underline;
	}
    
#content {
    padding : 20px 23px 1px 24px;
    background : url('images/content_shadow.jpg');
    }

#contentInside {
	background : url('images/content_bg.jpg') #6b2d91 repeat-x;
	min-height: 475px;
	padding : 0px 20px 0px 20px;
	margin-bottom : -20px;
	}

#leftBox {
	width : 200px;
	float : left;
	margin : 0px 20px 0px 0px;
	text-align: center;
	}
	
#rightBox {
	margin : 0px 0px 20px 220px;
	border-top : 1px solid #584597;
	}
	
#fudgeBox {
	margin : 0px 0px 20px 220px;
	padding : 10px;
	background : #7b67ac;
	text-align: center;
	border : 2px solid #b5a9d2;
	font-style: italic;
	font-size : 1.4em;
	}
		
.productBox, .productBoxLast {
	float : left;
	text-align: center;
	width : 232px;
	margin-right: 20px;
	}

.productBoxLast {
	margin-right: 0px;
	}

.productBox a, .productBoxLast a {
	text-decoration: none;
	}

.productBox a:hover, .productBoxLast a:hover {
	text-decoration: underline;
	}

.price {
	font-size : 2em;
	}
	

.shopfudgeimages {
	padding :0px;
	}
	
.shopfudgeimages li {
	height: 180px;
	width: 130px;
	text-align : center;
	float : left;
	list-style-type: none;
	padding : 0px 10px 0px 0px;
	}
	
.floatRight {
	float : right;
	padding : 0px 0px 20px 20px;
	}

#contentFooter {
	margin : 0px -23px -1px -24px;
	}

#footer {
	display: table;
	width : 100%;
	margin : 20px;
	text-align : center;
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: 2px;
	height : 35px;
	}

#footer img {
	display : inline;
	margin-bottom : -13px;
	}

.clear {
	clear : both;
	}
	
#map {
	float : left;
	margin-right : 30px;
}



/* CHECKOUT */

.product {
	margin : 0px 0px 20px 220px;
	border-bottom : 1px dotted white;
	padding-bottom : 20px;
	}
	
.product img {
	width : 125px;
	height : 125px;
	margin : 0px 20px 0px 0px;
	border : 1px solid #4f216b;
	float: left;
	}
	
.googlecart-add-button {
	margin-left : 170px;
	margin-top : 10px;
	}
	
.ordernow {
	border:2px solid #B5A9D2;
	display: inline;
	padding : 10px;
	line-height: 2em;
	background:#7B67AC;
	}
	


/* SPECIALS PAGE */

.specialsbox {
	min-height : 125px;
	border-top : 1px dotted white;
	padding : 20px 0px;
	font-size : 1.4em;
	}

.specialsbox img {
	float: left;
	margin-right : 20px;
	}


