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

*						{margin:0;padding:0;border:0;outline:0;	}

.lefty					{float:left;}
.righty					{float:right;}
.clearline				{clear:both;}

body					{background:#000;font-size:100%;color:#fff;	}

#bodyrock				{width:960px;margin:auto;background:url(../img/bg-fabric-01.jpg) top center fixed no-repeat; }
div#header.true			{height:331px;	}
div#header.basic		{height:250px;margin-top:120px;	}
div#holdingcontent		{width:550px;margin:auto;position:relative;top:-70px;left:-130px;text-align:right; }


h1,h2,h3,h4				{font-family:"Courier New", Courier, monospace;}
p, form					{font-family:Arial, Helvetica, sans-serif;font-size:.9em;}
input.fixform,
textarea.fixform		{width:265px;background:url(../img/bg-form.png) bottom left;color:#fff;border:2px #3f953f solid;padding:4px;
						-moz-border-radius: 5px; -webkit-border-radius:5px; font-family:Courier;font-size:1em;letter-spacing:.0em;}
input.bn				{background:url(../img/bg-form.png);color:#777;border:1px #008500 solid;padding:4px;
						-moz-border-radius: 5px; -webkit-border-radius:5px; font-family:Arial;font-size:.8em;
						text-transform:uppercase;font-weight:bold;}
input.bn:hover			{color:#fff;border:1px #fff solid;}						

div#header h1			{font-size:0;width:648px; height:331px;margin:auto;background:url(../img/holding-logo.png) top right no-repeat;  }
div#header h1#mainhead2	{font-size:0;width:448px; height:331px;margin:auto;background:url(../img/holding-logo.png) center no-repeat;  }
div#holdingcontent h2	{font-size:1.6em;text-align:right;color:#CCC;font-weight:normal;margin-left:20px;display:block;}
div#bodyrock h2.basic	{width:210px;margin:auto;position:relative;top:-10px;}

div#holdingcontent p,
div#holdingcontent ul,
form	{background:url(../img/bg-p.png) center;color:#ddd;padding:10px 30px 10px 330px;width:370px;text-align:left;margin-bottom:2px;
						 -moz-border-radius: 9px; -webkit-border-radius:9px;}/*border: 2px solid #444;*/
iframe					{-moz-border-radius: 9px; -webkit-border-radius:9px;}						 
div#holdingcontent p.formbox
						{padding-left:315px;width:385px;}
div#holdingcontent ul.thumbs	
						{ background:none;padding-right:0;margin-right:0;list-style:none;float:left;width:390px; }
div#holdingcontent ul.thumbs li
						{ display:inline;float:left;margin:0;padding:0;margin-right:10px; }
div#holdingcontent ul.thumbs img
						{ -moz-border-radius: 4px; -webkit-border-radius:4px;overflow:hidden; }
form	{color:#aaa;}
div#holdingcontent p.legalish
						{border:0;font-size:.6em;}/*color:#555;*/
div#holdingcontent p.legalish a
						{color:#4fbb26;text-decoration:none;}/*color:#555;*/
div#holdingcontent p.legalish a:hover
						{color:#fff;text-decoration:underline;}

form table 				{}
form table td 			{vertical-align:top;}
form table td.label 	{padding:4px 16px 0 0;}

