* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section {
margin: 0 0 0 0;
}


a:link {
	text-decoration: none;
	color: #7F7F7F;
}
a:active {
	text-decoration: none;
	color: #7F7F7F;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}

a img { border: none; }

#menu {
	margin: 10px 0 0 10px;
	width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 10px 0 0 235px;
    top: 0;
	width: 700px
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

.order { float: left; width: 190px; }
.si_order { float: right; width: 370px; }
.order p	{ width: 190px; margin: 0; padding: 0 0 9px 0; }
.si_order p	{ width: 370px; margin: 0; padding: 0 0 9px 0; }

#once { clear: left; }




/* CSS Style : HM FORM 1 */

form.hmform fieldset {
  margin-bottom: 10px;
}
form.hmform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.hmform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.hmform fieldset ol {
  margin: 0;
  padding: 0;
}
form.hmform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.hmform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.hmform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.hmform fieldset fieldset label {
  display: block;
  width: auto;
}
form.hmform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.hmform label {
  width: 120px; /* Width of labels */
}
form.hmform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.hmform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.hmform legend { padding-left: 0; }
	
form.hmform legend,
form.hmform label { color: #333; }

form.hmform fieldset {
	border: none;
	border-top: 1px solid #c0c0c0;
	background: url(../graphics/hmform-fieldset.gif) left bottom repeat-x;
	}
	
form.hmform fieldset fieldset { background: none; }
	
form.hmform fieldset li {
	padding: 5px 10px 7px;
	background: url(../graphics/hmform-divider.gif) left bottom repeat-x;
	}

