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: #333333; 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 {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999999;
}
#Container {
	margin: 55px auto 25px auto;
	width: 900px;
}
#Border {
	float: left;
	border: 0px #000 solid;
}
#PageType1 {
	float:left;
	width:900px;
	min-height:480px;
}
#PageType1Left {
	float:left;
	width:430px;
	min-height:inherit;
}
#PageType1Right {
	float:right;
	width:470px;
	min-height:inherit;
}

#Header {
	float: left;	
	width: 900px;
	height: 55px;
	font-size:16px;
	font-weight:bold;	
}
#Header a { text-decoration:none; color:#999999 }
#Holder {
	float: left;
	width: 900px;
	min-height: 425px;	
	background: url('images/holder.gif') no-repeat bottom left;
}
#Menu {
	float: left;
	width: 180px;
	min-height: 355px;	
	padding-bottom:70px;
	
}
#Menu a { text-decoration:none; color: #999999; }
#Menu li { list-style:none  }

#Content {
	float: right;
	width: 720px;
	min-height: 400px;
	padding-bottom:25px;	
}
#Footer {
	float: left;
	font-size:11px;
	width: 900px;
	height: 25px;
	padding-top:35px;
	vertical-align:bottom;
	background: url('images/footer.gif') no-repeat bottom left;
}
#FooterLeft {
	float: left;
	width: 150px;
	height: 18px;
	padding:7px 0px 0px 30px;
	vertical-align:bottom;	
}
#FooterMid {
	float: left;
	width: 170px;
	height: 18px;
	padding:7px 0px 0px 48px;
	vertical-align:bottom;	
	background: url('images/green-register.gif') no-repeat bottom left;
}
#FooterRight {
	float: right;
	width: 480px;
	height: 18px;
	padding-top:7px;
	vertical-align:bottom;
	text-align:right;	
}


h1 { font-size: 16px; font-weight: normal; margin:0; margin-bottom:10px; }
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; }
.selected { color:#333333 }


/* 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;
}

