/*html tags 
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	border-bottom-style: solid;
	border-bottom-width: 0.05ex;
	border-bottom-color: #EDCDC5;
	color: #990000;
	clear: both;
}
h2 {
	font-size: small;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*End html tags 
*/
/*Container styles 
*/
#wrapper {
	float: left;
	width: 720px;
	margin-bottom: 15px;
}

#header {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#content {
	width: 100%;
}
#leftCol {
	float: left;
	width: 175px;
	background-color: #F3F3F3;
}
#rightCol {
	float: right;
	width: 513px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#footer {
	background-color: #990000;
	height: 30px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer, #footer P, #footer A {
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
}

/*End Container styles 
*/
/*Custom styles 
*/
.border {
	border-right-width: 0.05em;
	border-left-width: 0.05em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 20px;
}
.leftmenu{
	list-style-type: none;
	padding: 3px 3px 3px 10px;
	margin-left: -40px;
	color: #000000;
	font-size: small;
	text-decoration: none;
	border: 0.05em solid #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

a.menu:link, a.menu:active, a.menu:hover, a.menu:visited {
	color: #000000;
	text-decoration: none;
}a.menu:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:link, a:visited, a:hover, a:active {
	color: #FF0000;
}
a:hover {
	color: #FF9900;
}
input {
	font-size:small;
}
textarea {
	font-size:small;
}
#smltext {
	font-size: xx-small;
}
#catForm {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bCrumbs {
	font-size: x-small;
}
.orderBox {
	border: 1px solid #990000;
	padding: 10px;
	width: 110px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.orderBox h1 {
	margin: 0px;
}
/*Custom styles 
*/
