html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #000000; text-decoration: underline; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaaaaa dashed; margin: 10px 0px 10px 0px; }

body {
	background-color: #131B25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#Menu {
	float: left;
	width: 140px;
	padding: 60px 10px 10px 30px;
	color: #D65325;
	font-size: 12px;	
	text-align: left;
}
#Menu a {
	color: #B7CCCC;
	text-decoration: none;
}
#Menu a:hover {
	text-decoration: underline;
}
#Menu ul {
	padding-left: 24px;
}
#Menu li {
	padding: 5px 0px 5px 0px;
	list-style-image: url('images/index04.gif');
}

#BreadCrumb {
	float: left;
	width: 590px;
	height: 44px;
	color: #b7cccc;
	padding: 4px 0px 0px 0px;
}
#BreadCrumb a {
	color: #b7cccc;
}
#Content {
	float: left;
	width: 568px;
	height: 340px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-right: 2px #000000 solid;
	overflow: scroll;
	text-align: left;
}
#Footer {
	float: left;
	width: 800px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#Footer a {
	color: #CCCCCC;
}




h1 { font-size: 20px; color: #131B25; padding-bottom: 10px; }
h2 { font-size: 16px; font-weight: bold; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000000; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 250px; padding: 2px; border: thin solid silver; }
.select { width: 250px; padding: 2px; border: thin solid silver; }
.textarea { width: 250px; height: 50px; padding: 2px; border: thin solid silver; }
.submit { width: 120px; border: thin solid silver; }




/* Products */
#MiniBasket { 
	float: right;
	width: 480px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
}
.MiniBasketHeader { 
	font-size: 14px; 
	font-weight: bold; 
}
.Product { 
	float: left; 	
	width: 100%; 	
	padding: 10px 0px;
	text-align: center;
	color: #666666;	
}
.Product a { 
	color: #666666;	
}
.ProductImage { 
	float: left; 
}
.ProductDescription { 
	float: left; 
	width: 75%; 
	padding-left: 10px; 
}
.Header01 { 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000;
}
.Header02 { 
	font-size: 12px; 
	font-weight: bold; 
}
.Table01 { 
	background-color: #000000; 
	color: #ffffff; 
	font-weight: bold; 
}
.Table02 { 
	background-color: #ffffff; 
	color: #000000; 
}
.DottedLine { 
	width: 100%; 
	border: none 0; 
	border-top: 1px #000000 dashed; 
	height: 1px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
}
.SubmitButton { 
	font-family: Arial; 
	font-size: 12px; 
	width: 180px; 
}
