body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	width: 1024px;
	color: #424242;
}
img {
	border: 0;
}

table {
	 border: 0;
	 border-spacing: 0px; 
}
th {
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	background-color: #c8c8c8;
	font-size: 110%;
}
td {
	text-align: left;
	padding: 5px;
	font-size: 95%;
	color: #424242;
}
#header {
	background-image: url(images/bg-header.png);
	width: 1024px;
	height: 120px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#header .logo {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0px;
	left: 50px;
	float: left;
}
#header .brp {
	padding: 0;
	float: right;
	position: relative;
	top: 50px;
	
}
#header .top_menu {
	height: 20px;
	margin: 6px 45px 0 0;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	float: right;
	width: 350px;
}

.top_menu a:link,
.top_menu a:active,
.top_menu a:visited {
	color: #424242;
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
}

.top_menu a:hover,
.top_menu a.selected {
	color: #c8c8c8;
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
}

#menu {
	width: 1024px;
	height: 32px;
	background-image: url(images/bg-menu.png);
	padding: 0;
	margin: 0;
}

#menu a:link,
#menu a:active,
#menu a:visited {
	color: #424242;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding: 8px 0 0 70px;
	
}

#menu a:hover,
#menu a.selected {
	color: #8d0909;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding: 8px 0 0 70px;
}

#container {
	padding: 0;
	margin:0 auto;
	position:relative;
	width: 1024px;
	overflow: hidden;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}


#brand_logo {
	background-color: #ffffff;
	margin: 10px 0 5px 55px;
	padding: 10px;
	width: 895px;
}

#brand_logo img {
	height: 40px;
	padding: 0 15px 0 10px;
	margin: 0;
}

#left_menu {
	padding: 10px 5px 10px 0;
	margin: 10px 0 0 0;
	float: left;
	width: 180px;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #afb3b3;
	overflow: hidden;
}

#left_menu a:link,
#left_menu a:active,
#left_menu a:visited {
	padding: 0 5px 5px 0;
	height: 20px;
	text-decoration: none;
	color: #424242;
	display: block;
}

#left_menu a:hover,
#left_menu a.selected {
	padding: 0 5px 5px 0;
	height: 20px;
	text-decoration: none;
	color: #8d0909;
	display: block;
}

small {
	font-size: 10px;
	color: #6f6f6f;
	padding: 0 0 0 30px;
}

#content {
	margin: 0 0 0 50px;
	padding: 5px 0 20px 20px;
	background-image: url(images/bg-content.png);	
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 900px;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 5px 0 20px 0;
}

#content p {
	padding: 0 10px 0 0;
	text-align: justify;
	color: #424242;
	line-height: 20px;
	font-size: 95%;
}
#content li {
	padding: 8px;
	text-align: justify;
	color: #424242;
	font-size: 95%;
}
#content_detail {
	margin: 0;
	padding: 15px;
	width: 650px;
	float: left;
}
.content_pictures {
	width: 220px;
	float: left;
}

.content_pictures img {
	background-color: #afb3b3;
	padding: 2px;
	margin: 5px 0 0 0;
	clear: both;
}

#screenshot{
	position:absolute;
	border:1px solid #afb3b3;
	background:#fff;
	padding:5px;
	display:none;
	font-size: 85%;
	color:#6f6f6f;
}

.content_html {
	margin: 5px 0 10px 0;
	width: 425px;
	float: left;
}
.content_html p {
	margin: 0;
	padding: 0;
}
#content_description {
	text-align: center;
	background-color: #000000;
	padding: 5px;
}
#content_description h2 {
	font-size: 16px;
	font-weight: bold;
	color: #c8c8c8;
	margin: 0;
	padding: 5px 10px 10px 0;
	text-align: right;
}
#footer {
	background-color:#d8d8d8;
	border-top: 1px solid #17242c;
	padding: 15px 24px 0 0;
	margin: 1px 0 0 0;
	text-align: right;
	color: #17242c;
	width: 1000px;
	height:20px;
	font-size: 95%;
	clear: both;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #17242c;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.spacer {
	height:0px;
	clear:both;
}

/* Easy Slider */

	/* image replacement */
  .graphic, #prevBtn, #nextBtn{
	   width: 915px;
		 height:350px;
     margin:0;
     padding:0;
     display:block;
     overflow:hidden;
     text-indent:-8000px;
  }
  /* // image replacement */

	#slider{
		position: relative;
		top: 3px;
		left: 55px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 915px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		height:50px;
		position:absolute;
		left:25px;
		top:175px;
		}	
	#nextBtn{ 
		left:950px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:50px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* END SLIMBOX */
