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: #A7A9AC; text-decoration: underline; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaa dotted; margin: 0px 0px 10px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; font-weight: bold; }

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #A7A9AC;
}
#Container {
	margin-left:70px;
	width: 1030px;
}
#Border {
	float: left;
	border: 0px #000 solid;
}
#Header {
	float: left;
	width: 1030px;
	height: 140px;	
}
#Logo {
	float: left;
	width: 145px;
	height: 35px;
	padding-top:45px;
}
#NumNavigation {
	float:left;
	width: 735px;
	height: 40px;
	margin-left:300px;
}
#Holder {
	float: left;
	width: 1030px;
	min-height: 500px;
	background-color: #ffffff;
}
#Menu {
	float: left;
	width: 155px;
	height: 500px;	
}
#Menu ul { list-style:none; padding:0px; font-weight:normal; }
#Menu ul li { font-weight:normal; padding:1px; margin:0px }
#Menu a { color: #A7A9AC; text-decoration:none; }
#MenuTop a:hover { color: #333; text-decoration:none;  }
#MenuTop { width:inherit; height:315px; }
#MenuBottom { width:inherit; height:105px; font-weight:bold; padding: 6px 0px 0px 0px; }
#Content {
	float: left;
	width: 640px;
	min-height: 420px;	
}
#ContentLeft {
	float:left;
	min-height:inherit;
	width:145px;
}
#ContentLeft a:hover { color: #333; text-decoration:none;  }
#ContentRight {
	float:right;
	min-height:inherit;
	width:495px;
	overflow:hidden;
}
#ContentSpace {
	float:left; width: 35px; min-height:420px
}
#ContentInfoLeft {
	float:left; width: 200px; min-height:420px
}

#Footer {
	float: left;
	width: inherit;
	height: 10px;
	padding-top:90px;
	font-size:8px;
}


h1 { font-size: 17px; font-weight: bold; margin: 5px 0px; line-height:20px; }
h2 { font-size: 16px; font-weight: bold; margin: 5px 0px; }
h3 { font-size: 14px; font-weight: bold; margin: 5px 0px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000; }
.red { color: #CC0000; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 280px; border: 1px #aaa solid; }
.select { width: 280px; border: 1px #aaa solid; }
.submit { width: 120px; border: 1px #aaa solid; }

.orange { color:#F4812E }

/* Products */
#MiniBasket {
	height: 15px;
}
.MiniBasketHeader { 
	font-size: 14px; 
	font-weight: bold; 
}
.Product { 
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
.ProductImage { 
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
}
.ProductDescription { 
	float: left; 
	width: 400px; 
}
.Header01 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
}
.Header02 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
	padding: 0px;
}
.Table01 { 
	background-color: #888; 
	color: #ffffff; 
	font-weight: bold; 
}
.Table02 { 
	background-color: #eee; 
	color: #000; 
}
.Table02 img { 
	border: 0px; 
}
.SubmitButton { 
	font-family: Arial; 
	font-size: 12px; 
	width: 180px; 
}


/* Articles */
.Articles01 {
	float: left;	
	width: 600px;
	clear: both;
}
.Articles01 img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px #000 solid;
}
.selectPageSelectors {
	width: 40px;
	border: 1px #eee solid;
}


/* Profiles */
.Profiles01 {
	float: left;	
	width: 600px;
	clear: both;
}
.Profiles01 img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px #000 solid;
}
.selectPageSelectors {
	width: 40px;
	border: 1px #eee solid;
}


#Content100 {
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #fff;
}
