@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px}
body {
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:62.5%;
	background-color: #333333;
	color: #FFFFFF;
	margin: auto;
}
img{border:0px}
#stage{
	width:800px;
	background-color: #000000;
	margin: auto;
	border: solid 1px #666;
	margin-top: 5px;
}
#stagewhite{width:800px;
	background-color: #ffffff;
	margin: auto;
	border: solid 1px #666;
	margin-top: 5px;}



#logo{width:800px;height:99px;background-image:url(images/SHAMROCK_01.jpg)}
#logowhite{width:800px;height:99px;background-image:url(images/logowhite.jpg)}

#header{
	width:800px;
	height:28px;
}
h1{
	width:800px;
	height:28px;
	background-image:url(images/SHAMROCK_02.jpg);
	text-indent: -5000px;
}
#break{
	width:800px;
	height:54px;
	background-image:url(images/SHAMROCK_03.jpg);
	background-repeat:no-repeat;
}
#breakcontact{
	width:800px;
	height:54px;
	background-image:url(images/contactus.jpg);
	background-repeat:no-repeat;
}
#breaktestimonials{width:800px;
	height:54px;
	background-image:url(images/testimonials.jpg);
	background-repeat:no-repeat;}
#breakwhite{
	width:800px;
	height:54px;
	background-image:url(images/break.jpg);
	background-repeat:no-repeat;
}
#breakourjewellery{	width:800px;
	height:54px;
	background-image:url(images/ourjewellery.jpg);
	background-repeat:no-repeat;
}
#breakhowtofindus{	width:800px;
	height:54px;
	background-image:url(images/howtofindus.jpg);
	background-repeat:no-repeat;
}
#content{
	width:800px;

height;200px;
}
#content-right{
	width:500px;
	margin-left:20px;
	padding-right:10px;
	float: left;
	text-align: justify;
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#content-rightwhite{
	color:#000000;
	width:500px;
	margin-left:20px;
	padding-right:10px;
	float: left;
	text-align: justify;
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
	
#diamonds{
	width:800px;
	height:198px;
	background-image:url(images/SHAMROCK_06.jpg);
	clear: both;
}
#diamondswhite{
	width:800px;
	height:198px;
	background-image:url(images/diamondswhite.jpg);
	clear: both;
}
#address{
	width:200px;
	margin-left:25px;
	padding-right:20px;
	border-right:solid 1px #fff;
	float: left;
	text-align: right;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
#addresswhite{
	width:200px;
	margin-left:25px;
	padding-right:20px;
	border-right:solid 1px #000;
	float: left;
	text-align: right;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	color:#000
}
#nav{
	width:140px;
	float:right;
	margin-right:100px;
	font-size:1.1em;
	border-left: solid 1px #fff;
	padding-left: 5px;
	margin-top: 11px;
	line-height: 0.9;
}
#nav a{
	text-decoration:none;
	color:#000000;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#nav a:hover{
	background-color:#FFFFFF
}
#footer{
	height:103px;
	width:800px;
	background-image: url(images/footer.jpg);
}
#footerwhite{
	height:103px;
	width:800px;
	background-image: url(images/footerwhite.jpg);
}
#footertextleft{
	width:300px;
	float:left;
	font-size:1em;
	margin-top: 10px;
	margin-left: 32px;
}
#footertextleftwhite{
	width:300px;
	float:left;
	font-size:1em;
	margin-top: 10px;
	margin-left: 32px;
	color:#000000
}
#footertextleftwhite a{
	
	color:#000
}
#footertextleftwhite a:hover{
	
	color:#fff;background-color:#000;
}
#footertextright{
	width:430px;
	float:right;
	font-size:1em;
	margin-top: 10px;
	margin-right: 32px;
	text-align: right;
}
#footertextrightwhite{
	width:430px;
	float:right;
	font-size:1em;
	margin-top: 10px;
	margin-right: 32px;
	text-align: right;
	color:#000000
}
#footertextrightwhite a{

	color:#000000;text-decoration: none;
}

#footertextrightwhite a:hover{background-color:#000;color:#fff}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{background-color:#FFFFFF;color:#000000}
