body {
	margin: 0px; padding: 0px;
}

img {
	vertical-align: top;
	border: 0px;
}

a:hover {
	text-decoration: none;	
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,table {
	margin: 1em 0px 0.5em 0px; padding: 0px;
}

li {
	margin-top: 0px;
}

ol {
	margin-left: 2em;	
}

ul ul {
	margin-top: 0.3em;
	margin-left: 2em;
}

table {
	border: 0px;
	border-bottom: 1px solid;
}

th, td {
	border: 0px;
	border-top: 1px solid;
}

ul.list, div#text ul {
	padding: 0px;
	margin: 1em 0px 1em 2em;
	list-style-type: none;
	list-style-position: outside;
}

ul.list li, div#text ul li {
	padding: 0px; margin: 0px;
	margin-bottom: 0.4em;
	text-indent: -1.4em;
}

ul.list li:before, div#text ul li:before {
	content: "— ";
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

ul.menu, ul.copyrightss {
	list-style: none outside;	
}

ul.copyrights li {
	margin: 0px;	
}

/* ----- ORDER CSS ----- */



div.document {
	font-family: 'Times New Roman';
	color: #000000;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #000000;
}

div.document h1, div.document h2, div.document h3 {
	text-align: center;
	font-family: 'Arial';
	font-weight: normal;
	font-size: 18pt;
	color: #000000;
}

div.document h2 {
	font-size: 16pt;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

div.document h3{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

div.document p {
	font-size: 12pt;
}

/* -------------------------------------------- */

body {
	background: #f2e5b7 url('bg.png');
	color: #999482;
	font-family: 'Tahoma';
}

a {
	color: #1c85ed;
}

a:hover {
	color: #ed6c1c;
}

.x-color {
	color: #ed1c24;
}

.x-size {
	font-size: 14pt;
}

.xx-size {
	font-size: 21pt;
}

h2 {
	font-weight: normal;
	font-size: 28pt;
	margin: 0px;
}

p {
	font-size: 10.5pt;
}

textarea {
	font-family: 'Tahoma';
	font-size: 10.5pt;
	width: 600px;
	height: 128px;
}

#order-form input.button {
	font-size: 14pt;
	margin-top: 1em;
}

div.column-1 {
	width: 196px;
	float: left;
}

div.column-2 {
	margin-left: 220px;
}

div.hr {
	height: 2px; clear: both;
	background: url('hr.png') repeat-x;
}

div.font-preview {
	margin-top: 0.3em;
	width: 608px;
}

div.font-preview div.font-preview-menu span {
	cursor: pointer;
	color: #1c85ed;
	border-bottom: 1px dotted #1c85ed;
	font-size: 10.5pt;
	margin-right: 0.5em;
}

div.font-preview div.font-preview-menu span.selected {
	border: 0px;
	color: #ed1c24;
}

div.font-preview div.font-preview-text {
	border: 1px solid #999482;
	background: #ffffff;
	color: #666357;
	height: 96px;
	padding: 8px;
	overflow: hidden;
}

div.font-preview input {
	display: none;
}

div#body {
	max-width: 1600px;
	margin: 0px auto;
	min-width: 960px;
}


div#header {
	height: 109px;
	background: #ddd7c0 url('h-bg.gif') repeat-x 0px 0px;
	padding: 0px 2%;
}

h1#logo {
	margin: 0px;
}


div#header div.column-2 {
	padding-top: 53px;
}

div#menu-l, div#menu-r {
	float: left;
}

div#menu {
	width: 81%;
}

div#order {
	text-align: center;
	width: 15%;
}

div#menu, div#order {
	background: #f2f0e6 url('menu-bg.gif') repeat-x 0px 0px;
	height: 26px;
	padding-top: 5px;
	float: left;
}

div#order {
	background: #ed1c24 url('order-bg.gif') repeat-x 0px 0px;
}

div#order a {
	color: #ffffff;
}

div#menu a.selected {
	text-decoration: none;
	color: #ed1c24;
}

div#order-l, div#order, div#order-r {
	float: right;
}

span.main-menu-item {
	padding: 0px 1.5%;
	font-size: 10.5pt;
}

div#middle {
	background: url('white.png') no-repeat 0px -90px;
	min-height: 510px;
	padding: 21pt 2% 14pt 2%;
}

div#middle  div.column-1, div#middle  div.column-2 {
	padding-bottom: 21pt;
}

div#middle  div.column-1 div {
	padding: 5.25pt 0px;
	text-align: center;
}

div#page-text {
	width: 93%;
}

div#page-text h3 {
	font-weight: normal;
	color: #ee1c24;
	font-size: 21pt;
}

div#page-text div.document h3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

div#page-text form h4 {
	font-size: 14pt;
	margin: 0px;
	margin-top: 1em;
	font-weight: normal;
	color: #666357;
}

div#page-text form p {
	margin: 3px 0px;
	font-size: 10.5pt;
	font-style: italic;
}

div#page-text form input.text {
	font-size: 14pt;
	width: 400px;
}

div#page-text form div {
	margin-bottom: 0.5em;
}

div#process {
	clear: both;
	padding: 10px 0px;
}

div#process div {
	float: left;
	padding-top: 98px;
	height: 30px;
	font-size: 9pt;
	line-height: 100%;
	text-align: center;
	width: 14.5%;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

div#process div.separator {
	width: 2.5%;
	background-image: url('process-separator.png');
}

div#process-1{
	background-image: url('process-1.png');
}

div#process-2 {
	background-image: url('process-2.png');
}

div#process-3 {
	background-image: url('process-3.png');
}

div#process-4 {
	background-image: url('process-4.png');
}

div#process-5 {
	background-image: url('process-5.png');
}

div#process-6 {
	background-image: url('process-6.png');
}

div#pref {
	padding: 20px 4%;
}

div#pref div.pref {
	float: left;
	margin: 0px 0px;
	padding: 14pt 2%;
	width: 46%;
}

div#pref div.pref div {
	border-left: 8px solid;
	padding: 10px;
	height: 123px;
	overflow: hidden;
	padding-left: 96px;
	background-position: 16px 50%;
	background-repeat: no-repeat;
}

div#pref div.pref h3 {
	margin-top: 0px;
	font-size: 17.5pt;
	font-weight: normal;
}


div#pref div.pref p {
	font-size: 10.5pt;
	margin-bottom: 0px;
}

div#pref-1 div {
	background-image: url('pref-1.png');
	color: #4d804d;
}

div#pref-2 div {
	background-image: url('pref-2.png');
	color: #b36265;
}

div#pref-3 div {
	background-image: url('pref-3.png');
	color: #709497;
}

div#pref-4 div {
	background-image: url('pref-4.png');
	color: #8f4991;
}

div#pref-5 div {
	background-image: url('pref-5.png');
	color: #bca664;
}

div#pref-6 div {
	background-image: url('pref-6.png');
	color: #ffffff;
	background-color: #004990;
}

div#footer {
	height: 109px;
	background: #ddd7c0 url('f-bg.gif') repeat-x 0px 0px;
	padding: 0px 2%;
	font-size: 9pt;
}

div#footer div.column-1 {
	padding-top: 30px;
}

div#footer div.column-2 div.column-2 {
	padding-top: 10px;
	text-align: center;
}
