/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-x;
}
#navigation {
	width: 799px;
	background-image: url(images/navigation.gif);
	height: 211px;
	text-align: left;
}
#head {
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navbar {
	height: 111px;
}
#prehome {
	height: 111px;
	width: 40px;
	float: left;
}
#home {
	width: 105px;
	float: left;
	padding-top: 40px;
	padding-left: 18px;
}
#catalogue {
	float: left;
	width: 173px;
	padding-left: 30px;
	padding-top: 40px;
}
#order {
	width: 89px;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}
#social {
	width: 146px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px;
}
#contact {
	float: left;
	width: 160px;
	padding-left: 15px;
	padding-top: 25px;
}

#content {
	width: 799px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#body_copy {
	width: 799px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.centeralign {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA8FE9;
}

.textboxleft {
	padding: 0px;
	float: left;
	width: 49%;
	height: 140px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA8FE9;
}
.textboxright {
	float: right;
	width: 49%;
	padding: 0px;
	height: 140px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA8FE9;
}





p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 15pt;
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16pt;
	color: #3A126B;
}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13pt;
	color: #3A126B;
}
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	color: #3A126B;
}

.footer {
	font-size: 9pt;
	background-color: #BA8FE9;
	width: 100%;
	bottom: 0px;
}
li {
	font-size: 11pt;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 15pt;
}

#bottom {
	background-color: #BA8FE9;
	height: 100px;
	clear: both;
}
a:link, a:visited {
	font-weight: bold;
	color: #E20C7B;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #A6095B;
	text-decoration: none;
}

#f label {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#f {
	background-color: #FAF5FE;
	border: 1px solid #BA8FE9;
}

#f hr {
	color: #BA8FE9;
	background-color: #BA8FE9;
	border: 0px solid #BA8FE9;
	height: 1px;
}
.td_bdr {
	border: 2px solid #BA8FE9;
	background-color: #FFFFFF;
}
.input_items {
	border: 1px solid #CCCCCC;
}
#descriptions {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA8FE9;

}
#descriptions p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 11px;
	text-align: left;
}
.floatright {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
.clearing {
	clear: both;
}
.hidden {
	display: none;
}
.required {
	font-weight: bold;
	color: #990000;
}

