/***********************************************/
/* nzrox.com 2007	     	                   */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d824f;
	padding: 0;
	margin: 10;
	background-color: #020202;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	text-decoration: underline;
	color: #151515;
}
a:visited {
	text-decoration: underline;
	color: #151515;
}
a:hover {
	color: #CF6402;
	text-decoration: none;
}
a:active {
	color: #CF6402;
	text-decoration: none;
}
img {
	border:none;
}

.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A8E56;
}
.toplinks a{
	color: #9A8E56;
	text-decoration: none;
}
.toplinks a:hover{
	color: #E88902;
}
.toplinks-active{
	color: #9A8E56;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* Main Template Divs*/
#ContentContainer {
	width:760px;
	margin: 0 auto;
}
#TopNavigation {
	width:760px;
	height:31px;
}
#BreadCrumbs, #BreadCrumbs a:link, #BreadCrumbs a:visited {
	width:760px;
	height:15px;
	padding-top: 3px;
	text-align: right;
	color: #9a8e56;
	font-size: 10px;
	text-decoration: none;
}
#BreadCrumbs a:hover, #BreadCrumbs a:active {
	color: #CF6402;
}
#MainContentContainer {
	width:760px;
	height: 271px;
	background-color: #FFFFFF;
}
#LeftContent {
	width:265px;
	height:271px;
	float: left;
}
#MiddleContent {
	float: left;
}
#MiddleTop {
	width:230px;
	height:20px;
}
#Middle {
	width:230px;
	height:230px;
}
#MiddleBottom {
	width:230px;
	height:21px;
}
#RightContent {
	width:265px;
	height:271px;
	float: right;
	background-image: url(../images/right-panel-background.gif);
	background-repeat: repeat-y;
}
#ScrollContainer {
	width:760px;
	height:114px;
	clear: both;
}
#BottomLinks {
	width:760px;
	height:36px;
}
#Logo {
	width:178px;
	height:89px;
	margin: 0 auto;
}

/* Sub Page Divs */
#SubpageContentContainer {
	width:760px;
	height: 385px;
	background-color: #FFFFFF;
	background-image:url(../images/subpage-background.gif);
	background-repeat: repeat-y;
	overflow-y: scroll;
}
#ContactPageContainer {
	width:760px;
	height: 385px;
	background-color: #FFFFFF;
	background-image:url(../images/subpage-background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

/* Detail Page Divs */
#DetailLeftTop {
	width:210px;
	height:160px;
	padding-left: 35px;
	padding-top: 50px;
	overflow: hidden;
}
#DetailLeftBottom {
	width:265px;
}
#DetailErrorBox {
	width:700px;
	height:271px;
}


/* About & Story Page Divs */
#TextContainer {
	margin: 30px;
	width: 680px;
}
#PageImageContainerRight {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
}
#PageImageContainerLeft {
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}

/* Shopping & Checkout Page Divs */
#CheckoutContainer {
	margin: 30px;
	margin-right: 0px;
	width: 700px;
}

/***********************************************/
/* Scroller Divs             			       */
/***********************************************/
#dmx1Scroller {position:relative; z-index:100; visibility:visible; overflow:hidden; }
#dmx1Container {position:absolute; left:0px; top:0px; width:700; height:100px; visibility:visible; clip:rect(0px 700px 100px 0px); overflow:hidden; }
#dmx1Content1 {position:absolute; left:0px; top:0px;}


/***********************************************/
/* Classes              			           */
/***********************************************/

.galleryImages {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.detailPrice {
	color: #151515;
	font-size: 10px;
}
.detailPrice a:link, .detailPrice a:visited {
	text-decoration: underline;
}
.detailPrice a:hover, .detailPrice a:active {
	color: #CF6402;
	text-decoration: none;
}

/* Forms */
.formLeft {
	padding-left: 4px;
	width: 173px;
	height: 16px;
	border: 0px;
	background-color:#777543;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.formPostal {
	padding-left: 4px;
	width: 173px;
	height: 77px;
	border: 0px;
	background-color:#777543;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;	
}
.formRight {
	padding-left: 4px;
	width: 152px;
	height: 16px;
	border: 0px;
	background-color:#777543;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;	
}
.formCountry {
	width: 177px;
	height: 20px;
	border: 0px;
	background-color:#777543;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.formExp {
	width: 50px;
	height: 20px;
	border: 0px;
	background-color:#777543;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;	
}

.imglink{
	cursor:pointer;
}

