/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important; }

body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7986;
	margin: 0;
	padding: 0;
}

a:link { color: #a71c2b; text-decoration: none; }
a:visited { color: #a71c2b; text-decoration: none; }
a:hover { color: #a71c2b; text-decoration: none; }
a:active { color: #a71c2b; text-decoration: none; }		

p { margin: 0px; margin-bottom: 10px; }

p.dtms { padding-top: 5px; text-align: center; font-size: 11px; color: white; font-weight: bold; }
p.dtms a:link { color: black; text-decoration: none; }
p.dtms a:visited { color: black; text-decoration: none; }
p.dtms a:hover { color: black; text-decoration: underline; }
p.dtms a:active { color: black; text-decoration: underline; }

table { border: 0px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
form { margin: 0px; }
input, select, textarea { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
td { vertical-align: top; }
img { margin: 0px; padding: 0px; border: 0px; }
div { padding: 0px; margin: 0px; }
hr { size: 1px; width: 100%; }

table#layout { background: white; color: #7d7986; margin: 0px auto; }
	table#layout td { padding: 0px; }

table#header { margin: 0px auto; background-color: white; width: 942px; height: 100px; }
	table#header td { padding: 0px; margin: 0px; }
div#header { text-align: center; margin-top: 40px; margin-bottom:35px; }

table#content { border: 0px; width: 942px; margin-top: 20px; margin-bottom: 10px; }
	table#content td { padding: 0px; margin: 0px; }

	table#content td.full { width: 942px; padding: 0px; margin: 0px; }

	table#gifts_men { width: 942px; margin-bottom: 10px; }
	table#gifts_men td.item { width: 195px; }
	table#gifts_men td.item img { border: 1px solid #cdcdcd; }
	table#gifts_men td.item p { text-align: center; margin: 0px; padding-bottom: 20px; }
	table#gifts_men td.spacer { width: 54px; }

	table#gifts_women { width: 942px; margin-bottom: 10px; }
	table#gifts_women td.item { width: 195px; }
	table#gifts_women td.item img { border: 1px solid #cdcdcd; }
	table#gifts_women td.item p { text-align: center; margin: 0px; padding-bottom: 20px; }
	table#gifts_women td.spacer { width: 54px; }

	div.pagetitle { width:942px; color: #a71c2b; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 20px; padding-right: 5px; }

	div.banner { width: 942px; height: 30px; margin: 0px auto; margin-bottom: 5px; background-color: #a71c2b; color: white; }
	div.banner p { font-size: 14px; font-weight: bold; padding: 5px; }
	
	div#navigation { width: 100%; height: 15px; background-color: #a71c2b; padding-bottom:10px; padding-top:10px; padding-right:10px; padding-left:5px; }
	div#navigation table#nav { margin: 0px auto; width: 942px; color: white; font-weight: bold; }
	div#navigation table#nav a:link { color: white; text-decoration: none; }
	div#navigation table#nav a:visited { color: white; text-decoration: none; }
	div#navigation table#nav a:hover { color: white; text-decoration: underline; }
	div#navigation table#nav a:active { color: white; text-decoration: none; }		

	div#prefooter { width: 942px; height: 30px; margin: 0px auto; margin-bottom: 5px; background-color: #a71c2b; color: #a71c2b; }
	div#footer { padding-top: 5px; width: 942px; margin: 0px auto; text-align: center; font-size: 12px; }
	div#dtms { padding-top: 15px; padding-bottom: 15px; width: 942px; margin: 0px auto; text-align: center; font-size: 11px; }