	@charset "UTF-8";
	/* CSS Document */
	body  {
		background-image: url(../images/bg/bg_Logo4.jpg);
		background-repeat:no-repeat;
		background-color:#988976;
		background-position: top;
		background-attachment: fixed;
		color: #000000;
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	/* clear */
	.clearfloat { 
		clear:both; height:0; font-size: 1px; line-height: 0px; }
	.clearBoth {
		clear:both; }
	
	/* ----------------------- page ------------------------------ */
	#page {
		background: #FFFFFF; width: 900px; margin: 0 auto; text-align: left; }
	#page_shadow {
		width: 920px; margin: 0 auto; text-align: left;
		background-image: url(../images/shadowpage.png); background-repeat:repeat-y; }
	#page_bottom {
		width: 920px; height:20px; margin: 0 auto; text-align: left;
		background-image: url(../images/shadowbottom.png); }
		
	/* -----------------------[ banner ]------------------------------ */
	#header { 
		height:100px; padding: 0 10px;
		background-image:url(../images/bg/bannerRoad_bg2.jpg); background-repeat:no-repeat; }
	#logo {
		float: left; left:-25px; position: relative; }
		 
	/* -----------------------[ footer ]------------------------------ */
	#footer {
		padding: 0px 50px; margin:auto; padding: 25px 10px; text-align:center;
		background: #ffffcc; } 
	#footer .innertube {
		width:70%; margin:auto; font-size:70%; padding: 0 10px; text-align:center; }	
	

		
	/* ----------- [ frmText ] -------------------- */
	div.frmText table th {
		font-size:75%; text-align:right; padding:5px 5px; } /* checkout.php, CheckoutFrm */
	div.frmText {
		width:400px; float:left; }
	div.frmText h3 {
		background:#CCCCCC; text-align:center; padding:5px 5px; }
	.descr {
		font-family:"Times New Roman", Times, serif; font-size:90%; }
	
	/* ----------- [ frmText ] -------------------- */
	.qcart {
		float:right; background-color:#CCCCCC; margin: auto 5px; padding: 5px 10px; }
	.qcart a {
		color: #000000; text-decoration: none; }
	.qcart a img {
		border-style: none; }

	/* Button Hover */
	/*URL: http://www.dynamicdrive.com/style/ */
	a.squarebutton{
		height: 28px; width: 125px; display: block; float: left;
		background-image: url(../images/navaction/view_demo.gif); background-repeat: no-repeat; }
	a.squarebutton:hover{ /* Hover state CSS */
		height: 28px; width: 125px; display: block; float: left;
		background-image: url(../images/navaction/view_demo_over.gif); background-repeat: no-repeat; }
	#listThree {
		list-style-type: none; }
	#listThree a {
		color: #000000; text-decoration: none; }
	#listThree li {
		float:left; width:225px; height:250px; }

	
