/* CSS Document */
body {
	background-color:#000000;
	margin: 0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

#flashcontent {
	/*margin-top: 200px;*/
}

img {
	border: none;
}

p{
	margin: 0px;
	padding: 0px;
}

a {
	color: #999999;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #ED1C24;
}


#bodyContainer { 	
	position:absolute;
	height:600px; 
	width:800px;
	margin:-300px 0px 0px -400px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}


#content { 	
	clear:both;
	margin: 0px auto;
	position: absolute;
	bottom: 40px;
	width: 800px;
	height: 350px;
}

/* WHEN SLIDING */
.menuSlideContainer {
	margin-top: 130px; 
	height: 24px; 
	left: 0;
	bottom: 0;
	line-height: 24px; 
	float: right;
	background-image:url(../images/nav_bg.png);
}

/* WHEN NOT SLIDING */
.menuNoSlideContainer { 
	margin-top: 130px; 
	height: 24px; 
	left: 0;
	bottom: 0;
	line-height: 24px; 
	float:right;
	background-image:url(../images/nav_bg.png);
}



/* ------------  fonts and text ----------------*/

.txtRed{
	color: #ED1C24;
	font-size: 10px;
}

.txtGreySm{
	font-size: 10px;
	line-height: 10px;
	color:#999999;
}

.txtRedLg{
	color: #ED1C24;
	font-size: 14px;
}

.txtError{
	color:#FF0000;
}

.txtSuccess{
	color:#66CC33;
	font-size: 14px;
}

.txtStoreResults div{
	font-size: 12px;
	line-height: 15px;
}

.txtDistance{
	color:#66CC33;
}


.greyHR{
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	width: 80%;
	border: 0px;
}


/*----------------------------
		for Scoll Pane
------------------------------*/
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
			
.holder {
	float: left;
	position: absolute;
	top: 90px;
	background: #000;
}

.scroll-pane {
	width: 200px;
	height: 240px;
	overflow: auto;
	float: right;
	text-align: right;
	font-size:14px;
	line-height: 24px;
	padding: 5px 30px 5px 0px;
	
}
.scroll-pane a{
	color: #FFFFFF;
	font-weight:bold;
}

.scroll-pane a:hover{
	color: #ED1C24;
}

/* ---------------------------------
	    for Step View
------------------------------------*/

/* stockists */

.stockistsContainer{
	padding:10px 10px 0px 10px; 
	position: absolute; 
	right: 0px; 
	top: 30px; 
	width: 0px; 
	height: 310px; 
	background-image:url(../images/content_bg.png);
}

.stockistsResultBox{
	height: 80px; 
	width: 214px; 
	font-size: 11px; 
	padding: 4px; 
}

#stepViewer ul, #stepViewer li{
	margin:0;
	padding:0;
	list-style:none;
}
#stepViewer, #stepViewer li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:450px;
	height:285px;
	overflow:hidden; 
}

/* collections */

.collectionsContainer{
	padding: 0px; 
	position: absolute; 
	right: 0px; 
	top: 20px;  
	height: 200px;
	width: 800px;

	/*background-image:url(../images/content_bg.png);*/
}

#productViewer ul, #productViewer li{
	margin:0;
	padding:0;
	list-style:none;
}
#productViewer, #productViewer li{ 
	width:800px;
	height:200px;
	overflow:hidden; 
}

.productPageFirst{
	height: 200px; 
	background-image:url(../images/products_bg_first.png);
}
.productPageFirst .pageContainer{
	padding-top: 10px; padding-left: 40px;
}

.productPageMiddle{
	height: 200px; 
	background-image:url(../images/products_bg_middle.png);
}
.productPageMiddle .pageContainer{
	padding-top: 10px; padding-left: 30px;
}

.productPageLast{
	height: 200px; 
	background-image:url(../images/products_bg_last.png);
}
.productPageLast .pageContainer{
	padding-top: 10px; padding-left: 10px;
}

.productResult{
	width: 146px; 
	height: 180px; 
	float: left;
	text-align: center;
}



.downloadBrochureLink a{
	width: 180px; 
	position:absolute; 
	right:23px; 
	top: 250px; 
	background-image:url(../images/brochure_link.png); 
	background-repeat: no-repeat;
}

.downloadBrochureLink a:hover{
	background-position: 0px -14px;
}


/* --------------------------
		Contact Fields
----------------------------- */

.contactContainer{
	position:absolute; 
	right:0px; 
	top: 20px; 
	width: 0px; 
	height: 280px; 
	font-size: 14px; 
	font-weight: bold
}

.contactRow{
	width: 500px;
	margin-bottom: 2px;
	margin-right: 0px;
	padding: 10px 0px 10px 0px;
	background-image: url(../images/contact_bg.png);
}

.contactRow .label{
	margin-left: 10px;
	float:left; 
	padding-top: 5px;
	color:#222222;
}
.contactRow .field{
	margin-left: 90px;
}

.contactTextbox{
	border: none; 
	margin-top:2px; 
	background-color: transparent !important; 
	color:#222222;
	font-weight: bold;
	font-size:16px;
	width:380px;
}


.sendBtn{
	line-height: 20px;
	font-size: 16px;
}

.sendBtn a{
	color: #222222;
}
.sendBtn a:hover{
	color: #FFFFFF;
}


/* -------------------------- */
/* ------   for SPAM    ----- */
/* -------------------------- */
#checkUser {
	display:none;
}


