body {
	background: #000000 url(images/main-bg.gif) repeat-x;
	color: #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border:#FFFFFF;
}

a:link { 
	color: #9D9D9B;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #9D9D9B;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	background:url(images/main-image.jpg) no-repeat;
	height: 250px;
	width: 776px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background-color:#494949;
}

#footer {
	background: url(images/footer-bg.gif) repeat-x;
	clear: both;
	color: #FFFFFF;
	display: block;
	height: 75px;
	padding-top: 15px;
	text-align: center;
	width: 776px;
}

#left {
	float: left;
	width: 185px;
	background: #494949;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 1px;
}
#left .promo{
	text-align: center;
	margin: 25px 0px 10px 0px;
}
#menu {
	padding-top: 10px;
}
#menu a {
	background: url(images/menu-bg.gif) no-repeat;
	color: #909090;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 40px;
	padding-top: 4px;	
	width: 145px;
	text-decoration: none;
}
#menu a:hover {
	background: url(images/menu-bg2.gif) no-repeat;
	color: #CCCCCC;
}
#right {
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	width: 548px;
}
#right .con-bottom {
	text-align:right;
	padding-top:30px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}


.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}
/*/////////////////PRODUCT//////////*/
#product-table {
	margin-top: 5px;
	margin-left: 30px;
}
#product-table .prod-name {
	padding:0px 5px 15px 0px;
	vertical-align:top;
}
#product-table .prod-text1 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 5px 0px;
}
#product-table .prod-image {
	padding:0px 15px 20px 0px;
}
#page-nav {
	margin: 15px 0px 0px 0px;
	border-top:#CCCCCC double 1px;
	padding: 2px 0px 0px 5px;
}
#detail-prod {
	border:1px double #CCCCCC;
	margin-top:15px;
	margin:15px 0px 25px 0px;
	padding-bottom:15px;
}
#detail-prod .name{
	text-align:center;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	background:#CCCCCC;
	color:#000000;
}
#detail-prod .row{
	margin:0px 5px 8px 5px;
	width:530px;
}
#detail-prod .label{
	float:left;
	width:140px;
	text-align:right;
	padding:0px 15px 0px 0px;
}
#detail-prod .value{
	display:inline;
}
/*////////////////////////////////////*/