body{
	margin:0px;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
    background:#000000;;
    background-repeat: repeat-x;
	font-size:13px;
	color: white;
}

html{ 
	height: 100%;
}

.clear{
	clear: both;
}

p{ 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}
img { 
    border: 0;
}
h1{ 
  	margin: 0;
  	padding: 15px 0 0 0;
}
h2, h3, h4, h5, h6 { 
  	margin: 0 0 10px 0;
  	padding: 15px 0 5px 0;
  	color: #ffffff;
}
h2, h2 a{ 
  	color: #ffffff;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	color: #ffffff;
}

h5, h6{ 
  	padding: 0 0 15px 0;
  	color: #ffffff;
}
h6{ 
    color: #362C20;
}

a{
	outline: none;
  	text-decoration: none;
  	color:white;
}

a:hover {
  	text-decoration: none;
  	color: #9799e8;
}

ul{ 
	margin: 2px 0 22px 17px;
}

ul li{ 
  	margin: 0 0 6px 0; 
  	padding: 0 0 4px 5px;
	list-style-type: none;
}

ol{ 
	margin: 8px 0 22px 20px;
}

ol li{ 
	margin: 0 0 11px 0;
}

/**
* Layout Specific
*/
.auto_margin{
	margin: auto;
}

#wrapper_outer{
/*    background:url(images/bg_image.jpg) top center no-repeat;*/
}
#global_wrap{
    width:990px;
	margin:auto;
	padding:4px;
	border:1px solid #353535;
	-moz-border-radius: 5px;  /** rounder border **/
    border-radius: 5px;   /** rounder border **/
}
/**
* Header with Logo and Search
*/
#header{
	width: 990px;
	height: 125px;
	 background:url(images/header.jpg) top center repeat-x;
}

#header #header_left{
	width: 500px;
	padding: 0;
	float: left;
	font-size: 14px;
}
#header #header_left h1{
	font-size: 40px;
}
#header #header_right{
	width: 200px;
	height: 30px;
	margin-top: 10px;
	float: right;
}
#logo{    
    float:left;
}

.logo_name{   
    color: #8eb421;
    font-size:50px;
    font-weight:bold;
}

.logo_colour{ 
    color: #655349;
    font-size:50px;
    padding: 0 0 0 5px;
}
.title_desc{    
    color: #aca69c;
    padding:0 0 15px 90px;
    font-size:16px;
    font-weight:bold;
}
/**
* Banner
*/
#banner{
	width: 990px;
    height:auto;
    padding:0;
    margin:0;
	clear: both;
	overflow: hidden;
}
/*
 Main Content
*/
#wrapper_content {
    width:980px;
	padding:0px 0 30px 0;
	margin:auto;
	background:#000000;
	background:#000000;
    clear: both;
	border:1px dotted #6f6f6f;
    border-width:0 0 1px 0;

}

#component
{
	width: 980px;
    margin:0;
    padding: 0;
    float:left;
}

#component p {
    padding: 0;
}
/**
* Side bar
*/
#side_bar{
	width: 250px;
	float: right;
    margin:0;
}
#side_bar .widget{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;  
}
/*
 Footer
*/
#footer {
    padding:0;
    background:url(images/footerbg.jpg) top center repeat-x;
	height:61px;
	color:#FFFFFF;
    font-style:italic;
	
}
#footer a{
   
	color:#FFFFFF;
}
#footer a:hover {
}
/**
* Widget
*/
.widget h3{
    margin: 0;
    padding: 0;
}
.widget .widget_title{
    margin: 20px 0 0 0;
    padding: 4px 10px;
  
    color:#ffffff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: #555565 solid 1px;
    display: block;
}
.widget .side_row{
    margin:0;
    padding:0;
}
.widget .side_row li{
    margin:0px;
    padding: 3px 10px;
    line-height:24px;
    /*list-style: none;
    
    display:block;*/
}
#side_bar ul li a{
    text-transform: none;
    font-weight: 400;
    font-weight: 500;
    color: gray;
}

.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
	width:inherit;
}

.widget .side_row input.search{
    width: 134px;
    padding: 4px;
	border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
}

.widget .side_row .search_btn{
	width: 33px;
	height: 33px;
	background: url(images/search.png);
}

.widget .side_row .search label{
    display: none;
}

.widget form.login input{
	width: 200px;
}
/**
* Pagination
*/
.pagination a
{
    padding:5px;
}

.pagination strong
{
    border:1px solid white;
    color:#FFFFFF;
    padding:5px;
}

/* 
Contact Form Validation
*/
.success, .validation {
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

.widget ul
{
  padding:0px;
  list-style-position:inside;
  list-style-image:url(http://rovelljewels.com.my/template/pro/rovell_jewellery/rovelljewellery/css/images/bullet.png);
}

/*
Banner Rotator
*/
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    top: -50px;
    left: 10px;
    z-index: 99;
}
.slide_nav{
    width:10px;
    margin:1px; 
    padding:3px;
    float:left;
    font-size: 16px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}

/* Contact Info */
.email span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_email.png');
    background-repeat: no-repeat;
}
.mobile span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_mobile.png');
    background-repeat: no-repeat;
}
.phone span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_tel.png'); 
    background-repeat: no-repeat;
}
.fax span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_fax.png'); 
    background-repeat: no-repeat;
}
.address{    
    width: 200px;
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_website.png');
    background-repeat: no-repeat;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear:both;
    font-weight:bold;
}



/** CUSTOM **/


/* Sub menu */
.sub_menu
{
width:150px;
float: left;
}

.sub_menu ul
{
padding:0px;

}

.sub_menu li a
{

font-size:12px;
color:#FFFFFF;
text-decoration:none; /** this removes underline **/

}

.submenu li a:hover, #menu li a.active
{
 background-color: black;
}

ul.sub_menu{

}
.sub_menu li{
margin: 0 !important;
}

.sub_menu  li a{

}

.clear_div{
    clear:both;
}

.coupon_div
{
    padding:5px;
}

/*  main menu */
.widget.menumain{
width: 700px;
float: left;
margin: 0px 0 0 0;
}

.top_login 
{
    width:990px;
    text-align: right;
    margin:auto;
    padding-bottom:5px;
}

.button_login
{
    width:50px;
    float: right;
    background-image: url('images/seperator.jpg');
    background-repeat: no-repeat;
}
.button_register
{
    float: right;
}

.button_user
{
    min-width:100px;
    float:right;
    padding: 5px 0 0 5px;
}


/*
Banner Rotator
*/
#coin-slider-wrapper { margin-left:auto; margin-right:auto; }
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a {text-decoration: none; outline: none; border: none; }
.cs-title { background-color: black; color: white; margin-bottom:0px; margin-left:0px; padding:10px 0 10px 0;}
.cs-active { background-color: gray; color: #FFFFFF; }
.cs-next{ display: none;}
.cs-prev{ display: none;}
#coin-slider-wrapper .cs-buttons {left:900px !important; margin-left:10px !important; position:absolute !important; top:210px; padding:0 !important; }
#coin-slider-wrapper .cs-buttons a {margin-left: 5px; height: 15px; width: 13px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; padding-left:5px;}

