/* ====================== DIV POSITIONING ======================= */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	position: relative;
	top: 30px;
	width: 950px;
	height: 485px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #ED1C24;
}

#leftbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 397px;
	height: 485px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-position: right;
	background-repeat: no-repeat;
	border-right: 1px solid #ED1C24;
	z-index: 8;
}
.breadcrumb{
	background-color:#eeeeee;
	padding:3px;
	margin-top:5px;
}
#content {
	position: absolute;
	top: 10px;
	left: 407px;
	width: 516px;
	height: 450px;
	margin: 0px;
	padding: 10px 5px 5px 10px;
	overflow: auto;
	text-align: left;
	font-family: verdana, arial;
	font-size: 10px;
	color: #666;
	border: 1px solid #ccc;
}

#content-sitemap {
	position: absolute;
	top: 10px;
	left: 407px;
	width: 516px;
	height: 450px;
	margin: 0px;
	padding: 10px 5px 5px 10px;
	overflow: auto;
	text-align: left;
	font-family: verdana, arial;
	font-size: 10px;
	color: #666;
	border: 1px solid #ccc;
}

#orderbanner {
	position: absolute;
	top: 404px;
	left: 406px;
	width: 536px;
	height: 85px;
	margin: 0px;
	padding: 0px;
}

.orderbanner {
	position: absolute;
	right: 12px; 
	margin-top: 43px; 
	height: 20px; 
	width: 85px; 
	border: 0;
}

#footer {
	position:relative;
	margin:0px auto;
	margin-top:35px;
	width: 800px;
	height: 20px;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000;
}

#linkspacer {
	position:absolute;
	top:420px;
	font-size: 1px;
	width: 500px;
	height: 2px;
	background: #666;

}

#moreLinks{
	position:absolute;
	top:428px;
	padding-top:5px;
	padding-left:5px;
	margin-left:2px;
	width:522px;	
	text-align:Center;
	left:0px;
	background-color:#f8f8f8;
	border-top:1px solid #eeeeee;
}

/* ====================== STYLE ======================= */


#leftbox ul {
	position: absolute;
	height:auto;
	bottom: 0px;
	margin: 0 0 75px 10px;
	padding: 0;
	z-index: 11;
	background-image:url(../images/bg_on.gif);
	background-position:top left;
	background-repeat:repeat;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#leftbox li {
	width: 359px;
	list-style-type: none;
	display: block;	
	line-height: 24px;
	height: 24px;
	text-indent: 14px;
	padding:0 0 2px 0;

}

#leftbox li.first {

}
#leftbox li.last{
	border-bottom:0;
	line-height:21px;
	height:21px;
}

#leftbox a {
	color:#BC0F16;
	width: 359px;
	height: 22px;
	z-index: 11;
	display: block;	
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style:italic;
}

/*#leftbox a:hover {
	background-color: #fff;
	padding:0 0 4px 0;
	line-height: 24px;
	height: 24px;
}*/



#footer a {
	display: inline;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px 12px 0px 12px;
}

#content h1 {
	font-size: 23px;
	font-weight: bold;
	color: #ce1810;
	margin: 0px 15px 0px 0px;
}

#content h2 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	margin: 0px 15px 0px 0px;
}

h3 {
	font-size: 10px;
	margin: 0px 10px 0px 0px;
}

#content p {
	margin: 5px 15px 20px 0;
}

#content ul.links {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#content li.links {
	margin: 0px 10px 0px 0px;
	list-style-type: none;
	display: inline;
}

#content a {
	color: #f00;
}

#content-sitemap a {
	color: #f00;
}

.links a {
	text-transform: capitalize;
}