@charset "utf-8";
/*START HOME CSS*/
html {
	-webkit-font-smoothing:antialiased;
	overflow-y:scroll;
}
body {
	background-color:#000;
	margin:0;
	padding:0;
}
img {
	border: none;
}
/*START DIVS*/
article {
	display:block;
	margin:0 auto;
}
div.sitecontentwrapper {
	background-image:url(../imgs/timelyjewelsHomeBG.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	display:block;
	height:875px;
	margin:0 auto;
	position:relative;
	width:100%;
	z-index:1;
}
div.maincontentBG {
	display:block;
	margin:0 auto;
	z-index:2;
}
header{
	display:block;
	text-align:center;
}
/*END DIV*/
/*START NAV*/
a.roHomeBtn-01{
	background-image:url(../imgs/timelyJewelsHomeNavBtn_01.png);
	display:block;
	height:53px;
	margin:0;
	text-decoration:none;
	width:205px;
}
a.roHomeBtn-01:hover{
	background-position:-205px 0;
}
a.roAboutBtn-01{
	background-image:url(../imgs/timelyJewelsAboutNavBtn_01.png);
	display:block;
	height:53px;
	margin:0;
	text-decoration:none;
	width:205px;
}
a.roAboutBtn-01:hover{
	background-position:-205px 0;
}
a.roJewelryBtn-01{
	background-image:url(../imgs/timelyJewelsJwlryNavBtn_01.png);
	display:block;
	height:53px;
	margin:0;
	text-decoration:none;
	width:205px;
}
a.roJewelryBtn-01:hover{
	background-position:-205px 0;
}
a.roContactBtn-01{
	background-image:url(../imgs/timelyJewelsContctNavBtn_01.png);
	display:block;
	height:53px;
	margin:0;
	text-decoration:none;
	width:205px;
}
a.roContactBtn-01:hover{
	background-position:-205px 0;
}
#siteNav {
	display:block;
	line-height:100%;
}
#siteNav li{
	list-style:none;
}
/*main lvl*/
#siteNav a{
	color:#d38eee;
	display:block;
	text-decoration:none;
}
#siteNav .current a{
	color:#fff;
}
/*main lvl hover*/
#siteNav li:hover > a{
	color:#c146f0;
}
/*NAV END*/
/*START TXT*/
h1{
	color:#fff;
	display:block;
	font-family:'Roboto', sans-serif;
	font-size:1.5em;
	font-weight:200;
	margin:0;
	padding-top:20px;
	padding-bottom:40px;
	text-align:center;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
h2.home {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
p {
	margin:0;
}
p.johnzk{
	font-family:'Roboto', sans-serif;
	font-size:.8em;
	padding-top:150px;
	text-align:center;
}
a.jzk:link{
	color:#440908;
	text-decoration:none;
}
a.jzk:visited{
	color:#440908;
	text-decoration:none;
}
a.jzk:hover{
	color:#f0932a;
	text-decoration:none;
}
a.jzk:active{
	color:#440908;
	text-decoration:none;
}
/*END TXT*/
/*START DIV*/
div.maincontentBG {
	background-position:50% 0;
	background-repeat:no-repeat;
	height:920px;
	width:1177px;
}
/*END DIV*/
/*START NAV1*/
#siteNav {
	padding:620px 0 0 600px;
}
#siteNav li{
	float:left;
	padding:0;
	position:relative;
}
/* main level link */
#siteNav a{
	font-size:.9em;
	padding:0 21px;
}
/*END NAV1*/
/*START TXT*/
h2 {
	font-size:.8em;
	font-weight:100;
}
h2.home {
	color:#cfecf8;
	font-size:.94em;
	padding-right:250px;
	padding-top:22px;
	text-align:right;
}
p {
	font-size:1.16em;
	line-height:1.4em;
}
p.phone {
	color:#cfecf8;
	font-size:.94em;
	padding-right:250px;
	text-align:right;
}
.displacedTxt {
	position:absolute;
	left:-5000px;
}
/*END TXT*/
/*END HOME CSS*/
