/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #1B1B1B;
}




/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C4C4;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	padding: 2px 10px;
	background: url(../images/page_layout/fade_2.gif) repeat-x left top;
	font-style: normal;
	color: #000000;
}

.text4 {
	text-align: center;
	color: #939393;
}

.text5 {
	padding: 2px 10px;
	background: url(../images/page_layout/fade_2.gif) repeat-x left top;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.text6 {
	margin-left: 75px;
}

.text7 {
	font-size: 12.5px;
	font-weight: bold;
}

.text8 {
	font-size: 14px;
	font-weight: bold;
}

.text9 {
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	vertical-align: bottom;
}
.text10 {
	font-size: 12px;
	font-weight: normal;
	height: 35px;
	vertical-align: top;
}

.boldorange {	
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px 10px 0px;
	background: url(../images/page_layout/block_1.gif) repeat-x left bottom;
}

.list1 .last {
	background: none;
}

.list1 a {
}

/** LINKS */

a {
	color: #EA6C5E;
}

a:hover {
	text-decoration: none;
}


A.a_white:visited	{color:#C4C4C4;text-decoration:none;}
A.a_white:link		{color:#C4C4C4;text-decoration:none;}
A.a_white:hover	{color:#C4C4C4;text-decoration:underline;}

A.a_orange:visited	{color:#FF9900;text-decoration:none;}
A.a_orange:link		{color:#FF9900;text-decoration:none;}
A.a_orange:hover	{color:#FF9900;text-decoration:underline;}

A.a_black:visited	{color:#000;text-decoration:none;}
A.a_black:link		{color:#000;text-decoration:none;}
A.a_black:hover	{color:#000;text-decoration:underline;}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.style2 
{font-size: 14px}

/** BACKGROUNDS */

.bg1 { background: #313131 url(../images/page_layout/fade_1.jpg) repeat-x left top; }
.bg2 { background: #313131 url(../images/page_layout/foot_curve.jpg) no-repeat left top; }
.bg3 { background: url(../images/homepage09.jpg); }


/** INPUT */

.input1 
	{
	font-size: 12px;
	color: #000000;
	width: 130px;
	}

.input2
	{
	font-size: 12px;
	color: #000000;
	width: 100px;
	}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

td img {display: block;}

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 2px;
	margin: 0px 0px 10px 0px;
	background: url(../images/page_layout/block_1.gif) repeat-x left top;
}

/* **************************************************************************** 
	SHOP SECTION
   **************************************************************************** */
   
TR.stock_item
	{
	}
	
TD.stock_price
	{
	font-family: arial;
	font-size:9pt;
	color: #333333;
	font-weight:bold;
	height: 25px;
	}
	
TD.stock_img
	{
	vertical-align:top;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	}
	
DIV.stock_img
	{
	vertical-align:top;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	}

IMG.stock_img
	{
	text-align: center;
	max-width: 150px;
	max-height: 200px;
	border: solid 1px #cccccc;
	}

	