*{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size:12px;
}
select, input, textarea 
{
	font-size: 1em;
}
body 
{
	margin-left:0px;
	margin-top:0px;
	/*background-color:#414042;*/
	background-color:#000;
	text-align:center;
	background-image:url(background1.jpg);
}
h2 
{
	margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px dotted #dedede;
}
h3 
{
	margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
}
.example 
{
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
ul 
{
	list-style-image:url(list-style.gif);
	margin-left:20px;
}
pre 
{
	font-family: "Lucida Console", "Courier New", Verdana;
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
code 
{
	font-family: "Lucida Console", "Courier New", Verdana;
	margin: 0;
	padding: 0;
}
#gallery 
{
	padding: 30px;
	background: #333333;
}
#descriptions 
{
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}
#descriptions .ad-image-description 
{
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title 
{
	display: block;
}
.tab
{
	width:100px;
	text-align:center;
}
.tabspace
{
	margin-left:10px;
}
.space
{
	width:10px;
}
a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#container{
	width:890px;
	margin:20px auto;
}

#heading,#footer{
	background-color:#2A2A2A;
	border:1px solid #444444;
	height:15px;
	padding:6px 0 25px 15px;
	margin-bottom:30px;
	overflow:hidden;
}

#footer{
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}

#box
{
	/*float:right;
	width:200px;
	height:125px;
	border:1px solid white;
	background-color:silver;*/
	float:right;
	width: 200px;
	height:120px;
	background: #c0c0c0;
	border-radius: 20px;
	padding: 20px;
	margin: 0px auto;
	box-shadow: 0 0 20px #000;
	color: #FFF;
}
#box p
{
	font-family:Verdana;
	color:#000000;
}

div.nomargin{
	margin-right:0px;
	color:#000000;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:80px;
	height:75px;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}
.subTab
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#00BBFF;
	width:200px;
	text-decoration:underline;
}
.subTab:visited
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#00BBFF;
	width:200px;
	text-decoration:underline;
}
.subTab:hover
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	width:100px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.subTabActive
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	width:100px;
	color:#000000;
	text-decoration:none;
}
.subTabActive:visited
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	width:100px;
	text-decoration:none;
}
.subTabActive:hover
{
	cursor:hand;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	width:100px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/*
NAVIGATION MENU STYLES
*/
* 									{ margin: 0; padding: 0; }
#page-wrap							{ width: 100%; margin: 0px auto; } 
a									{ text-decoration: none; }
p                                   					{ margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;list-style: none; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.tabactive 	{ background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 160px; visibility: hidden; position: absolute; top: 100%; left: 0;list-style: none;z-index:110; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; text-align:center;float: left; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100px; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
.sub_menu
{
	float:left;
}