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: #454545; text-decoration: none; }
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: #fff;
	font-family: Arial;
	font-size: 11px;
	color: #454545;
}
#Container {
	margin: 10px auto 10px auto;
	width: 1000px;
}
#Border {
	float: left;
	border: 1px #454545 solid;
}
#Header {
	float: left;
	width: 830px;
	height: 80px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}
#Menu {
	float: left;
	width: 830px;
	padding: 5px 10px 8px 10px;
	background-color: #980e06;
	border: 0px 0px 0px 0px;
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
}
#Content {
	float: left;
	width: 850px;
	min-height: 450px;
	padding: 0px 0px 0px 0px;
}
#Footer {
	float: left;
	width: 830px;
	height: 30px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}


#Header01 {
	float: left;
	width: 300px;
}
#Content01 {
	float: left;
	width: 520px;
	padding: 10px 10px 10px 10px;
}
#Content02 {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 10px;
}


h1 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #676767;
	margin-bottom: 20px;
}
h2 { 
	font-size: 16px; 
	font-weight: bold; 
	color: #676767;
}

.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; }
.grey { color: #676767; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 200px; border: thin solid silver; }
.select { width: 200px; border: thin solid silver; }
.submit { width: 120px; border: thin solid silver; }

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

.Profiles01 { 
	float: left; 
	width: 600px; 
}





.Articles01 {
	float: left;	
	width: 520px;
	clear: both;
	font-size: 12px;
}
.Articles01 img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px #000000 solid;
}
.selectPageSelectors {
	width: 40px;
	border: thin solid silver;
}





#Content100 {
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
}










#NewHeader {
	float: left;
	width: 1000px;
	height: 95px;
	border-bottom:1px solid #5e5d5b;
}
#NewHeaderLeft {
	float: left;
	width: 110px;
	height: 65px;
	padding: 42px 0 0 10px;
}
#NewHeaderRight {
	float: right;
	width: 310px;
	height: 65px;
	padding: 10px 0 0 0;
}
#NewMenu {
	float: left;
	padding: 10px 0 30px 210px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}
#NewMenu a { color: #5e5d5b; text-decoration: none; font-weight: normal; }
#NewMenu a:hover { color: #f40108; text-decoration: none; }
#Holder {
	float: left;
	width: 1000px;
	min-height: 300px;
	padding: 0px 0px 30px 0px;
}
#HolderLeft {
	float: left;
	width: 160px;
	min-height: 300px;
}
#HolderRight {
	float: right;
	width: 820px;
	min-height: 300px;
}

