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

body {
		background-image:url(images/bgimage.jpg);
		overflow:scroll;
		overflow-x: hidden;
		-ms-overflow-x: hidden;
		font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#container {
		margin: 0 auto;
		width: 1080px;
}

#logo {
		position:absolute;
		margin-top: 0px;
		margin-left: 175px;
		width: 600px;
		z-index: 1;
}

#logospace{
		margin: 0 auto;
		height:80px;	
}

/*----------------- Navigation -----------------*/


#nav{
	width: 110px;
	margin-top:100px;
	margin-left: 150px;
	
}


#nav li{
	padding-left: 10px;
	margin-bottom: 10px;
		height:50px;
		width:150px;
		border-radius: 15px 0px 0px 15px;
		-webkit-border-radius: 15px 0px 0px 15px;
		-moz-border-radius: 15px 0px 0px 15px;
		border:solid 1px #000;
		background-color:#FF0000;	
		-moz-box-shadow: 10px 10px 50px #888888, inset 10px 10px 80px #FFECEC;
		-webkit-box-shadow: 10px 10px 50px #888888, inset 10px 10px 80px #FFECEC;
		box-shadow: 10px 10px 50px #CCC, inset 10px 10px 80px #FFECEC;
		text-decoration:none;
		display:block;
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
}

#nav li:hover{
	margin-left: -20px;
			-moz-box-shadow: 5px 5px 25px #888888, inset 5px 5px 40px #FFECEC;
		-webkit-box-shadow: 5px 5px 25px #888888, inset 5px 5px 40px #FFECEC;
		box-shadow: 5px 5px 25px #CCC, inset 5px 5px 40px #FFECEC;
}
		
#nav p	{
	width:100px;
	color:#FFF;
	vertical-align:central;
	text-align:left;
}

.active {
	margin-left: -20px;
}

/*-----------------EndNavigation--------------------*/


/*-----------------Sitemap--------------------*/

#sitemap table{
	width:500px;	
	text-align:center;
}

#sitemap th{
	padding-left:10px;
	padding-right:10px;	
}

.sitemapcontent a{
	color:#000;	
}

.contentheading a:hover{
	color:#000000;	
}

.sitemapcontent a:hover{
	color:#F00;
}

/*-----------------EndSitemap--------------------*/


#heading {
	font-size:40px;
	color:#F00;
	margin-bottom: 10px;
	margin-left:10px;
	
}

#indeximages {
		float:right;
		width:150px;
		height:120px;
		margin-top:-285px;
		margin-right:195px;
		border: solid 4px #000;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow:hidden;
}

#rockgif{
		margin-left: -24px;
		margin-top: -16px;
}

#loading{
		position:absoloute;
		width:100px;
		height:192px;
		background-color:#000;	
		margin-top:-402px;
		margin-left:1120px;
}

.loadimage{
		margin-left:35px;	
		margin-top:75px;
}

.indeximage {
		margin-left:5px;
		margin-top:20px;
}


.contentheading, .contentheading a {
		font-size:14px;
		color:#F00;
}

#content {
		padding: 25px;
		border: 1px solid #000;
		font-size:12px;
		text-align:left;
		margin-top:-300px;
		margin-left: 260px;
		width: 600px;
		height: auto;
		min-height: 400px;
		background-image:url(images/splash.png);
		background-position:center;
		background-color:#FFF0F0;
		-moz-box-shadow: 10px 10px 50px #CCC;
		-webkit-box-shadow: 10px 10px 50px #CCC;
		box-shadow: 10px 10px 50px #CCC;
		-webkit-border-radius: 15px;
		-o-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
}

#contenttext {
		height:auto;
		width:400px;
}

#twistpops {
	overflow: hidden;
		width:420px;
		height:auto;
		margin: 0 auto;	
		text-align:center;
}

#lanyardstand {
		float:right;
		margin-top:-170px;	
		margin-right: 25px;
		border: solid 4px #000;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow:hidden;
}

#lanyardstand img{
		width:100px;	
}

