BODY {
	margin: 0px;
	background-color: White;
}

img {
	border: 0px;
}

BODY, P, INPUT, TEXTAREA, SELECT, SUBMIT, RESET, BUTTON, OPTION, TABLE, TR, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605555;
}

a:visited, a:link{
	text-decoration: none;
	color: #00478A;
}

a:active, a:hover{
	color : #EE0000;
	text-decoration : underline;
}

#imheader {
	/* background: url(header_background.gif) repeat-x; */
	margin: 0px;
	top: 0px;
	left: 0px;
}

.header {
	background-color: #F5F5F5;
	font-size: 20px;
	font-weight: bold;
}

#storefront {
	border: 1px solid Silver;
	background-color: White;
	margin-left: 20px;
	margin-right: 20px;
}

.summarytext {
	margin: 15px 10px 15px 25px;
	padding: 10px;
	background-color:#EEEEEE;
	text-align: justify;
	color: black;
	border: #999999 dashed 1px
}

.sectiontitle{
	margin-top: 5px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	background: #F5F5F5;
	width: 70%;
}

.sectiontext{
	margin: 2px 10px 15px 25px;
	text-align: justify;
}

.sectionflash{
	padding: 0px;
	margin: 0px;
}

#contactus{
	margin: 10px;
}

td.tab_round_title{
	border-top: 1px solid #BBBBBB;
	padding: 1px 0px 1px 0px;
	text-align: center;
	font-size: 13px;
	height: 17px;
	font-weight: bold;
}

td.tab_round_cell{
	border: 1px solid #BBBBBB;
	padding: 6px 4px 14px 4px;
	border-bottom-width: 0px;
}

td.tab_round_bottom{
	border-bottom: 1px solid #BBBBBB;
	height: 12px;
}

/*
DROPSHADOW
*/

	.shadow {
		background: url(http://www.italianmoda.com/images/shadow.png) no-repeat bottom right;
		margin-top: 4px;
		margin-left: 6px;
		}
	.shadow img {
		position: relative;
		top: -4px;
		left: -6px;
		border: 1px solid #575757
		}

