@charset "utf-8";
/* CSS Document */



body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/Images/diamond_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFffff;
	background-attachment: fixed;
}


a:link{
	color: #000000 !important;
	text-decoration: none !important;
}


h1{
	padding: 1px;
	margin: 0px;
	font-size: 24px;
	color: #000000;
	/*font-style: italic;*/
	font-weight: bold;
	font-family: arial, Georgia, "Times New Roman", Times, serif;
}

input #catwebformbutton{
	border: 1px solid red;
}

p{
	font-size: 14px;
	/*color: #999999;*/
	color: #000000;
	padding: 2px;
	margin: 2px;
	line-height: 18px;
}

#twitter-update-list li{
	border: none;
	text-decoration: none;
}

.contentArea a{
	color: #000000;
	font-weight: bold;
	/*border-bottom: 1px dotted #666666;*/
	text-decoration: none;
}

.contentArea a:hover{
	color: #333333;
	border-bottom: 1px dotted #333333;
}

.pageWidth{
	position: relative;
	margin: auto;
	width: 900px;
	/*border: 1px solid red;*/
}

.leftPanel{
	position: relative;
	float: left;
	width: 200px;
	clear: none;
	text-align: right;
	padding-right: 20px;
	/*border-right: 1px solid #cccccc;*/
	/*border: 1px solid blue;*/
}

.leftPanel a{
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	
}

.leftPanel a:hover{
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	text-decoration: underline;
	/*background-color: #aaaaaa;*/

}

.mainContentArea{
	position: relative;
	float: left;
	clear: none;
	z-index: 5;
	top: 60px;
	left: 20px;
}

#flashcontent{
	float: left;
}

/*MENU STYLE STARTS*/

ul li{
	list-style: none;
	position: relative;
	float: left;
	font-size: 12px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

ul a{
	text-decoration: none;
	color: #999999;
	/*padding: 100%;*/
	height: 40px;
	width: 100%;
	display: block;
}

ul a:hover{
	/*text-decoration: underline;*/
	background-color: #aaaaaa;
	color: #FFFFFF;
}

/*MENU STYLE ENDS*/

.contentArea{
	position: relative;
	float: left;
	clear: none;
	/*width: 100%;*/
	width: 600px;
	/*border: 1px solid red;*/
	z-index: 5;
	top: 72px;
	left: 20px;
}

.contentAreaHome{
	position: relative;
	float: left;
	clear: none;
	/*width: 100%;*/
	width: 600px;
	/*border: 1px solid red;*/
	z-index: 5;
	top: 22px;
	left: 20px;
}

.mainMenu{
	position: absolute;
	left: 200px;
	top: 20px;
	/*border: 1px solid blue;*/
	z-index: 500;
	/*font-size: 0px;*/
	
}

.jewelleryTipsList .date{
      display: none;
}

.jewelleryTipsList li{
      margin-top: 10px;
}

.jewelleryTipsList a{
    text-decoration: none;
}

#experiences{
	border: 1px solid red;
}

.jenibFooter{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #aaaaaa;
	top: 200px;
	/*padding-top: 100px;*/
	/*border: 1px solid red;*/
}

.jenibFooter a{
	color: #aaaaaa;
	text-decoration: none;
}

.jenibFooter a:hover{
	text-decoration: underline;
}

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

.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	display: block;
}

.author{
	display: none;
}

ol li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
}

ol{
	-moz-padding-start: 0px !important;
}	