.twistpops {
		border: solid 3px #000;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow:hidden;
}

.contentstyle {
		padding-bottom:10px;	
}

.contentstyle a {
	color:#000;		
}

.contentstyle a:hover {
	color:#900;	
}

#select {
	font-size:12px;
}

#select a {
	color: #000;
	text-decoration: none;
}

#select a:hover {
	color:#FF0000;	
}

#map {
	float:right;
	margin-top:-250px;	
	border:solid 2px #000;
	-moz-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
	-webkit-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
	box-shadow: 10px 10px 50px #CCC, inset 0px 0px 180px #FFECEC;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;
}
/*-----------------Customrock--------------------*/

.rock_images{
	width:100px;
	height:100px;	
}

#business_rock{
	float:right;
	margin-right:30px;
	margin-top:-420px;
}

#wedding_rock{
	float:right;
	margin-right:30px;
	margin-top:-280px;
}

#christmas_rock{
	float:right;
	margin-right:30px;
	margin-top:-140px;
}

/*-----------------EndCustomrock--------------------*/
/*-----------------Products--------------------*/

#productlist {
	margin: 20px auto;
	width:100%;
	height: auto;
	padding-bottom: 40px;
}


.productrow {
	margin-top: 20px;	
	height: 260px;
}

.productrow li {
	background: #fff;;
	text-align:left;
	float:left;
	top:0;
	margin-left: 8px;
	border:2px solid #000;
	height: auto;
	width: 170px;
	display:inline-block;
	padding: 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}

#producttitle {
	width: 99%;
	text-align:center;
	margin:0 auto;
	font-size:15px;
	color:#FF0000;	
}

#productimage {
	height:150px;
	width: auto;
	margin: 10px auto;
}

#productimage img {
	margin-right: auto;
	margin-left: 40px;
	border:3px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}

#productmore {
	font-size:12px;
	color:#000;
	margin-top: 20px;
	text-align:center;
}

/*-----------------EndProducts--------------------*/

/*-----------------Footer--------------------*/

#footerid{
			transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;	
}

.footer {
		margin-left:330px;
		margin-top:-1px;
		height:20px;
		width:500px;
		border:solid 1px #000;
		background-color:#FF0000;	
		-moz-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
		-webkit-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
		box-shadow: 10px 10px 50px #CCC, inset 0px 0px 180px #FFECEC;
		-webkit-border-radius: 0 0 15px 15px;
		-o-border-radius: 0 0 15px 15px;
		-moz-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
}

.footertexthidden {
		visibility:hidden;
		color:#FFF;
		font-size:12px;	
		text-decoration:none;
		text-align:center;
}

.footerdown {
		margin-left:330px;
		margin-top:-1px;
		height:75px;
		width:500px;
		border:solid 1px #000;
		background-color:#FF0000;	
		-moz-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
		-webkit-box-shadow: 10px 10px 50px #888888, inset 0px 0px 180px #FFECEC;
		box-shadow: 10px 10px 50px #CCC, inset 0px 0px 180px #FFECEC;
		-webkit-border-radius: 0 0 15px 15px;
		-o-border-radius: 0 0 15px 15px;
		-moz-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
	
}

#footertext a, #footertext a:visited {
		color:#FFF;
		font-size:12px;
		text-decoration:none;
}

#footertext a:hover {
		color:#FFC6C7;
}

.footertextshow {
		visibility:visible;
		color:#FFF;
		font-size:12px;
		text-decoration:none;
		text-align:center;
}

#footericon, #footericonup {
		height:12px;
		width:20px;
		margin-left:568px;
		margin-top:4px;
}

.showicon {
		visibility:visible;	
}

.hideicon {
		visibility:hidden;	
}

/*-----------------EndFooter--------------------*/

/*-----------------Lightbox--------------------*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*-----------------EndLightbox--------------------*/

#official {
	border:1px solid #000;
	margin: -10 auto;
	height:0;
	font-size:10px;
	color:#f00;
	text-align:center;	
}