@charset "utf-8";
/* LAYOUT AND STYLE DEFINITIONS FOR GOLDENBULLETSTUDIO.COM */


/* ---------------- LAYOUT --------------- */
#header {
	margin: 0px auto;
	padding: 0px;
	height: 100px;
	width: 800px;	
}
	#menu {
		margin: 0px 0px 0px 270px;
		padding: 0px;
		height: 91px;
		
	
	}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: 515px;
	width: 800px;	
	
}	
	#right {
		float: right;
		margin: 0px;
		padding: 0px;
		height: 475px;
		width: 60%;	
		
		overflow: auto;
	}

	#left {
		float: left;
		margin: 0px;
		padding: 0px;
		height: 475px;
		width: 39%;	
	}

	#bar {
		clear: both;
		margin: 0px;
		padding: 0px;
		height: 40px;
		width: 100%;
	}

#footer {
	margin: 0px auto;
	padding: 0px;
	height: 20px ;
	width: 800px;	
}

.pad_all_ten { padding: 10px; }
/* ---------------------------------------------------- */

/* ----------------- BACKGROUND IMAGES ------------------- */
body {
	background: #000000;
}

#menu {
}
#header {
	background: #000000 url(../pub/images/header_bg.jpg) top left no-repeat;
}

#wrapper {
	background: #000000 url(../pub/images/test_1bg.jpg) top left no-repeat;
}


#footer { 
	background: none;
	color:#F8C43A;
}


/* ------------------ MENU ------------------ */

.MainMenuOff td {
	padding: 0px 5px 0px 5px;
	height: 99px;
	width: 60px;
	overflow: hidden;
	bor der: #f00 dotted 1px;
	background: url(../pub/images/mainmenubutton.jpg) top center no-repeat;
	vertical-align: bottom;
	text-align: center;
	font-size: 20px;
	font-wight: bold;
	color: #CCCCCC;
}
.MainMenuOff a {
	margin: 0px 0px 13px 0px;
	width: 60px;
	overflow: hidden;
	text-align:center;
	color:#CCCCCC;
	line-height:normal;
	text-decoration:none;
}
.mainMenuOn a {
	margin: 0px 0px 13px 0px;
	width: 60px;
	overflow: hidden;
	text-align:center;
	line-height:normal;
	color: #FFFFFF;
	text-decoration:none;
}

.MainMenuOn td{
	padding: 0px 5px 0px 5px;
	height: 99px;
	width: 60px;
	overflow: hidden;
	bor der: #f00 dotted 1px;
	background: url(../pub/images/mainmenubutton.jpg) top center no-repeat;
	vertical-align: bottom;
	text-align: center;
	font-size: 20px;
	font-wight: bold;
	color: #CCCCCC;
}

.MainMenuSubOff {
	margin: 0px 0 0 0;
	padding: 2px 10px 2px 5px;
	width: 100px;
	background: #7C7C7A;
	/*background: url(../pub/images/submenu_bg.gif) bottom left no-repeat;*/
	bor der: 1px dotted #f00;
	color: #E1B03E;

}

.MainMenuSubOn {
	margin: 0px 10px 0px 0px;
	padding: 2px 10px 2px 5px;
	width: 100px;
	background: #000;
	/*background: url(../pub/images/submenu_bg.gif) bottom left no-repeat;*/
	bo rder: 1px dotted #f00;
	color: #FFFFFF;
}

.MainMenuSubOff td {
	text-align: left;
	text-decoration:none;

}
.MainMenuSubOn td {
	text-align: left;
	text-decoration:none;

}

.MainMenuSubOff a:link, .MainMenuSubOff a:visited {
	margin: 0px 10px 0px 0px;
	font-weight:bold;
	width: 100px;
	height: 1.3em;
	text-align: left;
	display:block;
	background: #7C7C7A;
	color: #E1B03E;
	text-decoration:none;
	
}
.MainMenuSubOn a:hover, .MainMenuSubOn a:active {
	margin: 0px 10px 0px 0px;
	font-weight:bold;
	width: 100px;
	height: 1.3em;
	text-align: left;
	display:block;
	background: #000000;
	color: #FFFFFF;
	text-decoration:none;
	
	
}

h1, h2, h3 { background:transparent;}
p.gold {color:#C1911E; }
a:link.gold, a:visited.gold, a:hover.gold, a:active.gold  {
		color:#E1B03E; 
		text-decoration:none;		
}
