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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CC0000;
	background-image:url(img/bg_tile.jpg);
	text-align: center;
	color: #000000;
	}
	
.center #container {
	position:static;
	width: 1000px;
	height:auto;
	background:#000000;
	margin: 0 auto;
	padding-bottom:0px;
	background-image:url(img/bg_shadow.jpg);
	background-repeat:repeat-y;
	/*border:1px solid #666;*/
	text-align: left; 
	}
	
a {
	font-family: sans-serif;
	color:#660000;
	text-decoration:none;
	}

a:hover {
	font-family: sans-serif;
	color:#000000;
	}
	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#660000;
	margin-top:15px;
	line-height:28px;
	font-weight:500;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333300;
	line-height:20px;
	font-weight:100;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333300;
	line-height:16px;
	font-weight:100;
	}
	
li {
	margin-bottom:5px;}
	
hr {
	border: 1px solid #000000;
	}
	
table, tr, td {
	margin:0px;
	}
	
img.floatLeft { 
	padding:0 10px 2px 0;
    float: left; 
	}
	
img.floatRight { 
	padding:0 0 2px 10px;
    float: right; 
	}
	
.textfield {
	background-color:#99FFCC;
	}
	
/*********//*********//*********
CONTENT OF MAIN WINDOW
/*********//*********//*********/

.mainstage {
	position:static;
	width: 800px;
	height:auto;
	margin-left:100px;
	background-color:#FFFFFF;
	text-align: left; 
	}	

#header {
	background-image: url(img/header_shop.jpg);
	width:800px;
	height:400px;
	background-color:#000000;

	}
	
.leftbar {
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	height:auto;
	float:left;
	clear:right;
	}
	
/**************************
***************************/
	
#menu {
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	height:auto;
	margin-bottom:0;
	}
	
#ads {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:200px;
	height:100%;
	background-color:#000000;
	padding:0;
	margin-top:0px;
	color:#FFFFFF;
	
	}

/**************************
***************************/

.rightbar {
	position:relative;
	margin-left:220px;
	width:580px;
	height:auto;
	background-color:#FFFFFF;
	/*background-image:url(img/BG_maintext.jpg);
	background-repeat:repeat-y;*/
	}
	
#menu2 {
	width:565px;
	height:auto;
	padding:15px 0 0 15px;
	}
	
#footerimage {
	position:relative;
	width:580px;
	height:254px;
	color:#666666;
	background-color:#FFFFFF;
	text-align:center;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	}
	
	
#maintext {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:15px;
	width:550px;
	height:auto;
	padding:10px 15px 15px 15px;
	
	}
	
#starburst {
	position:fixed;
	margin-left:730px;
	margin-top:150px;

	width:150px;
	height:150px;
	background-color:;
	z-index:1500;
	}
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
.footerclear {
	clear: both;
	width:800px;
	}
	


#footer {
	position:relative;
	padding-bottom:5px;
	padding-top:5px;
	width:800px;
	color:#FFFF66;
	background-color:#000000;
	font-size:10px;
	font-family:sans-serif;
	text-align:center;
	}
	
#footer a {
	font-family: sans-serif;
	font-size:10px;
	color:#FFFF66;
	text-decoration:none;
	}
#footer a:hover {
	font-family: sans-serif;
	font-size:10px;
	color:#FFCC00;
	}