body
{ 
background-image: url('../images/back_repeat.gif');
background-repeat: repeat-x;
background-color: #060606;
margin: 0 auto;
padding: 0px;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 13pt;
}

.clear { clear: both }


#totalframe
{
position: relative;
margin: auto;
width: 868px;
height: 444px;
background-image:url(../images/index_header.jpg);
background-position: top center;

}

#menu
{
position: relative;
top: 85px;
color : #fff;
width: 868px;
text-align: right;

}

#logo
{
position: absolute;
display:block;
float:left;
margin-top: 78px;
margin-left: 20px;
z-index: 999;
}

#newproduct
{
position: relative;
top: 390px;
display: block;
width: 868px;
float: right;
text-align: left;
color: #FFFFFF;
}


.newitem
{
	display:block;
	float: left;
	width: 200px;
	height: 185px;
	margin-left: 15px;
}

.newitem img
{
   margin-bottom : 10px;
}

.newitem:hover
{
	color: #ffb400;
}

.newitem:hover a
{
	color: #ffb400;
}


#footer
{
	position: relative;
	width: 868px;
	margin-top: 25px;
	text-align: right;
	margin-bottom: 10px;
}

#copyright
{
   margin-right: 20px;
   font-size: 8pt;
   color: #999999;
	
}

#footer img
{
	margin-bottom: 5px;
}


ul
{
margin : 0px;

}

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin-bottom: 20px;
	splay: block;
	height: 35px;
	list-style: none;
	text-align:right;
}

.glossymenu li{
	float:right;
	margin-right: -8px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#cacaca;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a span{
	float: left;
	display: block;
	padding: 0 18px 0 4px; /*Padding of menu items*/
}

.glossymenu li a{
	color: #fff;
	background: url(../images/menub_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a span{
	color: #fff;
	background: url(../images/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}

.glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left2.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a:hover span{
	color: #fff;
	background: url(../images/menub_hover_right2.png) no-repeat right top; /*right tab image path*/
}


img
{
	margin-right: 20px;
}


h1
{
	margin: 15px;
	margin-top: 25px;
}



p
{
    margin:10px;
	margin-bottom: 20px;
}

a:link {
color:#fff;
text-decoration:none;}
a:visited {
color:#fff;
text-decoration:none;} /* visited link */
a:hover {color:#ffb400} /* mouse over link */
a:active {color:#ffb400} /* selected link */


.roundcont {
	width: 868px;
	background-color: #19191a;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



.button{
	position: relative;
	padding: 0 0 0 0px;
	margin-bottom: 10px;
	margin-right: 25px;
	display: block;
	height: 25px;
	list-style: none;
	text-align:right;
}

.button p{
	float:right;
	margin-right: -8px;
}

.button p a{
	float: left;
	display: block;
	color:#cacaca;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;	
}

.button p a span{
	float: left;
	display: block;
	padding: 0 16px 0 4px; /*Padding of menu items*/
}

.button p a{
	color: #fff;
	background: url(../images/b_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.button p a span{
	color: #fff;
	background: url(../images/b_hover_right.png) no-repeat right top; /*right tab image path*/
}

.button p a:hover{
	color: #fff;
	background: url(../images/b_hover_left2.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.button p a:hover span{
	color: #fff;
	background: url(../images/b_hover_right2.png) no-repeat right top; /*right tab image path*/
}

a img {
	border: 0px;
	text-decoration: none;
}