/*
-----------------------------------------------
Byte Art stylesheet
Version: 2007.02.05
----------------------------------------------- */

body
{
	background: black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#B2B2B2;
	font-size: 100%;
}
*
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


/* Layout
----------------------------------------------------------------------*/

#outer
{
	border: 0px solid red;
	margin: 30px auto 0 auto;
	width: 800px;
	height: auto;
	background: black;
}

#header
{
	border: 0px solid #666666; 
	width: 800px;
	height:160px;
	background: black url(../graphics/img_header.jpg) no-repeat;
	position: relative;
	top:-5px;
}

#header_right
{
	border: 0px solid #666666;
	width: 250px;
	height:150px;
	float:right; 
	padding-top: 25px;
}

.header_right_inside
{
	border: 0px solid #666666;
	width: 30px;
	height:auto;
	float:left; 
	padding: 5px 0px 0px 5px;

}

.header_right_inside_s
{
	border: 0px solid #666666;
	width: 210px;
	height:auto;
	float:left;
	padding-bottom: 5px;
}

#content 
{ 
	border-top: 1px solid #666666; 
	height: auto;
}

#content_2
{ 
	border-top: 0px solid #666666; 
	width: 800px;
	height: auto;
}


#left_container
{	
	border: 0px solid red;
	margin: 0px 22px 0px 15px;
	width: 245px;
	height: auto;
	float: left;
}


#right_container
{	
	border: 0px solid red;
	width: 245px;	
	height: auto;
	float: right;
}

.right_container
{	
	border: 0px solid red;
	width: 200px;
	padding: 50px 0px 0px 0px;	
	height: auto;
	float: left;

}

.right_container2
{	
	border: 0px solid red;
	width: 123px;
	padding: 88px 0px 0px 0px;	
	height: auto;
	float: right;
}

.right_container3
{	
	border: 0px solid red;
	width: 100px;
	padding: 55px 0px 0px 0px;	
	height: auto;
	float: left;
}

.right_container4
{	
	border: 0px solid red;
	width: 100px;
	padding: 10px 0px 0px 0px;	
	height: auto;
	float: right;
}

#middle_container
{	
	border: 0px solid red;
	padding: 0px 0px 30px 0px;
	width: 245px;
	height: auto;
	float: left;

}

.price_container
{	
	border: 0px solid red;
	margin: 0px 0 0 0;
	width: 245px;
	height: auto;
	float: left;

}


#top_container

{	
	border: 0px solid red;
	padding: 50px 0 0 15px;
	margin-right:40px;
	width: 500px;
	height: auto;
	float: left;
}

#top_container2

{	
	border: 0px solid red;
	padding: 30px 0 0 15px;
	margin-right:40px;
	width: 500px;
	height: auto;
	float: left;
}


.top_small
{	
	border: 0px solid red;
	padding: 50px 0px 0px 0px;
	width: 800px;
	height: auto;
	float: left;
}

.middle_container

{	
	border: 0px solid red;
	margin: 50px 0px 0px 0px;
	width: 800px;
	height: auto;
	float: left;
}

.middle_container2

{	
	border: 0px solid red;
	margin: 50px 0px 0px 15px;
	width: 800px;
	height: auto;
	float: left;
}

.middle_inside
{	
	border: 0px solid red;
	text-align: left;
	width: 245px;
}

.middle_inside2
{	
	border: 0px solid red;
	text-align: left;
	padding: 0 300px 0 0;
	width: 245px;
}


	
/* Headers
----------------------------------------------------------------------*/

h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:lighter;
	text-align: left;
	color: #E03B2B;
	border: 0px solid red;
	line-height: 1.5;
}

.black
{
	font-weight: bold;
	color: #636466;
}

h2
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #E03B2B;
	border: 0px solid red;
}

.text

{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	font-weight:lighter;
	text-align:left;
	color: white;
	border: 0px solid red;
}

.menu
{
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.menu_red
{
	font-size: 0.9em;
	color: #E03B2B;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.menu_white
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.hsmall

{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	color: #E03B2B;
	border: 0px solid red;
	line-height: 1.5;
}


/* Main text styles
--------------------------------------------------------------------- */

p
{
	font-size: 0.8em;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
}


/* Links
----------------------------------------------- */

.links
{
	color: #B2B2B2;
	font-size: 1.25em;
	text-decoration: none;
	text-decoration: none;
	
}

.links:hover
{
	color: #E03B2B;
	text-decoration: none;
	text-decoration: none;
	
}

a
{
	color: #B2B2B2;
	text-decoration: none;
}
a:hover
{
	color: #E03B2B;
	text-decoration: none;
}


