body {
	margin: 20px 0px 0px 0px;
	font-family: "Lucida Grande", arial, sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
}
p.copyright {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	color: #669933;
	margin: 0px 0px 10px 0px;
}
table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 11px;
	width: 100%;
}
td, th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.qty {
	width: 50px;
	text-align: center;
}
.product {
	text-align: left;
}
.price {
	width: 80px;
	text-align: right;
}
.total {
	width: 140px;
	text-align: right;
}
a:link, a:active, a:visited {
	color: #336699;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
	outline: none;
}
a:hover {
	color: #336699;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
}

/* ID's ---------- ---------- ---------- ---------- */
#main {
	width: 934px;
	margin: 0px auto;
}
#global_menu {
	width: 895px;
	height: 42px;
	padding: 15px 0px 0px 39px;
	background-image: url("../../img/global_menu_bg.png")
}
#header {
	width: 934px;
	height: 140px;
	background-image: url("../../img/header_bg.png");
}
#main_menu {
	width: 885px;
	height: 32px;
	padding: 1px 0px 0px 49px;
	overflow: hidden;
	background-image: url("../../img/main_menu.png");
}
#content_top {
	width: 934px;
	height: 26px;
	background-image: url("../../img/content_top_bg.png");
}
#content {
	width: 854px;
	padding: 0px 40px 0px 40px;
	overflow: hidden;
	background-image: url("../../img/content_bg.png");
	background-repeat: repeat-y;
}
#content_bottom {
	width: 934px;
	height: 26px;
	background-image: url("../../img/content_bottom_bg.png");
}
#sidebar {
	width: 170px;
	float: left;
	position: relative;
}
#social a {
	color: #336699;
	font-size: 16px;
	margin-left: 15px;
	text-decoration: underline;
	line-height: 20px;
}
#social a:hover {
	color: #336699;
	font-size: 16px;
	margin-left: 15px;
	text-decoration: none;
	line-height: 20px;
}
#sidebar h2 {
	font-size: 16px;
	color: #336699;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 45px;
}
img {
	border: none;
}
p.top {
	font-size: 16px;
	color: #336699;
	font-weight: normal;
	margin-left: 15px;
}
#create_user {
	margin-bottom: 20px;
}
#info {
	margin-bottom: 10px;
}
#news, #blogs {
	width: 620px;
	float: right;
	position: relative;
}
#news {
	margin-bottom: 30px;
}
#add_user_form {
	width: 630px;
	float: right;
	position: relative;
	margin-bottom: 10px;
}
#sitemap {
	width: 919px;
	height: 205px;
	padding-left: 25px;
	background-image: url("../../img/sitemap_bg.png");
}
#footer {
	width: 932px;
	height: 43px;
	text-align: center;
	padding: 13px 0px 0px 0px;
	background-image: url("../../img/footer_bg.png");
	font-size: 10px;
}
#footer a:link, a:active, a:visited {
	font-size: 10px;
	margin: 0px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#login_form {
	position: relative;
	left: 502px;
	top: 1px;
	width: 174px;
	height: 105px;
	padding: 20px 10px 10px 16px;
	text-align: left;
	background-image: url("../../img/login_bg.png");
	z-index: 300;
	overflow: hidden;
}
#login_form fieldset {
	width: 200px;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#login_form label {
	font-size: 10px;
	color: #FFF;
	margin-bottom: 4px;
}
#login_form input {
	width: 162px;
	height: 18px;
	border: 1px solid #CCC;
	background-color: #333;
	color: #FFF;
	margin-bottom: 6px;
	outline: none;
}
#login_form .login_submit {
	width: 55px;
	height: 20px;
	text-align: center;
	color: #FFF;
	float: right;
	margin-right: 34px;
}

/* Classes ---------- ---------- ---------- ---------- */
#cat_overlay ul {  
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cat_overlay li {
	width: 210px;
	height: 32px;
	float: left;
	color: #191919;
	text-align: center;
	background-image: url("../../img/cat_inf_bg.png");
	border: 1px solid #000;
	overflow: hidden;
	padding: 5px;
	padding-top: 20px;
}
.left_cat {
	margin-right: 95px;
}
.middle_cat {
	margin-right: 80px;
}
.right_cat {
	margin-left: 11px;
}
#cat_overlay a {  
	color: #FFF;
	text-decoration: none;
	outline: none;
	font-size: 16px;
}
p.inf {
	font-size: 10px;
	color: #FFF;
	margin-top: 60px;
}
#sidebar ul {
	color: #333366;
	font-size: 12px;
	margin: -10px 0px 0px -8px;
}
#sidebar .list_link {
	color: #333366;
	font-size: 12px;
	margin-left: 0px;
	text-decoration: underline;
	line-height: 20px;
}
p.details {
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}
span.ilike {
	float: right;
	margin-right: 0px;
}
.details strong {
	color: #666;
}
#main_menu a {
	margin: 0px 50px 0px 0px;
	float: left;
}
#blogs img {
	margin: 10px;
}
#blog_content {
	width: 615px;
	overflow: hidden;
}
#global_menu a {
	margin: -1px;
}
div.blog_img {
	float: left;
	width: 140px;
	margin-top: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.blog_text {
	float: right;
	width: 460px;
	margin-bottom: 20px;
}
div.blog_text a:link, a:active, a:visited {
	font-size: 10px;
	color: #333366;
	text-decoration: underline;
}
div.blog_text a:hover {
	text-decoration: none;
}
.sitemap_content {
	float: left;
	position: relative;
	width: 170px;
	padding: 10px 0px 0px 40px;
}
.sitemap_content a {
	line-height: 17px;
	color: #663366;
	text-decoration: none;
	font-size: 12px;
}
.sitemap_content a:hover {
	text-decoration: underline;
}
a.sub {
	margin-left: 5px;
}
.top_ill {
	float: right;
	margin: 1px 0px 20px 8px;
}
#add_user_form .submit {
	float: right;
	margin-top: 14px;
}

/* Category ---------- ---------- ---------- ---------- */
#cat_overlay {
	position: absolute;
	width: 852px;
	height: 382px;
	padding: 0px;
	z-index: 99;
}
.cat_bg {
	position: relative;
	width: 852px;
	height: 382px;
	z-index: 0;
}
img.cat_bg {
	width: 220px;
	height: 382px;
	float: left;
	border: 1px solid #000;
	margin-right: 95px;
}
img.cat_bg_right {
	width: 220px;
	height: 382px;
	float: right;
	border: 1px solid #000;
}
img.cat_bg_middle {
	width: 220px;
	height: 382px;
	border: 1px solid #000;
}

/* Div Classes ---------- ---------- ---------- ---------- */
div.user_added {
	border: 1px solid #000;
	width: 635px;
	padding: 20px;
	margin: 15px 20px 15px 20px;
	font-size: 12px;
	padding: 20px 0px 20px 20px;
	border: 1px solid #A5A8B8;
}


