/* CSS Document */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	}
	
/* - - - - - - - - - - - - - - - - main four - - - - - - - - - - - - - - - - - */
	
#header_out {
	clear:both;
	height: 130px;
	background:#000;
	border-bottom: 1px solid #FFDB6F;
	
	}
	
#header_in {
	width: 900px;
	margin: auto;
	clear:both;
	height: 130px;
	position:relative;
	background: url(images/lc_logo.jpg);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	
	}

	
	
#header2_out {
	clear:both;
	height: 170px;
	background: url(images/header2_bg.jpg);
	background-repeat: repeat-x;
	}
	
#header2_in {
	width: 900px;
	margin: auto;
	clear:both;
	height: 170px;
	background: url(images/web2_bg.jpg);
	background-position:right;
	background-repeat: no-repeat;
	}

#content_out {
	clear:both;
	
	}
	
#content_in {
	width: 900px;
	margin: auto;
	clear:both;
	padding-bottom: 20px;
	background:url(images/bottom-image.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	
	
	}

.content_left {
	width: 540px;
	float: left;
	margin-right: 30px;
	padding-top: 25px;
	}
	
.content_left a {
	color:#000; 
	}
	
.content_left a:hover {
	color:#CD0202; 
	text-decoration: none;
	}
	
.content_right{
	width: 320px;
	float: left;
	padding-top: 25px;
	margin-bottom: 30px;
	}
	
.gold_image {
	background: url(images/header2_bg_sml.jpg);
	background-repeat: no-repeat;
	height:120px;
	}
	
#footer_out {
	font-size: 10px;
	color: #000;
	clear: both;
	height: 120px;
	background: url(images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	border-top: 1px solid #000;
	}
	
#footer_in {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
	clear: both;
	height: 110px;
	text-align: center;
	line-height: 1.4;
	background: url(images/bg_2_glare.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	}
	

	
#footer_in a {
	text-decoration: none;
	color:#FFCC00;
	}
	
#footer_in a:hover {
	text-decoration: underline;
	color:#FFCC00;
	}
	


/* - - - - - - - - - - - - - - - - end of main four - - - - - - - - - - - - - - - - - */

.clear_both{
	clear: both;
	height: 1px;
	}

/*  - - - - - - - - -h tags - - - - - - - - - - - - - - - - -*/

h1 {
	font-weight: bold;
	font-size: 26px;
	color:#CD0202;
	margin-bottom: 5px;
	}	
h2 {
	font-weight: bold;
	font-size: 17px;
	color:#000000;
	margin: 0px;
	}	
h3 {
	font-weight: bold;
	font-size: 20px;
	color:#CD0202;
	margin-bottom: 6px;
	}	

	
.header_text {
	padding: 20px  0px  0px  0px;
	color: #fff;
}
/* - - - - - - - - - - - - - - - - this is the navigation - - - - - - - - - - - - - - - - - - */
	
	
.nav_holder {
	position:absolute;
	top: 105px;
	left: 54px;
	width: 841px;
	}
	
ul {
	MARGIN:0px;	
	padding-left:0px;
	}
	
li {
	list-style-type:none;
	display:inline;
	}

