
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ababab;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#container-page {
	margin: 0 auto;
	width: 997px;
	padding-left: 34px;
	padding-right: 34px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/headerbg.gif);
	height: 126px;
}

#header-nav, #header-title {
	display: none;
}

#top_nav {
	height: 102px;
	padding-top: 8px;
	padding-left: 40px;
	border-top: 2px solid #fbae23;
	border-bottom: 1px solid #fbad20;
	background-color: #000000;
}

#top_nav a {
	color: #fbad20;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

#top_nav a:hover {
	color: #d9dcea;
}

#body {
	background-color: #232323;
	border-top: 1px solid #fbad20;
	border-bottom: 1px solid #fbad20;
	position: relative;
	padding-bottom: 200px;
}

#left {
	width: 180px;
	float: left;
	padding-left: 40px;
	padding-top: 8px;
}

#left ul {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

#left ul ul li {
	padding-left: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#left ul ul li:hover {
	background-image: url(images/bullet_hover.gif);
}

#left ul ul {
	margin-left: 0px;
}

#left a {
	color: #d9dcea;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

#left a:hover {
	color: #fbad20;
}

#right {
	margin-left: 270px;
	margin-right: 40px;
	padding-top: 10px;
	min-height: 550px;
}

#content_header h1 {
	position: absolute;
	top: -54px;
	left: 270px;
	color: #ffffff;
	padding-left: 27px;
	font-weight: normal;
	font-size: 24px;
	background-image: url(images/square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#container-foot {
	height: 102px;
	padding-top: 20px;
	border-top: 1px solid #fbae23;
	background-color: #000000;
	text-align: center;
	background-image: url(images/commerxlogo.png);
	background-repeat: no-repeat;
	background-position: 790px 40px;
	position: relative;
	color: #ffffff;
}

#footer_body {
	top:-246px;
	left: -34px;
	width: 1065px;
	padding-top: 266px;
	position: absolute;
	background-image: url(images/footerimage.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}

.footer-nav-button {
	display: inline;
	color: #ffffff;
}

.footer-nav-button a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: capitalize;
	line-height: 40px;
}

.clear {
	clear: both;
}

#content a {
	color: #fbae23;
	text-decoration: underline;
}

#content ul {
	margin-left: 12px;
	padding: 0px;
}

/* cleanup markup */

#content p {
	background: transparent !important;
	color: #ffffff !important;
}