li a {
	background: url(images/button_bg_lrg1.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	float: left;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration:none;
	color:#000;
	height:19px;
	width: 172px;
	padding-top: 6px;
	margin-right: 4px;
	}
	

li a:hover{
	color:#000;
	background: url(images/button_bg_lrg2.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	}
	
.small_buttons a {
	background: url(images/button_bg_1.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	float: left;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration:none;
	color:#000;
	height:19px;
	width: 100px;
	padding-top: 6px;
	margin-right: 4px;
	}
	
	
.small_buttons a:hover {	
	color:#000;
	background: url(images/button_bg_2.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	}
/* - - - - - - - - - - - - - - - -  navigation above - - - - - - - - - - - - - - - - - - */
	
/* - - - - - - - - - - - -CONTENT CSS  - - - - - - - - -*/



.box1 {
	background: url(images/step1.gif);
	background-repeat: no-repeat;
	padding: 27px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	font-size: 20px;
	text-align: center;
	}
	
.box2 {
	background: url(images/step2.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	font-size: 20px;
	text-align: center;
	}
	
.box3 {
	background:  url(images/step3.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	font-size: 20px;
	text-align: center;
	}
	
.box4 {
	background:  url(images/step4.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	font-size: 20px;
	text-align: center;
	}
	
.box4 a {
	color:#000; 

	}
	
.box4 a:hover {
	color:#CD0202; 
	text-decoration: none;
	}
	
/*  - - - - -  - -get cash boxes - - - - - - -  --*/

.box1_cashb .box2_cash , .box3_cash .box3_cash a {
	color: #000;
	}
.box1_cash .box2_cash .box3_cash .box3_cash a:hover {
	color:#CD0202;
	}


.box1_cash {
	background: url(images/step1.gif);
	background-repeat: no-repeat;
	padding: 27px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	text-align: justify;
	}
	
.box2_cash {
	background: url(images/step2.gif);
	background-repeat: no-repeat;
	padding: 22px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	text-align: justify;
	}
	
.box3_cash {
	background:  url(images/step3.gif);
	background-repeat: no-repeat;
	padding: 27px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	text-align: justify;
	}
	
.box4_cash {
	background:  url(images/step4.gif);
	background-repeat: no-repeat;
	padding: 22px 20px 10px 140px;
	margin-bottom: 10px;
	text-align: justify;
	height: 92px;
	text-align: justify;
	}
	

	
.headers_small_2 {
	}

.headers_small {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 25px;
	padding-top: 8px;
	margin-bottom: 15px;
	background-image:url(images/headers_bg_side.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.headers_long {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	height: 54px;
	padding: 15px 0px 0px 70px;
	margin-bottom: 16px;
	background-image:url(images/headers_bg_side_long.jpg);
	background-repeat: no-repeat;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FORM CSS BELOW  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


.form {
	width: 304px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/form_bg.jpg);
	padding: 8px 8px 8px 8px;
	}
input {
	border: 1px solid #cc9966;
	}
.form a {
	color: #000;
	}

.form a:hover {
	color:#CD0202;
	}
.tick_box {
	border: none;
	}
	
.send_me {

	width:300px;
	height: 42px;
	background-image: url(images/submit_button_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	}
	
.send_me:hover {
	
	background-image: url(images/submit_button_2.jpg);
	background-repeat: no-repeat;
	background-position:  0px 0px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	}
.send_me_holder {
	padding-left: 3px;
}


.please_click {
	padding: 5px 0px 4px 0px;
	color: #ff0000;
	text-align: center;
}
	
.reset {
	border: none;
	width: 50px;
	height: 18px;
	background: #ff0000;
	color: #fff;
	}
	
.address {
	border: 1px solid #cc9966;
	}	
.required {
	color: #ff0000;
	font-size: 16px;
	}
	
.terms_text {
	font-size: 10px;
	}
.terms_text_holder {
	padding-top: 5px;
	}
	
.warning {
	padding: 10px 10px 10px 10px;
	background-image: url(images/warning_bg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	width: 520px;
	height: 123px;
	}
	
.cream_box {
	padding: 10px 10px 10px 10px;
	background-image: url(images/cream_bg.jpg);
	background-repeat: no-repeat;
	color: #000;
	width: 520px;
	height: 170px;

}

.text_holders {
	background:#F9F9F9;
	color:#CD0202;
	border: 1px solid #e1e1e1;
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
.get_your_lc_pack {
	width: 309px;
	height: 67px;
	background-image:url(images/get_your_lc_pack.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 165px 6px 0px 6px;
	margin-top: 30px;
	font-size: 14px;
	
	}
	
.terms_boxes {
	background:#F9F9F9;
	border: 1px solid #e1e1e1;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	}
	
.shop_pic {

	float: right;
	border: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
.get_cash_today_button {
		position: absolute;
		top: 0px;
		left: 630px;


}

.planbdesign {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #ccc;
	clear:both;
	}
	
	
	
.planbdesign a{
	text-decoration: none;
	}
	
	
.planbdesign a:hover{
	text-decoration: underline;
	}
	
	
	
/* - - - - - - - - - - - gold price page css - - - - - - -  - */

.gold_price_wrapper {
	width: 321px;
	height: 121px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: url(images/gold_prices_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 12px;
	}
.gold_price_header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	}
.gold_prices {
	font-weight: bold;
	}


/* - - - - - - - - - - - gold price page css - - - - - - -  - */



	
/*  - - - - - - - -  web 2 pop ups css - - - - - - - - -*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*  - - - - - - - -  end of web 2 pop ups css - - - - - - - - -*/
